Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

To get data field value from form table:.

Prefix

Code Block
form

Attributes

  • #form.formDataTableNametableName.fieldId#fieldId#
  • Wiki Markup
    \#form._formDataTableName_._fieldId\[KB:record id\]_\# (Only available<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)

Prefix

form

Attributes

...

  •  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.

...