English
approval.content.render.after
About 180 wordsLess than 1 minute
2025-12-16
Description: this event is called after rendering approval content
This event is used to perform extra actions after rendering approval content, including but not limited to: 1. Retrieving approval content data 2. Customizing the instance title area 3. Customizing the operation message area 4. Customizing field change information 5. Customizing detail-object change information 6. Customizing button-triggered form describe content
Parameters
| Parameter | Description | Type |
|---|---|---|
| getContentData | Gets approval content data | Function |
| setTitle | Customizes the approval content instance title area | Function |
| setOperationMsg | Customizes the operation message area | Function |
| setFieldChange | Customizes field change information | Function |
| setSubObjectChange | Customizes detail-object change information | Function |
| setButtonDescribe | Customizes button-triggered form describe content | Function |
| callViewEditRecord | Triggers the View Edit Record action | Function |
| callDetailChangeRecord | Triggers the View Detail-Object Change Record action | Function |
Main Capabilities
- Read current approval content data
- Replace or customize the title area
- Replace or customize operation messages
- Customize field change rendering
- Customize detail-object change rendering
- Customize form describe rendered by buttons
- Trigger built-in actions such as
View Edit RecordandView Detail-Object Change Record
