...
Name | Description |
---|---|
Prefix | form |
Description | To get field value from form table. |
Attributes |
|
Scope of Use |
|
Sample Attributes | #form.registrationtableName.registeredDate# // will Will use the current record ID #form.registrationtableName.registeredDate[ 0001 ]# // Where 0001 is the record ID to seek for #form.registrationtableName.registeredDate[{variable.recordIdvarId}]# // using Using nested Hash Variable with curly bracket.
|
Form Binder Hash Variable
...