A company uses Dynamics 365 Supply Chain Management. You create a customization in a development environment.
You need to create a software deployable package so that you can deploy the customization to a test environment.
What are two possible ways to achieve the goal? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
Answer : A, B
A company uses Dynamics 365 Finance.
You must add fields to a standard Dynamics 365 Finance form by using Visual Studio.
You need to create an extension for the form.
What should you do?
Answer : D
A company uses Dynamics 365 Finance.
Developers receive an error in an existing solution. The solution must be debugged to identify the root cause of the error.
You need to enable debugging in Visual Studio to hit an existing breakpoint with the solution open.
Which three methods can you use? Each correct answer presents a complete solution. Choose three.
NOTE: Each correct selection is worth one point.
Answer : B, C, D
You create an extension for the Invent Table. Which two field properties can you modify in the extension? Each: correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
Answer : B, D
A company is using a Dynamics 365 finance and operations app.
The accounting department requests two custom fields named CusStatus and CusDiscount for the header of the sales invoice SSRS report The custom fields are in the SatesTable table.
You create a duplicate of the report design and add the two new fields to a temporary table by using the following extension:
You need to populate the new fields by using Chain of Command (CoQ
Solution: Create a new method on the MySaleslnvoiceDP_Extension class named populatelnvoiceHeaderfooterCustom which uses the CustlnvotceJout table as a parameter Declare the SalesTable and SaleslnvoiceHeaderFooterTmp tables on the new method on line 07. Populate the new fields by using the _custlnvoiceJour parameter to reference SalesTable Call the new method on the populateSaleslnvoiceHeadeiFooterTmp method on line 08.
Does the solution meet the goal?
Answer : B
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.
A company is implementing Dynamics 365 finance and operations apps.
The company must test the functionality of its native Dynamics 365 finance and operations apps by using the Acceptance test library (ATL).
You need to implement ATL classes on test data within a development environment.
Solution: Create a set of navigation objects and creator classes to access entities and test data.
Does the solution meet the goal?
Answer : B
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.
A company is implementing Dynamics 365 finance and operations apps.
The company must test the functionality of its native Dynamics 365 finance and operations apps by using the Acceptance test library (ATL).
You need to implement ATL classes on test data within a development environment.
Solution: Create command classes to run business practices. Call the classes by using the SysTest framework.
Does the solution meet the goal?
Answer : B