...
This example app will
Step 1
Create 4 forms and generate a CRUD for each of it them after creation and configuration.
Item Form - 2 text fields
Label | ID |
---|---|
Item ID | itemID |
Item Name | itemName |
Figure 1: Item Form Layout
Dummy Data - 2 text fields
Label | ID |
---|---|
Item ID | itemID |
Dummy Name | dummyName |
Figure 2: Dummy Data Form Layout
...
Figure 13: Select Box Setting - 3
Step 2
Populate some data into the Item and Dummy forms. Must have matching Item IDs.
Figure 14: Item CRUD
Figure 15: Dummy CRUDPopulate
Step 3
Result
Figure
Properties
...