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

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?

    Correct Answer: B

    To meet the goal of viewing account details, you need a form that displays the details without allowing modifications. Setting the Default Mode of the form to New is intended for creating new entries and is not suitable for viewing details. The form should ideally be in 'View' mode to ensure users can only see the details of the selected account without editing them. Therefore, this solution does not meet the specified requirements.

Discussion
JoAppOption: B

The Item on the form should be set to Gallery_Accounts.Selected

mrsmjparker

so you are saying the answer is no then?

Jett27

I think the answer is implying that Selected means Gallery_Accounts.Selected

Facundo

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

mattsdevriendt

I also mentioned no exactly because of this.

Nitrix

The answer is A. yes

GoronicOption: B

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.

Ricardito

They say they change the displayMode of the form, so it works in the same way i belive.

JAVI1771

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.

JAVI1771

Thought exactly the same. Nothing is mentioned about editing. But ricardito is also right they change the display mode of the form.

STHOption: B

Answer is no : "New" form is to be able to create new entry, not to look at the details of an existing one

Shamir06

page no -22 Q no 22 is same. Do anyone find difference ?

KrishEXMOption: 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.

VeeraK56Option: B

B is correct

JackJohnOption: B

The answer is No

RazielLycasOption: B

in this case is NO

davewowshipOption: B

it's B, you don't want to add a editable form

soubevOption: A

when form mode is view and select property is set to accounts answer is correct and also Dislpay form is also correct

et_learnerOption: B

Same question as topic#2 question#26, this one is incorrect

BucheronOption: A

EVERYONE !!! You can say only 1 YES for this type of questions based on the same scenario !!!

RadoslavovOption: A

Logically everything is correct here!

chiqnlipsOption: A

Is good if galleryname.selected

iyiola_danielOption: A

The answer is A, please.

Sanjay_PathakOption: A

Answer A is coorect. FormMode.View:The form is populated with an existing record but the user cannot modify the values of the fields.

SashMOption: B

b is correct