A fully updated 2021 MB-500 Exam Dumps exam guide from training expert PrepAwayPDF
Provides complete coverage of every objective on exam and exam preparation MB-500
Schedule exam
Languages: English, Japanese
Retirement date: none
This exam measures your ability to accomplish the following technical tasks: plan architecture and solution design; apply developer tools; design and develop AOT elements; develop and test code; implement reporting; integrate and manage data solutions; and implement security and optimize performance.
NEW QUESTION 28
You need to configure security for the CashDisc form.
What changes should you make? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
NEW QUESTION 29
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 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 demoExtensions model.
Solution: Navigate to the user interface forms section for the SalesTable form and create a customization.
Does the solution meet the goal?
- A. No
- B. Yes
Answer: A
Explanation:
Instead navigate to the user interface forms section for the SalesTable form and create an extension.
Note: In Dynamics 365 Finance and Operations, the new fields will need to be added via a table extension. Create the extensions on the SalesTable.
Reference:
https://stoneridgesoftware.com/how-to-extend-sales-order-update-functionality-to-custom-fields-in-d365-finance-and-operations/
NEW QUESTION 30
You are a Dynamics 365 Finance developer.
You need configure table caching.
Which CacheLookup properties should you use? To answer, drag the CacheLookup properties to the correct table. Each property 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.
Answer:
Explanation:
Explanation
Parameters: EntireTable
Transaction: NotInTTS
Master Data: Found
Region specific master data: FoundAndEmpty
https://community.dynamics.com/365/financeandoperations/b/performancetipsandtricks/posts/dynamics-365-for-
NEW QUESTION 31
You are creating a Dynamics 365 Finance and Operations report. You cannot query the data for the report directly.
You must include parameters to specify data for the report.
You need to create the report.
What should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Explanation

