English
field.edit.end
About 135 wordsLess than 1 minute
2025-09-22
Triggered after a field edit action is fully completed.
- Calculation and UI events have finished
dataGetterreturns the latest data after calculation/UI updates- Not triggered by non-manual edits
Parameters
| Parameter | Description | Type |
|---|---|---|
| fieldName | api_name of the field that triggered the event | String |
| objApiName | api_name of the object that triggered the event | String |
| dataIndex | dataIndex of the record that triggered the event, used for detail-object data | String |
| changeData | All field data changed by this edit action. This is changeData after the after event finishes | Object |
| calUiRst | Result of calculation and UI events in the after event. For the structure, see triggerCalAndUIEvent return value | Object |
See the field-type-specific event definitions for special parameters.
Return Value
See the field-type-specific event definitions for special return values.
