Hi, I was wondering if anyone has an option for handling the deprecation of the clientglobalcontext aspx page.
As dialogs are now deprecated and embedding canvas apps in a form or using a PCF control isn't always an option, we've created some custom popups using an HTML webresource and calling them through the new Xrm.Navigation.navigateTo API.
But that leaves a dependency in the webresource on the clientglobalcontext.js.aspx page in order to be able to call Xrm.Utility.getGlobalContext.
Which is now being deprecated as well.
So I'm hoping somebody has figured out a way around this issue, or do we just have to accept the fact that the days of creating our own html controls are now over?