Exam PL-100 All QuestionsBrowse all questions from this exam
Question 104

An automobile company uses Power Apps. The company uses a model-driven app to manage customers and repairs.

The Customer table has a custom column of type text named Best time to call. On the Repair form, employees require the Best time to call column to be displayed next to the customer name.

You need to modify the model-driven app to display the Best time to call column.

Which two steps should you perform? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

    Correct Answer: A, C

    To display a column from a related table (Customer) on the main form (Repair), you need to create a quick view form for the related table (Customer) and then add this quick view to the main form (Repair). This requires creating a quick view form for the Customer table and then integrating it into the Repair form.

Discussion
Sri2020Options: CD

CD are correct. User wants to see the customer information such as customer name and Best time to call while creating repair. So, First create a quick form of customer and then add best time to call in that. Follow this example https://www.marksgroup.net/blog/dynamics-365-quick-view-forms/ and imagine you added best time to call instead of email/phone numbers in the example

SenthamilOptions: AC

I think. A & B Two tables: Customer and Repair. Let's say Customer is a related table. According to the question, We need to showcase the "Best Time to Call" column from Customer table in Repair form. Hence, we need to create Quick View Form in Repair Table(or Repair Main Form) which will show the related information (Best time to call column) from Customer Table.

IrenJuOptions: CD

correct

EdriskaOptions: CD

C. Create a quick view form for the Customer table. D. Add the Best time to call column to the quick view Customer form. A quick view form for the Customer table needs to be created, and then the Best time to call column should be added to that form. This will allow the column to be displayed on the Repair form next to the customer name.

4e8b388Options: CD

First create a quick view form for the Customer table, then add the Best time to call column to the quick view.

dodo_oufOptions: AC

The question states we need to add the column in the repair form

dodo_ouf

Reviewed my answer and it's CD

Better_ask_a_DevOptions: AC

Can it be explained why answers are stating to use the quick view customer form when the question states that the employees want to see the best time to call on the Repair form?

834MK

Quick views are set up on the home table and shown in a related table

anasbenOptions: AC

On the ""Repair form"", employees require the ''Best time to call column'' to be displayed next to the ''customer name''. A. Add the Best time to call column to the quick view Repair form. C. Create a quick view form for the Customer table.

cAMP

Wrong, Best time to call is a column on Customer table hence you cannot add it to the Repair form. CD are correct.