Admin Page Layout Routing

Answers Salesforce admin questions about which page layout a user sees and why: "what layout does user X see for Account", "which page layout for Sales rep on Opportunity", "why is this user seeing this layout", "which record type does this profile default to", "what's the layout for record type Y", "user reports wrong layout", "page layout assignments for profile X". Call `sfi.run_analysis` with `{ "name": "sfi.layout_for_user", "args": { … } }` (cascade over profile lookup, layoutAssignment matching, recordType resolution) and explains the routing decision honestly: stages return `unknown` rather than fabricating when v1.2's metadata model can't tell (e.g., org-default layouts, permission-set layout assignments). Discloses v1.2's boundary: only profile-based layout assignments are resolved; permission-set layouts, app-default routing, and Lightning page assignments are noted for manual verification.

PranavNagrecha 9fecf3b 40.4 KB Updated 15 repo stars

File contents

PranavNagrecha/Salesforce-Intelligence/tree/main/.claude/skills/admin-page-layout-routing commit 9fecf3b911

Frequently asked questions

npx skillmds@latest add pranavnagrecha/admin-page-layout-routing