Versions Compared

Key

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

To get field value from form table.

Prefix

Code Block
form

Attributes

  • #form.tableName.fieldId#
  • #form.tableName.fieldId[recordId]# (Available in 3.1 and above)

Sample Attributes

Code Block
#form.registration.registeredDate#
#form.registration.registeredDate[0001]#
#form.registration.registeredDate[{variable.recordId}]# //using nested Hash Variable with curly bracket.

Scope of use

  • In a Process Tool part of a Process.
  • In a Form.
  • In a process design.