is there a way in lobby element counter to set up navigation using mapping to navigate to a different lu then data source. In my eample we display data from notification table and want to navigate to customer order line.
Counter:
Kind regards Marvin
Page 1 / 1
Hi @Marvin
you can do that. But the screen you want to connect to will also need the necessary parameters such as order_no and contract.
Hey @Link
okay, i managed to get order no from source screen, i entered navigation aim screen but
I cannot map order no from source screen with aim screen (customer order=
if I click on lobby element i get empty customer order screen:
the counter element cannot pass a value from a column as a parameter for navigation. But there is a workaround :-) You need to create list element and set it to be invisible and placed above the counter element.
In your case, I think it will be possible to use the same data source for the list element as for counter element, but you have to add a new column as shown in the image.
How to set the list element see this image:
The last step is to place the list element above the counter element. This can only be done by manually editing the xml file that is created, when you export the lobby page.
It is necessary to modify the XML by placing the Counter and List elements in the same Group (Counter must be first) and setting the same values for Row and Column.
Lukas
Hey,
great, it works!
Kind regards and thanks for help!
Marvin
Hey,
great, it works!
Kind regards and thanks for help!
Marvin
@Marvin if it works, please mark the post as a solution :-)
Hello,
I checked it for IFS10 Aurena interface, and it doesn’t work. Does anyone have another solution?