QuestionQ47

Design and develop AOT elements

A company uses Dynamics 365 Finance.

You must add fields to an existing standard table in Visual Studio.

You need to create a table extension.

What should you do?

  • A Create an extension class for the base table.
  • B Drag the table from the AOT to the project.
  • C Create a new table object in the pitied.
  • D Create a table extension from the base table.
Explanation

Fields are added to a standard Dynamics 365 Finance table by creating a table extension based on that table. This preserves the standard table while extending its schema without overlayering.

Community Discussion

No comments yet. Be the first to start the discussion!