Microsoft Dynamics 365: Finance and Operations Apps Developer MB-500 Question # 18 Topic 2 Discussion

Microsoft Dynamics 365: Finance and Operations Apps Developer MB-500 Question # 18 Topic 2 Discussion

MB-500 Exam Topic 2 Question 18 Discussion:
Question #: 18
Topic #: 2

You have an enumeration named truckStatus that has the following statuses:

    Empty

    Loaded

    Completed

You have the following code:

MB-500 Question 18

You need to add the following statuses to the enumeration: Quarantine, InTransit

What should you do?


A.

Add a new case statement in the model of the existing code,


B.

Add a post handler to the method that checks the enumeration and logic for your new enumeration values using the enumeration value.


C.

Add a post handler to the method that checks the enumeration and logic for your new enumeration values using the integer value of the enumeration.


D.

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.


Get Premium MB-500 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.