Microsoft Dynamics AX

Last updated
Microsoft Dynamics AX
Developer(s) Microsoft
Stable release
7.0.4127.16103 / May 27, 2016 (2016-05-27) [1]
Operating system
Platform .NET Framework 4.6
Available in Multilingual [3]
Type Enterprise resource planning
License Shareware
Website dynamics.microsoft.com/en-us/

Microsoft Dynamics AX was one of Microsoft's enterprise resource planning software products. It is part of the Microsoft Dynamics family. In 2018, its thick-client interface was removed and the web product was rebranded as Microsoft Dynamics 365 for Finance and Operations as a part of Microsoft's Dynamics 365 suite.

Contents

History

Microsoft Dynamics AX was originally developed as a collaboration between IBM and Danish Damgaard Data as IBM Axapta. Axapta was initially released in March 1998 in the Danish and U.S. markets. IBM returned all rights in the product to Damgaard Data shortly after the release of Version 1.5. Damgaard Data merged with Navision Software A/S in 2000 to form NavisionDamgaard, later named Navision A/S. Microsoft acquired the combined company in July 2002. [4]

In September 2011, Microsoft released version AX 2012. [5] It was made available and supported in more than 30 countries and 25 languages. Dynamics AX is used in over 20,000 organizations of all sizes, worldwide. [6]

The newest version, released in February 2016, [7] dropped the nomenclature of year and version and was simply called AX, although was widely known as AX7. This update was a major revision with a completely new UI delivered through a browser-based HTML5 client, and initially only available as a cloud-hosted application. This version lasted only a few months, though, as Dynamics AX was rebranded Microsoft Dynamics 365 for Operations in October 2016, and once more as Dynamics 365 for Finance and Operations in July 2017. An additional version is available focusing on Retail branded as Dynamics 365 for Retail. This has a slightly different licensing price than Dynamics 365 for Finance and Operations.

Development centers

MDCC or Microsoft Development Center Copenhagen was once the primary development center for Dynamics AX. [8]

Features (modules)

Microsoft Dynamics AX contains 19 core modules: [9]

Traditional core (since Axapta 2.5)

Extended core

The following modules are part of the core of AX 2009 (AX 5.0) and available on a per-license basis in AX 4.0:

MorphX and X++

Code samples

X++ integrates SQL queries into standard Java-style code. The following three examples produce the same result, though the first has generally better performance. Samples 2 and 3 hint at an object-like behavior from table buffers.

Sample #1

/// <summary>/// This job is used as an X++ sample/// </summary>publicstaticvoidxppTest1(Args_args){UserInfouserInfo;ttsBegin;update_recordsetuserInfosettingenable=NoYes::NowhereuserInfo.id!='Admin'&&userInfo.enable;ttsCommit;}

Sample #2

/// <summary>/// This job is used as an X++ sample/// </summary>publicstaticvoidxppTest2(Args_args){UserInfouserInfo;ttsBegin;whileselectforupdateuserInfowhereuserInfo.id!='Admin'&&userInfo.enable{userInfo.enable=NoYes::No;userInfo.update();}ttsCommit;}

Sample #3

/// <summary>/// This job is used as an X++ sample/// </summary>publicstaticvoidxppTest3(Args_args){UserInfouserInfo;ttsBegin;selectforupdateuserInfowhereuserInfo.id!='Admin'&&userInfo.enable;while(userInfo){userInfo.enable=NoYes::No;userInfo.update();nextuserInfo;}ttsCommit;}

Presence on the Internet

Information about Axapta prior to the Microsoft purchase was available on technet.navision.com, a proprietary web-based newsgroup, which grew to a considerable number of members and posts before the Microsoft purchase in 2002.

After Microsoft incorporated Axapta into their Business Solution suite, they transferred the newsgroup's content to the Microsoft Business Solutions newsgroup. [14] The oldest Axapta Technet post that can be found dates to August 2000. [15]

Events

Extreme Conferences

extreme365 is a conference for the Dynamics 365 Partner Community which now includes Dynamics AX, featuring an Executive Forum. [16]

Personalization and predictive analytics

At the National Retail Federation (NRF) Conference 2016 in New York, Microsoft unveiled its partnership with Infinite Analytics, a Cambridge-based predictive analytics and personalization company. [17]

