Greetings!
I'm having trouble finding a solution to this scenerio:
Consider 2 fields - field A and field B.
Field B is a specification of field A, and therefore I'd like to display field B only when field A holds a value -
Example: in contact object:
field A is 'over 6 FT tall' checkbox type of field.
field B is 'height in centimeters' number type of field.
For the sake of simplicity, my actual scenerio properties are:
field A might be a picklist/checkbox field, with values of 0-3.
not holding a value is equal to A.value == '0'
Field B might be a picklist/text/number field.
Notes: I am aware of the possibility of defining dependecies of values of picklist fields. That does not resolve my issue - as I want to display/hide fields off of my layout, in dependency of other fields values.
Big thanks in advance.
1 个回答
Hi Liad,
At the moment, there is no ability to show fields conditionally - and even with the planned feature to add fields on the lightning record page, I'm not sure it'll solve it for your particular scenario.
What you're looking for is to build a custom mechanism to capture and display this data. A flow or a custom lightning component.