Question

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

A Salesforce administrator is configuring Lightning App Builder pages for a custom object named Asset_Inspection__c. The requirements state that specific fields must only display when an inspection fails, and custom record layouts must be deployed selectively to different teams. Which two statements accurately describe the functionality of Lightning App Builder page activations and Dynamic Forms component visibility? (Select 2 choices.)

  1. Setting a conditional component visibility filter on a field in Dynamic Forms hides the field from the Lightning user interface but does not prevent access through APIs or standard reports.Answer
  2. B
    Configuring component visibility on a Dynamic Forms field automatically revokes Field-Level Security read permissions for users who fail the visibility criteria.
  3. C
    A customized Lightning Home page can be activated and assigned by combining App, Record Type, and Profile settings.
  4. Activating a Lightning Record Page by App, Record Type, and Profile takes precedence over both App Default and Org Default activations for matching users.Answer
  5. E
    Field picklist values can be filtered dynamically using page layout component visibility rules without assigning them to specific Record Types.

Answer

Dynamic Forms component visibility controls UI display without altering API or reporting access, and activating a Lightning Record Page by App, Record Type, and Profile overrides App Default and Org Default assignments.
Dynamic Forms visibility filters are designed for user interface display control and do not modify underlying Field-Level Security or reporting access. Furthermore, Lightning Record Page activation follows a strict hierarchy where the combination of App, Record Type, and Profile assignment takes precedence over broader App Default and Org Default settings.

Step-by-Step Solution

1
Analyze Dynamic Forms visibility behavior
Dynamic Forms visibility rules conditionally hide or reveal components/fields on the user interface, but underlying data security (FLS and sharing rules) remains unchanged for reports and API access.
UI component visibility is decoupled from data accessibility enforcement.
2
Evaluate Lightning Record Page activation precedence
The activation hierarchy prioritizes explicit matches: App + Record Type + Profile assignment overrides App Default assignment, which in turn overrides Org Default assignment.
Salesforce evaluates page assignments from most granular (App, Record Type, Profile) to least granular (Org Default).

Key Concept

Lightning App Builder Activation Precedence and Dynamic Forms UI Visibility
Rate this question