Quantcast
Channel: Microsoft Dynamics 365 Community
Viewing all articles
Browse latest Browse all 51311

Dynamics AX7 Development 5–More on extensions (Table extension)

$
0
0

Previous post compared the difference between overlaying and extending. It is clear the benefits of extensions.

So to continue that discussion, in this post I will look at extensions by adding a field to a table.

Right click on a table you want to extend (ie you want to add a new field).

2016-01-20_0951

This will create a table extension SalesTable.Extension. See that in the project (right hand side in the Solution Explorer).

Open up the table design.

You can now drag an EDT or create it by right clicking. The bold items are what have been added to the extension. The greyed items are what is in the base.

2016-01-20_1005

Thats it. We have added a new field to the table without having to modify the base table.


Viewing all articles
Browse latest Browse all 51311

Trending Articles