I'd like to retrieve the paramater values of a page's url from a onload function.
How am I able to do so?
*This post is locked for comments
I'd like to retrieve the paramater values of a page's url from a onload function.
How am I able to do so?
*This post is locked for comments
Hi Scott,
I am trying to use Use "Xrm.Utility.openEntityForm" to open a new window.
Where should I put the function?
Hi,
First you have to send parameters in a specific way using encodeURIComponent as described by msdn.microsoft.com/.../gg334375.aspx
Then you can then configure the form to accept them as described by : msdn.microsoft.com/.../gg334436.aspx
If you do want to get the raw query string parameters you can use Xrm.Page.context.getQueryStringParameters() - msdn.microsoft.com/.../gg334511.aspx
Hope this helps,
Scott
André Arnaud de Cal...
292,886
Super User 2025 Season 1
Martin Dráb
231,768
Most Valuable Professional
nmaenpaa
101,156
Moderator