Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

Duplicate Virtual Agents running in different tabs

Diana27
Tera Guru

Hi, when clicking a link in Virtual Agent to display a ticket the portal is opening in a new tab with the details of the incident.  A new VA chat is opening in that tab.  Now there are 2 VA chats going on in both tabs.  The original one with the links and a new one with the details of the ticket.  How can we show the details of the ticket without starting another VA chat?

 

Thank you,

Diana

1 ACCEPTED SOLUTION

8 REPLIES 8

Here

AnuragTripathi_0-1700060003910.png

 

-Anurag

Hi Anurag,

 

Thank you, I've added sysparm_load_active_only=true to the end of that statement, but it still opens 2 chats.

$ctrl.vaSource = '/$sn-va-web-client-app.do?sysparm_nostack=true&sysparm_stack=no&sysparm_load_active_only=true';  
 
We are in the Utah release if that makes a difference.
 
Thank you,
Diana
 

try and add this also  sysparm_skip_load_history=true

 

along with sysparm_load_active_only=true

-Anurag

Hi Anarag,

 

I figured out what was wrong.  Someone added skip_load_history: true to the Service Portal Agent Chat configuration.

Thank you so much for all your help!

-Diana