Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Hi, if you are using the Bean Shell Action, then there are some injected variables like IDs as stated in Bean Shell Programming Guide#UseasDatalistAction.
Thanks a lot. I found a formrowset with the primaryKey which is now used as my solution.
In Joget DX enterprise, there are two special plugins for datalist actions called jdbc action and bean shell script.
in jdbc, there is a way selecting target item using "where id = {id} "
but how can I use similar things in a sql prepareStatement in my bean shell script for datalist action?