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
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)- A3% (1)
- B92% (33)
- D6% (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
Community Discussion
No community discussion yet for this question.