Author |
Message
|
paradox |
Posted: Sun Apr 07, 2002 6:02 pm Post subject: |
|
|
Apprentice
Joined: 08 Jan 2002 Posts: 40
|
Hi, would like to know if the following method is feasible...
1. workitems are sent to a role using MQWF staff assignment, and a group of people belong to this role.
2. but I do not want everyone in this role to see the workitem, so I would use some programming logic to hide the workitems from someone's view
|
|
Back to top |
|
 |
vedbhat |
Posted: Sun Apr 07, 2002 6:41 pm Post subject: |
|
|
 Disciple
Joined: 19 Mar 2002 Posts: 186 Location: Singapore
|
Hi Paradox,
According to me, It is not possible.
You can achieve this by 1) combining Role and Level feature or 2) If you write your own Client.
Regards
Ved |
|
Back to top |
|
 |
paradox |
Posted: Mon Apr 08, 2002 4:57 am Post subject: |
|
|
Apprentice
Joined: 08 Jan 2002 Posts: 40
|
so does that mean if I write my own client, I can include the filtering logic at the client level? also, would the performance be very bad coz everytime any user login and check the worklist, there would be some filtering logic carrying out?? |
|
Back to top |
|
 |
paradox |
Posted: Mon Apr 08, 2002 4:57 am Post subject: |
|
|
Apprentice
Joined: 08 Jan 2002 Posts: 40
|
so does that mean if I write my own client, I can include the filtering logic at the client level? also, would the performance be very bad coz everytime any user login and check the worklist, there would be some filtering logic carrying out?? |
|
Back to top |
|
 |
jmac |
Posted: Mon Apr 08, 2002 5:54 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
It means you can not do what you want unless/until IBM gives us some EXIT points in the product. PLEASE request that IBM give us exit points. The more of us who ask, the more likeley we might get them.
THANKS
_________________ John McDonald
RETIRED |
|
Back to top |
|
 |
paradox |
Posted: Tue Apr 09, 2002 12:50 am Post subject: |
|
|
Apprentice
Joined: 08 Jan 2002 Posts: 40
|
Hi jmac, what do you mean by exit points?
does that mean at least for now, as long as a user is sent a workitem, i cannot use program to stop him from viewing that in his worklist? |
|
Back to top |
|
 |
jmac |
Posted: Tue Apr 09, 2002 5:39 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
An exit point would have a program (MQWF in this case) call a stub. If you wish to supply code to run at that point you would replace the stub with your own code.
Now, If I understand you correctly, you have items on a worklist that you do not wish the end user to see. Can you somehow create a Workitem Filter such that when you do the query, these are not returned?
I am still not sure I understand exactly what you need.
_________________ John McDonald
RETIRED |
|
Back to top |
|
 |
|