Question 116

A company is using a Dynamics 365 finance and operations app.
The accounting department requests two custom fields named CusStatus and CusDiscount for the header of the sales invoice SSRS report The custom fields are in the SatesTable table.
You create a duplicate of the report design and add the two new fields to a temporary table by using the following extension:

You need to populate the new fields by using Chain of Command (CoQ
Solution: Create a new method on the MySaleslnvoiceDP_Extension class named populatelnvoiceHeaderfooterCustom which uses the CustlnvotceJout table as a parameter Declare the SalesTable and SaleslnvoiceHeaderFooterTmp tables on the new method on line 07. Populate the new fields by using the _custlnvoiceJour parameter to reference SalesTable Call the new method on the populateSaleslnvoiceHeadeiFooterTmp method on line 08.
Does the solution meet the goal?
  • Question 117

    A company has a cloud-based Dynamics 365 Finance environment and uses an e-commerce website for retail operations. The website has business to business (B2B) capabilities. The company uses a middleware integration tool to process data.
    You must create a batch job to automate some operations. The batch job must be able to process several thousand transactions in each run.
    You need to configure the environment.
    Which tools should you use? To answer, drag the appropriate tools to the correct requirements. Each tool 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 118

    You are a Dynamics 365 Finance and Operations developer.
    You need to monitor system performance.
    Which tools should you use? To answer, select the appropriate option in the answer area.
    NOTE: Each correct selection is worth one point.

    Question 119

    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 120

    You are working on a project that uses out-of-the-box OData endpoints and custom web services.
    HTTP calls must be used to retrieve data and perform operations with minimal development effort.
    All integration calls must be automated so that no user interaction is required once they are configured.
    The following operations must be created:
    * Obtain a list of customers from a customer group.
    * Post a sales order invoice.
    * Obtain a vendor balance.
    You need to design the integrations.
    Which integration endpoint should you use for each requirement? To answer, move the appropriate integration endpoints to the correct requirements. You may use each integration endpoint once, more than once, or not at all You may need to move the split bar between panes or scroll to view content NOTE: Each correct selection is worth one point.