We have a set of custom dialogs which should be displayed both in UCI and in Dynamics 365 app for mobile.
Im using the Xrm.Navigation.openWebResource function in such ways:
-Xrm.Navigation.openWebResource("webresource.html", null, encodeURIComponent(addParams))
-Xrm.Navigation.openWebResource("webresource.html", encodeURIComponent(addParams))
This works correctly in Web interface, but not in Mobile.
On a Mobile phone webresource opens but there is no parameter Data at all, there is only on parameter pageType=webresource
Does anybody know, how can I open webresource with parameters in Dynamics 365 app for mobile.
Thanks in advance!
*This post is locked for comments
I have the same question (0)