|
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: Allows administrators to set security on a user group level.
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.
|