nerdexam
Microsoft

PL-100 · Question #194

You are creating a canvas app that displays a list of accounts. Users must be able to select an account and view details for the account. The app must include a feature that brings the user back to…

The correct answer is A. Add an edit form to Screen_AccountDetail and set the Default Mode of the form to View. D. Add a display form to Screen_AccountDetail. A: The Form mode is correctly set to View. Note: FormMode.View: The form is populated with an existing record but the user cannot modify the values of the fields. Incorrect Answers: B: Set the Item property of the form to Selected, not to First (Accounts). C: The Form mode…

Create business solutions

Question

You are creating a canvas app that displays a list of accounts. Users must be able to select an account and view details for the account. The app must include a feature that brings the user back to the list of accounts. You add a blank screen named Screen_Accounts and add a gallery named Gallery_Accounts to the screen. You set the data source of Gallery_Accounts to Accounts and add another blank screen named Screen_AccountDetail. You need to complete the app. What are two possible ways to achieve the goal? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.

Options

  • AAdd an edit form to Screen_AccountDetail and set the Default Mode of the form to View.
  • BAdd an edit form to Screen_AccountDetail and set the Default Mode of the form to View.
  • CAdd an edit form to Screen_AccountDetail and set the Default Mode of the form to New.
  • DAdd a display form to Screen_AccountDetail.

How the community answered

(41 responses)
  • A
    73% (30)
  • B
    10% (4)
  • C
    17% (7)

Explanation

A: The Form mode is correctly set to View. Note: FormMode.View: The form is populated with an existing record but the user cannot modify the values of the fields. Incorrect Answers: B: Set the Item property of the form to Selected, not to First (Accounts). C: The Form mode should be set to View, not New. https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-form

Topics

#Canvas Apps#Forms (Power Apps)#Galleries (Power Apps)#Data Display

Community Discussion

No community discussion yet for this question.

Full PL-100 Practice