Business rules were first introduced in Microsoft Dynamics CRM 2013. Since then, Microsoft has made many enhancements to business rules. The following are some of the key changes that have been brought in:
- In Microsoft Dynamics CRM 2013, we could only write business rules on entity forms. We could not apply them to the server side. This was changed in Microsoft Dynamics CRM 2015, where we could write the scope of the business rule as an entity. This implies that the rule will be triggered during all operations related to the entity.
- When business rules were first introduced, we could only write if statements. There was no provision to write rules concerning else if and else. This was rectified in Microsoft Dynamics CRM 2015.
- There were some issues with the writing of business rules and JavaScript events in the same entity field. This issue was also rectified in Microsoft...