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-)