getEnvironment (JavaScript API Reference) for Dynamics 365 Channel Integration Framework 1.0
Gets the current Unified Interface app and page details. The details include application ID (appid), page type (pagetype), and record ID (id) if they are available.
Syntax
Microsoft.CIFramework.getEnvironment().then(successCallback, errorCallback);
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| successCallback | Function | No | A function to call when the request for environment details is successful. |
| errorCallback | Function | No | A function to call when the request for the environment fails. |
Return value
Returns a Promise object of type String with details of the current Unified Interface app and page.
Feedback
Submit and view feedback for