Halloween Special - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

You need to implement the integration for the Vendor Exclusion List form.

What should you do? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

You need to implement the migration requirements.

Which two options can you use? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

A.

a data entity and a Data management import job

B.

a data entity and Entity store

C.

a data entity and bring your own database (BYOD)

D.

a public data entity and the Excel add-in

ION NO: 4

You need to apply a form pattern to the Vendor exclusion list. Which pattern should you use?

A.

List Page

B.

Simple List

C.

List View

D.

Workspace

You need to create the new table for the vendor exclusion list.

What should you do? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

You need to meet the requirements for the purchase order creation form.

What are two possible ways to achieve this goal? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

A.

Create a class and add a form data source event handler method to the class.

B.

In Application Explorer, create a table extension and implement validation.

C.

Implement Chain of Command (CoC) and method wrapping by creating a form extension class.

D.

In Application Explorer, create a form extension and implement validation.

You need to implement the reporting requirements for the Vendor exclusion list.

Which options you should use? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

You need to implement the payroll application data process.

Which two objects should you create? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

A.

a data contract class that uses the DataContractAttribute attribute

B.

a service class that has a public method which accepts a single parameter for a contract

C.

a class that extends SysOperationServiceBase

D.

an UIBuilder class that extends SysOperationAutomaticUIBuilder

You are a Dynamics 365 Finance developer.

You have a form that displays customer records by using a listpage control. You must add related sales total information for the selected customer to the form.

You need to display the required related sales total information.

What should you add to the form?

A.

a quick filter

B.

a factbox

C.

an external feed

D.

a tile

E.

a custom lookup

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 are developing a form for Dynamics 365 Finance.

You need to add a button that allows users to run a report.

Solution: Create an action menu item. Add the action menu item to the form button and then link the report to the action menu item.

Does the solution meet the goal?

A.

Yes

B.

No

You are developing a customization for Dynamics 365 Finance.

The customization must extend objects from the Application Foundation package.

You need to create and configure a new model for the customization.

Which two actions should you perform? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

A.

Create a new model that builds into its own separate assembly.

B.

Reference the Application Foundation package when creating the extension model.

C.

Create a new model that is part of an existing package.

D.

Assign the model to the USR layer.

E.

Create an extension class that references the Application Foundation.