English
related.render.before
About 76 wordsLess than 1 minute
2025-09-22
Event before related-object rendering. It can be used to intercept and process related-object business types, data, and so on.
Parameters
| Parameter | Description | Type |
|---|---|---|
| objApiName | Current related object apiName | String |
| record_list | Business type list of the current related object | Array |
Return Value
| Parameter | Description | Type |
|---|---|---|
| handleRecordTypes | Method for processing related-object business types | Function |
Notes
- You can customize filtering, sorting, and other logic for business types through
handleRecordTypes.
