English
md.del.end
About 75 wordsLess than 1 minute
2025-12-15
This hook is triggered after child-object data is deleted, including batch deletion, and after UI events/calculation logic have finished executing. It allows extra business actions, including but not limited to data validation.
- Validate data
Parameters
| Parameter | Description | Type |
|---|---|---|
| Common parameters | See details | -- |
| objApiName | Child object apiName | String |
| recordType | Child object record type | String |
| delDatas | Deleted child-object data | Array |
Return Value
None
