Question
Finish assignment from the dashboard
Hello everyone!
I have to implement the requirement:
In a system, we have several workobjects (not too many). Say, 4 ongoing cases TO-1, TO-2, TO-3 and TO-4.
A user will not have access to these cases. Instead, on his dashboard, a user will see a grid repeat layout with a list of the cases with an ability to manage them (through controls like buttons and checkboxes).
Let's imagine, that a case is simple and quite straightforward - 2 stages, 1 process each, advanced one-by-one.
Currently, the case TO-1 is in 1 stage, 1 process, 1 assignment (routed to the current user).
I need to have a checkbox (or button, doesn't matter) in the grid layout which should populate a property and advance the case (finish current assignment).
How can I do that?
(FinishAssignment does not work due to lack of the context - it runs from @baseclass, not Work-)
Hi,
Things I would first check is the source of the repeating grid is it D_pyUserWorkList or something else.
- If the source is D_pyUserWorkList, then you have to create a utility in Assign-Worklist to open a work object(to a dummy page) and run finish assignment on the dummy page. This utility has to be run on a button click from the grid.
Hope this helps.
--Ravi.