HOTSPOT
You are a Dynamics 365 Finance and Operations developer.
You have the following code: (Line numbers are included for reference only.)
You need to evaluate the code.
What is the correct output for the method? To answer, select the appropriate option in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:
HOTSPOT
A company plans to migrate purchase orders from an older system into Dynamics 365 Finance.
You need to generate field mapping between the source and the target data structures.
What should you do? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:
HOTSPOT
You need to configure security for the CashDisc form.
What changes should you make? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:
You are a Dynamics 365 Finance and Operations developer. You are testing a workflow in a user acceptance testing environment.
You need to ensure that a specific user can accept purchase requisitions only if the requisition is in a specific status.
Which two options can you configure to achieve the goal? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
A. manual decision
B. approval process
C. conditional decision
D. automated task
E. manual task
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 an extension.
Does the solution meet the goal?
A. Yes
B. No
You create a bring your own database (BYOD) entity that includes four tables.
You need to configure change tracking for specific fields in the entity.
Which option should you enable?
A. custom query
B. entire entity
C. entity export
D. primary table
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 create a new form in a project.
You need to display tabs in a vertical alignment.
Solution: Apply the Table of Contents pattern.
Does the solution meet the goal?
A. Yes
B. No
A company wants to integrate Dynamics 365 Finance with an external application.
The apps must send each customer's name and address as a single column to the external application.
You need to add a computed column to the CustCustomerEntity.
What should you do?
A. From the CustCustomerEntity table, select the Columns node, select New, and then select Mapped column. then select Mapped column.
B. Create an extension for the CustTable table and then add the new display field.
C. Create an extension of the CustCustomerEntity table, select New, and then select String Unmapped column.
D. From the CustCustomerEntity table, select the Columns node, select New, and then select String Unmapped Column.
A company uses Dynamics 365 Finance.
You must add fields to a standard table in Visual Studio.
You need to create an extension of the table.
What should you do?
A. Create an extension class for the base table.
B. Drag the table from the AOT to the project.
C. Create a new table object in the pitied.
D. Create a table extension from the base table.
You need to test and map the freight processing integration.
Which data management concept is used for the XML file to import the freight processing data?
A. data project
B. data job
C. data entity
D. data package