PL-100 · Question #13
You are creating a model-driven app that allows users to create and edit a list of existing accounts. You need to display a list of all active accounts. Which user interface components should you use?
The correct answer is A. view. In model-driven apps, a 'view' is the correct UI component for displaying a filtered list of records, such as all active accounts. Views are defined at the entity level and allow filtering, sorting, and column selection. A 'gallery' (B) is a canvas app component, not used in…
Question
Options
- Aview
- Bgallery
- Cdata table
- Dform
How the community answered
(47 responses)- A87% (41)
- B6% (3)
- C2% (1)
- D4% (2)
Explanation
In model-driven apps, a 'view' is the correct UI component for displaying a filtered list of records, such as all active accounts. Views are defined at the entity level and allow filtering, sorting, and column selection. A 'gallery' (B) is a canvas app component, not used in model-driven apps. A 'data table' (C) exists in canvas apps for tabular display. A 'form' (D) is used for creating or editing a single record, not for displaying a list. Since the question asks about a model-driven app showing a list of accounts, 'view' is the only correct answer.
Topics
Community Discussion
No community discussion yet for this question.