- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-14-2017 10:52 PM
Hi All,
Is it possible in Service Now to customize connect chat and prioritise chats based on users, like if user is VIP user can we add a new icon on the right side of the chat row ?
And can anyone help me to understand how the connect chat works?
I read this article How can I push connect chat records to activity list of non-task table? , and it says there are four tables .
live_message
chat_queue_entry
live_group_profile
sys_journal_field
My Questions is
1. When I type something in chat window it got saved in live_message, but how this is being assigned to chat_queue_entry table?
Can anyone help me to understand this?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-16-2017 01:29 AM
HI Anjaly,
When you open chat from your instance then this will not create entry in chat queue table.
But when you start your chat from Portal then only this will create entry in that table.
Thank you,
Ashutosh\
Please Hit Correct, Helpful or Like.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-14-2017 11:17 PM
HI Anjaly,
So this is the process.
1) When you initiate the chat, record is inserted into live_message table. With various parameters as MEssage, Group chat id, etc.
2) At the same time there is a record inserted into chat_queue_entry table. This contains state of that chat, action of that chat and queue of chat and message. Now when chat gets assigned to someone then state changes to Assigned.
3) live group profile is used to save the profile of current chat i.e. for example if you and me are chating then your name and my name will be saved in that. This is used to identify the message coming to live_message table so message should be routed properly to that queue.
Let me know if you want anything else.
Thank you,
Ashutosh Munot
Please Hit Correct, Helpful or Like. If your are satisfied with my response.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-14-2017 11:48 PM
Thanks Ashutosh !!!
This Helps ...
One more question here,
When I was testing with the chat, the message I typed in the chat window is saved into live_message table. but I am not able to find any such entry in chat_queue_entry table..
If there is any helpful links or scripts available for this , then please do share.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-15-2017 12:57 AM
Hi,
Can you share screen shot of that message and Chat queue entry table.
Thank you,
Ashutosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-16-2017 01:24 AM