English
md.batchAdd.before
About 137 wordsLess than 1 minute
2025-09-22
Triggered before batch adding through lookup association.
- Intercept the add action at this stage
- Process the input parameters of the object picker
- Replace the object picker
Parameters
| Parameter | Description | Type |
|---|---|---|
| objApiName | api_name of the object whose data is currently changing | String |
| recordType | Business type of the data currently changing | String |
| lookupField | Lookup field selected in the batch-add scenario | Object |
| selectObjectParams | Parameters that will be used to open the object picker | Object |
Return Value
| Parameter | Description | Type |
|---|---|---|
| consumed | true means subsequent logic will not continue | Boolean |
| selectObjectParams | Parameters that will be used to open the object picker | Object |
| selectObject | Object-selection method (async). The plugin handles the selection logic and returns selected data. Multi-select is supported | Function |
Notes
- Calling
dataUpdaterto update data in this event is not suitable.
