Business version number


Badge +4

Hi All!

 

We have 3 environment (dev, tst, prod).

 

Every K2 component has a version number, the designer shows it. But if I move a package to another environment with package and deployment tool the version number change (base on targeted environment). E.g. a smarform has ver.5 in dev will be ver.1 on prod.

 

There should be a solution where the version numbers are the same. Unfortunatelly there is no metadata the view/smartform/workflow where we add own version number.

 

Any idea?

 

Thanks

Laszlo


2 replies

Badge +5

I think that is the expected behavior, each environment has it's own version number for form/view as each form/view in the environment can change at any time. 

Userlevel 3
Badge +9

If it is a SQL based solution then you can store a version in the database and  retrieve then display it from there


 


You could also create and Environment Variable / K2 String Table value and use that as well.


 


Cheers

Reply