Technical conference

Technical Conference Day 2

As the day is passing by more details are being revealed on the Technical Conference break-out sessions. Here is a summary of the keynote and some topics for Solution architects and Developers:

  • Various models will be available for deploying AX. Current version is the Ready-To-Web release, which is in line with Microsoft’s Cloud First strategy for brand new implementations. Later on Azure Private Cloud deployments will be the next step down the ladder, after which the On-premise deployments will follow. This needs to be synchronized with other technologies to be available, namely Windows Server 2016, SQL Server 2016 and Azure Stack on-prem
  • The main goals with the Cloud First strategy are to offload responsibilities from Partners for infrastructure sizing and maintenance, application platform patching and seamless deployment of new functionality, and lastly sealing down modules to make it more configuration-based rather than doing bespoke changes to go for an SaaS structure
  • Form styles are now referred as Patterns and they became mandatory. The number of pattern templates have been greatly increased, and they fall into the categories of Form Pattern (top level) and Subpattern (lower levels). Special cases are supported as Custom Patterns, however the performance, responsiveness and upgradeability are up to the implementor
  • A developer box now requires minimum 16 GB of RAM due to the highly optimized compiler (xppc), which can do a full compilation including cross-reference updates in 9 minutes on a VM which meets the system requirements
  • The X++ Language Toolkit (XLNT) is completely rewritten in C#, and produces native MSIL managed code that executes server-side. The source code is now stored in a file structure using XML format
  • Ignorelist could be used to partly skip code with problems during the migration, to be able to generate the assembly for the pieces that can compile and are ready for testing
  • Packages/models are now making the traditional layering obsolete, we could think of it like there are unlimited number of layers
  • The overlayed code only stores a differential delta compared to the model below, and layering is now much granular (i.e. Form datasources are no longer a single object that we cannot even compare)
  • Code changed on the Application suite or any other models flag them for code conflict, which we could merge in Visual Studio very intuitively
  • xRef is now sitting in it’s own database
  • Different Best Practice rules could be applied per model, and they could also be extended with our own rules
  • A lot of interesting features came in from the .Net framework, just to name a few: variable declaration without type using VAR keyword, CONST and READONLY keywords for static variables, access restrictions on variables using PUBLIC/PRIVATE/PROTECTED, THIS.method/variable calls for clarifying scope, TRY-CATCH-FINALLY, USING statements and clauses, _Extension methods, code-based and declarative event handlers

Many points above are already available on the AX wiki, here is an overview for the development environment feature changes:

https://ax.help.dynamics.com/en/wiki/using-new-x-and-debugger-features-in-ax7/

By |2016-02-25T16:43:36+01:00February 25th, 2016|Categories: AX 7|Tags: , |1 Comment

Technical Conference Day 1

Just a day before kicking off the Microsoft Dynamics AX Technical Conference AX 7 has matured to RTW stage and has finally been shipped. During the Keynote session Dan Brown and Sri Srinivasan has revealed a couple of interesting topics, which later on will get expanded in the various breakout session.

Here is a quick re-cap for Day 1 for the sessions I have been able to attend:

  • Business Process Transformation and Business Process Platform are now the key phrases to memorize when we want to summarize what the changes are about for AX 7, where Azure cloud is acting as Platform as a Service (PaaS) to host the whole VM package including SQL Server
  • AX will not just be an ERP, but will be the foundation core of many components within the Microsoft stack, eventually becoming a Software as a Service (SaaS) model with modules being sealed and becoming more stand-alone
  • A continuous release- and hotfix model will be used from now on, with having an Update 1 and Update 2 package released later in 2016
  • The User Interface (UI) and User Experience (UX) are now very customizable which are referred as Workspaces and Personas for a 360-degree view of individual business areas and processes, where the user can create and arrange their frequently used areas as Tiles, Tabs and Lists (grids) either in their own workspace, or on the standard dashboard
  • Global search functionality is available to find data, or specific AX functionality within the current screen context
  • The UI has a responsive design which resizes automatically to the available window space and even utilizes zooming within the browser window
  • Help is pulling context-sensitive, relevant information from the Wiki page and Knowledgebase
  • AX Entity Store will be a new technology which provides a better interface for external connectivity, i.e. PowerBI can feed from this source where we could use natural language queries to pull data back and render it on a dynamically filtered chart
  • The LifeCycle Services Business Process Modeler (BPM) has been considerably extended functionality-wise. We can now attach a Task guide created by the Task recorder tool against a BPM node. Also Visual Studio is able to integrate and attach development projects against a specific Business Process, to structure coding more intelligently
  • The Task guide can be exported into an XML file, which we could use to generate a Test script code in Visual Studio utilizing the SysTest framework with automatically generating the test case for a developer. If we include that in a Version Control check-in, the Build process will automatically pick it up and run the test case against the modified codebase and flag up the success or failure within the build log according to the outcome
  • Visual Studio Team Services (VSTS) is now the foundation for tracking development progress, and utilizes many of the additional features through LCS, for example Gated check-ins and Code review features with shelvesets

Very exciting changes and improvements indeed. Tune in for more later today in the Technical Conference Day 2 article.

By |2016-02-25T07:26:31+01:00February 24th, 2016|Categories: AX 7|Tags: , |2 Comments

AX 7 Technical Conference and Virtual Launch Event

We are approaching two important dates within the next couple of weeks to introduce the new major version, namely the AX 7 Technical Conference and Virtual Launch Event for the actual release highlights. Project Rainier is now stepping out from behind the curtains to reveal a new era of what an ERP system of the future looks like, bringing a lot of new technologies to the table, while building on the existing functionality of Microsoft Dynamics AX 2012 R3 CU9.

The Virtual Launch Event will not probably reveal too many additional details on top of what we have already learned at Convergence and various early release channels, but could be interesting to see how the first customers are using it as their current Production environment.

On a side note keep in mind that wave 1 is only for new implementations, since there is no data conversion upgrade path yet for existing AX implementations. It will come second half of 2016, hopefully they will announce the wave 2 release date too.

Make sure you register for the launch event in time using the following link:
https://presentations.inxpo.com/Shows/microsoft/Dynamics/AX/Launch2016/Registration/Registration.html

Keep an eye out for the Technical conference app too, it should be downloadable soon. You do not want to miss any important break-out sessions whether your are doing a new implementation, or upgrading an existing one.

https://www.microsoft.com/en-us/dynamics/techconference/Session-Catalog.aspx

See you in person in Seattle at the AX 7 Technical conference and at the Virtual Launch Event two weeks later!

By |2016-02-05T17:54:58+01:00February 5th, 2016|Categories: AX 7|Tags: , |1 Comment
Go to Top