cancel
Showing results for 
Search instead for 
Did you mean: 

about version

805654685
Champ in-the-making
Champ in-the-making

Hi

How to make the version of the file created in the Alfresco repository a decimal version that automatically becomes an integer version after the approval workflow is completed?

3 REPLIES 3

afaust
Legendary Innovator
Legendary Innovator

By calling the API related to creation of versions (i.e. Version2Service) and specifying that a version should be created as a minor version (1.1, or in your terms "decimal" version) or a major version (2.0, or "integer" version).

805654685
Champ in-the-making
Champ in-the-making

thanks a lot!

Do you have a simple configuration approach, such as configuring XML?

805654685
Champ in-the-making
Champ in-the-making

Need two development, then compile and deploy? I'm not going to do that