Question

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

An administrator is designing user interface experiences in Lightning App Builder, configuring a custom Home Page for the Sales application and a custom Record Page for a custom object. Which two considerations must the administrator evaluate regarding page activation capabilities and component visibility rules? (Select 2 choices)

  1. Home pages can be activated as Org Default, App Default, or assigned to specific App and Profile combinations, but they do not support Record Type assignment.Answer
  2. Component visibility filters control whether a component is displayed on the page UI, but they do not restrict user access to underlying field data via reports, API, or global search.Answer
  3. C
    Hiding a component containing record fields using component visibility filters automatically revokes the user's Field-Level Security Read access for those fields.
  4. D
    Home pages can be assigned to specific Record Types when paired with custom profile assignments in Lightning App Builder.
  5. E
    Org Default page activations override granular App, Record Type, and Profile activation assignments whenever a conflict occurs.

Answer

The two correct considerations are that Home pages support activation by Org Default, App Default, or App and Profile combinations (but not Record Type), and that component visibility filters only hide UI elements without restricting underlying data access through the API or reporting.
The valid statements highlight two fundamental Lightning App Builder principles: first, Home pages support Org Default, App Default, and App + Profile activation levels but do not use Record Types; second, component visibility filters only change visual display on the page and do not restrict data access via reports or APIs.

Step-by-Step Solution

1
Analyze Home page activation options versus Record page activation options in Lightning App Builder.
Home pages can be assigned as Org Default, App Default, or App + Profile. Record Types apply only to object Record Pages.
Home pages are application-level landing pages that are not linked to object record instances.
2
Evaluate the boundary between component visibility rules and data security.
Component visibility governs visual presentation on the page canvas; Field-Level Security (FLS) and sharing rules govern data access.
Hiding a field or component visually does not block users from querying data via APIs, reports, or list views.

Key Concept

Lightning Page Activation Granularity and Component Visibility vs Data Security
Rate this question