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 a display form to Screen_AccountDetail.
✑ 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?
gallego82
Highly Voted 4 years, 4 months agoRaduMihai
Highly Voted 2 years, 5 months agoEdriska
Most Recent 1 year, 8 months agoMoppu
1 year, 10 months agoatki_real
1 year, 10 months agoKlement1n
1 year, 10 months agoSri2020
2 years, 2 months agoJackJohn
2 years, 6 months agoHichamMhg
2 years, 6 months agoBucheron
2 years, 9 months agostokazz
2 years, 7 months agoRadoslavov
3 years agochiqnlips
3 years agochiqnlips
3 years agowhlatlen
3 years agoSashM
3 years, 5 months agoRkvkv
4 years, 1 month agoSmileOS
4 years, 2 months ago