Discussion
3
Replies
2509
Views
New jersey Courts
Posted: July 6, 2015
Last activity: April 1, 2016
What is the need of separate table for worklist and workbasket
Hi All,
I observed that PC_ASSIGN_WORKLIST and PC_ASSIGN_WORKBASKET have the same columns.
In that case what is the need of separate tables, why dont we can use a single table for both work list assignments and work basket assignments.
Can any one clarify me please!!!
Thanks in Advance!!!!!
Separate tables for worklists as opposed to workbaskets are more efficient.
For example the Assign-WorkBasket GetNextWork ListView does not need to ignore pxObjClass=Assign-Worklist rows.
At the same time the Assign-Worklist pyMyWorkList Report Defintion does not have to ignore pxObjClass=Assign-WorkBasket rows.
Both Assign-Worklist and Assign-Workbasket extend Assign-.
The exposed columns for these classes are the same because their corresponding Properties are defined at the Assign- level.
The major difference between Assign-WorkBasket and Assign-Worklist is Security - for example the canPerform Access When rule is defined differently, WBs can be assigned a list of Access Roles, and be associated to a WorkGroup, etc.