PL-400 Exam Question 101

You are creating a model-driven app.
A JavaScript function must be manually initiated by the user from within an entity form.
You need to add a button to the form to run the JavaScript.
What should you do?
  • PL-400 Exam Question 102

    A company has a Common Data Service (CDS) environment.
    The following conditions must apply when accounts are reassigned:
    Ownership for completed tasks that are associated with the account must not change.
    Outstanding tasks must be reassigned to the new owner of the account.
    You need to configure the relationship to meet the requirements.
    Which settings 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 103

    You are designing a one-way integration from Microsoft Dataverse to another system.
    You must use an Azure Function to update the other system. The integration must send only newly created records to the other system. The solution must support scenarios where a component of the integration is unavailable for more than a few seconds to avoid data loss.
    You need to design the integration solution.
    Solution: Register a service endpoint in the Dataverse instance that connects to an Azure Service Bus queue.
    Register a step at the endpoint which runs asynchronously on the record's Create message and in the post-operation stage.
    Configure the Azure Function to process records as they are added to the queue.
    Does the solution meet the goal?
  • PL-400 Exam Question 104

    The communication department for a company plans to add a publicly accessible survey page to the company's public website.
    You must add the new survey page to the company's public website and capture data from the page to a Common Data Service environment.
    Explicit user credentials must not be required to write survey data to Common Data Service.
    You need to implement authentication.
    Which authentication mechanism should you implement?
  • PL-400 Exam Question 105

    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: Create a security role that has organization-level access to opportunities. Give this security role to all members of the two departments who need access.
    Does the solution meet the goal?