DRAG DROP
A company uses Dynamics 365 Unified Operations.
Client companies require weekly updates for services performed. You create data entity by using the Data Entity wizard.
You need to expose a list of services to external business companies.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
Select and Place:

DRAG DROP
You need to map the Dynamics 365 Finance components into the standard models.
Which component belongs to which model? To answer, drag the appropriate models to the correct components. Each model 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.
Select and Place:

DRAG DROP
You are creating a new class and adding methods to the class.
You need to control extensibility capabilities of some of the methods in the class.
Which attribute should you use? To answer, drag the appropriate attributes to the correct requirements. Each attribute 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.
Select and Place:

DRAG DROP
A company has a cloud-based installation of Dynamics 365 Finance. The company also has Dynamics 365 Sales and Customer Service systems.
The company implements an analytical reports solution.
You need to select the applicable storage feature for each requirement.
Which storage feature should you use to meet each requirement? To answer, drag the appropriate storage options to the correct requirements. Each storage 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.
Select and Place:

DRAG DROP
You create a Visual Studio project named CustomerDetailUpdate.
You must update data in a table named CustTable. You must be able to run the code from Visual Studio.
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.
Select and Place:

HOTSPOT
You are creating entities that will have unmapped fields.
You need determine which types of unmapped fields to use.
Which field types should you use? To answer, drag the appropriate field types to the correct requirements. Each field type 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.
Hot Area:

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 output menu item. Add the output menu item to the form button and then link the report to the output menu item.
Does the solution meet the goal?
A. Yes
B. No
You have an enumeration named truckStatus that has the following statuses:
1.
Empty
2.
Loaded
3.
Completed
You have the following code:

You need to add the following statuses to the enumeration: Quarantine, InTransit What should you do?
A. Add a post handler to the method that checks the enumeration and logic for your new enumeration values using the enumeration value.
B. Add a post handler to the method that checks the enumeration and logic for your new enumeration values using a range comparison for your new values.
C. Add a new case statement in the model of the existing code.
D. Add a post handler to the method that checks the enumeration and logic for your new enumeration values using the integer value of the enumeration.
You develop apps for Dynamics 365 Supply Cham Management.
You need to track changes only for sales header information by using data entities.
Which change tracking option should you use?
A. Enable primary table
B. Disable change tracking
C. Enable entire entity
D. Enable custom query
You need to modify the environment to meet User1's requirements. What should you do?
A. Create an extension of CashDisc in a new project and add the field to the extended table,
B. Create a new table named CashDiscExtension in the project.
C. Use Open Designer to add the field to the table.
D. Create an overlayer of CashDisc in a new project and add the field.