TFS 2010 to Microsoft Dynamics AX 2009 Integration
Integrating TFS2010 with Microsoft Dynamics AX 2009 is not as easy as one might hope. There are quite a few prerequisites you need to worry about, but once you have everything in place you can just sit back and enjoy the development.
Step 1: Set-up AOS development instance on every development machine.
Unlike MorphX VCS where you can develop and check-in using clients only, in order to set up TFS VCS with AX you need to have AOS development instance installed on every development machine. This one is easy, just choose the predefined development instance from the AX2009 installation menu and let the setup do the rest.

MorpX VCS vs. TFS2010 VCS
Step 2: Set-up Team (ID) Server.
If you want to use VCS with AX you need to install the Team (ID) Server somewhere on you network. Team (ID) Server is responsible for assigning a unique ID to new AX objects in the multi-development environment. Team (ID) Server setup can be found on the AX2009 setup disk in the additional tools menu.
Step 3: Add appropriate users and computers to the Dynamics Team Server Users group on the Team (ID) Server.
Step 4: Install VS 2008 SP1 on every development machine.
Step 5: Install Team Explorer 2008 on every development machine.
Step 6: Install VS 2008 SP1 forward compatibility update for TFS 2010.
Forward compatibility update will actually enable Team Explorer 2008 to establish connection with the TFS 2010. Below is the forward compatibility update download link. Installation should be straightforward.
Step 7: Connect to the TFS 2010 and create a new project using Team Explorer 2008.
Step 8: Assign developers (users) to the created the TFS 2010 project.
Step 9: Set-up version control parameters on each development machine.
In order to setup AX2009 to use TFS2010 go to Tools->DevTools->VerControl -> Setup -> Paramters. The Repository folder may be different and depends on the actual development machine. To setup the Team Server settings go to Tools -> DevTools -> VerControl -> Setup -> SystemSettings. Below are the version control setup screenshots.

Step 10: Enjoy TFS2010 enabled AX2009 development!
Note: You can find additional information in Team Foundation Server Version Control Setup Whitepaper for Microsoft Dynamics AX 2009.pdf and Team Server (ID Server) Setup Whitepaper for Microsoft Dynamics AX 2009.pdf documents available from Microsoft.


