Question
Barclays UK PLC
GB
Last activity: 10 Aug 2017 20:11 EDT
Refresh the Parent WO harness which is replaced by Child WO harness
I have a requirement to refresh the parent WO harness on close of Child WO harness.
The child WO harness replaces the parent WO and as soon as i close the child WO harness, the parent case re-appears but is not refreshed.
Can anyone help with this?
I already tried to run the follow script:-
function refreshParent()
{
}
pega,u.d.attachOnLoad(refreshParent);
This refreshes the section but only when it's reloaded and hence doesn't help.