Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Hi, there is an example in Bean Shell Programming Guide#UseasFormLoadBinderFormLoadBinder
// retrieve connection from the default datasource DataSource ds = (DataSource)AppUtil.getApplicationContext().getBean("setupDataSource"); con = ds.getConnection();
How to connect to Default Database by using BeanShell? Because I hope to store my data in the Default Database
At the load binder I selected workflow Form Binder But at the Store Binder i select Beanshell