Saturday 1 March 2014

Application Object Tree

                  Application Object Tree

           A full definition of all the element types in Application Object Tree (AOT) can be found in the development training material and developer Help files. Some of the root element types include:
  1. Data Dictionary contains objects that define basic data structure.
  2. Tables contain a group of associated fields. For example the CustTable contains fields relevant to customers. 
  3. Fields on a table contain individual pieces of data. For example, AccountNum contains the customer account number. Fields on a table inherit properties from extended data types.\
  4. Extended data types define a data type and extended properties.There are various basic data types such as a string, integer, date,time and enum. For example, AccountNum is a string extended with properties including a length of 20 characters, left justified and is mandatory.7
  5. Base Enums are enumerated text data types. These are predefined text values that are referenced by an integer value in the database. These are presented to the user as a fixed list of options. For example, Blocked is an enum that gives the user only two options (yes or no) as to whether a customer account is on hold
  6. Classes contain code that is used in the application.
  7. Forms define the layout of all of the forms. Forms are used to view data in the Microsoft Dynamics AX         client.
  8. Visual Studio Projects display any development projects created inVisual Studio
  9. Menus define forms and reports that appear in the menu in the  Microsoft Dynamics AX rich client.

No comments:

Post a Comment