Adding a New Field to the SalesTable Form in Dynamics 365: Finance and Operations | Exam MB-500

SalesTable Form Field Extension

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 user interface forms 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.

You can customize model elements by creating extensions.

In Dynamics 365 Finance and Operations, the new fields will need to be added via a table extension.

Create the extensions on the SalesTable.

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

The proposed solution of creating an extension to add a status field onto the SalesTable form by navigating to the user interface forms section for the SalesTable form is not a correct solution to meet the stated goal.

To add a new field to the SalesTable form using an extension, the following steps should be taken:

  1. Create a new extension project in Visual Studio.
  2. Add a reference to the Application Suite model to the project.
  3. Create a new table extension in the extension project and reference the SalesTable table.
  4. Add a new field to the table extension with the desired name and data type.
  5. Create a new form extension in the extension project and reference the SalesTable form.
  6. Add the new field to the form extension in the desired location on the form.
  7. Build and deploy the extension project.
  8. Add the extension to the demoExtensions model by right-clicking on the extension project in the Solution Explorer and selecting "Add to model".

Therefore, the proposed solution does not meet the stated goal and the correct solution involves creating a new extension project in Visual Studio to add the field to the SalesTable form.