A Salesforce Administrator is customizing a custom object record page using Dynamic Forms in Lightning App Builder. The administrator needs to display a field named 'Special Handling Notes' only when the 'Priority' field on the record is set to 'High'. Which configuration should the administrator use to fulfill this requirement?
- Set component visibility filter rules on the field within the Lightning App Builder.Answer
- BModify Field-Level Security settings for the 'Special Handling Notes' field in Object Manager.
- CCreate separate user profiles and page layouts for each Priority value.
- DConfigure Record Type picklist value assignments for the 'Priority' field.
Answer
Set component visibility filter rules on the field within the Lightning App Builder.
Dynamic Forms in Lightning App Builder provides component visibility filters that allow administrators to show or hide individual fields dynamically based on record values, user fields, or device type.
Step-by-Step Solution
Key Concept
Conditional field visibility using Dynamic Forms component filters