Hello,
I would like to know if, in a Drillback actions widget, it is possible to dynamically pass the CONO.
All the examples I've seen have the CONO value hard-coded and other message variables such as {id1} are used.
If I use {CONO}, it doesn't seem to work?
Thanks for your help
See below my use case :
It is a question of creating a bookmark that allows to start CRS610 on the detail panel J with option 2 (edit) with the focus on the credit limit of field 3 (WRCRL3)
Please find below this Bookmark with hard coded values
bookmark?program=CRS610&panel=J&tableName=OCUSMA&source=Web&option=2&keys=OKCONO%2C770%2COKCUNO%2CY10001%2B%2B%2B%2B&LogicalId=lid://infor.m3.m3
This bookmark works fine.
Now I would like to use the new DrillBack Actions Widgets.
Let's say that I would like to update CRS610 from OIS300

So I need to replace hard coded values by variables in my Bookmark as below
bookmark?program=CRS610&panel=J&tableName=OCUSMA&source=Web&option=2&keys=OKCONO%2C{CONO}%2COKCUNO%2C{id1}%2B%2B%2B%2B&LogicalId=lid://infor.m3.m3
I configure my widget with that new bookmark

And when I click on my button, here is the error message :

If I only replace back {CONO} by 700, it works …
