Hello,
Im migrating from MS Dynamics 8.2 to Dynamics 9.0 on prem.
I need to make changes to all Javascripts where method Xrm.Page exists and replace it with ExecutionContext.getFormContext.
I have used XRM Toolbox Javascript Validator to find all deprecated instances.
One of the Javascripts contains more than 800 instances where Xrm.Page method is being used.
Is it possible to make a change in one place (change to ExecutionContext.getFormContext ) and refer to it for the rest of deprecated methods?
Is there any utility to do this?
Thanks.