Pages

Monday 1 July 2019

Client API Xrm object - Components of Xrm Object

The Xrm object is globally available to use in your code without having to use the execution context in Client API.

Below are the components of Xrm object

Xrm.DeviceProvides methods to use native device capabilities of mobile devices.
Xrm.EncodingProvides methods to encode strings
.Xrm.NavigationProvides methods for navigating forms and items in model-driven apps
.Xrm.PanelProvides a method to display a web page in the side pane of model-driven apps form.
Xrm.UtilityProvides a container for useful methods.
Xrm.WebApiProvides methods to use Web API to create and manage records and execute Web API actions and functions.
Xrm.WebApi.offline: Provides methods to create and manage records in the model-driven apps mobile clients while working in the offline mode.
Xrm.WebApi.online: Provides methods to use Web API to create and manage records and execute Web API actions and functions when connected to the server.

No comments:

Post a Comment