Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Hi ,
Tiensoon, could you give an example on how I could bind external data to form fields? I.e. I use Bean Shell for a SQL Select statement:
select firstName, lastName, birthDate, gender, title from persons where person = '#user.username.username#'
Is this syntax correct(Specially Hash Variable)?
The result I assign to variables like this?
wm.activityVariable(workflowAssignment.getActivityId(), "variableId", "variableValue");
What variable type should be used form or workflow variable to bind the value to a form field?