Monday, 13 July 2015

Checklist for TFS object management - AX 2012


  •  While check-in the object make sure it is in the correct MODEL.
  • All the object which are created or modified newly has to be add to version control.
  • All the developers must do a synch (don’t perform a Force synch it take more time) every morning when they arrive office.
  • Any EP development done with visual studio project must checked in properly.
  • When a developer make use of label file, he/she has to check-in the same along with the object where they used the label file else it will have improper labels.
  • I have seen people checking-out object for long time. Don’t check-out object for long time. Try to check-in an object ASAP after the development. If label file is used with the object then make sure it must be checked-in along with it.
  • If an object is added to version controls and it is renamed/deleted at later stage. Then same has to be deleted from TFS. And a mail has to send to developer so that object conflict will not occur while renaming it. Avoid renaming after check-in to TFS.
  • There must be a build server(Auto build configured). That will help developers to identify issue with build.
  • If possible make use of tfs branching.
  • Make sure multiple check-out option is false.

No comments:

Post a Comment