Featured Post

Dynamics 365 - Business Process Flow and Things to take note before you upgrade into Dynamics 365.

In 2 months ago, my company decided to upgrade the Dynamics CRM 2016 into Dynamics 365 and there is something different about Dynamics 365 B...

Sunday, October 29, 2017

Dynamics 365 - Editable GirdView and Things you should know

A Long awaited feature finally released in Dynamics 365. It is Editable Gridview.

Today, i am going to show you how to enable and configure the Editable Gridview and the things you should know.


How to Enable Editable GridView


1. Go to customization.
2. Select your entity.
3. Under the tab "Control".
4. Click on "Add Control".

Result



Can we configure rule on Editable GridView?

1. Let's create a business rule


Result 

Form




Editable Grid




Everything is working perfectly. Hurrah.

Now let's us add more conditions into Business Rule


Result

Form

Editable Grid



Hmm... something went wrong. It is not working anymore.

Root Caused

- because the newly added condition is no exist in view.

Solution

- include the field inside the view.


Conclusion

- any fields that is using inside a business rule or JavaScript, we should include them inside the view.

Additional

Besides business rule, we also can apply the JavaScript inside the editable grid-view.


The behavior of JavaScript will be the same as Business Rule.

I hope this will help you to understand more about the new Editable Gridview feature in Dynamics 365 and Happy CRM-ing.

No comments:

Post a Comment