• Atul Ostwal 6
  • NEWBIE
  • 0 Points
  • Member since 2023

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
I want to add a 3rd party App as a new tab in the Service console. I was able to do so using the Visual force page having an iframe for my application.
I can see the new tab appearing in the service console along with OOB tabs for Account, and case apps.
The problem I am facing now is that as I move to another tab. My custom app is not in the browser scope or it losses the session. As a result, any notifications or tasks happening on the custom app are lost.
Now if come back to my custom tab. It reloads the whole 3rd party application which should not happen unless the user manually does that.
Is there a way to avoid this reloading of the application when switching tabs or keep the session active for a new tab when moving to other tabs?