A Salesforce Administrator needs to restrict the visibility of the 'Submit for Approval' action on the Case Lightning record page. The action should only be visible when the Case Status is set to 'Escalated' and the current user has been assigned the 'Tier 2 Support' custom permission. In what correct sequential order should the administrator perform the steps in Lightning App Builder to configure these Dynamic Actions visibility rules?
- 1Select the Highlights Panel component on the Case Lightning record page Canvas in Lightning App Builder.
- 2Click the option in the component properties pane to upgrade or enable Dynamic Actions.
- 3Select the 'Submit for Approval' action from the Dynamic Actions list in the properties pane.
- 4Click 'Add Filter' under the Action Visibility section in the action detail pane.
- 5Set filter conditions using Record field criteria for Status = 'Escalated' and User criteria for the 'Tier 2 Support' custom permission.
Answer
The correct sequence of steps begins by selecting the Highlights Panel on the page canvas, upgrading it to use Dynamic Actions, selecting the specific action ('Submit for Approval'), adding an Action Visibility filter, and finally defining the filter criteria based on Record Status and User Custom Permission.
To configure Dynamic Actions with conditional visibility rules, an administrator must first select the Highlights Panel in Lightning App Builder and enable Dynamic Actions. Once enabled, the administrator selects the specific action ('Submit for Approval') from the properties pane, initiates a new Action Visibility filter, and defines the criteria evaluating the record's Status field and the viewing user's Custom Permission.
Step-by-Step Solution
Key Concept
Configuring Conditional Action Visibility using Dynamic Actions in Lightning App Builder