Microsoft MB-500 Practice Test - Questions Answers, Page 27

List of questions
Question 261

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?
Question 262

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?
Question 263

DRAG DROP
A company has a Dynamics 365 finance and operations app.
The company has the following requirements for data entities.
* Must asynchronously import XML files that contain sales order header and line information
* Must use an OData endpoint to enable two measures and two attributes from the CustTransView view in a PowerB1 report
You need to identify the data entity type to implement.
Which data entity type should you use? To answer, move the appropriate data entities to the correct requirements You may use each data entity once, more than once, or not at all. You may need to move the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.
Question 264

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.
Question 265

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 CustlnvokeJour table as a parameter Declare the SalesTable and SaleslnvoiceHeaderFooterTmp tables on the new method Populate the new fields by using the _custlnvoiceJour parameter to reference SalesTable.
Does the solution meet the goal?
Question 266

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?
Question 267

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.
Question 268

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.
Question 269

DRAG DROP
You are working on a project that uses out-of-the-box OData endpoints and custom web services.
HTTP calls must be used to retrieve data and perform operations with minimal development effort.
All integration calls must be automated so that no user interaction is required once they are configured.
The following operations must be created:
* Obtain a list of customers from a customer group.
* Post a sales order invoice.
* Obtain a vendor balance.
You need to design the integrations.
Which integration endpoint should you use for each requirement? To answer, move the appropriate integration endpoints to the correct requirements. You may use each integration endpoint once, more than once, or not at all You may need to move the split bar between panes or scroll to view content
NOTE: Each correct selection is worth one point.
Answer:
Question 270

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?
Question