Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The configurations shown in Figure 3 will produce the following sample result.

Figure 4: Sample result

Image Added

Figure 5: Advanced Form Data Binder Properties - Advanced - Expression Columns

Info
titleNew Feature

This is a new feature in Joget Workflow v6.

NameDescription
Expression Columns

Additional column can be added in this expression columns. This is especially useful when you need to perform additional computation on multiple columns.

Code Block
titleSample
CAST(price AS long)
Code Block
titleSample
CAST(e.customProperties.sales_price AS long) - CAST(e.customProperties.price AS long)

 

 

Custom Checkbox/Radio Button Value

Define custom record ID to be used to pass over to column action. Defaulted to ID.

Image Added