1
0
-1
2 answers
- 210
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.
Add your comment... - 10-1
Thanks a lot. I found a formrowset with the primaryKey which is now used as my solution.
Add your comment...
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?