ExamGecko
Home / Microsoft / MB-500 / List of questions
Ask Question

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

List of questions

Question 81

Report
Export
Collapse

You are a Dynamics 365 Finance developer.

You have a form that displays customer records by using a listpage control. You must add related sales total information for the selected customer to the form.

You need to display the required related sales total information.

What should you add to the form?

a custom lookup

a custom lookup

a tile

a tile

a factbox

a factbox

an external feed

an external feed

a quick filter

a quick filter

Suggested answer: C

Explanation:

A list page presents a set of data on a user interface that is optimized so that you can browse records, find the right record, and then take an action upon that record. The list page lets the user search, filter, and sort the data. FactBoxes on the right side of the grid show related data for the active record.

Reference: https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/user-interface/list-page-form-pattern

asked 05/10/2024
Mohit Mohit
45 questions

Question 82

Report
Export
Collapse

You are developing a model extension for Dynamics 365 Finance.

The model extension must extend objects from the Application Foundation package.

You need to create and configure a new model for the extension.

Which two actions should you perform? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

Create an extension class that references the Application Foundation.

Create an extension class that references the Application Foundation.

Assign the model to the USR layer.

Assign the model to the USR layer.

Reference the Application Foundation package when creating the extension model.

Reference the Application Foundation package when creating the extension model.

Create a new model that builds into its own separate assembly.

Create a new model that builds into its own separate assembly.

Create a new model that is part of an existing package.

Create a new model that is part of an existing package.

Suggested answer: A, D

Explanation:

A: You must create a class.

D: Extension lets you extend existing artifacts in a new model.

A model that contains only extension customizations can be compiled into its own assembly and be deployed in its own package.

Reference:

https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/extensibility/class-extensions https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/dev-tools/model-split

asked 05/10/2024
mohammed zakir
38 questions

Question 83

Report
Export
Collapse

You are working with extended data types in Visual Studio.

You need to create an extension of an Extended Data Types (EDT) that is derived from base data types.

Which three properties can be modified? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

String size

String size

IsExtensible

IsExtensible

Form help

Form help

Alignment

Alignment

Label

Label

Suggested answer: A, C, E

Explanation:

String size can be defined only on root EDTs. The system will use the largest value that is defined across the EDT and its extensions.

Labels and Help text properties can be changed by an extension, but only one value can remain.

Reference: https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/extensibility/extensible-edts

asked 05/10/2024
Kishi Peart
36 questions

Question 84

Report
Export
Collapse

You have a table in which multiple properties must be changed. Multiple table properties are locked down at the base table and must not be overwritten.

You need to modify the table properties by extending the table.

Which table property can you populate in a table extension by using the property sheet?

Cache lookup

Cache lookup

Modified date time

Modified date time

Configuration key

Configuration key

Table group

Table group

Suggested answer: B

Explanation:

You can now modify the following properties through the property sheet:

Created By

Created Date Time

Modified By

Modified Date Time

Country Region Codes

Note: There are multiple versions of this question with different correct answers and various combinations of incorrect answers.

Other incorrect answers you may see in the exam include:

Primary index

Save data per company

Clustered index

Reference:

https://docs.microsoft.com/sv-se/dynamics365/fin-ops-core/dev-itpro/extensibility/modify-properties-properties

asked 05/10/2024
Brandy Butman
34 questions

Question 85

Report
Export
Collapse

You are creating a new form in Visual Studio.

You need to apply the Simple List pattern and apply the pattern to a form.

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

NOTE: Each correct selection is worth one point.

Use form statistics.

Use form statistics.

Use the Application Object Tree (AOT).

Use the Application Object Tree (AOT).

Use metadata properties.

Use metadata properties.

Use the designer.

Use the designer.

Suggested answer: A, D

Explanation:

A: In Microsoft Visual Studio, on the Dynamics 365 menu, expand the Add-ins option, and click Run form patterns report. A background process generates the report. After several seconds, a message box appears in Visual Studio to indicate that the report has been generated and inform you about the location of the Form Patterns report file. You can filter this file by pattern to find forms that use a particular pattern.

D: Right-click Design, point to Apply pattern, and then click Details Master.

Reference:

http://axtechsolutions.blogspot.com/2018/09/form-patterns-in-d365.html

asked 05/10/2024
Ibrahim SACCA
38 questions

Question 86

Report
Export
Collapse

You are a Dynamics 365 Finance developer. You have a solution that records product weights.

You must store up to four decimals of precision by using a standard Extended Data Type (EDT).

You need to add the field in a new table.

Which EDT should you extend?

AmountMST

AmountMST

MarkupValue

MarkupValue

Weight

Weight

WeightBase

WeightBase

Suggested answer: D

Explanation:

Weight data can be maintained with a maximum of two decimals by default. If you require the ability to enter, maintain, and view weight data with a maximum precision of six decimals, you must extend the decimal point precision for the

WeightBase extended data type.

Reference:

https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/extensibility/decimal-point-precision

asked 05/10/2024
Chan Park
36 questions

Question 87

Report
Export
Collapse

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?

Yes

Yes

No

No

Suggested answer: B

Explanation:

Instead create an action menu item.

Reference:

https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/user-interface/action-controls

asked 05/10/2024
Islam Fadel
32 questions

Question 88

Report
Export
Collapse

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 action menu item. Add the action menu item to the form button and then link the report to the action menu item.

Does the solution meet the goal?

Yes

Yes

No

No

Suggested answer: A

Explanation:

Reference:

https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/user-interface/action-controls

asked 05/10/2024
John Eestermans
31 questions

Question 89

Report
Export
Collapse

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 a display menu item. Add the menu display item to the form button and then link the report to the display menu item.

Does the solution meet the goal?

Yes

Yes

No

No

Suggested answer: B

Explanation:

Instead create an action menu item.

Reference:

https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/user-interface/action-controls

asked 05/10/2024
Hristo Slaveev
25 questions

Question 90

Report
Export
Collapse

You are a Dynamics 365 Finance developer.

You must extend the validateWrite method of the SalesLine table by using Chain of Command. The value of a variable named SalesPrice must be greater than or equal to zero when adding new lines.

You need to create an extension class.

Which two code segments can you use? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.


Microsoft MB-500 image Question 12 Answer 1 102571 10052024010131000000


Microsoft MB-500 image Question 12 Answer 1 102571 10052024010131000000


Microsoft MB-500 image Question 12 Answer 2 102571 10052024010131000000


Microsoft MB-500 image Question 12 Answer 2 102571 10052024010131000000


Microsoft MB-500 image Question 12 Answer 3 102571 10052024010131000000


Microsoft MB-500 image Question 12 Answer 3 102571 10052024010131000000


Microsoft MB-500 image Question 12 Answer 4 102571 10052024010131000000


Microsoft MB-500 image Question 12 Answer 4 102571 10052024010131000000

Suggested answer: A, D

Explanation:

Incorrect Answers:

B: Can't use = false in the 4th line.

C: Second line must be start final class, public class

Reference:

https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/data-entities/validations-defaults-unmapped-fields https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/extensibility/method-wrapping-coc

asked 05/10/2024
Daniel Melendez
49 questions
Total 281 questions
Go to page: of 29
Search

Related questions