The client's context instance.
Returns information about the current organization settings.
Returns information about the current user settings.
Returns the name of the current business app in Customer Engagement.
Returns the properties of the current business app in Customer Engagement.
Returns the URL of the current business app in Customer Engagement.
A string containing the url of the current business app.
// Online https://**org**.crm.dynamics.com/main.aspx?appid=**GUID**
// OnPrem https://**server**/**org**/main.aspx?appid=**GUID**
Gets organization's unique name.
The organization's unique name.
This value can be found on the Developer Resources page within Dynamics CRM.
Deprecated in v9. Use uniqueName globalContext.organizationSettings.uniqueName instead.
Gets user's unique identifier.
The user's identifier in Guid format.
Deprecated in v9. Use globalContext.userSettings.userId instead.
External Link: Deprecated Client APIs
Example: "{B05EC7CE-5D51-DF11-97E0-00155DB232D0}"
Gets all user security roles.
An array of user role identifiers, in Guid format.
Deprecated in v9. Use globalContext.userSettings.roles instead.
External Link: Deprecated Client APIs
Example: ["cf4cc7ce-5d51-df11-97e0-00155db232d0"]
Generated using TypeDoc
Interface for the xRM application context.
See
GetGlobalContext()