Hi All , How to check virtual agent chat history in ServiceNow ? and how to check push notifications sent to agent for joining the chat.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2022 04:03 AM
Hi All , How to check virtual agent chat history in ServiceNow ? and how to check push notifications sent to agent for joining the chat.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2022 08:26 PM
Hello,
All conversations and messages are stored in the Conversation table [sys_cs_conversation] and Conversation Messages table [sys_cs_message]. There is no archiving or something on these tables. Out-of-the-box these tables are ACL protected.
For checking the notifications that are sent to the agents please have a look at the link below: