• Daniel Lisa
  • NEWBIE
  • 0 Points
  • Member since 2023

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 3
    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?
When checking this challenge, I get an error stating that the quickContact Lightning Component could not be found. Including screenshots of the steps I took thus far. Any advice would be appreciated!

1. The Lightning component must be named quickContact (this comes as part of the package, confirmed in picture below)
User-added image

2. Create a new action with Label Quick Contact and Name Quick_Contact on the Account object that invokes the quickContact component. (confirmed in picture below)
User-added image
3. Add the appropriate interfaces to the quickContact component. (Hint: there are two.) (used the implements force:lightningquickaction AND the force:hasrecordid on line 1, confirmed in picture below)
User-added image

4. Add the action to the Account Layout page layout. (added in picture below)
User-added image