CAD · Question #65
Which script types execute on the server? (Choose three.)
The correct answer is A. Business Rule D. Script Actions E. Scheduled Jobs. Server-side scripts, such as Business Rules, Script Actions, and Scheduled Jobs, execute on the ServiceNow instance's server to handle backend logic and automated tasks.
Question
Which script types execute on the server? (Choose three.)
Options
- ABusiness Rule
- BClient Scripts
- CUI Policies
- DScript Actions
- EScheduled Jobs
How the community answered
(23 responses)- A96% (22)
- C4% (1)
Why each option
Server-side scripts, such as Business Rules, Script Actions, and Scheduled Jobs, execute on the ServiceNow instance's server to handle backend logic and automated tasks.
Business Rules are server-side scripts that execute on the ServiceNow instance to implement server-side logic before or after a database operation on a record.
Client Scripts execute on the client-side (web browser), primarily used for validating forms, making UI changes, and enhancing user interaction before data submission.
UI Policies primarily execute on the client-side to dynamically change form field visibility, mandatory status, or read-only state based on conditions.
Script Actions are server-side scripts that run asynchronously after an event is triggered, allowing for backend automation without impacting user experience.
Scheduled Jobs are server-side scripts configured to execute automatically at specified intervals or times, performing background processes and tasks.
Concept tested: Server-side script types
Source: https://docs.servicenow.com/bundle/washingtondc-application-development/page/script/server-scripting/concept/c_ServerSideScripting.html
Topics
Community Discussion
No community discussion yet for this question.