Tuesday 15 March 2016

Dynamics AX 7 Development 2 – Create a new table

In continuation with my regular AX posts on development basics. In this post I will describe how to create a new table. I won’t go into detail about best practices/indexes/relationshipts etc. Just a basic table creation.
Right click the project > Add > New item
2016-01-11_1519
Create an EDT and give it a name.
2016-01-11_1522
Now drag the EDT tot he Fields section in the table design.
2016-01-11_1525
On the project property make sure to tick the “Synchorinse Database on Build”
2016-01-11_1524
Now build your project. This will build the code and synchornise the table to the database.
Right click and open in table browser. This will open up a window with all the table fields.
2016-01-13_0850

No comments:

Post a Comment