English
md.clone.end
About 92 wordsLess than 1 minute
2025-09-22
Triggered after the copy action is completed.
- Newly added data can be retrieved 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 |
| copyDataIndexs | Index list of source data to be copied | Array |
| newDatas | Data that has been added by copy | Array |
| calUiRst | Result of calculation and UI events in the after event | Object |
Return Value
None
