You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

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?

  • No labels