A Salesforce administrator is customizing the user experience for a custom object named Work_Order__c within a dedicated app called Field_Service_App. The administrator must fulfill two specific operational requirements:
1. Ensure a customized Lightning Record Page displays only when users access Work_Order__c records assigned to the 'Emergency' Record Type while working in the Field_Service_App under the 'Field Technician' Profile.
2. Restrict visibility of a custom financial summary component on the page so it is displayed exclusively to users with the 'Financial_Auditor' custom permission, without altering object field permissions.
Which TWO statements correctly describe the valid configuration steps and behaviors in Lightning App Builder to achieve these requirements? (Select 2 choices)
- The custom Lightning Record Page must be activated using the 'App, Record Type, and Profile' assignment level, selecting Field_Service_App, the Emergency record type, and the Field Technician profile.Cevap
- The financial summary component's visibility can be filtered using a Client/User filter criteria based on the $Permission.CustomPermission system variable for Financial_Auditor.Cevap
- CHiding the financial summary component via dynamic component visibility rules automatically restricts user access to the underlying field data across Reports, SOQL queries, and API exports.
- DTo apply the specialized record page layout across users, a Lightning Home Page must be assigned to the combination of Field_Service_App, the Emergency Record Type, and the Field Technician Profile.
- EAssigning the customized Lightning Record Page to the Emergency Record Type automatically filters picklist field options displayed on the page without updating Record Type picklist settings.