Open Form Details Page
Overview
After user triggers, use automation steps to display a custom data table creation form
Parameter Configuration
| Parameter | Description |
|---|---|
| Dialog Title | The dialog title of the opened record form. Can use expressions to get context variables for dynamic content |
| Dialog Distance from Top | The distance of the dialog from the top. Can use expressions to get context variables for dynamic content |
| Dialog Width | The width of the dialog popup. Supports both pixel and percentage ratios |
| Data Table | The data table to which the opened record form belongs |
| Form Module Identifier | Form identifier, defaults to the identifier set in the data table. Can use expressions to get context variables for dynamic content |
| Record ID | The record ID of the opened form. Can use expressions to get context variables for dynamic content |
| Display as Modal Window | Set whether the opened form page is modal |
| Hidden Fields | List of fields not displayed on the form details page |
| Read-only Fields | List of read-only fields on the form details page |
| Form Save Mode | Set the form saving method, Save after modifying fields or Save the entire form together, defaults to the behavior set in the data table |
| Hide Workflow Information | If the data table enables "Display workflow tasks in form", you can hide workflow task information from the form display through this setting |
| Hide Workflow Operation Controls | If the data table enables "Display workflow tasks in form", you can hide workflow operation controls from the form display through this setting |
Usage Instructions
- Form Default Values
- The property identifiers of the form data used need to be consistent with the field identifiers of the data table form
- Field Default Values
- The priority of field default values is higher than form default values. For the same field, the field default value will overwrite the form default value after setting
- Form Module Identifier
- Can be obtained in the context variables within the form and participate in form calculations, defaults to the identifier set in the data table
Usage Scenarios
- Expand through controls to open related record forms

