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 |
executionContext | Execution context for an event in CRM forms and grids. |
formContext | Provides a reference to a form or an item on the form against which the current code executes. To get the formContext object, use the executionContext.getFormContextmethod. |
gridContext | Provides a reference to a grid or a sub grid on a form against which the current code executes. |
Xrm | Provides a global object for performing operations that do not directly impact the data and UI in forms, grids, sub grids, controls, or attributes. For example, navigate forms, create and manage records using Web API. |
0 comments:
Post a Comment