Question

Tata Consultancy Services Limited
GB
Last activity: 30 Aug 2017 6:05 EDT
Remove Thread Level Data Page during Switch Application - Not working
Dear All,
In Pega 7.2.2, when I switch between applications, the thread level data pages are not getting removed. (just OOTB functionality, no customized code involved).
I tried customizing ApplicationFreeClipboard activity and manually removed all Data Pages, still it doesn't work.
Dear All,
In Pega 7.2.2, when I switch between applications, the thread level data pages are not getting removed. (just OOTB functionality, no customized code involved).
I tried customizing ApplicationFreeClipboard activity and manually removed all Data Pages, still it doesn't work.
I am using below Java code in this activity
pega.getDeclarativePageUtils().deleteAllInstancesOfDeclarativePage("D_XXXXXXX");
Please let me know how to remove thread level data pages while switching application.
Thank you for your great support!
Regards
Guhan