This post is machine-translated. The original post in german language can be found here.
These post applies to following versions:
Dynamics AX 2009, Dynamics AX 2012, Dynamics AX 4.0
Dynamics AX 2009, Dynamics AX 2012, Dynamics AX 4.0
|
|
|
|
|
|
This post is machine-translated. The original post in german language can be found here.
These post applies to following versions:
Dynamics AX 2009, Dynamics AX 2012, Dynamics AX 4.0
|
If you need a so called AX<Table>-class can use the class AxGenerateAxBCClass.
Simply call this class in the AOT by right clicking and follow the wizard.
A that way generated class must be modified sometimes, but using the wizard is much faster than creating the class manually.
If the table changes, for example when adding new fields, you simply call that AxGenerateAxBCClass again and the AX<Table>-class will be extended accordingly.
How to use such AX<Table>-classes, i've described here.