English
form.submit.afterAction.before
About 53 wordsLess than 1 minute
2025-09-22
Triggered after submission succeeds and before common post-actions are executed.
Parameters
| Parameter | Description | Type |
|---|---|---|
| result | Result of the Add or Edit request | Object |
Return Value
| Parameter | Description | Type |
|---|---|---|
| consumed | true means subsequent logic will not continue | Boolean |
Notes
- Calling
dataUpdaterin this event is not suitable.
