Uwaga
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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