Question
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
Central Provident Fund Board
SG
Last activity: 15 Apr 2019 7:44 EDT
Transfer Assignment from workbasket to current operator
Hi ,
I am newbie to Pega development. I have case assignment in workbasket, On opening that case it has to assign automatically to the Worklist (current operator). Please suggest best approach for this scenario
Thanks
***Edited by Moderator Marissa to update platform capability tags****
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Accepted Solution
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
Central Provident Fund Board
SG
I have tried as like below, seems working now.
Step 1 - Call Reassign
Step 2 - Call RecalculateAndSave
Step 3 - Commit
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
Pegasystems Inc.
FR
Hello,
Just on opening the assignment? Not on processing it? So if he is choosing the wrong assignment and close it that would be too late and it will be transferred already anyway?
If this is really what you want, you can try to perform a sort of reassign on pre-activity of that assignment task.
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
Central Provident Fund Board
SG
Only for manager category that option is available. On Opening assignment from workbasket, it has to assign to himself before processing.
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/1689968000/54c68a50-22c7-47d5-98f2-63df69104811.jpg?itok=I5MMyPJN)
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/1689968000/54c68a50-22c7-47d5-98f2-63df69104811.jpg?itok=I5MMyPJN)
Coforge DPA
GB
Hi
Have a look at Pega OOTB acitivity "ReAssign" .
You can use this to achieve your functionality.
Regards
Bhavya
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
Central Provident Fund Board
SG
Hi Bhavya/MarcLasserre_GCS,
I have tried calling pxTransferAssignment which inturn calls Reassign activity . Now my assignment get transferred to current operator but its not opening getting below message.(Note: Called this pxTransferAssignment in Perform Default activity as some suggested)
Either no actions are specified for this assignment or you do not have the permission to access any of them.
Why my assignment not opening.. Any suggestion
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/1689954000/f7151e69-7bd9-4702-be03-ebb6f0beb05f.jpg?itok=GWX3Wdig)
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/1689954000/f7151e69-7bd9-4702-be03-ebb6f0beb05f.jpg?itok=GWX3Wdig)
CollabPartnerz
IN
It can be done through ootb activity of Reassign activity
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
Pegasystems Inc.
IN
Yeah I had also similar requirement,we achieved this using OOTB Reassign activity
-
Pooja Gadige
Accepted Solution
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
Central Provident Fund Board
SG
I have tried as like below, seems working now.
Step 1 - Call Reassign
Step 2 - Call RecalculateAndSave
Step 3 - Commit
-
Di Smith-Knowles