In AX 2012 R2, table inheritance tables are all stored in the same table.
So the Company Info table is on SQL level stored in the table DirPartyTable. They did this for performance reasons. But what happens when you insert a new Colom on that table. We get unretrieved values like below screen.
Normal fields in AX tables are not allowed to be NULL, so there is always an empty string or a zero value in it. (Note DirParTable fields are of not null)
The fields are NULL so the will not use...(read more)
↧