A company has a Dynamics 365 finance and operations app.
A user requests a new field named MarkupGroup in the CustCustomerV3Entity data entity. The new field is based on the MarkupGroup field from the CustTable data source. The user plans to use the new field to publish changes to the finance and operations system by using Microsoft Excel. You add the field to the CustCustomerV3Entity data entity and run a database
synchronization.
You need to ensure that the user can publish changes with the new field in the CustCustomerV3Entity data entity by using Excel. What should you do?
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?
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 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?
You are a Dynamics 365 Finance developer.
You make changes to an existing class.
You need to compare the code that is in source control with the updated class. In Visual Studio, you display
Team Explorer.
What are three possible ways to achieve the goal? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
You create a method that uses the Async framework.
You need to capture the result of calling the Async method.
Which three elements should you include in the signature or parameters of the result method? Each correct answer presents part of the solution. Choose three.
NOTE: Each correct selection is worth one point.