Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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