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
Muthu SamyMuthu Samy 

Need help in dynamically displaying case id in VF page Console component

Hi, 

I'm creating visualforce page where I'll be displaying some information about case contact record. I'm adding this page to service console as a custom component. So, if I navigate between any tabs within console I get the information on visualforce page or component by selected case tab. Its working fine once I open the case tab from list view or navigate between tabs. When I refresh the page or during the initial loading, its not getting the active tab's Id so not showing any info. 

What console method I should use for it ?