Open Record Form
Feature Description
Open the form information page
Parameter Settings
| Configuration Item | Description |
|---|---|
| Data Table | Record's data table type |
| Record ID | Expression for the record ID |
Example
In the table interface of the data table module, if we need to click a button to view data details, we can add a "View Details" button with the execution action Open Record Form in the table. For example, in the work task module shown below, clicking the inline "View Details" button allows you to view the data details.
To configure such a button, you need to add a button in the table field with the execution action Open Record Form. Select the data table where the field is located in the Data Table configuration item. In this case, we select "Work Task". Enter the ID of the record to be opened in the Record ID configuration item, which can be obtained through an expression. The configuration of this case is shown below.

