Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Figure 1: Bean Shell Formatter Properties
Name | Description |
---|---|
Script | Script in Java. Injected variables available for consumption are:-
Returns a String. Sample Code value = value + "append this text to every column value"; return value;
It is also possible to inject hash variables into the values. Sample Code value = value + " #currentUser.firstName#"; return value; |