Hotspot
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.
OrderList
A company uses Dynamics 365 Finance.
Client companies require weekly updates for service performed. You create custom data entity by using the Data Entity wizard.
You need to expose a list of service to external business companies.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of the action to the answer area and arrange them in the correct order.
DragDrop
A company uses Dynamics 365 Supply Chain Management.
You need to integrate the system with third-party applications.
Which data integration strategies should you use? To answer, drag the appropriate data integration strategies to the correct scenarios. Each strategy 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.
Hotspot
You are creating entities that will have unmapped fields.
You need determine which type of unmapped field 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.
OrderList
A company is migrating from a legacy system to Dynamics 365 Finance.
You need to import the customer data by using the Data Management workspace.
In which order should you perform the actions? To answer, move the appropriate actions from the list of action to the answer area and arrange them in the correct order.
MultipleChoice
You need to update the CashDic report to meet the requirements.
What should you do?
OptionsMultipleChoice
You have an enumeration named truckStatus that has the following statuses:
* Empty
* Loaded
* Completed
You have the following code:
You need to extend this enumeration and add the following statuses to the enumeration: Quarantine, InTransit. You must then modify code that validates the switch statement.
Solution: 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.
Does the solution meet the goal?
OptionsMultipleChoice
You have an enumeration named truckStatus that has the following statuses:
* Empty
* Loaded
* Completed
You have the following code:
You need to extend this enumeration and add the following statuses to the enumeration: Quarantine, InTransit. You must then modify code that validates the switch statement.
Solution: Add a post handler to the method that checks the enumeration and logic for your new enumeration values using the enumeration value.
Does the solution meet the goal?
Does the solution meet the goal?
OptionsMultipleChoice
You are a Dynamics 365 Supply chain Management developer. Several users check out a custom form version control and modify the form. You need to find the user that has added a specific line of code to the form. What should you do?
OptionsDragDrop
You are a Dynamics 365 Finance and Operations developer.
You have a report in an existing model that connects with the following objects:
* in-memory table
* data provider class
* controller class
* contract class
The report is locked for modifications.
You need to create an extension of the in-memory table in a model and you add the new field to the extension.
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.