Business rules enhancements in Dynamics 365

Business rules was initially released in Dynamics 2013 and after that we got improvements in these. If you are new to business rule you can refer our earlier article for business rules. Now let’s discuss what is new in Dynamics 365 for business rules.

Completely New Designer
Dynamics 365 replaced business rule designer with completely new look and feel. The new designer supports drag and drop feature, now we can add conditions and actions by dragging from Components tab.
businessrule1
It also contains a new toolbar in designer itself which can be used to add/remove business rules actions and conditions. We can also now reuse actions and condition using copy and paste button. This toolbar also contains a snapshot button which is very help if you are preparing technical design document and you want to use business rule screenshot in your document, it allows you to take snapshot of the existing business rule actions and conditions.
businessrule2
The new VALIDATE button over command bar can be used to identify potential errors. We can validate our business rule with this button and it will show notification if there is any error in business rule like following:
businessrule3
The new components tab contains condition and all the possible actions, which we can easily drag and drop into designer area. Once condition or action placed, we can configure it’s property using Properties tab.
businessrule4
Recommendation
A new action Recommendation is also added which is very useful for providing suggestions and avoiding data entry errors. Let’s take an example while creating account record we want to inform user about correct SIC code based on the industry selected by the user. Let’s use following steps to use recommendation action:
1. Navigate to Settings->Customizations->Customize the System.
2. Select Business Rules under Components->Entities->Account.
3. Click on New button to setup new business rule.
4. Select default new condition and configure properties like following to check industry type and click on Apply button:
businessrule5
5. Now drag recommendation action and drop it next to our condition
businessrule6
6. Configure properties like following and click on Apply button.
businessrule7
7. Now click on Details and select Action to configure action properties like following and click on Apply:
businessrule8
8. Finally Save and Activate our business rule.
Now when we will try to create account with Account industry we should get recommendation base on business rule like following:
businessrule9

And if we will click on Apply button it will set SIC code field value to 8721.

Stay tuned for more Dynamics 365 new features !!

6 thoughts on “Business rules enhancements in Dynamics 365

  1. Pingback: Business Process Flow Enhancements in Dynamics 365 | HIMBAP

  2. Pingback: Form and Fields Notification in Dynamics 365 Part 2 | HIMBAP

  3. Pingback: Server Side Execution of Business Rules | HIMBAP

  4. Pingback: Using business rule for Data Import Validation | HIMBAP

Leave a Reply

Your email address will not be published. Required fields are marked *