MB-500 Exam Question 46

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?
  • MB-500 Exam Question 47

    You need to develop, test, and deploy the Vendor Exclusion list solution.
    What should you create? To answer, drag the appropriate objects to the correct actions. 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.

    MB-500 Exam Question 48

    You are a Dynamics 365 Finance developer.
    You need to ensure that an integration is triggered when a specific process starts.
    Which tool should you use to retrieve the status from the Production order?
  • MB-500 Exam Question 49

    You are a Dynamics 365 Finance developer.
    You need to create a security rule that meets the following requirements:
    Provide the same permissions as HcmWorkerActionHireRead
    Assign the Update level access and the HcmHumanResourceMamager Role
    Which settings should you use? To answer, select the appropriate option in the answer area.
    NOTE: Each correct selection is worth one point.

    MB-500 Exam Question 50

    You are a Dynamics 365 Finance developer.
    You must extend the validate method of the SalesLine table by using Chain of Command. The value of a variable named SalesPrice must be greater than or equal to zero when adding new lines.
    You need to create an extension class.
    Which two code segments can you use? Each correct answer presents a complete solution.
    NOTE: Each correct selection is worth one point.