Question 321

You are developing a Power Bl report.
The report must show the number of past due invoices in near real time.
You need to embed the report in the Analytics tab of a Vendor Payments workspace.
What should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Question 322

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.

Question 323

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 324

    You use Dynamics 365 Finance.
    You must loop through the customers table and display in the Ul the customer account numbers that meet the following requirements:
    * Include the first 100 customers.
    * The account numbers must be greater than 1.000.
    * Order the results from larger to smaller by the customer account number.
    You need to write the SQL statement by using SQL in X++.
    Which four statements should you include in sequence;1 To answer, move the appropriate statements from the list of statements to the answer area and arrange them in the correct order.

    Question 325

    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?