- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-09-2023 11:01 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-09-2023 11:15 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-09-2023 11:26 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-09-2023 11:46 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-09-2023 11:15 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-09-2023 11:16 PM
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>
Regards, Shekhar

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-09-2023 11:19 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-09-2023 11:21 PM
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.