ServiceNow Certified System Administrator — Question 290
If a user is on an Incident form and is alerted when they change the value of the Priority field, which type of script executes in the Platform?
Answer options
- A. A server script
- B. A client script
- C. A fix script
- D. A business rule
Correct answer: B
Explanation
The correct answer is B, as client scripts are designed to run on the user's browser and can respond to changes in form fields. The other options, such as server scripts and business rules, operate on the server side and would not provide immediate feedback to the user in response to a field change.