Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

ServiceNow CSA Exam - Topic 1 Question 101 Discussion

Which data consistency settings can be achieved using UI Policy?Choose 3 answers
B) Setting fields hidden and D) Settings fields read-only and E) Setting fields mandatory
A) Setting fields to accept the data with 'n' number of characters
C) Setting fields to accept the data in an expected format

ServiceNow CSA Exam - Topic 1 Question 101 Discussion

Actual exam question for ServiceNow's CSA exam
Question #: 101
Topic #: 1
[All CSA Questions]

Which data consistency settings can be achieved using UI Policy?

Choose 3 answers

Show Suggested Answer Hide Answer
Suggested Answer: B, D, E

UI Policies in ServiceNow dynamically control form field behaviors without scripting. They help maintain data consistency and improve user experience.

Correct Answers

B . Setting fields hidden

UI Policies can hide form fields based on conditions.

Example: Hide the 'Resolution Notes' field unless State = Resolved.

D . Setting fields read-only

UI Policies can make fields read-only to prevent users from modifying certain data.

Example: Set 'Requested For' field read-only after submission.

E . Setting fields mandatory

UI Policies can enforce mandatory fields based on conditions.

Example: Make the 'Justification' field mandatory if Priority = High.

Incorrect Answer Choices

A . Setting fields to accept the data with 'n' number of characters

Field length restrictions are set in the Dictionary Definition, not UI Policies.

C . Setting fields to accept the data in an expected format

Data formatting (e.g., date, phone number) is controlled by Field Types and Data Policies, not UI Policies.


ServiceNow Documentation: UI Policies Overview

ServiceNow Developer Guide: Creating UI Policies

Contribute your Thoughts:

0/2000 characters

Currently there are no comments in this discussion, be the first to comment!


Save Cancel