CSA · Question #423
Which type of scripts nun in the browser?
The correct answer is D. Ul 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.
Question
Which type of scripts nun in the browser?
Options
- AScript include Scripts
- BBusiness Rule Scripts
- CAccess Contra! Scripts
- DUl Policies and Client Scripts
How the community answered
(38 responses)- A5% (2)
- B3% (1)
- D92% (35)
Why each option
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.
Script Includes are server-side components used to store and execute reusable JavaScript functions on the ServiceNow instance.
Business Rules are server-side scripts that run on the ServiceNow instance when a database operation occurs (insert, update, delete, query).
Access Control Scripts (used within ACLs) are server-side scripts that determine user permissions on the ServiceNow instance by evaluating conditions and roles.
Client Scripts execute JavaScript in the user's browser in response to form loads, changes, or submissions, while UI Policies dynamically modify form fields or visibility based on conditions, both operating client-side.
Concept tested: Client-side vs. Server-side scripting in ServiceNow
Source: https://docs.servicenow.com/bundle/utah-application-development/page/script/client-scripts/concept/c_ClientScripts.html
Topics
Community Discussion
No community discussion yet for this question.