I just noticed that when a i am log in and opens a case from my Workbasket, performs some tasks and saves and closes the case, the case is not being pulled from the Workbasket to my Worklist.
But Same screen i added refresh button on top of the screen while click that refresh button case pulled to my worklist.
It’s automatically pulled from the workbasket to worklist after save and close the case.
I used data Page and scope is Requestor and i checked checkbox Reload once per interaction.
@kirti Seems like case already got pulled to worklist, but the dashboard harness didn’t get refreshed automatically. When you refreshed using button it got refreshed. Opening the case link is added by you and the action sets of them are added by you manually? Getting pxrefobjkey and Open Assignment?
@kirti If its refresh issue, adding refresh section should have worked. Can you check if you refreshing correct section? If other section, you can refresh that particular workbasket section using refresh-other section
@kirti Also once you click on the section and starts making changes, once check if the assignment is assigned to you and its in your worklist. If yes, then assignment already assignned to you. Refreshing the section will resolve the issue. If not then it will be because of Data page cache issue. As data page has instance already in clipbaord, workbasket is getting information from the clipboard. So after open assignment action, you will need flush the data page, so data page will be freshly initiated.
Open assingment
Refresh section(in data transform-> Flush data page)
I used Refresh the section pzFlushDataPage OOTB activity that pram I called my data page name also …it’s not removing case from workbasket while close the assignment.
@kirti Okay, as soon you open the case, have you checked if the case has got assigned to you? yoi can use D_pyuserworklist to check the worklist or assign-worklist instances too
@kirti Refresh section with flushing data page should have worked.can you trace once to check if section is getting refreshed. If you kept a button and refresh from the same section is working, then refresh section should also work. Please check if you are refreshing correct section. Also check if, if flushing is happening.
@kirti Also can you please check this URL, if user fills out but doesn’t advance flow, the case remains in the work basket. If user advances only it will be moved to work list. Try explicitly calling MoveToWorklist activity.