refreshing client sp page after agent chat ends
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2023 11:03 PM
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?
2 REPLIES 2
Community Alums
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2023 11:33 PM
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.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2023 11:49 PM
I am looking around this using Agent chat only