Related Research Articles

Microsoft Office Suite of office software

Microsoft Office, or simply Office, is a family of client software, server software, and services developed by Microsoft. It was first announced by Bill Gates on August 1, 1988, at COMDEX in Las Vegas. Initially a marketing term for an office suite, the first version of Office contained Microsoft Word, Microsoft Excel, and Microsoft PowerPoint. Over the years, Office applications have grown substantially closer with shared features such as a common spell checker, Object Linking and Embedding data integration and Visual Basic for Applications scripting language. Microsoft also positions Office as a development platform for line-of-business software under the Office Business Applications brand.

Microsoft Access Database manager part of the Microsoft Office package

Microsoft Access is a database management system (DBMS) from Microsoft that combines the relational Access Database Engine (ACE) with a graphical user interface and software-development tools. It is a member of the Microsoft 365 suite of applications, included in the Professional and higher editions or sold separately.

Xenix Discontinued Unix version published by Microsoft

Xenix is a discontinued version of the Unix operating system for various microcomputer platforms, licensed by Microsoft from AT&T Corporation in the late 1970s. The Santa Cruz Operation (SCO) later acquired exclusive rights to the software, and eventually replaced it with SCO UNIX.

Microsoft Endpoint Configuration Manager, formerly System Center Configuration Manager and Systems Management Server (SMS) is a systems management software product developed by Microsoft for managing large groups of computers providing remote control, patch management, software distribution, operating system deployment, and hardware and software inventory. Configuration Manager supports the Microsoft Windows and Windows Embedded operating systems. Previous versions also supported macOS, Linux or UNIX, as well as Windows Phone, Symbian, iOS and Android mobile operating systems.

Microsoft Project Project management software

Microsoft Project is a project management software product, developed and sold by Microsoft. It is designed to assist a project manager in developing a schedule, assigning resources to tasks, tracking progress, managing the budget, and analyzing workloads.

Microsoft Defender Anti-malware software

Microsoft Defender Antivirus is an anti-malware component of Microsoft Windows. It was first released as a downloadable free anti-spyware program for Windows XP, and was later shipped with Windows Vista and Windows 7. It has evolved into a full antivirus program, replacing Microsoft Security Essentials, as part of Windows 8 and later versions. Prior to Windows 10, Defender Antivirus was a graphical desktop app. Starting with Windows 10 and Windows Server 2016, however, users manage the Defender Antivirus indirectly through either the Windows Security app or PowerShell. The Defender Antivirus is part of the broader Microsoft Defender for Endpoint offering.

In computer programming, an entry point is the place in a program where the execution of a program begins, and where the program has access to command line arguments.

WebSphere Application Server (WAS) is a software product that performs the role of a web application server. More specifically, it is a software framework and middleware that hosts Java-based web applications. It is the flagship product within IBM's WebSphere software suite. It was initially created by Donald F. Ferguson, who later became CTO of Software for Dell. The first version was launched in 1998. This project was an offshoot from IBM HTTP Server team starting with Domino Go.

Windows Server Essentials

Windows Server Essentials is an integrated server suite from Microsoft for businesses with no more than 25 users or 50 devices. It includes Windows Server, Exchange Server, Windows SharePoint Services, and Microsoft Outlook. Application server technologies are tightly integrated to provide and offer management benefits such as integrated setup, enhanced monitoring, Remote Web Workplace, a unified management console, and remote access.

Microsoft Dynamics is a line of Business Applications, containing enterprise resource planning (ERP) and customer relationship management (CRM). Microsoft markets Dynamics applications through a network of reselling partners who provide specialized services. Microsoft Dynamics forms part of "Microsoft Business Solutions". Dynamics can be used with other Microsoft programs and services, such as SharePoint, Yammer, Office 365, Azure and Outlook. The Microsoft Dynamics focus-industries are retail, services, manufacturing, financial services, and the public sector. Microsoft Dynamics offers services for small, medium, and large businesses.

Web server software allows computers to act as web servers. The first web servers supported only static files, such as HTML, but now they commonly allow embedding of server side applications.

Internet Explorer for UNIX Web browser by Microsoft for UNIX systems

Internet Explorer for UNIX was a version of the Internet Explorer graphical web browser that was available free of charge and produced by Microsoft for use in the X Window System on Solaris or HP-UX. Development ended with a version of Internet Explorer 5 in 2001 and support for it was completely discontinued in 2002.

