English
form.render.after
About 106 wordsLess than 1 minute
2025-09-22
Triggered when the entire master/detail form page UI has finished rendering.
- Initial calculation and UI load events are about to be triggered
Parameters
| Parameter | Description | Type |
|---|---|---|
| triggerCalFields | Master-object fields that will be used to trigger calculation. Some fields may need to be auto-filled on the client during creation, and those fields need to trigger recalculation. Plugins can modify triggerCalFields to change the fields that trigger calculation | Array |
Return Value
| Parameter | Description | Type |
|---|---|---|
| notTriggerCalUi | Specifies that this calculation/UI event should not be triggered | Boolean |
| extraCalUiParams | Parameters used to customize the upcoming calculation/UI event logicformat: {filterFields, extraFields} | Object |
