ExamGecko
Home Home / Microsoft / MB-500

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

Question list
Search
Search

List of questions

Search

Related questions











You need to resolve the issue for UserB.

Which framework should you use?

A.

SysExtension

A.

SysExtension

Answers
B.

SysOperationSandBox

B.

SysOperationSandBox

Answers
C.

SysOperation

C.

SysOperation

Answers
D.

RunBaseBatch

D.

RunBaseBatch

Answers
Suggested answer: C

You need to apply a form pattern to the Vendor exclusion list.

Which pattern should you use?

A.

Workspace

A.

Workspace

Answers
B.

Simple List

B.

Simple List

Answers
C.

List Page

C.

List Page

Answers
D.

List View

D.

List View

Answers
Suggested answer: C

You need to meet the requirements for the purchase order creation form.

What are two possible ways to achieve this goal? Each correct answer presents a complete solution.

NOTE: each correct selection is worth one point.

A.

Create a class and add a form data source event handler method to the class.

A.

Create a class and add a form data source event handler method to the class.

Answers
B.

In Application Explorer, create a table extension and implement validation.

B.

In Application Explorer, create a table extension and implement validation.

Answers
C.

In Application Explorer, create a form extension and implement validation.

C.

In Application Explorer, create a form extension and implement validation.

Answers
D.

Implement Chain of Command (CoC) and method wrapping by creating a form extension class.

D.

Implement Chain of Command (CoC) and method wrapping by creating a form extension class.

Answers
Suggested answer: A, C

Explanation:


HOTSPOT

You need to create the new table for the vendor exclusion list.

What should you do? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.


Question 44
Correct answer: Question 44

Explanation:

Scenario: You must develop a new solution to maintain a Vendor exclusion list for each customer and item combination. The solution must meet the following requirements:

Isolate all new vendor exclusion codes as a new assembly by creating a table named VendExclusions.

Create an index for the table named PrimaryIdx that uses the following fields: CustAccount, ItemId, VendAccount.

Ensure that users can open the Vendor Exclusion list report from the customer master form. The list must display the customer account, Item ID, and Vendor account fields.

Maintain referential integrity with other tables.

Box 1: a table extension for Vendors and relation for the Vendor exclusions

Box 2: RelationShip Type

Reference:

https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/data-entities/develop-composite-data-entities

DRAG DROP

You need to develop, test, and deploy the Vendor Exclusion list solution.

What should you create? To answer, drag the appropriate objects to the correct actions. Each element 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.


Question 45
Correct answer: Question 45

Explanation:

Box 1: package An AOT package is a deployment and compilation unit of one or more models that can be applied to an environment. It includes model metadata, binaries, reports and other associated resources. One or more AOT packages can be packaged into a deployable package, which is the vehicle used for deployment of code (and customizations) on demo, sandbox, and production environments.

Box 2: New model Model - You configure your model to refer to two other models. This enables your model to reference metadata and code elements that are in other packages.

Box 3: project Project - You create a project and then associate your project to your new model. You add elements to your project, which are also added to your model. Specifically, you add an extended data type (EDT). You also add a table that you populate with fields and a method.

Box 4: deployable package

Reference:

https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/dev-tools/create-data-model-elements

You need to modify the environment to meet the requirements for the Cash Discount Records report.

What should you do?

A.

Create an extension of CashDisc in a new project and add the field to the extended table.

A.

Create an extension of CashDisc in a new project and add the field to the extended table.

Answers
B.

Create a new table named CashDiscExtension in the project.

B.

Create a new table named CashDiscExtension in the project.

Answers
C.

Use Open Designer to add the field to the table.

C.

Use Open Designer to add the field to the table.

Answers
D.

Create an overlayer of CashDisc in a new project and add the field.

D.

Create an overlayer of CashDisc in a new project and add the field.

Answers
Suggested answer: A

You need to update the CashDisc report to meet the requirements.

What should you do?

A.

Delete the existing CashDisc report in the extension model and create a new report.

A.

Delete the existing CashDisc report in the extension model and create a new report.

Answers
B.

Extend the existing CashDisc report in the extension model and add the new field to the design.

B.

Extend the existing CashDisc report in the extension model and add the new field to the design.

Answers
C.

Duplicate the existing CashDisc report in the extension model and add the new field to the design.

C.

Duplicate the existing CashDisc report in the extension model and add the new field to the design.

Answers
D.

Customize the existing CashDisc report in the overlayering model and add the new field to the design.

D.

Customize the existing CashDisc report in the overlayering model and add the new field to the design.

Answers
Suggested answer: B

HOTSPOT

You need to modify the CashDisc form to meet the requirements.

Which objects should you use? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Question 48
Correct answer: Question 48

Explanation:

Scenario: CashDisc form

You must extend the CashDisc form to add a new field named MinimumInvoiceAmount to the form. You must add a new Extended Data Type to the extension model for the new field. The new field must be added above the discount method field. The field must display 10 characters.

Box 1: extension

To add a new field to an existing table, you must first create a table extension.

Box 2: field

Box 3: field group

Box 4: data source Often, the information that is stored in existing tables doesn't satisfy customer requirements. Therefore, additional tables must be created, and data from those tables must be shown on pages.

You can add new data sources to existing forms through extension. Follow these steps.

1. In the extension model, create a form extension for the selected form.

2. Right-click the form extension, and then select New Data Source.

Reference:

https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/extensibility/add-datasource

You are a Dynamics 365 Finance developer. You are testing a workflow in a user acceptance testing environment.

You need to ensure that a specific user can accept purchase requisitions only if the requisition is in a specific status.

Which two options can you configure to achieve the goal? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

A.

manual decision

A.

manual decision

Answers
B.

approval process

B.

approval process

Answers
C.

conditional decision

C.

conditional decision

Answers
D.

automated task

D.

automated task

Answers
E.

manual task

E.

manual task

Answers
Suggested answer: B, C

Explanation:

B: The approval step that you're configuring might be required only if specific conditions are met.

C: A conditional decision is a point at which a workflow divides into two branches. The system determines which branch is used by evaluating the submitted document to determine whether it meets specific conditions.

Reference: https://docs.microsoft.com/en-sg/dynamics365/fin-ops-core/fin-ops/organization-administration/configure-conditional-decision-workflow

You are a Dynamics 365 Supply Chain Management developer.

You are working on a project by using Visual Studio.

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.

Open the object in Object Designer, select the title of the object, and then right-click View History.

A.

Open the object in Object Designer, select the title of the object, and then right-click View History.

Answers
B.

In Solution Explorer, navigate to the object and right-click View History.

B.

In Solution Explorer, navigate to the object and right-click View History.

Answers
C.

Using Visual Studio, navigate to the object. Add the object to a new solution, and then right-click View History.

C.

Using Visual Studio, navigate to the object. Add the object to a new solution, and then right-click View History.

Answers
D.

Using Visual Studio, navigate to the object in Application Explorer and right-click View History.

D.

Using Visual Studio, navigate to the object in Application Explorer and right-click View History.

Answers
Suggested answer: D

Explanation:

In Visual Studio, Go to source control explorer > Select the object > right click > View history

Reference: https://dynamicsuser.net/ax/f/developers/93354/how-to-rollback-a-change-set-completely-automatically-in-tfs

Total 281 questions
Go to page: of 29