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

Compare with Current View Page History

Version 1 Next »

To get data from form table:

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

For example:

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