Question
Close a clipboard thread from another thread context
Hi All,
We have a custom requirement where we would like to close a clipboard thread / HTML document Module from a different Thread Context.
E.g. We would like to close a Case thread (lets say W-1) on click of a button which is loaded on a Modal Dialog(Local Action) from OpenPortal thread context.
We have used pega.desktop.showHarness API however in does not close the thread per se, however open a document on a separate thread or replaces a current document based on replaceCurrent parameter.
We have also tried using other APIs like pega.u.d.closeWork(event, "", "", true); however as this API in invoked in OpenPortal thread context it closes the complete portal.
Hence I am reaching out to the Pega community to understand if we can meet this requirement somehow?