Events
Power BI DataViz World Championships
Feb 14, 4 PM - Mar 31, 4 PM
With 4 chances to enter, you could win a conference package and make it to the LIVE Grand Finale in Las Vegas
Learn moreThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
The Client API object model for model-driven apps provides you objects and methods that you can use to apply custom business logic in model-driven apps using JavaScript, such as:
Its important that you understand the model-driven apps Client API object model to effectively write and use your JavaScript code.
At the root of the Client API object model are the following contexts and the Xrm object:
Object | Description |
---|---|
executionContext |
Represents the execution context for an event in model-driven apps forms and grids. More information: Client API execution context |
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 .getFormContext method.More information: Client API form context |
gridContext |
Provides a reference to a grid or a subgrid on a form against which the current code executes. More information: Client API grid context |
Xrm |
Provides a global object for performing operations that do not directly impact the data and UI in forms, grids, subgrids, controls, or columns. For example, navigate forms, create and manage records using Web API. More information: Client API Xrm object |
Events
Power BI DataViz World Championships
Feb 14, 4 PM - Mar 31, 4 PM
With 4 chances to enter, you could win a conference package and make it to the LIVE Grand Finale in Las Vegas
Learn more