
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-28-2020 06:07 AM
Hello guys,
In our organization, we have a lot of different chat queues (using Connect chat) each chat queue is responsible for a different territory. Is there a way to customize the option in the menu on the chat window to change the chat queue base on user's territory. I have already applied this customization in Contact Live Agent topic, but will it affect this option here?
var gr = new GlideRecord('sys_user');
gr.addQuery('sys_id',gs.getUserID());
gr.query();
if(gr.next()){
if(gr.u_company_region == "29b37daadb09a7088f81199f299619d7"){
vaVars.LiveAgent_queue = "d75f2947db551fc00f8d4980399619c0";
if(vaSystem.isLiveAgentAvailable()){
vaSystem.connectToAgent();
}
}
Solved! Go to Solution.
- Labels:
-
Virtual Agent

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-28-2020 04:59 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-07-2023 03:15 AM - edited ‎12-07-2023 03:17 AM
Hello Bwryanshaw,
Were you able to find the way to do this?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-19-2020 04:27 PM
Question on transferring to Live Agent from the 3 dot menu Contact Support options.
When transferring to a Live Agent from the Contact Support menu, does it use the same Setup Topic that is specified in the General Settings? The reason I'm asking is because we have curtomized the Live Chat Support Setup Topic to do some specific actions before transferring to Live Agent, and yet when manually transferring to Live Agent by using the option in the Contact Support menu, it bypasses our customized topic and goes straight to tranferring to Live Chat. So, do we need to also customized the live agent transfer somewhere else in VA Designer?
Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-07-2023 07:19 AM
Hi Yasmin. I'm having the same issue. Were you able to find a solution for this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-25-2020 10:26 AM