ServiceNow Certified System Administrator — Question 274
Which type of scripts run in the browser?
Answer options
- A. UI Policies
- B. Script Include Scripts
- C. Access Control Scripts
- D. Business Rule Scripts
Correct answer: A
Explanation
UI Policies are designed to run in the client-side browser, allowing for dynamic changes to the user interface based on certain conditions. The other options, such as Script Include Scripts, Access Control Scripts, and Business Rule Scripts, are executed on the server side and do not run in the browser.