We have some lobbies that postback with parameters. Like the one below.
You click on shop order element and the filter is used on the shop order operation element.
It is working in IEE when we use the filters in the query string:
Questions is. How should the “Web Access URL Address” look like to get the same functionality in Aurena?
Page 1 / 1
Hi all,
We have some lobbies that postback with parameters. Like the one below.
You click on shop order element and the filter is used on the shop order operation element.
It is working in IEE when we use the filters in the query string:
Questions is. How should the “Web Access URL Address” look like to get the same functionality in Aurena?
To pass values from the lobby to the page parameters you will need to use ?pageParams= in your URL. e.g. ?pageParams=LOBBY PAGE PARAMETER:$ACOLUMN IN DATA SOURCE].
?pageParams=PRIORITY_ID:$RPriority ID]
If you have multiple, separate them by , (comma).
Just as a side note, a lot of improvements have been made for this in Upd8 and 9, so I’d recommend updating to one of those if possible. As an example blank values passed as ‘undefined’ prior to Upd8/9 (can’t remember which one).
Thanks @anmise ,
I am not even close to getting this to work on UPD7. When using this: