The Next Option is the WorkBasket First, WorkBasket Union (WBF, WBU) Method
- A user clicks the "Get Most Urgent" button.
- The button click starts the standard activity Work-.GetNextWork. This simple activity calls the final standard activity Work-.GetNextWorkObject.
- The GetNextWorkObject examines a property pyWorkBasketFirst for the user. If True, the system calls the standard activity Work-.findAssignmentinWorkbasket first.
- The Work-.findAssignmentInWorkbasket activity considers as candidates the assignments in workbaskets listed on this tab for this operator. If the Merge workbaskets? check box is checked and the Use all workbasket assignments in user's workgroup check box is NOT selected, workbaskets appearing on the Work Access tab are read.
- The merged assignment list is then sorted by .pxUrgencyAssign with higher urgency assignments at the front of the list.
- The Assignments from the Merged List are considered (see GetNextWorkCriteria below) and processed.
- Once the WorkBasket assignments are exhausted, GetNextWorkObject calls the standard activity Work.findAssignmentinWorklist.
- The Assignments from the Worklist are considered (see GetNextWorkCriteria below) and processed.
* System Settings rule GetNextWork_WorkBasketUrgencyThreshold is ignored.
EOF
Labels: Get Most Urgent, Get Next Work, PRPC, Work Routing
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home