Adding a new field to the SalesTable form in Microsoft Dynamics 365: Finance and Operations Apps Developer exam

Add a status field to the SalesTable form in Microsoft Dynamics 365: Finance and Operations Apps Developer exam.

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 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 Visual Studio user interface forms extensions section for the SalesTable form and create an extension.

Does the solution meet the goal?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B.

A.

https://stoneridgesoftware.com/how-to-extend-sales-order-update-functionality-to-custom-fields-in-d365-finance-and-operations/

The solution provided does not meet the stated goal.

The scenario requires adding a new field to the SalesTable form using an extension and adding the extension to the demoExtensions model. However, the solution provided only mentions navigating to the Visual Studio user interface forms extensions section for the SalesTable form and creating an extension. This solution does not mention how to add the extension to the demoExtensions model, which is a requirement in the scenario.

To create an extension in the Application Object Tree (AOT) and add it to the demoExtensions model, you can follow these steps:

  1. Open the AOT in Dynamics 365 for Finance and Operations.
  2. Create a new project in the AOT by right-clicking on the "Model" node and selecting "New Project."
  3. Give the project a name and select "Create project as a model" checkbox.
  4. Right-click on the newly created project and select "Add" and then "New Element."
  5. Select "Form extension" and give it a name. This will create a new form extension element in the project.
  6. Open the form extension element and select the form that you want to extend (in this case, SalesTable).
  7. Add the new status field to the form by dragging it from the data dictionary onto the form extension.
  8. Save and build the project.
  9. Right-click on the project and select "Add to model."
  10. Select the demoExtensions model as the target model and click "OK."

By following these steps, you would have created an extension for the SalesTable form and added it to the demoExtensions model, which meets the stated goal.