Question 56

You are a Dynamics 365 Finance developer. You have The following code:

Which values does the info() method return? To answer, select the appropriate option in the answer area.
NOTE: Each correct selection is worth one point.

Question 57

A company uses Dynamics 365 Finance.
You implement the SysOperation framework to create the following batch processes.

You need to configure the execution mode for each batch process.
Which execution modes should you use? To answer. drag the appropriate execution modes to the correct requirements. Each execution mode 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.

Question 58

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 59

    A company implements Dynamics 365 Finance and Dynamics 365 Supply Chain Management.
    Customers place orders from the company website store or through sales representatives.
    You create a Power Platform app to manage sales quotes for sales representatives who do not have direct access to the Finance and Supply Chain Management environment. The app must meet the following requirements:
    * Sales representatives must be able to create new customers.
    * Ensure that only approved products can be sold.
    * Be available when the sales representatives do not have internet access.
    Web sales are imported nightly.
    You need to determine a strategy to integrate apps.
    What should you use? To answer, drag the appropriate options to the correct app features. Each option 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 60

    You need to update the CashDisc report to meet the requirements.
    What should you do?