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


Badge +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

Badge +11
can it be done programmatically
Badge +6

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

Badge +6

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.

Badge +8
In the workspace for each of the client activity, add the person whom you want to have the "birds eye" view of all processes
Badge +11

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


thanks alot for both of you

Badge +8
I suggest adding a role than adding a user.

Reply