Dynamics 356 v9 - use executionContext.getFormContext() with HTML web resource
问题 Any ideas how we can we use executionContext.getFormContext() with an HTML web resource? only method that seems to work is parent.Xrm.Page which is now deprecated. 回答1: We are still using parent.Xrm.Page and parent.Xrm.Utility , since the replacement is not yet announced. You should plan to use the new client APIs mentioned in the Replacement Client API column instead of the deprecated ones. The deprecated client APIs will continue to be available and supported until they are officially