how to use {id} in a beanshell script datalist action?
Confluence User - 02 Nov, 2021
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?
datalists;beanshell;jdbcbinder