exam questions

Exam PL-100 All Questions

View all questions & answers for the PL-100 exam

Exam PL-100 topic 3 question 19 discussion

Actual exam question from Microsoft's PL-100
Question #: 19
Topic #: 3
[All PL-100 Questions]

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
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.
Solution:
✑ Add an edit form to Screen_AccountDetail and set the Default Mode of the form to New
✑ Set the OnSelect property of Gallery_Accounts to Navigate(Screen_AccountDetail).
✑ Set the data source of the form to Accounts.
✑ Set the Item property of the form to Selected.
✑ Add a back icon on Screen_AccountDetail and set its OnSelect property to Navigate(Screen_Accounts).
Does the solution meet the goal?

  • A. Yes
  • B. No
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
JoApp
Highly Voted 4 years, 8 months ago
The Item on the form should be set to Gallery_Accounts.Selected
upvoted 22 times
Nitrix
3 years ago
The answer is A. yes
upvoted 1 times
...
mrsmjparker
4 years, 7 months ago
so you are saying the answer is no then?
upvoted 2 times
...
Jett27
4 years, 7 months ago
I think the answer is implying that Selected means Gallery_Accounts.Selected
upvoted 8 times
Facundo
4 years, 4 months ago
Yeah I thought the same, I don't think they would make the entire answer correct except for that. But indeed the exact answer would be Item property of the form is set to Gallery_Accounts.Selected I would hate to encounter this question
upvoted 5 times
...
...
mattsdevriendt
4 years, 2 months ago
I also mentioned no exactly because of this.
upvoted 1 times
...
...
Goronic
Highly Voted 4 years, 2 months ago
I would think that you would not add an edit form. It only says the users need to view (nothing about editing). So I think you would add a Display form - not an Edit form. So I would say the correct answer is No.
upvoted 10 times
Ricardito
4 years, 2 months ago
They say they change the displayMode of the form, so it works in the same way i belive.
upvoted 3 times
JAVI1771
4 years ago
just checked on power apps and when selecting the control forms there is an option to insert a "read only" form. So with this in mind I would go for Yes.
upvoted 2 times
...
...
JAVI1771
4 years ago
Thought exactly the same. Nothing is mentioned about editing. But ricardito is also right they change the display mode of the form.
upvoted 1 times
...
...
KrishEXM
Most Recent 11 months, 1 week ago
Selected Answer: B
The solution does not meet the goal because setting the Default Mode of the form to New is incorrect for viewing account details. It should be set to View instead.
upvoted 1 times
...
VeeraK56
2 years, 2 months ago
B is correct
upvoted 1 times
...
STH
2 years, 3 months ago
Selected Answer: B
Answer is no : "New" form is to be able to create new entry, not to look at the details of an existing one
upvoted 3 times
...
JackJohn
2 years, 5 months ago
Selected Answer: B
The answer is No
upvoted 1 times
...
RazielLycas
2 years, 6 months ago
Selected Answer: B
in this case is NO
upvoted 1 times
...
Shamir06
2 years, 7 months ago
page no -22 Q no 22 is same. Do anyone find difference ?
upvoted 2 times
...
davewowship
2 years, 7 months ago
it's B, you don't want to add a editable form
upvoted 1 times
...
soubev
2 years, 8 months ago
when form mode is view and select property is set to accounts answer is correct and also Dislpay form is also correct
upvoted 1 times
...
et_learner
2 years, 8 months ago
Selected Answer: B
Same question as topic#2 question#26, this one is incorrect
upvoted 1 times
...
Bucheron
2 years, 9 months ago
EVERYONE !!! You can say only 1 YES for this type of questions based on the same scenario !!!
upvoted 1 times
...
Radoslavov
2 years, 11 months ago
Selected Answer: A
Logically everything is correct here!
upvoted 1 times
...
chiqnlips
2 years, 11 months ago
Selected Answer: A
Is good if galleryname.selected
upvoted 1 times
...
iyiola_daniel
3 years ago
The answer is A, please.
upvoted 1 times
...
Sanjay_Pathak
3 years ago
Answer A is coorect. FormMode.View:The form is populated with an existing record but the user cannot modify the values of the fields.
upvoted 1 times
...
SashM
3 years, 4 months ago
Selected Answer: B
b is correct
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...