Question

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

A Salesforce administrator uses Lightning App Builder to migrate an Opportunity record page to Dynamic Forms. To protect sensitive financial information, the administrator sets a component visibility rule on the Annual Revenue field so that it only displays on the page when the viewing user has the Custom Finance profile. Which statement accurately describes the effect of this configuration on users with other profiles?

  1. Users without the Custom Finance profile can still view the field data in reports, list views, and API queries if Field-Level Security allows access.Answer
  2. B
    Users without the Custom Finance profile are automatically restricted from viewing the field data across all reports, dashboards, and API queries.
  3. C
    Users without the Custom Finance profile will be prompted to select an authorized record type to view the hidden field on the record page.
  4. D
    The field data is hidden in reports and list views but remains accessible to all users through API integrations.

Answer

Users without the Custom Finance profile can still view the field data in reports, list views, and API queries if Field-Level Security allows access.
Lightning App Builder component visibility filters control whether a component or field section is rendered visually on a specific Lightning Record Page. They do not alter object-level permissions or Field-Level Security (FLS). If FLS grants read access to a user, that user can still access the field's data through reports, list views, global search, and API integrations.

Step-by-Step Solution

1
Analyze the scope of Dynamic Forms component visibility filters.
Dynamic Forms component visibility rules are presentation-layer filters applied strictly to the user interface of the Lightning Record Page.
Understanding layer separation ensures administrators do not rely on layout rules for security enforcement.
2
Evaluate data access mechanisms outside the record page.
Reports, list views, global search, and API queries bypass page layout visibility and rely strictly on Field-Level Security (FLS) and Object-Level Permissions.
Field-Level Security is the authoritative control for field data visibility across the platform.

Key Concept

Dynamic Forms Component Visibility vs. Field-Level Security
Rate this question