Dynamics CRM 2015 – Scope of Business Rules
Business Rules was introduced in Dynamics CRM 2013 which was restricted to client side only. Now with latest CRM 2015, server side business rule is available which will help business user easily configure validation logic and reduce the development effort.
There are three levels of scope:
Scope | Where it runs run |
Entity | All forms and server |
All forms | All forms |
Specific form | Just that form |
In the top right of the form, use the Scope field to set the scope for the rule. “Entity” scope level is new in CRM 2015. Setting the scope of the business rule at an entity level, forces the business rule executed on both server and all clients side.
For example, on update of an entity record we will set “Description” field mandatory based on some conditions. So in this case we can create Business…
View original post 198 more words