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].FViewSource] vs
left join tK2].nForm].[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.