HOW TO RETRIEVE ATTRIBUTES OF AN ENTITY USING GUID IN DYNAMICS 365 USING JAVASCRIPT?

In JavaScript we can only fetch attributes of the entity on which we create the event. Usually, we come across scenarios where we have the relationship between two entities and from child entity record, we try to fetch parent entity record and update values.
(more…)

Continue ReadingHOW TO RETRIEVE ATTRIBUTES OF AN ENTITY USING GUID IN DYNAMICS 365 USING JAVASCRIPT?

HOW TO CHANGE DEFAULT FONT PROPERTIES OF EMAIL BODY IN DYNAMICS 365 USING JAVASCRIPT?

The email configuration experience enables users to be more effective and efficient when using email to communicate with customers. To change the default font properties of email body, we can use an existing web resource file (JScript) by the following approach:

  1. Configure the web resource file
  2. Enable the RTE control in the email form

(more…)

Continue ReadingHOW TO CHANGE DEFAULT FONT PROPERTIES OF EMAIL BODY IN DYNAMICS 365 USING JAVASCRIPT?

HOW TO GET AND SET LOOKUP FIELD VALUES USING JAVASCRIPT IN DYNAMICS 365?

There may be cases where you need to set one lookup field value into another lookup field on the form using JavaScript in Dynamics 365 .

What is Lookup field?
A Lookup field type represents the relationship attribute on the related entity.
(more…)

Continue ReadingHOW TO GET AND SET LOOKUP FIELD VALUES USING JAVASCRIPT IN DYNAMICS 365?