PL-400 Exam Question 81

A company has two development instances, two test instances, two staging instances, and one production instance.
The test team reports connection issues with the test and staging instances.
You need to identify which of the instances the testing team currently has access.
Which two URLs can you use? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
  • PL-400 Exam Question 82

    An organization has a Dynamics 365 Sales environment. In the development environment, you create a business rule named BusinessRule1 on the Account entity. You deploy BusinessRule1 to production as part of a managed solution.
    You need to remove BusinessRule1 from the production environment.
    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 83

    You need to identify why employees are not receiving notification that nine customers are checked in and waiting in the repair area.
    Which components should you test for each step? To answer, drag the appropriate components to the correct steps. Each component may be used once, more than once, or not at all.
    You may need to drag the split bar between panes or scroll to view content.
    NOTE: Each correct selection is worth one point.

    PL-400 Exam Question 84

    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?
  • PL-400 Exam Question 85

    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 company requires custom validation when users save form records that use a synchronous plug-in.
    If validation fails, a message that explains how to resolve the issue must be displayed on the form to the user.
    You need to implement the custom validation.
    Solution: Throw an InvalidPluginExecutionException with the message.
    Does the solution meet the goal?