Conversation

Bank of America
US
Last activity: 19 Sep 2025 17:16 EDT
Theme-Cosmos, DCSPA_UserPortal/ACPRIMARY_0 Thread and base thread mismatches
Using Pega infinity 8.23.4 version and Theme Cosmos 04.01. When opening assignment from clicking GO button, it opens DCSPA_UserPortal/ACPRIMARY_0 thread, once click submit (Finish assignment), case back to review mode. But still ACPrimary thread available in the clipboard. Is this expected or supposed to be removed from Pega.
Issues being faced-
Using utility panel for adding documents, we call external service to add documents and also persist or update pyWorkPage with DocIDs which will be used to retrive documents. So in the above approach, when use is on the assignment, as its AJAX and only that screen refresh, user with out fully done with assignment, adding a document. When adding document, it has local action, there it uses pyWorkPage from base thread, which has different data than ACPrimary update. How to sync the threads? What is OOTB way.
Also when assignment is being performed, need to update case summary panel sections, for that on submit button actions, doing finish assignment and running script reloadMySection shared from Richard article. Even with out any custom refresh, just finsihAssignment is also not removing ACPrimary thread after assignment container submitted?