Versions Compared

Key

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

...

Panel
borderColorpurple
borderWidth1
titleBGColor#ddccff
borderStylesolid
titleNew Feature

This feature has been enhanced in Joget Workflow v6.

Image RemovedImage Added

Figure 1: Advanced Form Data Binder Properties

NameDescription
FormSource form to retrieve data from.
Joins Form Data Table
Info
titleNew Feature

This is a new feature in Joget Workflow v6.

NameDescription
Form Data Table NameTarget table to join with
FieldTarget table field to join with
Join Field IdParent field Id to join with
Info
titleSample

In the screenshot example in Figure 1, such configurations can be presented with the following SQL.

Code Block
languagesql
titleSample SQL
SELECT * FROM "Claim Entry" entry JOIN hr_expense_claim claim ON claim.id = entry.claim

 

Image Removed 


Image RemovedImage Added

Figure 2: Advanced Form Data Binder Properties - Advanced - Filter

...