- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-05-2024 09:44 PM
I'm having two queues "queue-1", "queue-2" and "topic-1", "topic-2"on the virtual agent window. When the queue 2 is out of business hours and if the user select the queue-1 topic in the chat window, it is creating work item to the respected queue controlled using context variable. But if both the queues schedules are active and on same business hours, all the chats are transfered to the queue-2 by default even though if I controll using context variable.
Queue-2 is not contolled using any context variable, it is directly connected using vaSystem.connectAgent();
Can anyone help me to solve this issue, thanks!
@Virtual agent @SandilyaSridhar @Mark Roethof @Chris D
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-08-2024 06:19 AM
When you say "Queue-2 is not contolled using any context variable", I understand this to mean that it has no Work Item Routing Conditions...? If this is the case, in most circumstances you probably want this queue to always be last.
Does Queue-2 have a lower Order than Queue-1? It sounds like because it's got no condition, it's getting picked up before Queue-1 simply because it comes first.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2024 07:22 AM
Yes, that's expected ootb behavior.
You can think of it like Requester/Requested For - the first creates the request/interaction but they're requesting/looking for help for the second (which is the same by default).

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2024 07:22 AM
Yes, that's expected ootb behavior.
You can think of it like Requester/Requested For - the first creates the request/interaction but they're requesting/looking for help for the second (which is the same by default).