A Salesforce administrator is tasked with updating the Case object user interface to support complex compliance requirements. Tier 2 Support Agents using the Service Console app require a dedicated Lightning Record Page layout when working on 'Escalated' cases, while Tier 1 agents must retain their existing layout. Additionally, a specialized SLA Compliance component on the new record page must only be visible to users assigned a custom permission named 'View Escalations', regardless of whether users have Field-Level Security (FLS) access to the SLA fields. Which two configuration actions must the administrator execute within Lightning App Builder to satisfy these requirements? (Select 2 choices)
- Activate the custom Lightning Record Page as App, Record Type, and Profile default for the Service Console app, Escalated record type, and Tier 2 Support profile.Answer
- Add a conditional component visibility filter to the SLA Compliance component evaluating User > Permissions > Custom Permission > View Escalations equals True.Answer
- CModify Field-Level Security (FLS) settings on the SLA fields to Restricted for Tier 1 agents to force the component to hide dynamically.
- DActivate the custom page at the Org Default level and configure page layout assignment rules within Object Manager for the Escalated Record Type.
- ERemove the Escalated Record Type picklist assignment from the Tier 1 Support profile to prevent unauthorized page views.
Answer
To meet the requirements, the administrator must activate the page using the App, Record Type, and Profile assignment combination and apply a component visibility filter based on the user's assigned custom permission.
The combination of activating the page at the App, Record Type, and Profile level and setting a component visibility filter based on user custom permissions fully addresses both requirements. App, Record Type, and Profile is the most specific activation scope in Lightning App Builder, ensuring Tier 2 agents see the customized page while Tier 1 agents continue using their current page assignment. Furthermore, Lightning App Builder allows component visibility filters to check assigned Custom Permissions directly on the user context.
Step-by-Step Solution
Key Concept
Lightning Record Page Activation Precedence and Dynamic Component Visibility Filters
Estimated Time:2m 0s