Hi,
How can someone who receives a K2 task delegate that task to another User? For example, user A recieves an item in his task list. User A opens the task item, which brings up a view on an asp.net form. User A can complete the task, or can fill in a username (User and click a 'delegate' button.
The task would be fully reassigned to User B and would disappear from User A's tasklist
Here, User A is in destination rule / queue and User B is a K2 user.
I am using K2.Net 2003 and ASP.net 1.1.
Any help would be greatly appreciated.
Page 1 / 1
Have you had a look at the normal K2.net 2003 Workspace's REDIRECT funtionality? A little icon at the top of the pane containing the worklist item itself.
Regards,
Ockert
Regards,
Ockert
Thanks Ockert for your quick response.
I also need to verify whether I would be able to delegate task to other user who is not in destination queue and destination rule using K2ROM APIs.
Can you please provide some help on this?
Thanks,
Paresh
I also need to verify whether I would be able to delegate task to other user who is not in destination queue and destination rule using K2ROM APIs.
Can you please provide some help on this?
Thanks,
Paresh
Have a look at the Help file - specifically and the K2ROM and K2Mng object models.
The two methods you should look at is:
K2ROM.WorklistItem.Redirect; and
K2Mng.K2Manager.RedirectWorklistItem.
Regards,
Ockert
The two methods you should look at is:
K2ROM.WorklistItem.Redirect; and
K2Mng.K2Manager.RedirectWorklistItem.
Regards,
Ockert
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.