nerdexam
Microsoft

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…

Create business solutions

Question

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?

Options

  • Aview
  • Bgallery
  • Cdata table
  • Dform

How the community answered

(47 responses)
  • A
    87% (41)
  • B
    6% (3)
  • C
    2% (1)
  • D
    4% (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

#Model-driven apps#User interface components#Displaying data#Dataverse views

Community Discussion

No community discussion yet for this question.

Full PL-100 Practice