Microsoft Dynamics Ax Article Index for
Microsoft Dynamics
Website Links For
Microsoft
 

Information About

Microsoft Dynamics Ax





Software Information

  Name Microsoft Dynamics AX
  Caption Microsoft Dynamics AX managing complex data
  Developer Microsoft Corporation
  Latest Release Version 40
  Latest Release Date 2006-06-09
  Operating System Microsoft Windows
  Platform X86
  Status Active
  Support Status Active
  Genre enterprise resource planning
  License MS - EULA
  Website http://wwwmicrosoftcom/dynamics/ax/defaultmspx


Microsoft Dynamics AX is Microsoft ’s Flagship Enterprise Resource Planning software system. It is part of the Microsoft Dynamics family.


HISTORY

Microsoft Dynamics AX was originally developed by Damgaard Data A/S as Axapta in Denmark before Damgaard was merged with Navision Software A/S in 2000 . The combined company, initially NavisionDamgaard, later Navision A/S, was then ultimately acquired by the Microsoft Corporation in the summer of 2002 . Before the merger, Axapta was initially released in March , 1998 in the Danish and U.S. markets. Today, it is available and supported in forty-five languages in most of the world.

Custom AX development and modification is done with its own IDE MorphX that contains various tools such as a Debugger , code analyzer, and query interface. This development environment resides in the same Client application that a normal day-to-day user would access thus allowing development to take place on any instance of the client. The development language used in Axapta is X++ .

On June 9 , 2006 , Microsoft completed developing the latest version (4.0) in facilities spanning the globe and including sites in Vedbæk , Denmark ; Kiev , Ukraine ; Fargo , North Dakota , USA ; and Redmond , Washington , USA .


MORPHX AND X++

MorphX is an Integrated Development Environment in Microsoft Dynamics AX that allows developers to graphically design Datatype s, base Enumeration s, Table s, Queries , Form s, Menu s and Report s. MorphX supports Drag And Drop and is very intuitive. It also allows access to any application classes that are available in the application, by launching the X++ code editor.

Because MorphX uses Referencing to link Object s together, changes in for example datatypes of fieldnames will automatically be reflected in places they are used (such as forms or reports). Furthermore, changes made through MorphX will be reflected in the application immediately after compilation.

Microsoft Dynamics AX also offer support for version control systems (VCS) integrated with the IDE , allowing collaboration in development. There is also a tool for reverse-engineering table structures and class structures to Visio .

X++ itself is the programming language behind MorphX, and is very reminiscent of C# or Java .


EXTERNAL LINKS