Is anyone experimenting problems with Xrm.Utility.lookupObjects on a webresource?
I tried to use that on a new webresource, tried multiple approaches and keep receiving this error "LookupObjectsWithCallback is not defined"
the JavaScript is on a JS web resource and I can confirm ClientGlobalContext.js.aspx is correctly included because debugging the code I can see Xrm.Utility.lookupObjects is not breaking with "Can't recognize Xrm...".
tried different ways to prepare the lookup object as it is documented here:
https://docs.microsoft.com/en-us/powerapps/developer/model-driven-apps/clientapi/reference/xrm-utility/lookupobjects
Still no result. I've found one tutorial with 2 comments saying they experimented the same problem. Could be the last Microsoft update broke it?