Correct Answer: D
In ServiceNow, a List is a visual representation of multiple records from a table. Lists allow users to view, filter, sort, and interact with records in a structured tabular format.
Key Features of Lists:
Displays multiple records from a table.
Columns represent fields of the table.
Users can personalize the list (e.g., adjust columns, apply filters, and sort).
Common Actions:
Inline editing
Searching
Exporting data
Grouping and filtering
Why Other Options Are Incorrect?
A . View ❌
A View defines how data is displayed, but it is not a list itself.
Example: Different form views can be created for the same table.
B . Dashboard ❌
A Dashboard is a visual representation of reports and performance analytics.
It does not display raw table records directly.
C . Panel ❌
No such term as "Panel" exists in ServiceNow for displaying records from a table.
Reference from ServiceNow CSA Documentation:
Lists Overview
ServiceNow Lists Documentation
Personalizing Lists
List Personalization Guide
Final Verification: ✅ Answer is 100% correct and aligned with official ServiceNow Certified System Administrator (CSA) documentation.