ServiceNowServiceNow
CSA · Question #210
CSA Question #210: Real Exam Question with Answer & Explanation
The correct answer is D: UI Policies and Client Scripts. UI Policies and Client Scripts are the types of scripts in ServiceNow that execute on the client-side, directly within the user's web browser.
Submitted by tarun92· Apr 18, 2026Introduction to Development
Question
Which type of scripts run in the browser?
Options
- AScript Include Scripts
- BAccess Control Scripts
- CBusiness Rule Scripts
- DUI Policies and Client Scripts
Explanation
UI Policies and Client Scripts are the types of scripts in ServiceNow that execute on the client-side, directly within the user's web browser.
Common mistakes.
- A. Script Includes are server-side scripts that define reusable functions to be called by other server-side scripts.
- B. Access Control Scripts are server-side scripts used within Access Control Lists (ACLs) to evaluate permissions for record access.
- C. Business Rule Scripts are server-side scripts that execute on the ServiceNow server in response to database operations (insert, update, delete, query).
Concept tested. Client-side vs. Server-side scripting
Topics
#Client Scripts#UI Policies#Client-side scripting#Script execution context
Community Discussion
No community discussion yet for this question.