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…
Question
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)- A73% (30)
- B10% (4)
- C17% (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
Community Discussion
No community discussion yet for this question.