Is there a way to either (1) choose a profile and see a list of all the objects and the corresponding Lightning page assignments for this profile and/or (2) look at an object and see all the Lightning page assignments for an app for each profile?
#Lightning App Builder #Profiles
Hi Rachel,
Confirming the object-level view: Object Manager > [Object] > Lightning Record Pages > Page Assignments shows every profile/app/record-type combination and which page each one gets — that's the closest native equivalent to your #2 ask.
For #1 (profile → all objects/pages), there's no native single screen for that. Options if you need it regularly:
1. Query it via Tooling API — FlexiPage and FlexiPagePageAssignment objects hold this data; a nightly export/report could reconstruct a profile-centric view for you.
2. Metadata-based approach — retrieve all FlexiPage metadata via VS Code/CLI and grep for a specific profile name across the assignment XML — faster than clicking through Object Manager one object at a time if you have many objects.
3. AppExchange tools — several free/paid metadata-dictionary apps (e.g., Elements.cloud, Metazoa) can generate cross-referenced reports like "profile → pages → objects" without manual digging.
Reference:
https://help.salesforce.com/s/articleView?id=platform.lightning_page_assign_profiles.htm&language=en_US&type=5