function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Alok Kumar 17Alok Kumar 17 

cannot refresh subtab from vf page

In a custom soncole, i have a button on related list of case detail page.
When i click, a new subtab opens with vf page. On VF page i have a custom button which should close the current tab and refreshes the case tab.
I used refreshParentTabById() and closeTab() for this. 
Issue is that tab is getting closed properly but case tab is not getting refreshed.
Instead it is showing loading symbol on related list continously.
I tried getSubTabId() and other subtab methods but not getting the subtabId.
Please advice how can i refresh the case subtab by closing another vf page subtab.