ServiceNowServiceNow
CSA · Question #86
CSA Question #86: Real Exam Question with Answer & Explanation
The correct answer is E: UI Policy. UI Policies provide a no-code method within ServiceNow to dynamically set form fields as mandatory, read-only, or visible based on specific conditions.
Submitted by omar99· Apr 18, 2026User Interface and Navigation
Question
What is a no-code approach to control the mandatory or read-only state of a form field?
Options
- AUI Action
- BClient Script
- CUI Script
- DUI Rule
- EUI Policy
Explanation
UI Policies provide a no-code method within ServiceNow to dynamically set form fields as mandatory, read-only, or visible based on specific conditions.
Common mistakes.
- A. UI Actions are used to add buttons, links, or context menu items to forms and lists, often requiring server-side or client-side scripting to define their behavior.
- B. Client Scripts are JavaScript code executed on the client-side (web browser) and require coding to control form field properties dynamically.
- C. UI Scripts are global client-side scripts that can be reused across different forms but still require JavaScript coding.
- D. UI Rule is not a standard or recognized ServiceNow feature for controlling form field states.
Concept tested. ServiceNow UI Policy functionality
Topics
#UI Policy#Form Configuration#No-code#Field control
Community Discussion
No community discussion yet for this question.