Nota
L-aċċess għal din il-paġna jeħtieġ l-awtorizzazzjoni. Tista’ tipprova tidħol jew tibdel id-direttorji.
L-aċċess għal din il-paġna jeħtieġ l-awtorizzazzjoni. Tista’ tipprova tibdel id-direttorji.
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