Skip to main content
Nintex Community Menu Bar
Solved

How to find what K2 Fix Pack we are at?

  • March 12, 2018
  • 1 reply
  • 10 views

Forum|alt.badge.img+10

Is there a table I can query or I can see the latest fix pack level in front end? We are on 4.7.

Thanks

Best answer by tin

This query should return the relevant information:


SELECT * FROM [HostServer].[UpdateHistory]


 


Base on KB:


https://help.k2.com/kb001893

1 reply

Forum|alt.badge.img+18
  • Answer
  • March 12, 2018

This query should return the relevant information:


SELECT * FROM [HostServer].[UpdateHistory]


 


Base on KB:


https://help.k2.com/kb001893