Skip to main content

Limitations of Business Rules in Dynamics 365

gdas Profile Picture gdas 50,083
  • Business rules will not work, if Business rules associated fields are not available in the forms.
  •  Business rules cannot trigger when record is saved.
  •  Cannot interact with tabs and section, for example we cannot show hide sections/tab using Business rules.
  •  JavaScript Onchange event will not trigger if we set value of using business rules to any field. Which means JavaScript cannot be called from Business Rules.
  • Up to 10 IF-ELSE condition supported in business Rules.
  •  Business rules cannot execute during bulk edits and imports.
  •  Business rule can be acted only on the fields of local entities and not on the fields related entities or parent entities. 
  •  The execution of a business rule is always enforced. There is no control over their execution.
  • No exception or error handling mechanism available. We can’t debug and trace business rules like we do in JavaScript.
  •  Business rules has limited actions. For example, Business Rules does not allow concatenation of fields while doing set value.

Comments

*This post is locked for comments