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
rgdcrgdc 

How to know id subtab in console?

Hi,

 

I have a visualforce's page in console's page, and I wan't to give a refresh in subtab/frame . So I use the function:

 

 

sforce.console.refreshSubtabById(id:String, active:Boolean, (optional)callback:function)

 

 

And I want to know how I can to catch the Id the subtab.

 

Can anyone help me ?