nerdexam
Microsoft

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.

Design business solutions

Question

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 manufacturing and installation of concrete landscaping blocks and edging. Employees are divided into three areas: - Salespeople who primarily work remotely. - Office staff who are responsible for administrative tasks like accounting and estimating. - Service staff who take part in landscaping projects or the manufacturing process. Current Environment VanArsdel, Ltd. uses Dynamics 365 Sales to manage accounts, contacts, and leads. The company estimates landscaping and concrete jobs by using Microsoft Excel spreadsheets. The spreadsheets contain calculations for labour and materials costs. Current estimation process 1. Salespeople go onsite to visit potential clients and initiate estimates by using a paper form to capture details of the work needed. 2. When salespeople return home at the end of the day, they add any needed notes and drawings to the forms of the clients they visited. When the forms are complete, the salespeople email the forms to a designated member of the office staff. 3. An office staff member enters the information into an Excel spreadsheet. 4. The office manager assigns the jobs to one of two office staff responsible for creating estimates. 5. The estimators work through the jobs from the oldest job to the newest. 6. If an estimate is greater than $50,000, it must be reviewed by the office manager before work can begin. 7. After a job is estimated and approved, it is sent to the service staff to implement. Requirements VanArsdel, Ltd. plans to continue its processes by using Microsoft Power Platform tools to allow users to work more efficiently. - Office workers and the office manager must be able to do the following: o Use a model-driven app. o Use email as their primary method of communication. o Be contacted automatically when they have been assigned an estimate to complete or review. - Salespeople must be able to do the following on their mobile device and while offline: o Calculate the cost of concrete. o Record notes and area measurements to calculate material costs. o Capture multiple pictures and drawings. - Both salespeople and office workers must be able to calculate the cost of the concrete portion of a job by using the same tool. - All data must be stored in Microsoft Dataverse. o Quotes must be used to create estimates. o A new column must be added to track approval status. o A custom table must be used to store data collected by salespeople. o A Microsoft Power Automate flow must be used to convert the data captured by the salespeople into a quote. o Area measurements must be converted to the quantity of units required to cover the area. The unit conversion must round up for quote lines. o Quotes must only display lines that have values greater than 0. - Customizations must be done by using out-of-the-box tools. Issues - Salespeople are unable to save data to the custom table. - The Power Automate flow that creates quotes returns an error when a math function is used for measurements that contain no value. You need to create a Dataverse table view for the office workers who create estimates. Which two actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.

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)
  • A
    82% (32)
  • B
    13% (5)
  • C
    5% (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.

AAdd a filter for which the owner equals the current user.Correct

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.

BSort by the Created on date in descending order.

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.

CAdd a filter for which Created by equals the current user.

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.

DSort by the Created on date in ascending order.Correct

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

#Dataverse Views#Model-driven apps#Sorting and Filtering#Record Ownership

Community Discussion

No community discussion yet for this question.

Full PL-100 Practice