Blog - page 14 
-
July 20, 2011
AX 2012 Models & Events Part3: The Power Combo!
In the conclusion of this 3-part blog article, I will finally get to my point. We will walk through the event code and models and create an example where we have two models that both touch the same...
-
July 19, 2011
AX 2012 Models & Events Part2: Events
In this 3-part series I will let you in on the power of the 2012 model architecture in combination with events. There is a paradigm shift in regards to customizations and even ISV code that will ma...
-
July 18, 2011
AX 2012 Models & Events Part1: Model Architecture
In this 3-part series I will let you in on the power of the 2012 model architecture in combination with events. There is a paradigm shift in regards to customizations and even ISV code that will ma...
-
July 6, 2011
Generic Unit Tests for Dynamics AX in Visual Studio
A little while ago, I blogged about unit testing and integrating this with TFS builds. We have this running currently, but with some drawbacks. We basically wrap each X++ unit test method in a test...
-
June 30, 2011
AX 2012 Documentation Round-up (June 2011)
With the launch date of AX 2012 coming closer and closer, your organization should be preparing for this major release. There are lots of resources being made available almost on a daily basis. It’...
-
June 29, 2011
AX & TFS FAQ
This is my first post containing an FAQ on the AX and TFS integration. I get a lot of the same questions, and below are the most commonly asked ones. This is a lengthy post so I apologize to the RS...
-
June 28, 2011
Unit Tests - Revisited
As I have posted on this blog previously, we at Streamline Systems have done some minor testing and created a small framework to be able to run unit tests during our TFS builds. The reason I have n...
-
June 16, 2011
AX2012 .NET Proxies for Kernel Objects
For those who’ve played around with Visual Studio and AX2012, the proxies are a great way to most of your logic on the .NET side, without too much hassle. One thing is apparent after a while though...
-
June 1, 2011
TFS Build Workflow
This will be a rather lengthy post. I’ve received several emails asking how to implement the TFS build scripts. Well, it’s pretty easy actually. First things first. The build scripts need to be av...
-
May 31, 2011
Build scripts update
I have updated the Dynamics AX 2009 build scripts on CodePlex. This update features a fix for the clean layer list, there was a powershell variable issue (the variable was declared as string, so c...