Skip to main content
Nintex Community Menu Bar

Business version number

  • July 29, 2021
  • 2 replies
  • 15 views

Forum|alt.badge.img+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

Forum|alt.badge.img+5
  • Rookie
  • August 11, 2021

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. 


Forum|alt.badge.img+9
  • Rookie
  • January 14, 2022

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