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

Compare with Current View Page History

« Previous Version 4 Next »

To get data from form table:

  • #form.formDataTableName.fieldId#
  • #form.formDataTableName.fieldId[KB:record id]# (Only available in 3.1)

Prefix

form

Attributes

#form.tableName.fieldId#

Sample attributes

#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.
  • No labels