refreshing client sp page after agent chat ends

jobin1
Tera Expert

Hi All,

 

I need to refresh the below sp client page every time after they end the ServiceNow agent chat window (highlighted is the end button) how can this be achieved?

jobin1_0-1690437714395.png

 




2 REPLIES 2

Community Alums
Not applicable

Hi @jobin1 ,

Not sure about reloading the page using Agent chat but in general, 

You can use reload use window.location.reload(); to reload the page.

 

I am looking around this using Agent chat only