Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Version Numbers
BenAsmar
Hi,
Does any one know if WorkSite MP can do minor version increases, i.e From Version 1 to Version 1.1?
Also can you start a document at a version number higher than 1?
Cheers
Ben
Find more posts tagged with
Comments
Migrateduser
Hi,
starts at version one and counts by integer. If you need an alternative counting, you could add an extended document property for running your own sequence, expose that in UI, and even hide the system-generated version number. However, the user would have to manually drive that custom version sequence (although you could enforce logic to make it only increase), and in any case the system will continue to increment the internal version number as contiguous integer count. Also, you would need to enforce the syntax of the manual version number (eg 1.x, 1.1.x, 1.1.a or other mechanism)