AOT Overview

Applies To: Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2, Microsoft Dynamics AX 2012 Feature Pack, Microsoft Dynamics AX 2012

In Microsoft Dynamics AX, the 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. This topic provides an overview of the AOT and defines the top-level nodes.

To create a new element in the AOT, right-click the relevant node, and then click New. In addition, drag-and-drop operations are available for many elements.

All elements under the top-level nodes have:

  • A shortcut menu. To open the shortcut menu, right-click an element. For more information, see Shortcut Menu Commands: AOT.

  • Properties. To see the properties and property values of an element, right-click the element and then click Properties. The Properties sheet is displayed. For more information, see Application Object Properties.

The AOT contains the top-level nodes described in the following table.

Node

Description

Data Dictionary

Contains the data types and tables that make up the database. Also contains objects to control access to the data. It contains the following subnodes:

Tables: Tables that contain the Microsoft Dynamics AX data.

Maps: Enables you to create associations between closely related (but non-identical) table fields and methods.

Views: Enables you to join data from different tables, and then to select which fields you want to display.

Extended Data Types: Data types that extend one of the primitive data types or another extended data type.

Base Enums: Enumerable types that contain a list of literals.

License Codes: Determines which components of Microsoft Dynamics AX functionality are available to a company.

Configuration Keys: Allows administrators to enable or disable features in the application for all users.

Security Keys: Security keys are obsolete in Microsoft Dynamics AX 2012 and only exist to use for reference during a code upgrade. There is a new security framework, which is called role-based security. For more information on the new security framework, see Role-based Security in the AOT for Developers.

Table Collections: Collections of tables that contain data that is often shared between companies.

Perspectives: Collections of tables that were used to organize information for report models.

Macros

Contains the source code for the macros used by the standard application. In addition to viewing the existing code, you can add your own macros.

Classes

Contains the source code for the application (X++) classes.

You can also use system classes (also known as kernel classes). They are listed in the System Documentation\Classes node.

Forms

Dialog boxes in the user interface that are used to access the database.

Parts

Contains controls you can use to retrieve and show a collection of data. For more information, see Parts.

Data Sets

Provides a generic data access layer that allows for external presentation layers to bind to Microsoft Dynamics AX tables and data types. For more information, see Data Sets for Enterprise Portal.

SSRS Reports

Contains SQL Server Reporting Services reports that are included with Microsoft Dynamics AX.

Reports

Enables users to print or display summary information from the database.

Visual Studio Projects

Contains projects created in Visual Studio and added to Microsoft Dynamics AX by using Application Explorer. Project types that can be added to this node include Dynamics AX Model Projects, C Sharp Projects, Visual Basic Projects, Web Application Projects, and Analysis Services Projects. For more information, see Visual Studio Integration and How to: Add a Visual Studio Project to the AOT.

Report Libraries

Used to store Microsoft Dynamics AX 2009 SQL Server Reporting Services report libraries that are being upgraded for the Microsoft Dynamics AX 2012 AOT environment.

Queries

Used as the source of records for forms and reports.

Jobs

Typically holds small X++ programs that are used to test new code.

Menus

Contains the menus you want the end user to see.

Menu Items

Contains a complete list of the items that can be presented in a menu. Menu items act as a higher layer of abstraction for forms, reports, and so on.

Web

Contains objects related to Web development.

Services

Contains services that are exposed by Microsoft Dynamics AX.

Service Groups

Contains collections of services that are frequently consumed and managed together. All the services in a service group are published in a single WSDL file.

Workflow

Contains the workflow model elements used to create a workflow configuration. This node contains Categories, Tasks, Approvals, and Templates. For more information, see Implementing Workflow for Microsoft Dynamics AX.

Security

Contains the objects you use to implement application security, such as roles and permissions.

Resources

Contains references to image and animation files.

Label Files

Contains label files that store labels for all user interface elements. For more information, see Label Editor.

References

Contains references to Microsoft .NET assemblies and to external Web services. Both types of references can be used in X++ statements.

Help Documentation Sets

Specifies the documentation sets on the Help Server.

System Documentation

Contains items that represent system (kernel) classes, functions, tables, and so on.

See also

Application Object Tree (AOT)

Application Object Properties

MorphX Development Projects

MorphX Development Tools

Shortcut Keys: AOT

Announcements: New book: "Inside Microsoft Dynamics AX 2012 R3" now available. Get your copy at the MS Press Store.