Hi,
im using the below approach to open a cloned form on a button click.
Xrm.Navigation.openForm(entityFormOptions,formParameters).then(successCallback,errorCallback);
It works fine in chrome Browser which is were we tested and all. But one of our users pointed out they are getting error when using Edge browser. I tried in edge and did debug but couldn’t find anything. It just loads and throws a generic error.
is there a known limitation with edge bowser in using Xrm.Navigation.openForm ?
thanks for any help.