Box 1: Data contract class
A data contract class defines the parameters for a report that is bound to a report data provider (RDP) class.
You can specify one or more groups of report parameters, the order of the groups, and the order in which the report parameters appear in a print dialog box.
Box 2: Report data provider class
Report data provider class - processes business logic based on parameters and a query, and then returns the tables as a dataset for the report.
Box 3: DataContractAttribute
DataContractAttribute - This attribute is applied to an X++ class and specifies that the class can be used as a data contract (that it should be serialized).
Box 4: DataMemberAttribute
DataMemberAttribute - This attribute is applied to a parm (parameter) method on an X++ data contract class and specifies that the data member should be serialized.
Box 5: SRSReportParameterAttribute
You set the SRSReportParameterAttribute attribute to the data contract you created for the RDP class.
Reference:
https://docs.microsoft.com/en-us/dynamicsax-2012/appuser-itpro/how-to-use-a-report-data-provider-class-in-a-re
NEW QUESTION 32
A user reports that a form takes a long time to load. You suspect that the issue relates to a display method.
You need to resolve the issue.
Which actions should you perform? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Explanation:
Box 1: Yes
The caching will avoid executing the display method unnecessarily.
To improve the performance of a display method, you can cache the method.
Box 2: No
Box 3: No
Box 4: No
Reference:
https://docs.microsoft.com/en-us/dynamicsax-2012/developer/using-the-display-method-modifier
NEW QUESTION 33
You are a Dynamics 365 Finance developer. You create a form.
You must ensure that only sales managers can view the form.
You need to set up security for the form.
What should you do? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Explanation:
Step 1: Add the form object to the entry point node of a new privilege.
Your desired security privilege you can either directly set form control permissions or Entry Points.
For the Entry point method you need first need to add new entry point and set its object type and object name properties or for existing ones select desired entry point and click on drop down arrow and on controls right click and select new control, and now set its grant and name properties to desired control and its access rights.
Step 2: Add the privilege to a new duty
You need to assign this privilege in desired security role and security duty.
Step 3: Add the duty to the security role for sales managers.
Reference:
https://www.cloudfronts.com/set-form-control-access-via-security-role-in-d365-finance/
NEW QUESTION 34
You need to configure security for the Vendor Exclusion List report.
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 new privilege and assign it to an output menu item. Add the new privilege to a duty extension and then add the duty extension to a role.
- B. Create a new security policy and add an output menu item. Add the new security policy to duty extension and then to a role extension.
- C. Create a new privilege, add a reference to an output menu item, and then add the new privilege to a role.
- D. Create a new privilege extension and add an output menu item. Add the privilege to a duty extension and then to a role extension.
Answer: A,C
NEW QUESTION 35
You need to configure security for the Vendor Exclusion List report.
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 new privilege and assign it to an output menu item. Add the new privilege to a duty extension and then add the duty extension to a role.
- B. Create a new security policy and add an output menu item. Add the new security policy to duty extension and then to a role extension.
- C. Create a new privilege, add a reference to an output menu item, and then add the new privilege to a role.
- D. Create a new privilege extension and add an output menu item. Add the privilege to a duty extension and then to a role extension.
Answer: A,C
Explanation:
Explanation
Scenario: Develop necessary security permissions to view and maintain the new Vendor exclusion list functionality and reporting. Users with maintain rights will be able create, update, and delete the exclusion list.
Permissions must be assigned to security roles to match company security model.
The privileges are simply a way to grant permissions to an entry point, which can be services, to a duty, role, or even directly to a user. Typically, we only add entry points to a privilege, such as menu items.
D: You can extend a Security Role or a Security Duty to add new duties/privileges to these elements.
Reference:
https://www.oreilly.com/library/view/extending-microsoft-dynamics/9781786467133/40a348f3-0f4c-4d47-a566
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/extensibility/customization-overlayering-e
NEW QUESTION 36
You are a Dynamics 365 Finance and Operations 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?
- A. AmountMST
- B. Weight
- C. MarkupValue
- D. WeightBase
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
NEW QUESTION 37
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.
- A. Alignment
- B. String size
- C. IsExtensible
- D. Label
- E. Form help
Answer: B,D,E
Explanation:
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
NEW QUESTION 38
You need to configure security for the Vendor Exclusion List report.
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 new privilege and assign it to an output menu item. Add the new privilege to a duty extension and then add the duty extension to a role.
- B. Create a new security policy and add an output menu item. Add the new security policy to duty extension and then to a role extension.
- C. Create a new privilege, add a reference to an output menu item, and then add the new privilege to a role.
- D. Create a new privilege extension and add an output menu item. Add the privilege to a duty extension and then to a role extension.
Answer: A,C
Explanation:
Scenario: Develop necessary security permissions to view and maintain the new Vendor exclusion list functionality and reporting. Users with maintain rights will be able create, update, and delete the exclusion list. Permissions must be assigned to security roles to match company security model.
The privileges are simply a way to grant permissions to an entry point, which can be services, to a duty, role, or even directly to a user. Typically, we only add entry points to a privilege, such as menu items.
D: You can extend a Security Role or a Security Duty to add new duties/privileges to these elements.
Reference:
https://www.oreilly.com/library/view/extending-microsoft-dynamics/9781786467133/40a348f3-0f4c-4d47-a566-59f3a2e6afa0.xhtml
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/extensibility/customization-overlayering-extensions#security-role-and-duty-extensions
NEW QUESTION 39
You create a Visual Studio project named ProductUpdates.
You must update data in a table named ProductTable. You must be able to run the code from Visual Studio.
You need to create an X++ class.
Which five actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
Answer:
Explanation:
Explanation:
Step 1: Create a runnable class and add it to the ProductUpdates project.
Step 2: Create a class extension of the ProductTable and add it to the ProductUpdates project.
Step 3: Write database manipulation code in the class
Step 4: Build and run the class.
Step 5: Set the class as the startup project.
Reference:
https://community.dynamics.com/365/financeandoperations/b/daxology/posts/runnable-class
NEW QUESTION 40
Contoso, Ltd. uses Dynamics 365 Finance. You receive reports of performance issues with the app.
You need to use Performance Timer to investigate the issues.
Which URL should you use?
- A. https://contoso.cloudax.dynamics.com/?cmp=USMF&mi=performancetimer
- B. https://contoso.cloudax.dynamics.com/?cmp=USMF=debug=developer
- C. https://contoso.cloudax.dynamics.com/?cmp=USMF&debug=develop
- D. https://contoso.cloudax.dynamics.com/?cmp=USMF&debug=perftimer
Answer: B
Explanation:
To open the Performance timer, open your webpage with the added parameter debug=develop: https:// yoursite.cloud.test.dynamics.com/en/?cmp=USMF&debug=develop Reference:
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/perf-test/performance-timer
NEW QUESTION 41
A company requires a change to one of the base Microsoft SQL Server Reporting Services (SSRS) reports.
The report must include a new field that automatically filters the report based on the user who opens the report.
You need to add the new field as specified.
What should you do? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Explanation
Reference:
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/analytics/customize-app-suite-reports-with
https://community.dynamics.com/ax/b/dynamics101trainingcenterax/posts/developing-a-ssrs-report-using-the-re
NEW QUESTION 42
Note: This question is part of a scries 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 create a new form in a project.
You need to display tabs in a vertical alignment.
Solution: Apply the Details Master pattern.
Does the solution meet the goal?
- A. No
- B. Yes
Answer: A
Explanation:
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/user-interface/section-tabbed-list-subpattern
NEW QUESTION 43
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. In Application Explorer, create a form extension and implement validation.
- B. Create a class and add a form data source event handler method to the class.
- C. In Application Explorer, create a table extension and implement validation.
- D. Implement Chain of Command (CoC) and method wrapping by creating a form extension class.
Answer: A,D
NEW QUESTION 44
You add a field to the SalesTable entity by using an extension.
You need to ensure that the new field is available for use in forms, reports, and code.
What are three possible ways to achieve this goal? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
- A. Set the project property for Synchronize database on build to true and build the solution.
- B. Navigate to the Dynamics 365 menu and select Synchronize database.
- C. Right-click the solution and select Synchronize with database.
- D. Right-click the project and select Synchronize with database.
- E. Right-click the table and select Synchronize.
Answer: A,B,D
NEW QUESTION 45
You are a Dynamics 365 Finance developer.
You launch the Performance Timer tool to troubleshoot performance issues with a business process.
You need to view the results from the tool.
What does the tool present? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Explanation
Box 1: The number of open forms and ..(per second)
Forms - Forms will show how many forms are currently open, plus the rate at which they opened and closed (per second), and a set of counters, such as the total amount of created or closed forms.
Box 2: The number of open forms and ..(per second)
This should really be: Services Session provider - This is the total number of sessions created.
Reference:
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/perf-test/performance-timer
NEW QUESTION 46
You have an enumeration named truckStatus that has the following statuses:
* Empty
* Loaded
* Completed
You have the following code:
You need to extend this (enumeration and add the following statuses to the enumeration: Quarantine, InTransit. You must then modify code that validates the switch statement.
Solution: Add a new case statement in the model of the existing code.
Does the solution meet the goal?
- A. No
- B. Yes
Answer: A
NEW QUESTION 47
......
MB-500: Microsoft Dynamics 365: Finance and Operations Apps Developer Exam Certified Professional salary
The average salary of a MB-500: Microsoft Dynamics 365: Finance and Operations Apps Developer Exam Certified Expert in
- Europe - 90,547 EURO
- India - 20,00,327 INR
- England - 90,532 POUND
- United State - 120,000 USD
Tested Material Used To MB-500: https://www.prepawaypdf.com/Microsoft/MB-500-practice-exam-dumps.html
Steps Necessary To Pass The MB-500 Exam: https://drive.google.com/open?id=1CLKtRfOpfomVAxNgPpTFDkGu9rTDcub2