Question
5
Replies
500
Views
Posted: August 29, 2019
Last activity: September 6, 2019
Close all other threads in portal excluding the current thread
Hi ,
I have a requirement where I want to close all other threads in portal excluding the current thread.
Example:First case 1 is opened in worker portal.Then user opens case 2.
So while opening case 2 case 1 thread needs to be closed .That means only the current opened case on which user is working should be present in the clip board and other threads needs to be killed while opening the case2.
Hi
Try playing with pega.desktop.closeAllDocuments() function
It is used to close the tab. So if you have specific requirement, you can use this and pass proper parameters to make it work as per your need.