Wednesday, March 20, 2013

Application Object Tree

Application Object Tree(AOT): contains all of the definitions of elements that are used to build Microsoft Dynamics AX, such as classes, tables, forms, and so on.


The above figure arrow mark indicates newly added in Application object tree in the Ax-2012

The below link explain all the elements in the AOT:

http://msdn.microsoft.com/en-us/library/aa843974.aspx

Best Practices for Application Objects:

http://msdn.microsoft.com/en-us/library/aa639826.aspx

No comments:

Post a Comment

Enable/Disable form control based on multiple rows select

 class PurchTableFormEventHandler {      [FormDataSourceEventHandler(formDataSourceStr(PurchTable, PurchTable), FormDataSourceEventType::Act...