Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Connect Support Closes chat immediately

josephtucker
Giga Contributor

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:

find_real_file.png

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

1 ACCEPTED SOLUTION

andersba
Giga Contributor

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.


View solution in original post

5 REPLIES 5

dhruva
Kilo Contributor

Thanks Brandon it worked