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 properties of the current business app in model-driven apps.
Syntax
var globalContext = Xrm.Utility.getGlobalContext();
globalContext.getCurrentAppProperties().then(successCallback, errorCallback);
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
successCallback |
Function | Yes | A function to call when the business app property information is returned. An object with the following attributes (app properties) is passed to the function : - appId- displayName- uniqueName- url- webResourceId- webResourceName- welcomePageId- welcomePageName |
errorCallback |
Function | Yes | A function to call when the operation fails. |
Return Value
If this method is called in the context of a business app, returns the properties of the business app. Otherwise, it fails with an error.
Related articles
Create, manage, and publish model-driven apps using code
Xrm.Utility.getGlobalContext