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
Hendrik AdamHendrik Adam 

Refresh Visualforce Page in Console view while updating the master record

Hi,

I have a case related console view. In that view I have two visualforce pages on the right.
These pages show me information, related to data in the opened case.

If I update these - controlling - information, I want to refresh my two visualforce pages.
How this can be done?
sforce.console.onEnclosingTabRefresh(eventHandler:Function)
Does not work.

Thanks for support!