PL-400 Exam Question 36

You are developing a Power Apps app to manage records in the Account table in Microsoft Dataverse. You must configure a Web API request to retrieve changes from the table. You need to configure the preference header for the API request. What should you include in the request header?
  • PL-400 Exam Question 37

    Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution. Determine whether the solution meets 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.
    A university has implemented Dynamics 365 Customer Engagement. Several departments use opportunity records to bid for funding for projects within their own departments.
    Each department's opportunities are not visible to other departments. However, there are times when two departments need to work together on an opportunity.
    You need to configure the security to meet the business requirements.
    Solution: Share the individual opportunity that member of one department are working on with all members of the second department, and give those members the appropriate permissions.
    Does the solution meet the goal?
  • PL-400 Exam Question 38

    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.
    A Common Data Service (CDS) environment has two custom entities named Building code and Work item. Building code has a code date custom field and Work item has an elapsed time custom field. Construction workers use a consolidated custom form with data from both entities to fill.in their daily work items.
    A JavaScript library is used with these custom entities and fields to apply complex logic.
    You need to ensure that the JavaScript library continues to function as originally designed if other developers expand the environment.
    Solution: In form properties of the consolidated form, add the JavaScript library in the events tab and add the two custom fields to the dependent fields section of the non-event dependencies tab.
    Does the solution meet the goal?
  • PL-400 Exam Question 39

    A manufacturing company takes online orders.
    The company requires automatic validation of order changes. Requirements are as follows:
    If validation is successful, the order is submitted.
    If exceptions are encountered, a message must be shown to the customer.
    You need to set up and deploy a plug-in that encapsulates the rules.
    Which options should you use? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    PL-400 Exam Question 40

    You have a Common Data Service entity and a model-driven app. The model-driven app integrates with an external system.
    You plan to run business logic each time the model-driven app creates a record. Running business logic must not negatively affect model-driven app users.
    You need to implement the business logic.
    What should you use?