Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Service Portal agent chat icon is not hidden

Ro5
Tera Expert

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

1 ACCEPTED SOLUTION

S Goutham
Tera Guru

Hey @Ro5 

 We can add the virtual agent to portal in three ways

  1. Using Service Portal > Agent Chat 
  2. 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

SGoutham_0-1669950854021.png

  • Validate you can see the chat icon > click on the icon 

SGoutham_1-1669951067230.png

  • and delete the instance 

SGoutham_2-1669951185394.png

 

 

I hope this solves your issue
Mark this as Helpful / Accept the Solution if this clears your issue

View solution in original post

1 REPLY 1

S Goutham
Tera Guru

Hey @Ro5 

 We can add the virtual agent to portal in three ways

  1. Using Service Portal > Agent Chat 
  2. 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

SGoutham_0-1669950854021.png

  • Validate you can see the chat icon > click on the icon 

SGoutham_1-1669951067230.png

  • and delete the instance 

SGoutham_2-1669951185394.png

 

 

I hope this solves your issue
Mark this as Helpful / Accept the Solution if this clears your issue