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

Compare with Current View Page History

« Previous Version 6 Next »

To get field value from form table.

Prefix

form

Attributes

  • #form.tableName.fieldId#
  • #form.<span style="color: red"><em>tableName</em></span>.<span style="color: blue"><em>fieldId</em></span>[<span style="color: green">recordId</span>]# (Available in 3.1 and above)

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