Re-assign Screen flow to another user
Hello there,
We have a requirement where we need to move the screen flow assignment to another user. We moved the assignment to the new operator succesfully implementing a local action which moves the assignment to the current operator using pxTransferAssignment. But when the operator submits the screen. the next assignment goes back to the previous operator that was assigned. We have tried the following suggestion.
https://collaborate.pega.com/idea/re-assign-case-middle-screen-flow
We are modifying the DefaultAssignTo in the post processing activity of the local action that moves the assignment to the current operator (AssignToMe). But when the assignment is open the pyFlowParameters specifically the DefaultAssignTo and AssignTo properties get refreshed and have the value of the old operator.
Thanks in advance.
@jorgep75
Hello, while transferring the assignment set the below fields and post this, it would route all the assignments to newly routed user.
This fields can be set in the local action post processing activity which is transferring assignment. Note: after the updating the values these needs to be persisted onto pyworkpage.
flowName is the name of the screen flow on which routing is being changed, this can be fetched from newAssignPage.pxFlowName.
Hope this helps.
Thank you.