A Salesforce administrator needs to configure Lightning App Builder pages and component visibility for a custom object named Maintenance_Ticket__c. The business requires that a specialized component appears on the record page only when a ticket's status is set to 'In Progress' and the user is viewing the record within the Service Console app. Additionally, different customized record pages must be displayed to users based on their specific profile and the ticket record type. Which two administrative actions accurately fulfill these requirements using Lightning App Builder? (Select 2 choices)
- Add component visibility filters based on the Status field value and the User Client/App context.Cevap
- BUse component visibility rules to enforce field-level security and prevent API access to sensitive fields.
- Activate the custom record page by assigning it at the App, Record Type, and Profile granular level.Cevap
- DFilter available picklist values directly within the component configuration panel of the Lightning App Builder.
- EAssign the custom Home Page by Record Type within the App Builder activation wizard.
Cevap
The administrator should add component visibility filters based on record fields and User/App context, and activate the custom record page using the App, Record Type, and Profile assignment combination.
The correct statements are configuring component visibility filters using record fields and client context, and activating the record page at the App, Record Type, and Profile level. Component visibility rules support checking both record field values and current app context. App, Record Type, and Profile activation is the required mechanism when record pages must vary across specific business roles and record types within a given app.
Adım Adım Çözüm
Anahtar Kavram
Lightning App Builder Activation Assignments & Component Visibility