In ServiceNow, Priority is a choice field, meaning it has predefined values (e.g., 1 - Critical, 2 - High, etc.). If a customer wants to change the values to display P1, P2, P3, P4 consistently across all tasks, you must modify the choice list values for the Priority field.
Right-click on the Priority field in the Incident form.
Select “Show Choices” from the context menu.
In the Choice List Entries table, modify the Label values to match the internal terminology (P1, P2, P3, P4).
Ensure that the changes apply to all Task-related tables (such as Incident, Change, and Problem).
The “Show Choices” option displays the choice list for that specific field, allowing modifications to the values displayed in the dropdown.
This ensures consistency across all records using the Priority field.
A. Configure Lists: ❌ Configures list views, not choice field values.
B. Show Options: ❌ Not a valid option in ServiceNow for modifying choice fields.
C. Configure Task: ❌ Configures the task table settings, not choice list values.
E. Show Choice List: ❌ Not a valid ServiceNow menu option.
F. Configure Options: ❌ Not a valid option in ServiceNow for modifying choice fields.
Modifying Choice Lists in ServiceNow: ServiceNow Docs
How to Customize Dropdown Fields in ServiceNow
Steps to Modify the Priority Field Choices:Why is the Correct Answer "Show Choices"?Why Not the Other Options?References from the Certified System Administrator (CSA) Official Documentation:Using “Show Choices”, administrators can update choice values while preserving the existing backend values, ensuring consistency in workflows and reports.