Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
All the client APIs that are documented in the Client API reference section in Power Apps docs are available for Dynamics 365 Customer Engagement (on-premises) except the ones listed in the section below.
Client APIs not supported in Customer Engagement (on-premises)
This section provides information about client APIs that are not supported in Dynamics 365 Customer Engagement (on-premises).
Client API/area | Methods/parameters not supported |
---|---|
executionContext.getEventArgs() | executionContext.getEventArgs().getEntityReference() executionContext.getEventArgs().getIsSaveSuccess() executionContext.getEventArgs().getSaveErrorInfo() executionContext.getEventArgs().preventDefaultOnError() |
formContext.data.entity | formContext.data.entity.addOnPostSave() formContext.data.entity.removeOnPostSave() |
formContext.ui | formContext.ui.HeaderSection |
Xrm.Navigation | The navigationOptions.title parameter in Xrm.Navigation.navigateTo isn't supported. |
Xrm.Utility | Xrm.Utility.getGlobalContext().client.isNetworkAvailable Xrm.Utility.getGlobalContext().organizationSettings.isTrialOrganization Xrm.Utility.getGlobalContext().organizationSettings.organizationExpiryDate Xrm.Utility.getGlobalContext().userSettings.securityRolePrivileges |
Xrm.App.sidePanes | All methods within Xrm.App.sidePanes |