ServiceNow Certified System Administrator — Question 214
Which statement correctly describes the differences between a Client Script and a Business Rule?
Answer options
- A. A Client Script executes before a record is loaded and a Business Rule executes after a record is loaded
- B. A Client Script executes on the server and a Business Rule executes on the client
- C. A Client Script executes on the client and a Business Rule executes on the server
- D. A Client Script executes before a record is loaded and a Business Rule executes after a record is updated
Correct answer: C
Explanation
The correct answer is C because a Client Script executes on the client-side, allowing for real-time interaction with the user, while a Business Rule runs on the server-side, processing data after the record is saved. Options A and D incorrectly describe the execution order of the Client Script and Business Rule. Option B is incorrect as it reverses the execution environments of both scripts.