Definition
The Detail section of a record page is the area displaying individual field values for a single record in a formatted layout. In Lightning Experience, the detail section can include multiple sections with visibility rules and dynamic forms for enhanced usability.
Real-World Example
At their company, an admin at Redwood Financial leverages Detail to ensure the Salesforce org runs smoothly and securely. They configure Detail during a scheduled maintenance window, test it in a sandbox first, and then deploy to production. The result is tighter security and a more streamlined experience for all 200 users in the org.
Why Detail Matters
The Detail section of a record page is the area displaying field values for a single record in a formatted layout. It's the primary place users view and edit data on a record. In Salesforce Classic, the Detail section was a relatively static layout defined by the Page Layout. In Lightning Experience, the Detail section has become more flexible: it can include multiple sections with different field groupings, support visibility rules that show or hide fields based on other field values, and use Dynamic Forms for component-level page assembly.
Modern Lightning record pages typically use Dynamic Forms in the Detail section, which let admins drop individual field components onto a Lightning page rather than relying on a single monolithic page layout. This gives much finer control over what users see based on their role, the record's data, or other context. Combined with conditional visibility rules, Dynamic Forms make it possible to build record pages that adapt to the user and the data without writing custom code or building separate page layouts for every situation.
How Organizations Use Detail
- •BrightEdge Solutions — Migrated their Account page from a monolithic page layout to Dynamic Forms in the Detail section. Different fields now show or hide based on Account type without needing separate page layouts.
- •NovaScale — Uses conditional visibility on Detail section fields to show compliance fields only when the record's industry requires them. Most users never see fields that don't apply to their work.
- •Coastal Health — Built complex record pages with multiple Detail sections grouped by purpose (clinical, administrative, billing). Each section can be collapsed independently.
