Do you use version numbers and well formatted notes to keep track of solution changes?
Last updated by SSW.Rules.SharePointExtractor almost 4 years ago.See historyDynamics uses a solution as a logical container to hold all customizations for a given function or sub-function. It is very important to have a versioning strategy around changes and when to increment versions.
Increment the version *every time* a change is made and add a new line at the top of the description field containing:
- New version number
- Developer initials
- Change notes, can changes, removals, additions to the solution
This gives you a quick and easy reference for the changes that have happened in the solution. Following this standard means comparing solutions across environments is a painless process.