Skip to main content

Could I ask anyone to share the c# code to retrieve task item created by a particluar user?

ie when this user log in, he has to see task created by him only.

All help in the code will be appreciated. Thanks!

Here is a link in the Developer SDK

 

http://help.k2.com/helppages/k2blackpearlDevRef4.6.7/webframe.html#Working_with_a_Process2.html

 

Note this example shows hard coding the user name, password and domain but you can comment that out.  As well if this is an aspx form that you're coding for don't forget to enable <identity impersonate="true" /> in the web.config file.


Reply