Question

Difficulty: MediumLightning App Builder Pages (App, Home, Record Pages)

A Salesforce administrator is configuring Lightning App Builder activations and component visibility for a custom object named Asset_Service__c. The business requires that specific user profiles see a tailored Lightning Record Page when accessing records in the Service Console app. Additionally, an executive summary component on the page must only display when the service status field is marked as 'Completed'. Which two administrative actions should the administrator take to meet these requirements? (Select 2 choices)

  1. Activate the Lightning Record Page as the App, Record Type, and Profile default for the Service Console app and target user profiles.Answer
  2. Set a component visibility filter on the executive summary component using the Record Field criteria where Status equals 'Completed'.Answer
  3. C
    Set Field-Level Security (FLS) to hidden on the user profile so the executive summary component automatically hides when status is incomplete.
  4. D
    Assign the Lightning Record Page as the Org Default and add a profile filter directly within the Org Default activation tab.
  5. E
    Configure record type picklist value assignments to automatically display the component when the record type is changed.

Answer

The administrator must activate the page at the App, Record Type, and Profile level for specific user access, and configure a component visibility filter based on the Status field value.
To grant specific user profiles a unique page layout within a particular Lightning app, the administrator must activate the record page at the App, Record Type, and Profile level. Furthermore, to dynamically display a component based on a record's field values (such as Status = 'Completed'), a component visibility filter must be configured in Lightning App Builder.

Step-by-Step Solution

1
Determine the required page activation level
Identify that different profiles needing distinct views within a specific app requires App, Record Type, and Profile activation.
Org Default and App Default do not provide granular control down to specific user profiles and record types.
2
Configure component visibility criteria
Add a visibility filter on the target component where the field criteria is Status equals 'Completed'.
Dynamic component visibility evaluates record field values to control component rendering on Lightning Record Pages.

Key Concept

Lightning Record Page Activation and Dynamic Component Visibility
Rate this question