Hello,
We have a sub-grid on the entity's form and the data of this sub-grid depends on some field's value.
But Below js code is not working in Edge browser but working in IE.
var setFetchXmlStr = Microsoft.Crm.Client.Core.Storage.DataApi.ListQuery.prototype.set_FetchXml.toString();
var newFunc = setFetchXmlStr.replace("function(e){", "function(e){if (e.indexOf('not-null') >= 0) {e = fetchXml;}");
eval("Microsoft.Crm.Client.Core.Storage.DataApi.ListQuery.prototype.set_FetchXml=" + newFunc);
If anyone did research how to do it, please advise.
Thanks in advance.