Do you use version numbers and well formatted notes to keep track of solution changes?
Loading last updated info...
Dynamics 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.
❌ Figure: Bad Example: Version 1.0.0.0, No changelog
✅ Figure: Good Example: Solution has up to date versioning with detailed changelog