Question
CNO Financial Group Inc
IN
Last activity: 14 Jun 2021 7:38 EDT
Creating new case while transfering by resolving the old case
I have a requirement like while doing a transfer from worklist or one workbasket to other workbasket, it should create a new case and transfer that new case to the workbasket
For transferring the case I have added the pyTransferAssignment as a local action in my case type.
Thanks in advance.
***Edited by Moderator Marissa to update Platform Capability tags****
For routing the new case to the selected workbasket, we might need to use a custom router activity on the first assignment of the case.
Propagate the selected workbasket property from the old case to the new case. In the custom router activity, check if workbasket property has value and route it, else route to the current operator.