English
form.dataChange.end
About 110 wordsLess than 1 minute
2025-09-22
Triggered after master/detail data changes in any situation.
- Triggered after calculation and UI events
- Before UI data is updated
- Suitable for further data processing
- If data is modified in this event, the event will be triggered again, so add conditions to avoid infinite loops
Parameters
| Parameter | Description | Type |
|---|---|---|
| updateMaster | Changed master-object data | Object |
| changedDetailApiName | List of changed detail-object apiNames | Array |
| updateDetails | Changed detail-object data | Object |
| addDetails | Newly added detail-object data | Object |
| delDetails | Deleted detail-object data | Object |
Return Value
None
Notes
- If data is modified in this event, the event will be triggered again. Add conditions to avoid infinite loops.
