Xrm.Utility JavaScript methods in Dynamics 365 Version 9.x

Xrm.Utility:  Method Description closeProgressIndicator Closes a progress dialog box. Xrm.Utility.closeProgressIndicator() getAllowedStatusTransitions Returns the valid state transitions for the specified entity type and state code. Xrm.Utility.getAllowedStatusTransitions(entityName,stateCode).then(successCallback, errorCallback) getEntityMetadata ...

Deprecated(Removed) and Replacement JavaScript statements in Dynamics 365 Version 9.x

Summary : Dynamics 365 Version 9.x JavaScript Client API Deprecated/Removed and Replacement JavaScript statements in Dynamics 365 Version 9.x JavaScript Deprecated Client API Replacement Client API Xrm.Page Forms: ExecutionContext.getFormContext  Commands: Send it as the PrimaryControl parameter Xrm.Page.context Xrm.Utility.getGlobalContext ...

Dynamics 365 Version 9.x JavaScript Client API

Dynamics 365 Version 9.x JavaScript Client API            The Client API object model for Dynamics 365 provides to us objects and methods that can used to apply custom business logic with JavaScript. It’s important that we need to understand the Client API object model to effectively write and use your JavaScript code in D365. Object Description ...

Popular Posts