Forum Discussion
Hi Shruti
Hope you are safe during this Pandemic.
Try refreshing the relationship tabs using below on form populate code
if(aras.getMostTopWindowWithAras(window).frames.relationships)
{
var iFramesCollection = aras.getMostTopWindowWithAras(window).frames.relationships.iframesCollection;
for (var tabId in iFramesCollection)
{
iFramesCollection[tabId].contentWindow.location.reload();
}
}
- ShrutiS5 years agoIdeator I
Hi Gopi,
I am good , Hope you are safe as well
I tried the above , However while the Form Populates there is no such tab available in the UI, As per my understanding the tab is added only after the CUI changes are implemented.I tried the Refresh button on the form as well but with no luck.
Regards :)
- pankaj27_b5 years agoIdeator I
Hi Shruti,
Any luck on this issue. Even I am facing the same issue.Thanks,
Pankaj
- ShrutiS5 years agoIdeator I
Hi Pankaj,
I had to resort to using custom Method to hide/unhide the relationship tab rather than the CUI for the current use case.
Thanks,
ShrutiS