Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
The "URL Request Parameters for the Popup Form" is a new feature for Form Grid. It will pass the selected field ID as URL request parameters to the popup form which is the configured form grid target form that will pop up upon adding or editing a row in the form grid. In this article, we will demonstrate 1 example of using this feature.
Create 4 forms and generate a CRUD for each of them after creation and configuration.
Label | ID |
---|---|
Item ID | itemID |
Item Name | itemName |
Figure 1: Item Form Layout
Label | ID |
---|---|
Item ID | itemID |
Dummy Name | dummyName |
Figure 2: Dummy Data Form Layout
Figure 3: Parent Form Layout
Select box settings
Figure 4: Parent Form Select Box Settings - 1
Figure 5: Parent Form Select Box Settings - 2
Form Grid Settings
Figure 6: Parent Form Form Grid Settings - 1
Figure 7: Parent Form Form Grid Settings - 2
Figure 8: Child Form Layout
Hidden Field Setting
Figure 9: Hidden Field Setting
Text Field Setting
Figure 10: Text Field Setting
Select Box Setting
Figure 11: Select Box Setting - 1
Figure 12: Select Box Setting - 2
Figure 13: Select Box Setting - 3
Populate some data into the Item and Dummy forms.
The inputted data (Item and Dummy CRUD) must have matching Item IDs.
Figure 14: Item CRUD
Figure 15: Dummy CRUD
Result
Figure 16: Result
Figure 17: Properties
Name | Description |
---|---|
Parameter | Map values as the URL parameters. |
Field Id | Field ID of the form element in the current form. |
Default Value | Default Value when there's no existing value found/selected. A hash variable is accepted here. For example, you may key the following #currentUser.firstName# #currentUser.lastName# |