Question 11

You need to implement the migration requirements.
Which two options can you use? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
  • Question 12

    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.
    You have an enumeration named truckStatus that has the following statuses:
    Empty
    Loaded
    Completed
    You have the following code:

    You need to extend this enumeration and add the following statuses to the enumeration: Quarantine, InTransit. You must then modify code that validates the switch statement.
    Solution: Add a post handler to the method that checks the enumeration and logic for your new enumeration values using a range comparison for your new values.

    Does the solution meet the goal?
  • Question 13

    A company uses Dynamics 365 Unified Operations.
    You need to implement role-based security for a set of fields in a table.
    How should you arrange the security elements? To answer, drag the appropriate security elements to the correct locations. Each element 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.

    Question 14

    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.
    You create a new form in a project.
    You need to display tabs in a vertical alignment.
    Solution: Apply the Simple List pattern.
    Does the solution meet the goal?
  • Question 15

    A company implements Dynamics 365 finance and operations apps.
    You are developing code to consume OData service endpoints. You complete the application registration process and gather the details required to create a C# console application.
    You need to ensure that the console application interacts with Dynamics 365 Finance OData services.
    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.