
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-08-2018 09:50 AM
Is there a place where Connect chat conversations are saved?
I'm looking to provide a solution where managers of a given Chat Queue can see the conversation history for chats in their queue.
I've researched the chat_queue_entry table, but I was hoping a solution would exist that wouldn't require me to modify ACLs for the various chat tables.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-08-2018 03:13 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-08-2018 03:13 PM
hi Justin,
have u try live_message table?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-08-2018 03:43 PM
As mentioned the data lives in the live_message table, where a boolean field 'Chat' is true. Breaking it up by 'queue' would require a scripted ACL that compared a users membership to the the live message groups queue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-01-2018 02:49 PM
Oh wow! I just looked at this table and it's very helpful. I also believe it helps us determine which comments come from Chat (while associated with a record) and which ones are written directly in the Comments field of a record.
Thanks!