CIS-ITSM · Question #159
Your client indicates they would like a way to designate VIP callers on an incident form. How would you accomplish this?
The correct answer is C. VIP Flag field style. A field style is the correct ServiceNow mechanism to visually designate VIP callers on an incident form by applying conditional formatting to a field.
Question
Your client indicates they would like a way to designate VIP callers on an incident form. How would you accomplish this?
Options
- AVIP Flag reference decorator
- BVIP flag dictionary entry
- CVIP Flag field style
- DVIP Flag action script
How the community answered
(55 responses)- A9% (5)
- B5% (3)
- C84% (46)
- D2% (1)
Why each option
A field style is the correct ServiceNow mechanism to visually designate VIP callers on an incident form by applying conditional formatting to a field.
A reference decorator adds a small icon next to a reference field link but does not conditionally flag records based on data attributes like VIP status.
A dictionary entry defines field metadata and attributes; it does not apply visual styling based on record conditions.
Field styles in ServiceNow allow administrators to apply visual formatting such as background color, font color, or icons to a field based on a condition, such as the caller's VIP flag being true. This provides an immediate visual indicator on the incident form without requiring scripting or changes to the data model.
An action script executes logic in response to events but is not the standard mechanism for applying persistent visual indicators to fields on a form.
Concept tested: Field styles for conditional visual formatting on forms
Source: https://docs.servicenow.com/bundle/washingtondc-platform-administration/page/administer/form-administration/concept/c_FieldStyles.html
Topics
Community Discussion
No community discussion yet for this question.