Napomena
Pristup ovoj stranici zahtijeva autorizaciju. Možete pokušati prijaviti se ili promijeniti direktorije.
Pristup ovoj stranici zahtijeva autorizaciju. Možeš pokušati promijeniti direktorije.
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