Question 116

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:

Does the solution meet the goal?
  • Question 117

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

    DRAG DROP
    You are a Dynamics 365 Finance developer for a company that sells pre-owned vehicles. When the company acquires a new vehicle, vehicle identification (VIN) numbers are added to the VIN field in the CustTable.
    You need to create an event handler to validate that new VIN values are at least 10 characters long. Validation must occur when records are saved.
    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.
    Select and Place:

    Question 119

    You are a Dynamics 365 Finance and Operations developer.
    You have a report in an existing model that connects with the following objects:
    in-memory table
    data provider class
    controller class
    contract class
    The report is locked for modifications.
    You need to create an extension of the in-memory table in a model and you add the new field to the extension.
    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 120

    You need to modify the CashDisc form to meet the requirements.
    Which objects should you use? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.