Question 1

You are a Dynamics 365 Finance and Operations 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.

Question 2

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.
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:

Does the solution meet the goal?
  • Question 3

    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: Add a new form object to the project and name the form SalesTable.Extension.
    Does the solution meet the goal?
  • Question 4

    You need to update the CashDisc report to meet the requirements.
    What should you do?
  • Question 5

    You are a Dynamics 365 Finance developer.
    You have the following entities.
    You must create the required fields and relationships in the staging tables.
    You need to develop a composite entity that uses the OrderHeader and OrderLine entities.
    Which object should you use for each action? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.