I have 3 Custom Console Components and 3 PrimaryTabs(visualforce pages) in my Service Cloud Console. What I am trying to define is a global Javascript variable which I want to access in any of the Components or Visualforce pages that I define as tabs?
Does anyone know if there is a way I can do that?
Or is there a way i can use addEventListener & fireEvent to pass back and forth the variables from one iframe to another?