Question 106

You are the Dynamics 365 Finance Developer.
You have the following class definition:

You need to create an extension class and wrap the method by using Chain of Command (CoC), if the value of the Qty variable is less than 5, the code must cause an exception.
How should you complete the code segment? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Question 107

You need to meet the requirements for the purchase order creation form.
What are two possible ways to achieve this goal? Each correct answer presents a complete solution.
NOTE: each correct selection is worth one point.
  • Question 108

    A company uses Dynamics 365 Finance.
    A user is unable to access the new Customer Credit Limit report.
    You need to configure security for the report.
    Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

    Question 109

    You are a Dynamics 365 Finance developer.
    You have a table named FMVehicle that contains a field named Vehicleld. The table has a clustered index named Vehicleldldx on the Vehicleld field. You declare a table buffer named vehicle to refer to the table.
    You need to select all records from the FMVehicle table in ascending order based on Vehicleld field in the vehicle variable.
    Which embedded-SQL statement should you use?
  • Question 110

    A company uses Dynamics 365 Finance.
    You must use QueryBuilder classes to implement a query that loops through all customers for whom the customer group equals EXT. You need to implement the query. You declare and initialize a query Object.
    You need to run the query.
    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.