English
md.copy.end
About 85 wordsLess than 1 minute
2025-12-15
This hook is triggered after child-object data is copied 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 |
| copyRowIds | Row IDs of the child-object data being copied | Array |
| newDataIndexs | Row IDs of the new data | String |
Return Value
None
