正解:A
Column Context Menus in ServiceNow provide options for interacting with list columns in a table. These menus allow users to customize list views, generate quick reports, export data, and configure list settings.
When users right-click on a column header in a list view, they see a context menu with several actions. The correct answer, Option A, correctly describes these capabilities.
Key Features of Column Context Menus:
Create Quick Reports
Users can generate bar charts, pie charts, or other visual reports based on column data.
Example: Right-clicking on the "State" column in an Incidents list allows users to create a report showing the count of incidents per state.
Configure the List
Users can modify the list layout, display additional columns, or customize fields.
Options include Personalize List, Show / Hide Columns, and Sort features.
Export Data
Data can be exported in various formats, such as Excel, CSV, PDF, or XML.
Example: Exporting all incidents assigned to a particular group.
Why the Other Options Are Incorrect:
❌ B. It displays actions related to filtering options, assigning tags, and search (Incorrect) Filtering options are part of the Filter Navigator and List Context Menu, not the Column Context Menu.
Assigning tags and performing searches happen within the list view but are not primary functions of the Column Context Menu.
❌ C. It displays actions related to viewing and filtering the entire list (Incorrect) While column menus allow sorting and filtering, filtering the entire list is mainly done via the List Context Menu (right-clicking the entire list or using the filter option at the top).
❌ D. It displays actions such as view form, view related task, and add relationship (Incorrect) Viewing forms, related tasks, and adding relationships are functions available when interacting with record-level actions (right-clicking a row), not a column.
These actions are available via the List Context Menu or Related Lists, not the Column Context Menu.
Example of Using a Column Context Menu in ServiceNow:
Navigate to Incident > All.
Right-click on the Priority column header.
A menu appears with options such as:
Sort (Ascending/Descending)
Group By This Field
Create Report
Export Data
Configure List Layout
Reference:
ServiceNow Documentation: Working with Lists
ServiceNow Docs: List and Column Context Menus
ServiceNow Learning: List Management and Customization