An administrator is configuring a customized Lightning Record Page for a custom object named Consulting_Project__c to fulfill two key business requirements:
1. The page named 'Consulting_Executive_Page' must be assigned so that all users working inside the Sales App see it as the default page for Consulting_Project__c records, regardless of record type or user profile.
2. A specialized financial component on the page must only be displayed when the project's Status field is 'Active' and the viewing user possesses the 'Executive_User' custom permission.
Which two statements correctly describe how the administrator should configure these requirements and how Salesforce will evaluate them? (Select 2 choices)
- Activating the page as an App Default for the Sales App assigns it to all record types and profiles within that app, overriding the Org Default page.Cevap
- Setting dynamic component visibility criteria based on record fields and user permissions controls component display without granting or restricting underlying Field-Level Security.Cevap
- CHiding the financial component using component visibility rules automatically revokes API and report access to the underlying fields for non-executive users.
- DTo activate a page as an App Default, the administrator must first create a custom Record Type and assign picklist values for each user profile.
- EComponent visibility rules can be configured to display fields to users who otherwise lack Field-Level Security read access on their assigned profile.
Cevap
The administrator should activate the page as an App Default for the Sales App and configure component visibility filters using record fields and user custom permissions. App Default activation applies across all record types and profiles within the specified app. Component visibility controls UI presentation only and does not alter underlying Field-Level Security permissions.
Activating a Lightning Record Page as an App Default configures the page as the default for all users accessing records within that specific app, overriding Org Defaults without requiring explicit record type or profile mapping. Additionally, component visibility filters enable dynamic conditional display of components based on record values and user permissions without modifying platform-level data security rules like Field-Level Security.
Adım Adım Çözüm
Anahtar Kavram
Lightning Record Page Activation Levels and Component Visibility vs. Field-Level Security
Tahmini Süre:2m 0s