...
Panel |
---|
borderColor | purple |
---|
borderWidth | 1 |
---|
titleBGColor | #ddccff |
---|
borderStyle | solid |
---|
title | New Feature |
---|
|
This feature has been enhanced in Joget Workflow v6. |
Image RemovedImage Added
Figure 1: Advanced Form Data Binder Properties
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 Removed |
|
Image RemovedImage Added
Figure 2: Advanced Form Data Binder Properties - Advanced - Filter
...