Sündmused
Power BI DataVizi maailmameistrivõistlused
14. veebr, 16 - 31. märts, 16
Nelja võimalusega siseneda, võiksite võita konverentsipaketi ja jõuda LIVE Grand Finale'i las Vegases
LisateaveSeda brauserit enam ei toetata.
Uusimate funktsioonide, turbevärskenduste ja tehnilise toe kasutamiseks võtke kasutusele Microsoft Edge.
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 |
Sündmused
Power BI DataVizi maailmameistrivõistlused
14. veebr, 16 - 31. märts, 16
Nelja võimalusega siseneda, võiksite võita konverentsipaketi ja jõuda LIVE Grand Finale'i las Vegases
LisateaveKoolitus
Moodul
Automate business processes with client script - Training
This module focuses on educating developers on how to perform common techniques in regard to automating business processes using client scripting, along with explaining the context of when these scenarios might be applied.
Sertimine
Microsoft Certified: Dynamics 365 Fundamentals (CRM) - Certifications
Demonstrate fundamental knowledge about the customer engagement capabilities of Microsoft Dynamics 365.
Dokumentatsioon
Client API Xrm object for model-driven apps - Power Apps
Describes the client API Xrm object
Client API Reference for model-driven apps - Power Apps
The topic provides client API reference for model-driven apps.
Events in forms and grids in model-driven apps - Power Apps
Events initiate all client-side code. In model-driven apps, you associate a specific function in a JavaScript library to be executed when an event occurs. This function is called an *event handler*.