- 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
‎07-01-2020 10:28 PM
Hi Armin
I am Happy that my suggestion worked and your issue has been solved.
Keep Working,Keep Exploring.
All The Best
Please Mark Correct and Helpful
Thanks and Regards
Gaurav Shirsat