Complete all Possible Scenario with Business Rule In CRM

Note: For latest dynamic CRM interview question please click Here

Q. How to find business rule in CRM?

Ans: Go to setting -> Advance Setting -> Solution (Open your respective solution) -> Go to Entity and expend any one of the entities you can see the business rule.


Scenario Based Question:

Q. If contact is single then anniversary field will be hide otherwise visible?

Ans: Give the display name as per your requirement. In rule you can give multiple condition as of now I have taken one. Chose the field and operator and don't forget to apply your change.


Now click on the component and choose the Action as Set Visibility. Now drag the set visibility component and put in right side of the condition (+).


Now give the display name and make the visibility no in true condition.

One we have given the true condition then we must have to give false condition as well.

Go to the component and drag the set visibility to (+) and put the display name and make the visibility true.

Now save and activate the business rule. if you want you can change the scope as per your requirement (we have three type of scope first is entity scope (client side and server side), second is all form (client side) third is specific form (client side)).

Now see the example: Once you select merit status as single then anniversary field will be hide.
If we select merit status other than single, then anniversary date will be visible.


Note: For latest dynamic CRM interview question please click Here.





Comments

Popular posts from this blog

latest dynamics 365 interview questions

difference between enable rule vs display rule in ribbon workbench

If i create one record that created record date is older than 3 days, then I want to perform some operation with the help of business rule.