ServiceNow Certified System Administrator — Question 214

Which statement correctly describes the differences between a Client Script and a Business Rule?

Answer options

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.