MB-500 Exam Question 66

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 the enumeration value.

Does the solution meet the goal?
  • MB-500 Exam Question 67

    You are a Dynamics 365 Finance developer. You make changes to an existing custom class.
    The code comparison tool shows version conflicts between your version and the latest checked-in version of the custom class.
    In Visual Studio, you open the Source Control Explorer. You locate the latest changeset for the class and you open the changeset in Team Explorer.
    You need to compare the latest code that is in source control with the code that you created.
    Which option should you use?
  • MB-500 Exam Question 68

    A company uses Dynamics 365 Finance.
    You need to migrate all custom report artifacts from a development environment to a cloud-hosted Tier-1 test environment that has Visual Studio installed.
    Which two actions should you perform? Each correct answer presents part of the solution.
    NOTE: Each correct selection is worth one point.
  • MB-500 Exam Question 69

    You need to add new fields to the table for the Inventory Status form to represent the product name and batch ID.
    What are two possible ways to achieve this goal? Each correct answer presents a complete solution.
    NOTE Each correct selection is worth one point.
  • MB-500 Exam Question 70

    You are a Dynamics 365 Finance developer.
    You need to export data from all products into a data package every day at 2 a.m. You open the Data Management workspace.
    How should you complete the process? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.