Skip to main content

Record Detail Tabs

When viewing a Salesforce record, the app displays information organized into tabs. Record Detail Tabs provide a structured way to view different aspects of a record, from standard fields to related records and custom queries.

Overview

The Record Detail Tabs section appears below the Record Preview Fields and contains various tabs showing different information about the record. The app includes standard tabs by default, but you can also create custom tabs to display specific information relevant to your needs.

Standard Detail Tabs

The following standard tabs are available depending on the object type:

Tab NameAvailabilityDescription
FieldsAlwaysShows all fields and their values for the record
Child RecordsAlwaysDisplays all child records related to the current record
<related list>When you are viewing the a Related List in UIWhen you navigate to a Record List page of a record, that Related list is automatically shown
HistoryNon-setup objectsShows the record's field history
FilesNon-setup objectsDisplays attachments and content files related to the record
HierarchyObjects with hierarchy fieldsShows the record's position in a hierarchy
SharesShareable objectsShows the Record share records

Custom Detail Tabs

You can create your own tabs to display specific information related to the record. Two types of custom tabs are supported:

Child Field Tabs

Child Field tabs display related records based on a child relationship field.

Configuration options:

  • Label: The display name for the tab
  • Child Field: The relationship field to use
  • Order By: Optional sorting for the related records
  • Objects: Which objects this tab should appear for

Query Tabs

Query tabs run a custom SOQL query and display the results.

Configuration options:

  • Label: The display name for the tab
  • Query: SOQL query to execute (use :recordId as a variable for the current record ID)
  • Objects: Which objects this tab should appear for

Managing Record Detail Tabs

To manage custom detail tabs:

  1. Open a record
  2. Click the "More Actions" menu
  3. Select "Manage Record Detail Tabs"

In the management dialog, you can:

  • View all existing tabs
  • Add new tabs
  • Edit existing tabs
  • Delete custom tabs
  • Change tab order
  • Enable/disable tabs

Tab Configuration Options

When creating or editing a tab, you can set:

OptionDescription
LabelDisplay name for the tab
ActiveWhether the tab is enabled
Show by DefaultWhether the tab appears automatically or must be accessed from the menu
OrderDisplay order (lower numbers appear first)
ObjectsWhich objects this tab applies to (comma-separated list or "All" for all objects)
Type"Child Field" or "Query"
Child FieldFor Child Field tabs, the relationship field name
QueryFor Query tabs, the SOQL query to execute
Order ByOptional sorting clause for Child Field tabs

Important Notes

  • Standard tabs cannot be deleted but can be disabled or reordered
  • Custom tabs can be configured to appear for specific objects or all objects
  • The same tab configurations apply across all connections
  • Tabs with "Show by Default" enabled appear automatically; others can be accessed from the menu
  • Child Field tabs require valid relationship fields for the objects they're configured for
  • Query tabs must contain valid SOQL that works with the :recordId variable