DRAG DROP
A company uses Dynamics 365 Supply Chain Management.
You are developing multiple integrations.
You need to select the appropriate integration models for the integrations.
Which integration model should you select? To answer, drag the appropriate data integration models to the correct requirements. Each data integration 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:
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:
DRAG DROP
You need to create the outstanding invoice report for the CFO.
Which attributes should you use? To answer, drag the appropriate attributes to the requirements. Each attribute answer may be used once, more than once, or not at all. You may need to drag the split between panes or scroll to view content.
NOTE: Each correct selection is worth one point.
Select and Place:
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 Operational Workspaces pattern.
Does the solution meet the goal?
A. Yes
B. No
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?
A. In Solution Explorer, navigate to the object and right-click View History.
B. Using Visual Studio, navigate to the object. Add the object to a new solution, and then right-click View History.
C. Open the object in Object Designer, select the title of the object, and then right-click View History.
D. Using Visual Studio, navigate Application Explorer and right-click View History.
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 have an enumeration named truckStatus that has the following statuses:
1.
Empty
2.
Loaded
3.
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?
A. Yes
B. No
A company uses Dynamics 365 Finance.
You have an entity named VendVendorV2Entity. You add a new column to the entity.
You need to ensure that the new column is available in the entity for data transfer activity.
Which two actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
A. Select the Generate mapping button on the Mapping details form.
B. Select the Validate button on the Entity list page.
C. Select the Entity structure button on the Entity list page.
D. Select the Modify target mapping button on the Entity list page.
A company uses Dynamics 365 Finance.
You are performing a code review for several segments of code that use the Boolean data type.
You need to validate the segments for the correct X++ structure.
Which two code statements will compile? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
A. boolean exprValue; exprValue = (8*6 == 48);
B. boolean exprValue = (8*6 == ‘48’) ? Yes:No;
C. boolean exprValue; exprValue = (8*6 == 48) ? 1:0;
D. boolean exprValue = (8*6 == ‘48’) ? false:true;
A company requires a Power Apps app that will enable users to view and create new leads in Dynamics 365 from the app.
The data is in a custom entity named LeadsTable, which is not accessible outside Dynamics 365.
You need to make the data available outside Dynamics 365.
What should you do?
A. Enable IsPublic for the data entity linked to the LeadsTable.
B. Assign the create, read, update, and delete operations for the LeadsTable to the sales associate role.
C. Enable all create, read, update, and delete operations on the LeadsTable table.
D. Create an aggregate data entity for the LeadsTable.
E. Enable data management capabilities on the data entity.
You need to apply a form pattern to the Vendor exclusion list. Which pattern should you use?
A. Workspace
B. Simple List
C. List Page
D. List View