The following are some of the key components of a business rule:
- Scope: The scope of a business rule defines its execution context. It can acquire the following values:
- Entity: Business rules will be executed in all entity operations, including server-side events happening on the entity.
- All forms: Business rules will be executed on all entity forms. However, the rules will not apply to server-side execution.
- Specific forms: Business rules will only be executed on the specific forms chosen while setting up a business rule.
-
Condition: The condition refers to the criteria or the requisite state evaluated before a business rule action is executed. The condition basically refers to the state of the entity and its attributes. For example, you may write a business rule that refers to a condition that checks the values of a created field.
-
Action: Action refers to...