I want to hide CHAT option in Employee service centre
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2021 08:51 AM
I want to hide ( disable ) chat option in the header menu. But conversation should be needed at the bottom of the page in employee service centre.
- Labels:
-
Employee Service Center
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2021 07:23 AM
Any update?
Thanks,
Murthy
Murthy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2021 06:33 AM
You can hide the Chat with css in your Theme.
header .height-adjust #va_chat {
display: none;
}

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2021 04:54 AM
Hi Rathika!
You can disable that Via Disabling system Property
Navigate to :
sys_properties.LIST
open " glide.connect.enabled " property and Disable it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2022 09:22 AM
Hi @Rathika3 ,
Navigate to sp_agent_chat_config.list and make both the records for ESC inactive.
Thanks