Question 61

You are a Dynamics 365 Customer Service system administrator. You create an app for the sales team.
Members of the sales team cannot access the app.
You need to ensure that sales team members can access the app.
Where should you configure app permissions?
  • Question 62

    You need to embed the FAQbot into the communication solution.
    Which actions should you perform? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    Question 63

    You have a canvas app that allows users to view, select, and purchase products. The app uses a Gallery control to display products and checkboxes that allow users to select products.
    When users select items from the product catalog, they move to a different screen to complete a purchase.
    Users must be able to clear all product selections when they click the button.
    You need to configure the button.
    What should you do?
  • Question 64

    You have a canvas app that contains the following text input fields: Id, FirstName, LastName. The app also has a button named Button1.
    The OnSelect property for Button1 contains the following expression:
    Collect(People, {Id:Id.Text, FirstName:FirstName.Text, LastName:LastName.Text}) For each of the following statements, select Yes if the statement is true. Otherwise, select No.
    NOTE: Each correct selection is worth one point.

    Question 65

    A customer tracks events by using a custom entity.
    The custom entity includes a custom field for the venue of the events. The customer must be able to display the events by venue in a calendar.
    You need to ensure that all events display by venue in the calendar.
    To which component should you add a control?