English
md.del.end
About 91 wordsLess than 1 minute
2025-09-22
Triggered after the delete action is completed.
- Deleted data can no longer 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 |
| delDatas | Data that has been deleted | Array |
| calUiRst | Result of calculation and UI events in the after event | Object |
Return Value
None
Notes
- Directly assigning
delDatasitself is meaningless, for example:options.delDatas=[]
