Bhubaneswar, Odisha, India
+91-8328865778
support@softchief.com

Month: March 2021

Enable Bing Map in Dynamics 365

Open a model driven app and then select Settings > Advanced Settings. Select Settings > Administration > System Settings. On the General tab, select Show Bing Maps on forms, and then select OK. Watch the video below for more practical methods.

Show or Hide header/footer and ribbon menu dynamically in Dynamics 365 Model Driven App forms

Now we have an API which allow you to do just that and in-fact much more. But before we go ahead and explore the API’s available, let’s explore the section of the header the API help us interact with. There are primarily 3 methods which are important here. getCommandBarVisible/ setCommandBarVisible getBodyVisible/ setBodyVisible getTabNavigatorVisible/ setTabNavigatorVisible use…
Read more

Prevalidation v/s PreOpration in Dynamics 365

In Dynamics 365, Pre-Validation and Pre-Operation stages are both Pre-events which occurs before the core operation. But there is significance differences between them which will give you points to decide when to use Pre-validation and When to use Pre-Operation. Pre-Validation Pre-Operation Pre-validation stage executes outside Database Transaction which will not rollback the entire operations written…
Read more