MB-500 Microsoft Dynamics 365: Finance and Operations Apps Developer

Loading demo links...

Showing 10–12 of 15 questions

Question 10 (New Update)

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 must extend the class SalesLineType and add a new method that returns the day of week for the system’s current date as an integer value.

You need to create a class that extends SalesLineType and adds the new method.

Solution: You create the following code:

Graphical user interface, text, application, email Description automatically generated

Does the solution meet the goal?

Select an option, then click Submit answer.

  • Yes

  • No

Question 11 (Mixed Questions)

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?

Select an option, then click Submit answer.

  • Yes

  • No

Question 12 (New Update)

You are a Dynamics 365 Finance developer. You have the following Extended Data Types (EDTs):

You plan to modify the EDT properties by using an extension.

You need to determine which operations can be performed.

Which operation is possible?

Select an option, then click Submit answer.

  • Create an extension for AccountBase and decrease the field size.

  • Create an extension for AccountId and increase the field size.

  • Create a derived EDT for AccountId and decrease the field size.

  • Create an extension for AccountBase and increase the field size.