getClientUrl (Client API reference)
Returns the base URL that was used to access the application.
Syntax
var globalContext = Xrm.Utility.getGlobalContext();
globalContext.getClientUrl();
Return Value
Type: String
Description: The values returned will resemble those listed in the following table.
Value | Client |
---|---|
https://[org].crm.dynamics.com |
model-driven apps (online) |
http(s)://[server]/[org] |
model-driven apps (on-premises) |
https://localhost:2525 |
model-driven apps for Outlook with Offline Access when offline |
Related articles
Xrm.Utility.getGlobalContext
Web API RetrieveCurrentOrganization function
SDK for .NET RetrieveCurrentOrganizationRequest class