Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
...
Infopanel | ||
---|---|---|
| ||
A new #process.recordId# hash variable is introduced in Joget DX to retrieve the process database table id which will return the UUID id value of the process record stored in app_fd_[form_table_name]. |
Name | Description |
---|---|
Prefix | process |
Description | To retrieve information of a workflow process instance. |
Attributes |
|
Scope of Use |
|
Sample Attributes | To display the performer username of an activity instance of a process instance: #process.activityInst.assign.performerUser[{assingment.processId}]# |
...
Name | Description | |||||
---|---|---|---|---|---|---|
Prefix | beanshell | |||||
Description | Using environment variable to execute bean shell script. Passing parameter using URL query string syntax. | |||||
Attributes |
| |||||
Scope of Use |
| |||||
Sample Attributes | To execute a script stored in "welcome" environment variable with parameter "username" and "dept":
| |||||
Related Tutorials |
Panel | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
This is a new feature in Joget DX. |
Name | Description |
---|---|
Prefix | datalist |
Description | To display the datalist records in a grid format in your form or email tool. |
Attributes |
|
Scope of Use |
|
Sample Attributes |
|
Panel | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
This is a new feature in Joget DX. |
Name | Description |
---|---|
Prefix | {hash variable} |
Description | Mathematical and string operations on hash variables |
Attributes | #exp.variable# |
Scope of Use |
|
Sample Attributes | Testing Values
Mathematical operators
Logical operators
Relational operators
Ternary Operator (If Else)
String methods Note: Basically most of the String methods can be used, using `?javascript` to escape single quote in value.
Custom Methods
Math methods Note: All java.lang.Math methods can be used.
|
Panel | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
This is a new feature in Joget DX if you are using the Report Builder custom plugin. |
Name | Description |
---|---|
Prefix | reportLink |
Description | To retrieve the particular report based on the reportId. |
Attributes |
|
Scope of Use |
|
Sample Attributes |
|
View file | ||||
---|---|---|---|---|
|
...