- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2020 11:02 PM
Hi there,
Sorry, if this is a basic question, i can't find the answer.
I've been configuring the live agent chat and everything seems to work with 1 queue.
If i make two queues how does servicenow decide in which queue to route the users to?
My "service portal agent chat configuration" is OOTB
(function($sp) {
return {
live_agent_queue: $sp.getDisplayValue('sp_chat_queue')
};
})($sp);
My needs are, being able to route the user to a different queue depending on user's location.
Thanks in advance,
Joao.
Solved! Go to Solution.
- Labels:
-
Virtual Agent

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2020 12:56 AM
Hi,
So can you tell me which chat you are using?
1) Connect chat
2) Live Agent chat as below?
If second option then you need use Advance Work Assignment.
If first option then there is a different way to do this.
Thanks,
Ashutosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2020 11:30 PM
Hi,
this configuration determines to which queue it should send first
It depends on different applications such as CSM, HR, ITSM, Global
left nav type -> chat and visit the module of Chat Setup under Collaboration application
Mark ✅ Correct if this solves your issue and also mark 👍 Helpful if you find my response worthy based on the impact.
Thanks
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2020 11:38 PM
Hi Ankur,
Thanks for your reply but that doesn't solve my problem.
Imagine I have 10 queues, 1 for each country.
How can I tell servicenow if user is from location "France" open France chat queue.
Thanks a lot!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2020 11:56 PM
Hi Carlos,
I don't think something exists out of the box for this
Not sure if this can be achieved using script
Some people have tried it previously; sharing the links if those help you
Mark ✅ Correct if this solves your issue and also mark 👍 Helpful if you find my response worthy based on the impact.
Thanks
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2020 12:08 AM