Skip to main content
Nintex Community Menu Bar

Is there a way to let a user see all the work items of all employees across all departments?

  • May 26, 2009
  • 6 replies
  • 7 views

Forum|alt.badge.img+11

Hi


Is there a way to let a user see all the work items of all employees across all departments?


this user is not a manager but he is a user that can handle complicated issues; he has a birds eye view of all the transactions/workitems in his company.

6 replies

Forum|alt.badge.img+11
  • Author
  • May 26, 2009
can it be done programmatically

Forum|alt.badge.img+6
  • May 26, 2009

if you are exposing your process as a "workflow smartobject" (properties of a process >> Smartobject Association >> create Workflow SmartObject) then you can do what you need very easily using the K2 SmO ADO.net provider or K2 SmO API. This will take care of running and completed processes. So it will be certainly easier to implement than using K2 Client and Management API.


HTH


Forum|alt.badge.img+6
  • May 26, 2009

Sorry, I had a bad reading of your request. My aproach it's not right for worklistems.


For your request, the better is to use SourceCode.Workflow.Management assembly.


Forum|alt.badge.img+8
  • May 26, 2009
In the workspace for each of the client activity, add the person whom you want to have the "birds eye" view of all processes

Forum|alt.badge.img+11
  • Author
  • May 26, 2009

Brilliant....amazing ...breath taking.


thanks alot for both of you


Forum|alt.badge.img+8
  • May 26, 2009
I suggest adding a role than adding a user.