Skip to main content
Nintex Community Menu Bar
Solved

K2 Database

  • February 23, 2023
  • 2 replies
  • 62 views

Forum|alt.badge.img+1

How to get smart objects used in views,forms and controls from k2 database

 

I have create this simple scripts to get all views with corresponding smartobject used:

 

  select * 
  from [K2].[Form].[ViewSource] vs
  left join [K2].[Form].[View] v
  on v.ID = vs.ViewID

 

How can i extend to get more details like controls, forms that is used or linked to that smart object in k2 database.

 

Best answer by NigelStratton

See if this helps.

 

View original
Translate
Did this topic help you find an answer to your question?

2 replies

Forum|alt.badge.img+10
  • Nintex Employee
  • 176 replies
  • February 23, 2023

If you are just looking for this data for debugging purposes, you can try using the package and deployment tool and packaging up the desired artifacts; it should return where an object is used in and what that object depends on.

Translate

NigelStratton
Forum|alt.badge.img+5

See if this helps.

 

Translate

Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie Settings