Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
Returns the name of the current business app in model-driven apps.
Syntax
var globalContext = Xrm.Utility.getGlobalContext();
globalContext.getCurrentAppName().then(successCallback, errorCallback);
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
successCallback |
Function | Yes | A function to call when the business app name is returned. |
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 name of the business app. Otherwise, it fails with an error.
Related articles
Create, manage, and publish model-driven apps using code
Xrm.Utility.getGlobalContext