HOW TO CHECK SECURITY ROLES IN DYNAMICS 365 USING JAVASCRIPT/HTML?

We will see how to check what Security Roles are available to logged in User and do Custom Logic in Dynamics 365.
We come across scenarios where a ribbon button should be show/hide based on logged in user’s security role or enable/disable some functionality based on logged in user’s security role.

(more…)

Continue ReadingHOW TO CHECK SECURITY ROLES IN DYNAMICS 365 USING JAVASCRIPT/HTML?

HOW TO CHANGE FORM BASED ON LOOKUP FIELD USING JAVASCRIPT?

Most of the customers wanted to have a  different form based on a particular field value and due to this we need to have custom functionality that improves the efficiency of the product.
We will see how to Change the form based on field value.
To achieve this, we need to have a XRM toolbox setup in your computer and connected to your working CRM Environment.

(more…)

Continue ReadingHOW TO CHANGE FORM BASED ON LOOKUP FIELD USING JAVASCRIPT?

HOW TO FORMAT CHART LABELS IN DYNAMICS 365?

A chart is a graphic representation of data from multiple records of an entity. Charts interact with the views and filters which are currently applied to the view and a chart is refreshed each time you change your view.

SCENARIO:

Let us see how to remove decimals using custom label format into CRM chart Xml.

(more…)

Continue ReadingHOW TO FORMAT CHART LABELS IN DYNAMICS 365?