English
md.batchAdd.end
About 104 wordsLess than 1 minute
2025-09-22
Triggered after batch adding is complete.
- Newly added data can be obtained from
dataGetter - Calculation and UI events have finished, and
dataGetterreturns the latest updated data
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 |
| lookupDatas | Lookup object data selected from the selection component in the batch-add scenario | Array |
| newDatas | Data that has been added | Array |
| calUiRst | Result of calculation and UI events in the after event | Object |
Return Value
None
