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

List of questions
Question 181

DRAG DROP
A company uses Dynamics 365 Finance.
You must use QueryBuilder classes to implement a query that loops through all customers for whom the customer group equals EXT. You need to implement the query. You declare and initialize a query Object.
You need to run the query.
in which order should you perform the actions? To answer, move all actions from the list of actions to the answer area and arrange them in the correct order.
Question 182

A company uses Dynamics 365 Finance.
You implement an extension of a method named calc in Class
Question 183

A company uses Dynamics 365 Finance.
You have an entity named Vend Vend orV2 Entity. You add a new column to the entity. You need to ensure that the new column is available in the entity (or 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.
Question 184

HOTSPOT
You are a Dynamics 365 Finance developer.
You have the following source control branches:
You need to move the list of changesets from the development environment to the test environment.
What should you do? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Question 185

HOTSPOT
A company wants to Integrate Dynamics 365 Finance with third-party applications.
You need to select integration patterns for various scenarios.
Which integration patterns should you use? To answer, select the appropriate options In the answer area.
NOTE: Each correct selection is worth one point.
Question 186

HOTSPOT
You are a Dynamics 365 Finance developer. You have The following code:
Which values does the info() method return? To answer, select the appropriate option in the answer area.
NOTE: Each correct selection is worth one point.
Question 187

HOTSPOT
You are implementing record-level security by using Extensible Data Security (XDS) in Dynamics 365 Finance.
Users must be permitted to view sales orders only from customers they manage.
You need to configure the CustGroup form.
Which options should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Question 188

You are adding a new field to the SalesTable form.
You must use an extension to add a status field onto the form.
You need to create the extension in the Application Object Tree (AOT) and add the extension to the demo Extensions model.
Solution: Navigate to the user interface forms node for the SalesTable form and modify the form.
Does the solution meet the goal?
Question 189

HOTSPOT
You develop a customization for Dynamics 365 Supply Chain Management.
You need to optimize performance for this customization.
Which concurrency control options should you implement? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Question 190

You must extend CarType and add a new element named MUV to CarType.
You need to develop a solution that meets the requirements.
Solution: Set the is Extensible property to false for the CarType enumeration. Create a new enumeration to add the MUV element.
Does the solution meet the goal?
Question