MB-500 Exam Question 81

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 uses Dynamics 365 finance and operations apps.
You have a custom enumeration named CarType. The enumeration has the following elements: Sedan, SUV.
You must extend CarType and add a new element named MUV to CarType.
You need to develop a solution that meets the requirements.
Solution: Set the is Extensible property to false for the CarType enumeration. Create a new enumeration to add the MUV element.
Does the solution meet the goal?
  • MB-500 Exam Question 82

    A business needs a free-text field on the All customers form to enter notes about shipment requests. The field must allow users to enter a large number of characters.
    You need to create a new extended data type (EDT) for the form.
    Which four 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.
    NOTE: More than one order of answer choices is correct. You will receive credit for any of the correct orders you select.

    MB-500 Exam Question 83

    A company uses Dynamics 365 Finance.
    You implement an extension of a method named calc in ClassA. The calc method:
    * Accepts an integer as an input parameter.
    * Returns an integer as an output parameter.
    You must implement an extension to:
    * Extend the calc method.
    * Prevent the standard code from running if the value of the input parameter is greater than 10- You need to implement the correct solution. Which code segment should you use?
  • MB-500 Exam Question 84

    A company uses Dynamics 365 Unified Operations.
    Client companies require weekly updates for services performed. You create data entity by using the Data Entity wizard.
    You need to expose a list of services to external business companies.
    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.

    MB-500 Exam Question 85

    You have an enumeration named truckStatus that has the following statuses:
    * Empty
    * Loaded
    * Completed
    You have the following code:

    You need to add the following statuses to the enumeration: Quarantine, InTransit What should you do?