MB-500 Exam Question 56

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 new case statement in the model of the existing code.

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

    You are a Dynamics 365 Finance and Operations developer.
    You need to create an extension class.
    Which action should you perform?
  • MB-500 Exam Question 58

    You are a Dynamics 365 Finance developer. You have the following code: (Line numbers are created for reference only.)

    Which values does the info() method return? To answer, select the appropriate option in the answer area.
    NOTE: Each correct selection is worth one point.

    MB-500 Exam Question 59

    You are a Dynamics 365 Finance developer. You have a virtual machine that includes Visual Studio.
    You need to display the elements by model.
    What should you do?
  • MB-500 Exam Question 60

    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 are adding a new field to the SalesTable form.
    You must use an extension to add a status field onto the form.
    You need to create the extension in the Application Object Tree (AOT) and add the extension to the demoExtensions model.
    Solution: Navigate to the user interface forms section for the SalesTable form and create a customization.
    Does the solution meet the goal?