Archive for the Dynamics Axapta Category

Hi dude,

Much of topics that i was discussed  in my previous post about TFS collaboration in Axapta, herewith the resume of it to make a recipe for us to implement it :

(more…)

Hi Developers,

Version control is the core of agile collaboration development for these days, why ? because when we talked about collaboration development project, our first head is we involve so many developers and it’s element with in, and we need the mechanism to manage that, not possible closed to development in ERP Microsoft Dynamics Axapta 2009 the daily development happen and often is develop the AOT ( Application Object Tree ) structure and architecture ,because this is the layer of what we called the ERP Customization in Axapta, so let’s take a look this picture below :

OLCAx2009

(more…)

Hi Dude,

Branching enables concurrent development within the Microsoft Dynamics AX 2009 environment and
provides a means of remediation and bug fixes in previously released versions without interrupting
ongoing development activities. This concurrent development is accomplished by providing each
endeavor by a developer with a separate source code repository that contains the specific items and
version that is needed to complete the effort. For an example of how you can incorporate branching,
see the Microsoft Dynamics AX 2009 Branch Support Plan using Team Foundation Server picture below:

BranchingAx

  (more…)

Hi Folks,

Nice to meet you again and now i would like to discuss with you about integrating the development of ERP Microsoft Dynamics Ax2009 with Team Foundation Server, by the way actually not only TFS that you can use for ALM processing and you can use Microsoft Visual SourceSafe (VSS) as well, or MorphX VCS for version control in Microsoft Dynamics AX 2009. Team Server is an ID server that issues IDs to objects to make sure that all IDs are unique when you work under version control. Team Server is a requirement when you use Microsoft Visual Studio Team Foundation Server or MicrosoftVisual SourceSafe for version control. Team Server is optional when you use MorphX VCS, the version control system that is included with Microsoft Dynamics AX 2009, for version control.

The Development Environment

The development environment consists of a server with a TFS installation, a version control

administration server, and various local development machines.

Team Foundation Server The Team Foundation Server should have:

(more…)