- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2022 06:52 PM
hello.
I want to hide the agent chat icon displayed in the service portal.
So I deactivated "Service Portal Agent Chat Configuration" in Navigate - All > Service portal > Agent chant.
However, when I checked the service portal after that, it continued to be displayed.
If anyone knows the reason and solution, please let me know.
Regards,
Ro
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2022 07:20 PM - edited 12-01-2022 08:03 PM
Hey @Ro5
We can add the virtual agent to portal in three ways
- Using Service Portal > Agent Chat
- Embedding it as widget to a page footer to disable this go to the Service Portal > Header and Footer open the particular footer record and check if they used the below script and comment it out
<div>
<widget id="sn-va-sp-widget">
</widget>
</div>
- We can bring a VA widget instance to a particular page only > to disable open the page the VA is showing up
- Open the page in designer
- Validate you can see the chat icon > click on the icon
- and delete the instance
Mark this as Helpful / Accept the Solution if this clears your issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2022 07:20 PM - edited 12-01-2022 08:03 PM
Hey @Ro5
We can add the virtual agent to portal in three ways
- Using Service Portal > Agent Chat
- Embedding it as widget to a page footer to disable this go to the Service Portal > Header and Footer open the particular footer record and check if they used the below script and comment it out
<div>
<widget id="sn-va-sp-widget">
</widget>
</div>
- We can bring a VA widget instance to a particular page only > to disable open the page the VA is showing up
- Open the page in designer
- Validate you can see the chat icon > click on the icon
- and delete the instance
Mark this as Helpful / Accept the Solution if this clears your issue