PL-400 Exam Question 86

A company creates a custom connector to use in a flow named Search Company.
When this custom connector is used, requests must be redirected to a different endpoint at runtime.
You need to apply a policy to the custom connector to route calls to a different endpoint.
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.

PL-400 Exam Question 87

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 88

    You need to determine the primary cause of the issue reported by interns when they use the app.
    What is the primary cause?
  • PL-400 Exam Question 89

    A travel company has a Common Data Service (CDS) environment.
    The company requires the following:
    Custom entities that track which regions clients have traveled.
    The dates their clients traveled to these regions.
    You need to create the entities and relationships to meet the requirements.
    Which three actions should you perform? Each correct answer presents part of the solution.
    NOTE: Each correct selection is worth one point.
  • PL-400 Exam Question 90

    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 once 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 developing a model-driven app for a company.
    When you create a new Account record, you must automatically display a form to collect data that is needed to create a Contact record. The form must switch to the appropriate form layout based on the contact type.
    You open the Contact form by using JavaScript. You pass the contact type information to the form by using the Xrm.Navigation.openForm function. An OnLoad event handler in the Contact form processes the data and shows only the appropriate sections of the form for the given contact type.
    You need to configure the receiving form to accept the data parameter.
    Solution: In the form editor, add a web resource that sets formContext.data.attributes.
    Does the solution meet the goal?