nerdexam
ServiceNow

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.

Incident Management

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)
  • A
    9% (5)
  • B
    5% (3)
  • C
    84% (46)
  • D
    2% (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.

AVIP Flag reference decorator

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.

BVIP flag dictionary entry

A dictionary entry defines field metadata and attributes; it does not apply visual styling based on record conditions.

CVIP Flag field styleCorrect

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.

DVIP Flag action script

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

#Field Styles#UI Customization#Incident Form#VIP Designation

Community Discussion

No community discussion yet for this question.

Full CIS-ITSM Practice