nerdexam
ServiceNow

CAD · Question #84

Which actions can a Business Rule take without scripting?

The correct answer is B. Set field values and generate an event. A Business Rule can take actions such as setting field values and generating an event without scripting. A Business Rule is a server-side script that runs when a record is displayed, inserted, updated, deleted, or queried. A Business Rule can use filter conditions, role condition

Submitted by asante_acc· Apr 18, 2026Application Automation

Question

Which actions can a Business Rule take without scripting?

Options

  • ASet field values and query the database
  • BSet field values and generate an event
  • CSet field values and write to the system log
  • DSet field values and add message

How the community answered

(36 responses)
  • A
    3% (1)
  • B
    92% (33)
  • D
    6% (2)

Explanation

A Business Rule can take actions such as setting field values and generating an event without scripting. A Business Rule is a server-side script that runs when a record is displayed, inserted, updated, deleted, or queried. A Business Rule can use filter conditions, role conditions, and actions to define when and how it should run. Actions are predefined operations that can be performed on a record, such as setting field values, generating an event, adding a message, or writing to the system log. These actions do not require scripting and can be selected from a drop-

Topics

#Business Rules#Automation#Events#No-code

Community Discussion

No community discussion yet for this question.

Full CAD Practice