Question
2
Replies
139
Views
Posted: August 20, 2020
Last activity: August 27, 2020
Solved
Close current tab in Pega CS
Hi, I would like to close the current tab once the case is moved to a new assignment:
I have tried by adding an Action set to the "Back to home" button with the following actions:
- Run Activity: DoClose
- Display: Close
- Run Script: "pega.desktop.closeCurrentWorkItem"
However, none of the actions do actually closes the tab...
Thanks for any advice on this.
-Jose
Hi, I ended up using the Run script function:
and it worked :)
Hope it helps someone experiencing a similar use case.
Regards