- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-28-2016 11:43 AM
When trying to implement connect support in ServiceNow, I've added a link to a chat queue in the left navigation menu. I've set this up similar to this:
When a user attempts to start a support chat, the chat immediately closes indicating "You have closed this support session"
Why would this be happening and how can I prevent this from occurring?
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-17-2016 11:20 AM
In our case, we had to change the default value of State on the chat_queue_entry table. It's supposed to be 1 (open), but we had changed the default value on task to -5 (pending), so we needed to override that on the child table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-17-2016 11:21 PM
Thanks Brandon it worked