Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
...
Table of Contents |
---|
English | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
Bean Shell Action allows you to write custom Java code to perform custom actions on the datalist. |
Panel | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
This is a new feature in Joget Workflow v6. |
...
Figure 1: Bean Shell Action Menu
Figure 1 : Hyperlink in the row action placeholder and in the bulk action placeholder in the datalist builder
Figure 2: Bean Shell Datalist Action Properties
Name | Description |
---|---|
Label | Link / Button label. |
Confirmation Message | Confirmation message before performing action. |
Script | Script in Java. |
Injected variables available for consumption are:-
Code Block | ||||
---|---|---|---|---|
| ||||
for (String key : rowKeys) {
System.out.println("Record key is " + key);
} |
Figure 3 : Bean Shell Datalist Action Properties - Visibility Control
Figure 3: Visibility Control Properties
Name | Description |
---|---|
Rules |
Defines when the action should appear based on the condition(s) set. Only applicable to row action placeholder.
|
...
|