Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
...
Since version 3.0.3, a Hash Variable can be used inside another Hash Variable to form a Nested Hash Variable. The syntax for the inner Hash Variable is wrapped by a pair of curly bracket '{' and '}'.
Syntax:
#prefix.{prefix.variableKey}# |
Example:
#date.{envVariable.dateFormat}# #user.{variable.username}.firstName# #form.tableChild.field1[{form.tableParent.childId}]# |
...
Name | Description |
---|---|
Prefix | envVariable |
Description | To retrieve Environment Variable value. Learn more about Environment Variables. |
Attributes |
|
Scope of Use |
|
Sample Attributes | #envVariable.smtpServer# #envVariable.smtpPort# |
Name | Description |
---|---|
Prefix | form |
Description | To get field value from form table. |
Attributes |
|
Scope of Use |
|
Sample Attributes | #form.registration.registeredDate# #form.registration.registeredDate[ 0001 ]# #form.registration.registeredDate[{variable.recordId}]# //using nested Hash Variable with curly bracket. |
Name | Description |
---|---|
Prefix | i18n |
Description | To support language localization on application level. |
Attributes |
|
Scope of Use |
|
Sample Attributes | #i18n.app.hello# |
Name | Description | ||||
---|---|---|---|---|---|
Prefix | performer | ||||
Description | To get user information of the performer of an activity. | ||||
Attributes |
| ||||
Scope of Use |
| ||||
Sample Attributes |
|
Name | Description |
---|---|
Prefix | |
Description |
|
Attributes | |
Scope of Use | |
Sample Attributes |
Name | Description |
---|---|
Prefix | |
Description |
|
Attributes | |
Scope of Use | |
Sample Attributes |
Name | Description |
---|---|
Prefix | |
Description |
|
Attributes | |
Scope of Use | |
Sample Attributes |
Name | Description |
---|---|
Prefix | userviewKey |
Description | Userview Key Hash Variable is used solely for the purpose of accessing the current Userview key's value. Typical use case for this hash variable are:-
|
Attributes |
|
Scope of Use |
Name | Description |
---|---|
Prefix | variable |
Description | To get the value of a workflow variable in a Process Flow. |
Attributes |
|
Scope of Use |
|
Sample Attributes | #variable.approvalStatus# |