Agent is not getting the notification that a new interaction is available even when the status is set to Available in Agent Workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2022 07:40 PM
When an agent is Available in Agent Workspace, and a user initiates a chat using Virtual Agent, agent does not see the work item. The user just gets a message saying 'Routing you to a live agent...'
Chat Setup
Chat Queue
Assignment Eligibility
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2022 07:51 PM
Hi
This is because the Default value set in sys_dictionary table for assigned_to field on interaction table. Because of this, the interaction gets assigned to the user itself by default and Work Item (awa_work_item) record is never created.
So what you have to do is Remove the default value and any dependent fields set in assigned_to dictionary for interaction table.
Mark my answer correct & Helpful, if Applicable.
Thanks,
Sandeep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2022 07:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2022 10:27 PM
Hi
The user who is trying to make these changes , what are the different roles he/she has?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2022 10:07 PM
Hi
Check the below mentioned article may be this will help you
Link:https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0787998
Please let me know if it solves your query