English
Object Development
About 175 wordsLess than 1 minute
2025-12-18
This page introduces common development scenarios and recommended capability entry points for object-related business pages.
Extension Map
| Object Page | Typical Extension Content | Component Approach | Plugin Approach |
|---|---|---|---|
| Form | Title, fields, sections, buttons, submission logic, detail tables | Extend Form | Extend Form |
| Detail | Title, header information, detail area, related lists, sections, buttons | Extend Detail | Extend Detail |
| List | Top area, list items, cards, sections, buttons, batch processing behavior | Extend List | Extend List |
How to Read This Section
If You Already Know the Page Type
- To modify an object create/edit page, go to Extend Form
- To modify an object detail page, go to Extend Detail
- To modify an object list page, go to Extend List
