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…)