Question 111

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 integer value of the enumeration.

Does the solution meet the goal?
  • Question 112

    You are a Dynamics 365 Finance developer.
    You need configure table caching.
    Which CacheLookup properties should you use? To answer, drag the CacheLookup properties to the correct table. Each property may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
    NOTE: Each correct selection is worth one point.

    Question 113

    You are a Dynamics 365 Finance developer. You have two tables as shown in the following exhibit:

    You need to configure Table1 to ensure that records cannot be deleted from Table1 if Table2 contains related records.
    Which value should you use for the OnDelete property?
  • Question 114

    You are a Dynamics 365 Finance developer.
    You need to export data from all products into a data package every day at 2 a.m. You open the Data Management workspace.
    How should you complete the process? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    Question 115

    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: Navigate to the user interface forms section for the SalesTable form and create a customization.
    Does the solution meet the goal?