Question 61

You are a Dynamics 365 Finance developer. You are testing a workflow in a user acceptance testing environment. You need to ensure that a specific user can accept purchase requisitions only if the requisition is in a specific status. Which two options can you configure to achieve the goal? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.
  • Question 62

    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 63

    You are configuring your developer environment by using Team Explorer.
    There are several developers working on a customization.
    You need to ensure that all code is checked in and then merged to the appropriate branches.
    In which order should you perform the actions? To answer, move all 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.

    Question 64

    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?
  • Question 65

    You are a Dynamics 365 Finance and Operations developer.
    You have the following code: (Line numbers are included for reference only.)

    You need to evaluate the code.
    What is the correct output for the method? To answer, select the appropriate option in the answer area.
    NOTE: Each correct selection is worth one point.