Question 66

You need to resolve the user's issue with the time tracking app.
Which two actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
  • Question 67

    You are an app maker for a college. You create an app for student enrollment. The app captures the education level of the applicants.
    The education level at the time of enrollment is an option set is in the student entity. The entity includes three levels:
    High school
    College
    Bachelor
    You must split the College option into two option sets:
    College - 1 Year
    College - 2 years
    The split must not impact existing data.
    You need to create the two option sets.
    Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

    Question 68

    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?
  • Question 69

    You are creating a multi-page canvas app that loads tabular data from an external data source.
    Once loaded, the data must be available to all screens within the canvas app.
    You need to reduce the number of times that the app must retrieve data from the data source.
    Which two data stores can you use? Each correct answer presents a complete solution.
    NOTE: Each correct selection is worth one point.
  • Question 70

    You create a canvas app.
    You need to make the app available to other people in your company.
    What are two possible ways to achieve the goal? Each correct answer presents a complete solution.
    NOTE: Each correct selection is worth one point.