Skip to content

Open Form Details Page

Overview

After user triggers, use automation steps to display a custom data table creation form

Parameter Configuration

ParameterDescription
Dialog TitleThe dialog title of the opened record form. Can use expressions to get context variables for dynamic content
Dialog Distance from TopThe distance of the dialog from the top. Can use expressions to get context variables for dynamic content
Dialog WidthThe width of the dialog popup. Supports both pixel and percentage ratios
Data TableThe data table to which the opened record form belongs
Form Module IdentifierForm identifier, defaults to the identifier set in the data table. Can use expressions to get context variables for dynamic content
Record IDThe record ID of the opened form. Can use expressions to get context variables for dynamic content
Display as Modal WindowSet whether the opened form page is modal
Hidden FieldsList of fields not displayed on the form details page
Read-only FieldsList of read-only fields on the form details page
Form Save ModeSet 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 InformationIf 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 ControlsIf 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