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
Brian Knezek 13Brian Knezek 13 

How can I get values from a Salesforce tab by tabId?

On a Visualforce page, I'd like to run a script that can get the values of fields on another SF console tab.

Something like this method: 
sforce.console.chat.getDetailsByPrimaryTabId(primaryTabId:String, callback:***Function***)

However, the method above only works for retrieving details from a Live Agent chat session tab.
I want to be able to do this for other SF tabs.
 
john harvey 2john harvey 2
Hi Brian, do you know how can I access the Live agent chat session tab values? I am not sure where to integrate this.