Question
4
Replies
2965
Views
Posted: July 4, 2017
Last activity: July 19, 2017
Closed
Solved
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
Hi Kousik
For the below screen shot which is a tabbed repeat layout you are trying to update a tab CDE from tab ABC
The clipboard structure for the above scenario would some thing like the below screen shot , hence please try to update the .pxResults(2) (Data-test) page on click of button.
Below is the test activity which i have created
onclick of updatetab button where I have configured refresh section for onclick
I was able to update the clipboard page
I Hope the above explanation works for you.