Note: This question is part of a series of questions that present the same scenario. Each question inthe series contains a unique solution that might meet the stated goals. Some question sets mighthave 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, thesequestions 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 linkthe report to the display menu item.Does the solution meet the goal?
Note: This question is part of a series of questions that present the same scenario. Each question inthe series contains a unique solution. Determine whether the solution meets the stated goals. Somequestion sets might have more than one correct solution, while others might not have a correctsolution.After you answer a question in this section, you will NOT be able to return to it. As a result, thesequestions will not appear in the review screen.A company uses Dynamics 365 finance and operations apps.You have a custom enumeration named CarType. The enumeration has the following elements:Sedan, SUV.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 true for the CarType enumeration. Create a newenumeration to add the MUV element.Does the solution meet the goal?
Note: This question is part of a series of questions that present the same scenario. Each question inthe series contains a unique solution that might meet the stated goals. Some question sets mighthave 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, thesequestions 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 thedemoExtensions model.Solution: Navigate to the Visual Studio user interface forms extensions section for the SalesTableform and create an extension.Does the solution meet the goal?
Note: This question is part of a series of questions that present the same scenario. Each question inthe series contains a unique solution. Determine whether the solution meets the stated goals. Somequestion sets might have more than one correct solution, while others might not have a correctsolution.After you answer a question in this section, you will NOT be able to return to it. As a result, thesequestions will not appear in the review screen.A company uses Dynamics 365 finance and operations apps.You have a custom enumeration named CarType. The enumeration has the following elements:Sedan, SUV.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 true for the CarType enumeration. Create a newenumeration to add the MUV element.Does the solution meet the goal?
Note: This question is part of a series of questions that present the same scenario. Each question inthe series contains a unique solution. Determine whether the solution meets the stated goals. Somequestion sets might have more than one correct solution, while others might not have a correctsolution.After you answer a question in this section, you will NOT be able to return to it. As a result, thesequestions will not appear in the review screen.A company uses Dynamics 365 finance and operations apps.You have a custom enumeration named CarType. The enumeration has the following elements:Sedan, SUV.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 true for the CarType enumeration. Create a newenumeration to add the MUV element.Does the solution meet the goal?