- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-25-2020 09:33 AM
Dear community
My organization has implemented the Connect Support plugin temporarily and now after we have deactivated the plugin, the "live chat" button is still visible in the header of the Service Portal website.
I would like to remove this button and therefore I have found this documentation:https://docs.servicenow.com/bundle/newyork-servicenow-platform/page/build/service-portal/task/config... (see the last section of this website)
According to the documentation this part of the code has to be added:
"enable_live_chat": {
"displayValue": "false",
"value": false
}
I did this and in the end the whole code looked like this:
{
"enable_cart": { "displayValue": "true","value": true},
"enable_wishlist": {"displayValue": "true","value": true},
"auto_update_cart": {"displayValue": "true","value": true},
"auto_update_wishlist": {"displayValue": "true","value": true},
"enable_live_chat": {"displayValue": "false", "value": false}
}
I could save it succesfully and there was no indication of a syntax error but nevertheless the live chat button didnt disappear.
Do you know what went wrong? Or do you have another way to remove the Live Chat button?
I would be happy and grateful to hear from you!
Armin
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-25-2020 10:20 AM
Hi Armin
Found the Couple of Ways for you.
Please Check the below ways:-
Once you empty the "Chat Queue" field from the Service Portal then the Live chat option goes away from Portal.
Please Mark Correct and Helpful
Thanks and Regards
Gaurav Shirsat

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-25-2020 09:46 AM
Hi,
If you go to Service Portal form in native UI you will see chat queue. Remove that chat queue and it will hide the Live chat.
Thanks,
Ashutosh

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-25-2020 09:53 AM
Hi,
In addition to @Ashutosh Munot,
If you go to Header Menu of the portal then select the Menu Item of Live Chat and disable it. It will not be activated for one portal.
also take a look at this below community link
Please Mark Correct/Helpful answer if it help you in any way.
Thanks,
Kunal.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-25-2020 10:20 AM
Hi Armin
Found the Couple of Ways for you.
Please Check the below ways:-
Once you empty the "Chat Queue" field from the Service Portal then the Live chat option goes away from Portal.
Please Mark Correct and Helpful
Thanks and Regards
Gaurav Shirsat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-01-2020 02:14 AM
Thank you guys! I have emptied the "Chat queue" and now it works!