Hi all,
i'm trying to read URL parameters in Screen Personas 3.0 via JavaScript. I passed a parameter "matnr=..." to the URL and want to read it via script to skip my first screen by automatically filling the fields and execute.
I tried several things until i found out that the javascript object location does not contain any of the parameters. location.host and location.pathname both look good, but they don' contain any parameter of course. But neither location.search nor location.hash are filled.
I printed out "location" on my flavor and found out that the URL ends with a "#" where normally the parameter section would have begun starting with "?". Did anyone find a solution for this right now? Are there any other objects i could use to get the URL parameters in Screen Personas?
Appreciate any help.
Best regards,
Christoph