MB-500: Microsoft Dynamics 365: Finance and Operations Apps Developer

Add a Button to Run a Report

Question

Note: This question is part of a series of questions that present the same scenario.

Each question in the series contains a unique solution.

Determine whether the solution meets 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 command button and link the button to the report by using the button's object property.

Does the solution meet the goal?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B.

B.

You would need to use the on-click property of the command button.

https://support.microsoft.com/en-gb/office/use-a-command-button-to-start-an-action-or-a-series-of-actions-c7bf2827-2f3e-42b8-83d6-6c4f0de78990 https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/user-interface/action-controls

The provided solution to add a button to run a report in Dynamics 365 Finance by creating a command button and linking it to the report using the button's object property is technically possible, but it may not fully meet the stated goal depending on the specific requirements of the report and the form.

If the report can be run without any parameters or filters, the provided solution may be sufficient. However, if the report requires specific parameters or filters, additional steps would be needed to ensure that the button runs the report with the correct parameters.

One possible alternative solution could be to create a menu item for the report and then add the menu item to the form as a button. This would allow for easy access to the report and ensure that the report is run with the correct parameters, if any are required.

Overall, whether or not the provided solution meets the stated goal depends on the specific requirements of the report and the form. Therefore, the answer is not clear-cut and may depend on additional information that is not provided in the question.