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 – D365 Demystified
One of the ways to pass data is using sessionStorage provided by browsers. It’s easy to use!
Blog Syndicated with priyeshwagh777’s Permission