CSA · Question #36
What is the purpose of a Related List?
The correct answer is D. To present related records. The purpose of a Related List in ServiceNow is to present records from another table that are linked to the current record being viewed.
Question
What is the purpose of a Related List?
Options
- ATo create a one-to-many relationship
- BTo dot-walk to a core table
- CTo present related fields
- DTo present related records
How the community answered
(49 responses)- A2% (1)
- B6% (3)
- C4% (2)
- D88% (43)
Why each option
The purpose of a Related List in ServiceNow is to present records from another table that are linked to the current record being viewed.
Related lists display existing relationships; they do not create the one-to-many relationship itself, but rather visualize records based on such relationships.
Dot-walking is a method to access fields from related tables for display or scripting, which is distinct from the purpose of a related list that shows actual records.
Related lists present entire records from related tables, not just individual related fields, providing a comprehensive view of linked data.
A Related List displays records from a different table that have a defined relationship (e.g., one-to-many, many-to-many) with the current record being viewed. This allows users to conveniently see all associated records, such as incidents related to a problem or tasks related to a change request, directly on the form.
Concept tested: Purpose of Related Lists
Source: https://docs.servicenow.com/bundle/utah-servicenow-platform/page/administer/form-administration/concept/related-lists.html
Topics
Community Discussion
No community discussion yet for this question.