Tables Over View
In this post we will be exploring the basics of tables in Dynamics Ax 2012. OVER VIEW: • Tables store business data. Each table in the AOT has a corresponding table in the underlying Microsoft SQL Server database. • In Microsoft Dynamics AX, tables have advanced features beyond what tables might have in the underlying database. The advanced features include the following: • Method members – A table can have methods, just as a class in X++ or C# can have methods. • Table inheritance – A table can extend, or be derived from another table. That same table can be the base table for several derived tables. • Tables are specified at AOT > Data Dictionary > Tables • In Microsoft Dynamics AX, tables are located in the Application Object Tree (AOT) under the Data Dictionary \ Tables node. Each table contains the following primary...