Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 3.22 KB

File metadata and controls

28 lines (22 loc) · 3.22 KB
title description ms.date ms.topic author ms.author search.audienceType
Client scripting reference for Dynamics 365 Customer Engagement (on-premises) | MicrosoftDocs
Learn about the Power Apps client APIs that are not supported in Customer Engagement (on-premises) with a reference table of unsupported client APIs.
08/03/2023
article
JimDaly
jdaly
developer

Client scripting reference for Dynamics 365 Customer Engagement (on-premises)

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