Pass data to HTML Web Resource using browser’s sessionStorage in Dynamics 365 CE

If you’re using Xrm.Navigation.openWebResource(webResourceName, windowOptions, data), you probably are already using ‘data’ to the HTML Web Resource you are opening.

Here, I’m using an alternate method. I use JSON to send my data since it is widely preferred and used. Basically, I’ll Stringify my JSON object and add it to session storage, then – retrieve it from sessionStorage and Parse is…

Continue Reading priyeshwagh777’s Article on their blog

Pass data to HTML Web Resource using browser’s sessionStorage in Dynamics 365 CE

If you’re using Xrm.Navigation.openWebResource(webResourceName, windowOptions, data), you probably are already using ‘data’ to the HTML Web Resource you are opening. Here, I’m using an alternate method. I use JSON to send my data since it is widely preferred and used.

Blog Syndicated with priyeshwagh777’s Permission

Author: Priyesh Wagh

Share This Post On
Share via
Copy link
Powered by Social Snap