Microsoft Dynamics 365 Sales is a customer relationship management software package developed by Microsoft. The current version is Dynamics 365. The name and licensing changed with the update from Dynamics 2016.

To quiesce is to pause or alter a device or application to achieve a consistent state, usually in preparation for a backup or other maintenance.

Microsoft InfoPath Microsoft Office suite application to design rich XML-based forms

Microsoft InfoPath is a software application for designing, distributing, filling and submitting electronic forms containing structured data. Microsoft initially released InfoPath as part of the Microsoft Office 2003 family. The product features a WYSIWYG form designer in which the various controls are bound to data, represented separately as a hierarchical tree view of folders and data fields.

SharePoint Web application platform

SharePoint is a web-based collaborative platform that integrates natively with Microsoft Office. Launched in 2001, SharePoint is primarily sold as a document management and storage system, but the product is highly configurable and its usage varies substantially among organizations.

PowerShell Cross-platform command-line interface and scripting language for system and network administration

PowerShell is a task automation and configuration management program from Microsoft, consisting of a command-line shell and the associated scripting language. Initially a Windows component only, known as Windows PowerShell, it was made open-source and cross-platform on 18 August 2016 with the introduction of PowerShell Core. The former is built on the .NET Framework, the latter on .NET Core.

Exchange ActiveSync is a proprietary protocol designed for the synchronization of email, contacts, calendar, tasks, and notes from a messaging server to a smartphone or other mobile devices. The protocol also provides mobile device management and policy controls. The protocol is based on XML. The mobile device communicates over HTTP or HTTPS.

Microsoft Dynamics 365 Finance is a Microsoft enterprise resource planning (ERP) system for medium to large organisations. The software, part of the Dynamics 365 product line, was first on general release in November 2016, initially branded as Dynamics 365 for Operations. In July 2017, it was rebranded to Dynamics 365 for Finance and Operations. At the same time, Microsoft rebranded their business software suite for small businesses to Finance and Operations, Business Edition, however, the two applications are based on completely different platforms.

Microsoft Dynamics 365 Business Central Microsoft enterprise resource planning system

Microsoft Dynamics 365 Business Central is an enterprise resource planning (ERP) system from Microsoft, part of the Microsoft Dynamics 365 product family.

References

  1. Dynamics Lifecycle Services Communication (2016-05-27). "May 2016 release notes". Microsoft. Microsoft Dynamics Lifecycle Services Engineering Blog. Retrieved 2016-05-31.
  2. 1 2 "Microsoft Dynamics AX 2012 System Requirements". Download Center. Microsoft. 6 June 2017.
  3. "Microsoft Dynamics 365 for Operations: Product availability, localization, and translation guide" (PDF). Microsoft. 2 November 2016. Retrieved 30 July 2017.
  4. "Microsoft acquires Navision (2002)" Microsoft website
  5. "Microsoft Dynamics AX 2012 Launches Worldwide" . Retrieved 8 May 2018.
  6. What is Microsoft Dynamics AX?, randgroup.com
  7. "Microsoft delivers enterprise-class ERP to the cloud - Stories". 9 March 2016. Retrieved 8 May 2018.
  8. "Microsoft Development Center Copenhagen" Microsoft website
  9. "Microsoft Dynamics AX Business Ready Licensing editions" Microsoft website
  10. "Inventory management in Dynamics AX" Dynamics AX Training
  11. https://www.jetglobal.com/blog/microsoft-dynamics-ax-feature-list/ Microsoft Dynamics AX Feature List
  12. "Payroll Management - Microsoft Dynamics AX" Microsoft website
  13. "The Environmental Sustainability Dashboard" Microsoft website
  14. "Microsoft Dynamics AX Community" Microsoft website
  15. "26.1 Any input to the benchmarking tool in Damgaard Axapta??". 2000-08-04. Archived from the original on 2012-10-24. Alt URL
  16. "eXtreme365 celebrates record attendance, diverse learning opportunities at Lisbon conference". Extreme365. Retrieved 2018-06-22.
  17. Infinite Analytics' Cutting-Edge Personalization Engine now on Microsoft Dynamics AX Platform "PR Newswire"