
- 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
‎02-28-2020 04:59 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-07-2020 09:27 AM
Is there a way to remove the Contact Support button altogether? We have separate service desks for different customer bases but just 1 unified portal. So if we can't provide multiple options we'd prefer to not show the 3 dots option at all.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-07-2022 06:40 PM
Did you find the way to do this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-07-2023 03:15 AM