You are developing a model extension for Dynamics 365 Finance.
You must create a model extension that extends objects from the Application suite package. You need to create and configure a new model for the extension. Which two actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.
Answer : C, D
You need to resolve the issue for UserB.
Which framework should you use?
Answer : B
A company uses Dynamics 365 Supply Chain Management.
You are performing a review of the code that returns the total sum of transactions for all customers in customer group 10. You observe that the following query takes a long time to complete.

You need to modify the query to optimize performance.
Which code segment should you use?
A.

B.

C.

D.

Answer : B
A company uses Dynamics 365 Supply Chain Management.
Users at the company frequently export sales order data to Excel for analysis and then enter data back manually into the system. You need to recommend a built-in Supply Chain Management solution to avoid manual input and update data within Excel. Which feature should you use?
Answer : E
You need to configure filtering for the Vendor Past Due Invoices form.
Which two filtering types can you use? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
Answer : A, C
You need to add data to the WHSTmpStatusChange table by extending the insert method.
What should you do?
Answer : C
A company uses Dynamics 365 Finance.
The company deploys a custom table named LoyaltyCustomerTable. The table has a 1:1 relationship with a table named CustTable. Both tables contain a unique field named AccountNum and share the same dat
a. Using event handlers, all edits to CustTable are reflected within LoyaltyCustomerTable.
The LoyaltyCustomerTable data is maintained by using the LoyaltyCustomerTable form. This form selects all data from both LoyaltyCustomerTable and CustTable and displays the records sorted by LoyaltyCustomerTableAccountNum.
LoyaltyCustomerTable was mistakenly created with no indexes. A significant delay occurs when users open the LoyaltyCustomerTable form.
You need to improve performance by creating an index.
Which method should you use?
Answer : C