You need to display data from a related table on a form. Which feature should you use to show a read-only list of related records?
Trap 1: Business Process Flow
BPFs guide users through stages, not for data display.
Trap 2: Subgrid
Subgrids are for lists of records, while Quick View is for specific fields of one record.
Trap 3: Canvas component
This is an advanced custom UI element, not the standard way to show related data.
- A
Quick View Form
Quick view forms are specifically for displaying data from a related record.
- B
Business Process Flow
Why wrong: BPFs guide users through stages, not for data display.
- C
Subgrid
Why wrong: Subgrids are for lists of records, while Quick View is for specific fields of one record.
- D
Canvas component
Why wrong: This is an advanced custom UI element, not the standard way to show related data.