Free PL-200 Exam Braindumps (page: 20)

Page 19 of 68

You have a canvas app that allows users to view, select, and purchase products. The app uses a Gallery control to display products and checkboxes that allow users to select products.
When users select items from the product catalog, they move to a different screen to complete a purchase.
Users must be able to clear all product selections when they click the button.
You need to configure the button.
What should you do?

  1. Use the Reset(Control) formula and pass the gallery control as a parameter to the Reset formula.
  2. Use the Reload(Control) formula and pass the gallery control as a parameter to the Reload formula.
  3. Use the ForAll() function to iterate through each item of the Gallery and clear user selections.
  4. Set the OnCheck value to populate a collection and the OnUncheck value to remove the item from the collection. Clear collection when the user selects the button.

Answer(s): D

Explanation:

The very same example is part of App in a day training, Canvas app module, page 28, to be very specific. It clearly says: select the Checkbox control and click on the Action tab in the ribbon, click OnCheck and set value in the formula bar to: Collect (CompareList, ThisItem). Set the OnUncheck value to Remove(CompareList, ThisItem).
This is required to make sure the unchecked items are removed from the collection”



HOTSPOT (Drag and Drop is not supported)
You have a canvas app that contains the following text input fields: Id, FirstName, LastName. The app also has a button named Button1.
The OnSelect property for Button1 contains the following expression:

Collect(People, {Id:Id.Text, FirstName:FirstName.Text, LastName:LastName.Text})
For each of the following statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.
Hot Area:

  1. See Explanation section for answer.

Answer(s): A

Explanation:



Box 1: Yes
If the data source doesn't already exist, a collection is created.

Box 2: No
Note: The Collect function adds records to a data source. The items to be added can be:
-A single value: The value is placed in the Value field of a new record. All other properties are left blank.
-A record: Each named property is placed in the corresponding property of a new record. All other properties are left blank.
-A table: Each record of the table is added as a separate record of the data source as described above. The table isn't added as a nested table to a record. To do this, wrap the table in a record first.

Box 3: No


Reference:

https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-clear-collect-clearcollect



HOTSPOT (Drag and Drop is not supported)
You are a Dynamics 365 Customer Service administrator.
A user must be able to view system posts and activities in a dashboard.
You need to create the dashboard for the user.

Which components should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:

  1. See Explanation section for answer.

Answer(s): A

Explanation:



Box 1: Timeline
The timeline helps agents see all customer interaction history across channels, personnel, and the support lifecycle. The timeline is used across Dynamics 365 applications to capture activities like notes, appointments, emails, tasks, and more, to ensure that all interactions with the customer are tracked and visible over time. Agents use the timeline to quickly catch up on all of the latest activity details with the customer to provide the most personalized support experience.

Box 2: Lists


Reference:

https://docs.microsoft.com/en-us/dynamics365/customer-service/customer-service-hub-user-guide-timeline-admin



Your organization does not permit the use of custom code for solutions.
You need to create a view that can be viewed by all users in an organization.
Where should you create the view?

  1. Entities component of a solution
  2. Microsoft Excel template
  3. Microsoft Visual Studio
  4. List view of the entity

Answer(s): A






Post your Comments and Discuss Microsoft PL-200 exam with other Community members:

PL-200 Discussions & Posts