PL-100 · Question #144
Case Study 4 - VanArsdel, Ltd Background VanArsdel, Ltd. is a growing landscaping company. In addition to providing regular maintenance for the properties of its clients, the company also offers…
The correct answer is A. Add a filter for which the owner equals the current user. D. Sort by the Created on date in ascending order. To display records owned by the current user and arrange them from oldest to newest, one should apply a filter for the current user as the owner and then sort by the creation date in ascending order.
Question
Options
- AAdd a filter for which the owner equals the current user.
- BSort by the Created on date in descending order.
- CAdd a filter for which Created by equals the current user.
- DSort by the Created on date in ascending order.
How the community answered
(39 responses)- A82% (32)
- B13% (5)
- C5% (2)
Why each option
To display records owned by the current user and arrange them from oldest to newest, one should apply a filter for the current user as the owner and then sort by the creation date in ascending order.
Filtering records where the 'Owner' equals the current user ensures that the user only sees records they are responsible for, which is a common requirement for personalized views in Dynamics 365 or Power Apps.
Sorting by 'Created on date' in descending order would show the newest records first, which is the opposite of the desired ascending order indicated by option D being correct alongside A.
Filtering by 'Created by' equals the current user shows records that the current user created, not necessarily records they own or are currently responsible for, which is a distinct attribute in many systems.
Sorting by the 'Created on' date in ascending order arranges records from the oldest to the newest, allowing users to review historical data or progress chronologically.
Concept tested: Customizing entity views with filtering and sorting
Source: https://learn.microsoft.com/en-us/power-apps/maker/model-driven-apps/create-edit-views
Topics
Community Discussion
No community discussion yet for this question.