ServiceNow Certified Application Developer — Question 83
Which actions can a Business Rule take without scripting?
Answer options
- A. Set field values and write to the system log
- B. Set field values and generate an event
- C. Set field values and add message
- D. Set field values and query the database
Correct answer: C
Explanation
The correct answer is C because Business Rules can set field values and add messages directly without requiring scripting. Options A, B, and D involve actions that necessitate additional scripting capabilities, such as writing to the system log, generating events, or querying the database.