Support Article
Procedure to close multiple tabs/threads
SA-13579
Summary
User requires the procedure to close multiple tabs or threads in Pega 7 using button.
Resolution
1)Add the below script in “UserWorkForm” rule,
<script>
function closeDocuments(event){
pega.desktop.closeAllDocuments(event)
};
</script>
2)Call the above script from a button which is intended to close the tabs,

Tags:
Published August 26, 2015 - Updated October 8, 2020
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.