admin-page-layout-routing

Determines Salesforce page layouts for object types and profiles.

2|Updated Jun 17, 2026
One-click install
npx skills add https://github.com/PranavNagrecha/Salesforce-Intelligence --skill admin-page-layout-routing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: admin-page-layout-routing
Source: https://github.com/PranavNagrecha/Salesforce-Intelligence/tree/main/.claude/skills/admin-page-layout-routing
Command: npx skills add https://github.com/PranavNagrecha/Salesforce-Intelligence --skill admin-page-layout-routing

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill assists Salesforce admins in understanding the layout routing and resolving issues related to the page layouts users see within Salesforce orgs.

Core Features & Use Cases

  • Page Layout Routing Analysis: Identifies the routing logic behind why users see specific layouts on objects within Salesforce.
  • Record Type Resolution: Determines the default or specified record type affecting the layout presentation.
  • Boundary Disclosure: Alerts on limitations like Lightning page assignments, compact layouts, and org defaults not modeled within v1.2.
  • Use Case: A Salesforce admin wants to investigate why a specific user is seeing a different layout on an Opportunity compared to the intended configuration.

Quick Start

Query "What layout does the Sales Rep profile see for Opportunity?"

Frequently Asked Questions about admin-page-layout-routing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I determine which Salesforce page layout a specific profile sees?

To determine Salesforce page layout visibility, you analyze profile layout assignments and record type visibility data. This approach resolves the routing logic to identify the exact layout presented to users for a given object type.

Why does a user see a different page layout on a Salesforce Opportunity?

A user sees a different Salesforce page layout due to profile layout assignments and record type resolution overriding default configurations. Analyzing the metadata model identifies the specific routing rule causing the unexpected layout presentation.

How does record type resolution affect Salesforce page layout routing?

Record type resolution affects Salesforce page layout routing by determining the default or specified record type assigned to a profile. This resolution directly dictates which page layout is presented to the user within the object.

What are the limitations of analyzing Salesforce page layout assignments?

Limitations of analyzing Salesforce page layout assignments include boundary conditions where Lightning page assignments, compact layouts, and org defaults are not modeled. The metadata model alerts administrators to these specific edge cases.

Can I troubleshoot Salesforce layout routing for administrative edge cases?

You can troubleshoot Salesforce layout routing for administrative edge cases using the metadata model. It handles error recovery scenarios and boundary conditions to resolve complex profile layout assignment and record type visibility issues.