Add Row by Opening Record Selection Page in Table
Feature Description
Open the record selection page. After the user selects records, the selected data will be added to the tables of Table View, form's Related List, Child Object, and Lookup List fields
Parameter Settings
| Configuration Item | Description |
|---|---|
| Data Table | The data table type of the record |
| Search Settings | Settings for the data table search page |
Example
This execution action can only be performed on the creation page of table-type fields (child objects, related lists, lookup lists)
In the table-type field of the creation page, if we have the need to select existing records to add to the table, we can implement it by adding a select and add button with an execution action of Add Row by Opening Record Selection Page in Table. For example, in the work task module shown in the figure below, when we want to select subtasks when creating a new record, we can click the button to open a pop-up for data selection. After completing the selection, the selected records will be added to the table.
To configure the above button, you need to add a button in the creation page toolbar of the table-type field. The execution action is Add Row by Opening Record Selection Page in Table. Select the data table where the field is located for the Data Table of the configuration item, which is "Work Task" in this case.
Configure the content in the search page pop-up according to business needs in the search page of the configuration item, as shown in the figure below.

