An administrator is enhancing the Lightning record page for a custom Incident Report object using Dynamic Forms and Dynamic Actions. The business team requires that the 'Root Cause Analysis' field section appears only when the incident status is set to 'Closed', and the 'Escalate Incident' action appears only for users assigned the 'Tier 3 Handler' custom permission. Which TWO configurations in Lightning App Builder will achieve these requirements? (Choose two.)
- Add a component visibility filter to the 'Root Cause Analysis' Field Section component where Status equals 'Closed'.Cevap
- Add an action visibility filter to the 'Escalate Incident' quick action using User > Permission > Custom Permission criteria.Cevap
- CApply component visibility rules on the field section to automatically enforce field-level security and hide data from reports and API queries.
- DCreate separate Profiles and Page Layouts to assign the action, as Dynamic Actions cannot filter visibility by custom permissions.
Cevap
The administrator should set a component visibility rule on the Field Section based on record status and configure an action visibility filter referencing the User custom permission.
Adding a component visibility filter on the Field Section allows administrators to hide or show entire sections dynamically based on record values like Status. In addition, Dynamic Actions filters can evaluate User context—including custom permissions—to conditionally render quick actions directly on the page without requiring multiple page layouts.
Adım Adım Çözüm
Anahtar Kavram
Dynamic Forms Field Section Visibility and Dynamic Actions Filter Rules