Microsoft Dynamics AX frameworks
Microsoft Dynamics AX is a whole world having its own programming language (X++), client, components, patterns, thousands of tables, forms and hundreds of classes shipped with the core product and you can add more. Like classes have methods, the tables in Dynamics AX has methods and override methods. Even the tables can be inherited like a class can be inherited. For a software engineer who has studied the concepts of Software Engineering and database and programming, the Dynamics AX is a gem. Frameworks in Dynamics AX are used to achieve certain common functionality but according to your needs while following a standard way.
List of Frameworks
There are lot of frameworks available in Microsoft Dynamics AX that a developer can use to achieve a certain requirement. Following is a list of frameworks
- Accounts and Financial dimensions framework
- Address Book
- Application Integration Framework (AIF)
- Budget Control framework
- Data Import Export/Data Migration framework
- Date Effective
- Eventing Framework
- Extensible Security Policy (XDS)
- Human Resources Framework
- Number Sequence
- Organization Model
- Policy Framework
- SQL Server Rerporting Services (SSRS)
- SysOperation or Business operation framework (BOF)
There are lot of frameworks and so there is a chance that I might be missing a few. But to my best knowledge these are the frameworks.
Enjoy