PL-100 · Question #35
A customer tracks events by using a custom entity. The custom entity includes a custom field for the venue of the events. The customer must be able to display the events by venue in a calendar. You…
The correct answer is B. view. To display records in a calendar layout organized by a specific field, the calendar control must be added to a View in Dynamics 365 model-driven apps.
Question
Options
- AForm
- Bview
- CField
- DChart
How the community answered
(36 responses)- A3% (1)
- B92% (33)
- D6% (2)
Why each option
To display records in a calendar layout organized by a specific field, the calendar control must be added to a View in Dynamics 365 model-driven apps.
Forms display a single record's details and are not used to render collections of records in a calendar layout.
In Dynamics 365, the calendar control is applied at the View level because views define how collections of records are rendered and grouped for users. Adding the calendar control to a view lets users see all event records displayed on a calendar, with the venue field available as a grouping or display attribute. This is configured in the view's control settings inside Power Apps maker portal.
Fields define individual data attributes on an entity and do not host controls that render lists or grouped displays of multiple records.
Charts provide graph-based aggregate visualizations of data and do not support calendar-style rendering of individual event records.
Concept tested: Adding calendar control to a model-driven view
Source: https://learn.microsoft.com/en-us/power-apps/maker/model-driven-apps/add-calendar-control
Topics
Community Discussion
No community discussion yet for this question.