Question
1
Replies
142
Views
Anthem Blue Cross and Blue Shield
Posted: March 23, 2018
Last activity: March 26, 2018
Closed
how to route workitem from workbasket report defination to worklist RD while click on case id.
Hi All,
I have a requirement to route work item from WB rd to worklist RD when click on case from Workbasket RD(Report defination).
Thanks
Pramod kotha
1. Configure an on-click activity
2. The activity should get the ins key of the clicked item and perform a reassign to the operator who clicked
3. Perform a refresh in order to show the updated item list.
Refer Ui Gallery Grid actions / pxUIGalleryRowEditingWrapper to understand it better.