Skip to main content

In K2 Smartform, how do I display a no of Items or requests a user created? Please help

Hi Pcorearusa,

 

Normally, you are able to count it from your own database table by counting by CreatedBy/RequestBy if you save the information once user submitted a request.

 

The other way to count is to get it from K2 Process Instance table. eK2].2Server].rProcInst] then filter by CreatedBy.

 

Finally, Construct a SQL Stored Procedure script to count the number of request then publish it as SmartObject to display in K2 SmartForms.

 

Regards,

Peter Busto

 

 


Reply