Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

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?