...
Name | Description |
---|
Form | Source form to retrieve data from. |
Joins Form Data Table | Info |
---|
| This is a new feature in Joget Workflow v6. |
Name | Description |
---|
Form Data Table Name | Target table to join with | Field | Target table field to join with | Join Field Id | Parent field Id to join with |
Info |
---|
| In the screenshot example in Figure 1, such configurations can be presented with the following SQL. Code Block |
---|
language | sql |
---|
title | Sample SQL |
---|
| SELECT * FROM "Claim Entry" entry JOIN hr_expense_claim claim ON claim.id = entry.claim |
Image Added |
|
Figure 2: Advanced Form Data Binder Properties - Advanced - Filter
...