How can I remove the "Live Chat" button from Service Portal header

Armin4
Kilo Contributor

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.

find_real_file.png

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

 

 

 

1 ACCEPTED SOLUTION

Gaurav Shirsat
Mega Sage

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.

find_real_file.png

https://docs.servicenow.com/bundle/orlando-servicenow-platform/page/build/service-portal/task/config...

https://community.servicenow.com/community?id=community_question&sys_id=30b88361db5cdbc01dcaf3231f96...

https://community.servicenow.com/community?id=community_question&sys_id=57aa4b2ddb5cdbc01dcaf3231f96...

Please Mark Correct and Helpful

Thanks and Regards

Gaurav Shirsat

View solution in original post

5 REPLIES 5

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