Returns the base URL used to access the application
XRM.PAGE.CONTEXT.GETCLIENTURL ();
Returns a String that represents the topic selected by the user for the current Microsoft Office Outlook
Xrm.Page.context.getCurrentTheme ();
Returns the LCID value that is represented by Microsoft Dynamics CRM is the language pack for the organization's base language
Xrm.Page.context.getOrgLcid ();
The unique text value of the returned organization name
Xrm.Page.context.getOrgUniqueName ();
Returns an array of key/value pairs that represent a query string parameter passed to the page
Xrm.Page.context.getQueryStringParameters ();
Returns the value of the GUID systemuser.id the value of the current user
Xrm.Page.context.getUserId ();
Returns the LCID value that represents the language pack in which Microsoft Dynamics CRM was selected as its preferred language
Xrm.Page.context.getUserLcid ();
Returns an array of security roles that represent the GUID values for each user associated with the.
This method does not return a GUID value that represents the team security role that the user can belong to
Xrm.Page.context.getUserRoles ();
Returns a Boolean value that indicates whether the user is using Microsoft Dynamics CRM for Microsoft Office Outlook client
Xrm.Page.context.isOutlookClient ();
Returns a Boolean value that indicates whether the user is connected to the Microsoft Dynamics CRM server by using the offline access feature
Microsoft Dynamics CRM for Microsoft Office Outlook client. When this function returns FALSE, the
Users work offline without a connection to the server. Instances to interact with them Microsoft Dynamics CRM runs on their local computer
Xrm.Page.context.isOutlookOnline ();
Appends the organization name to the specified path
Xrm.Page.context.prependOrgName ();