English
related.batchAdd.before
About 87 wordsLess than 1 minute
2025-09-22
Triggered before batch adding related objects. It can be used to customize filter conditions and selection logic for the lookup popup.
Parameters
| Parameter | Description | Type |
|---|---|---|
| objApiName | Current related object apiName | String |
| selectObjectParams | Lookup popup parameters | Object |
Return Value
| Parameter | Description | Type |
|---|---|---|
| selectObjectParams | Returns customized lookup popup parameters | Object |
| selectObject | Custom object selection method | Function |
Notes
- You can customize filter conditions of the lookup popup through
selectObjectParams. - You can customize the object selection logic through
selectObject, which must return a Promise.
