How to remove chat bot icon from service portal theam?

jayu271
Tera Contributor

Capture.PNG

3 ACCEPTED SOLUTIONS

Ravi Chandra_K
Kilo Patron
Kilo Patron

Hello @jayu271

 

Greetings!

If you are using Agent Chat configuration

- Service Portal > Agent Chat, and deactivate the record concerning your portal 

Refer this video: https://youtu.be/F5Y57RMNn7U

 

Please hit the thumb and Mark as correct based on Impact!!

 

Kind Regards,

Ravi Chandra.

View solution in original post

Hello @jayu271 

Greetings!

Go to system property and search for com.snc.guided_tours.sp.enable . Set this system property to "false" the menu item will disappear.

Please hit the thumb and Mark as correct based on Impact!!

 

Kind Regards,

Ravi Chandra.

View solution in original post

Hello @jayu271 

In the Navigation filter, enter sys_properties. list

search for com.snc.guided_tours.sp.enable system property

make the value as false.

 

To disable it from a specific page in portal, you can go to Page Specific CSS field in the Page and write the below lines of code;

 

a#tour-dropdown

{

display: none

}

 

Please hit the thumb and Mark as correct based on Impact!!

Kind Regards,

Ravi Chandra.

View solution in original post

8 REPLIES 8

Ravi Chandra_K
Kilo Patron
Kilo Patron

Hello @jayu271

 

Greetings!

If you are using Agent Chat configuration

- Service Portal > Agent Chat, and deactivate the record concerning your portal 

Refer this video: https://youtu.be/F5Y57RMNn7U

 

Please hit the thumb and Mark as correct based on Impact!!

 

Kind Regards,

Ravi Chandra.

Shekhar Navhak1
Kilo Sage
Kilo Sage

Hi @jayu271 ,

 

To remove the virtual agent from the footer of the theme, follow the below steps:

1. Go to Service Portal -> Portals

2. Now, open the Theme record for this portal

3. In the theme, open the 'Footer' record

4. Now remove the following code in the 'Body HTML Template' in the widget and save.

<div>
<widget id="sn-va-sp-widget">
</widget>
</div>

 

 

Please mark the answer correct/helpful based on Impact.
Regards, Shekhar

Mark Roethof
Tera Patron
Tera Patron

Hi there,

 

There's not one solid answer for this, as the Virtual Agent client can be added in multiple ways on your portal.

 

Already like two comments by others:
- Check Agent Chat configuration
- Check if the Service Portal widget (or a cloned version) is embedded in a Header/Footer

Another option:
- Check if the Service Portal widget has been added as widget instance on the Index page of your portal (and perhaps other pages)

Kind regards,
Mark

 

Kind regards,

 

Mark Roethof

Independent ServiceNow Consultant

10x ServiceNow MVP

---

 

~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

LinkedIn

Ravi Chandra_K
Kilo Patron
Kilo Patron

Hello @jayu271 

You can follow either of the method based on how it is configured in your system.

If it is agent configuration, I beleive what I have mentioned will work.

If it is OOB service portal, follow Shekar's approach.

Please hit the thumb and Mark as correct based on Impact!!

 

Kind Regards,

Ravi Chandra.