AX – D365FO – How to solve error : “\Classes\…. can’t be added to version control as it does not exists in cus layer”

You try to add a class to Version Control If this error occur : "\Classes.… can't be added to version control as it does not exists in cus layer" the cause is that this object does not exists in cus layer so you need to modify the object in the current layer before you can … Continue reading AX – D365FO – How to solve error : “\Classes\…. can’t be added to version control as it does not exists in cus layer”

Visual Studio – Team Foundation Server – Difference Command syntax

Compares, and if it is possible, displays differences between two files, files in two folders, or a shelveset and a local or a server file. Required Permissions To use the difference command, you must have the Read permission for all specified items set to Allow. For more information, see Permissions and groups reference.Copy tf diff[erence] itemspec [/version:versionspec] [/type:filetype] [/format:format [/ignorespace] [/ignoreeol] … Continue reading Visual Studio – Team Foundation Server – Difference Command syntax

TFS – Devops – AX – D365FFO – Develop in branches – Select an effective branching strategy

Creating branches for your Team Foundation Version Control (TFVC) repositories are useful to isolate risk. Consider some challenges team members typically face when they work on a software project that is staffed by more than five or ten people: The group has a few (or maybe several) different feature teams, each working on a set … Continue reading TFS – Devops – AX – D365FFO – Develop in branches – Select an effective branching strategy

AX 2012 – Version Control in Dynamics AX: Check-in a project and all of its pending objects programmatically

There have been times in Dynamics AX, when I have had to check in a project that includes a lot of objects. Whenever we do a new design or bug fix we always create a project and then add in all the objects that we are making changes to. When completed, we check in the project … Continue reading AX 2012 – Version Control in Dynamics AX: Check-in a project and all of its pending objects programmatically