Define once, use everywhere
This is the heart of record routing: structure lives on the object, and each record is a personalized instance of it.- On the Contacts object you build a View with a contact list and a stat card.
- When a teammate opens the record for Avery Durrant, that same View appears. Filtered to show only Avery’s data.
Configuring an Object’s Views
1
Open the object
Go to the object whose record layout you want to shape (for example, Contacts).
2
Build the Views
Add the views and components you want every record to show. Lists of related records, summary cards, activity feeds, and so on.
3
Open any record
Each record now renders those Views automatically, scoped to its own data.