Hi,
We are upgrading from Dynamics 365 v8.2 to v9. Have come across the following deprecations but could not find replacements for the below:
Any leads/help is much appreciated
Mscrm.CommandBarActions |
Mscrm.CommandBarActions.resolve()/changeState(btnType, typeCode, value) calls an undocumented feature of the internal Dynamics CRM client object model. This technique is unsupported in all versions of Dynamics CRM. Remove or replace with a supported API provided in the Xrm.Page client object model |
Mscrm.IncidentCommandBarActions |
Mscrm.IncidentCommandBarActions.cancel()' calls an undocumented feature of the internal Dynamics CRM client object model. This technique is unsupported in all versions of Dynamics CRM. Remove or replace with a supported API provided in the Xrm.Page client object model |
Window.parent.document.getElementsByClassName |
window.parent.document.getElementsByClassName('ms-crm-InlineDialogCloseContainer')' calls an undocumented feature of the internal Dynamics CRM client object model. This technique is unsupported in all versions of Dynamics CRM. Remove or replace with a supported API provided in the Xrm.Page client object model. |
closeWindow |
closeWindow(true)' calls an undocumented feature of the internal Dynamics CRM client object model. This technique is unsupported in all versions of Dynamics CRM. Remove or replace with a supported API provided in the Xrm.Page client object model |
Cheers, Kaushik
*This post is locked for comments