The following are important points regarding business rules that we need to consider before we decide on using them:
- We cannot use the business rule to hide tabs and sections of a form.
- The OnChange event of the field will not be triggered if that field's value is set using a business rule.
- There is a limitation of 10 if...else conditions in a business rule.
- The business rule will not run if it references a field that is not in the form. It will not show any error message.
- The business rule, if not defined with Scope as Entity, will run only during the load of the form and when the value of a field changes. It will not run on save of the form.
- Business rules run in order of their activation. So, if we have multiple interrelated business rules defined for an Entity, the business rule that was activated first will run first followed by...