ServiceNow Certified System Administrator — Question 18
Which statement is true about business rules?
Answer options
- A. A business rule must run before a database action occurs
- B. A business rule can be a piece of Javascript
- C. A business rule must not run before a database action occurs
- D. A business rule monitors fields on a form
Correct answer: B
Explanation
The correct answer is B because business rules can indeed be implemented using Javascript to define logic and constraints. Option A is incorrect since business rules do not always need to run before a database action. Option C contradicts the essence of business rules, which can be designed to execute at various points. Option D is misleading, as while business rules can interact with form fields, they do not necessarily have to monitor them actively.