Dynamic related record tables
Summarize
Summary of Dynamic Related Record Tables
The dynamic related records feature in ServiceNow utilizes various tables to manage context and definition information, enhancing how related records are displayed and filtered in the Related Records tab. This feature is crucial for organizing and retrieving relevant data efficiently in specific scenarios, like customer service cases or playbook activities.
Show less
Key Features
- Related Record Context Table: Stores context records that define when and how related records appear. Key fields include:
- Name: Unique identifier for the context record.
- Applies to table: Specifies the table related to the source record.
- Primary/Secondary reference fields: Fields used in scripted queries for evaluation.
- Conditions: Additional criteria that govern the display of related records.
- Related Record Definition Table: Specifies the data to be retrieved, such as contracts or SLAs. Key fields include:
- Display label: Name appearing in the Related Records tab filter.
- Primary/Secondary reference tables: Tables utilized in the definition script.
- Script: Defines which records are fetched based on the context.
- Context Related Record Definition Table: Links context records with their associated definition records, determining how records are retrieved and displayed.
Key Outcomes
By configuring dynamic related records, ServiceNow customers can streamline access to pertinent information linked to various records, enhancing the user experience and improving operational efficiency. Context records allow for tailored data retrieval, while definition records ensure that the relevant information is prominently available in the Related Records tab, supporting better decision-making and responsiveness.
The dynamic related records feature uses different tables to store context and definition information.