how to Refresh tab from updated data with another tab
Hi,
I am doing one POC regarding Refresh tab from updated data with another tab.
I have tried to incorporate pega.u.d.refreshSection("Test",'',''); on click of button from Add Product button( see attached screenshot) and this input data should be updated in debtor profile tab.
could you suggest me solution for this.
Regards,
Kousik

Yes, I want to do similar thing. but here in 6.1 I am using below script to launch each tab.
pega.desktop.showHarness('Add product','BBT-SA-Bankruptcy-Work','TabPOC2','','');
Basically I need to refresh section of one thread from another thread click of a button.
Regards,
Kousik