From which table are the agent chat entries related?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2020 10:59 PM
Hi,
Can someone please tell me which table is used in agent chat conversations?
Regards,
Pratik Randad
- Labels:
-
Agent Workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2020 11:06 PM
On page https://docs.servicenow.com/bundle/paris-performance-analytics-and-reporting/page/administer/virtual... you can read:
Conversation
[sys_cs_conversation] |
Stores a record for each conversation on the instance. Each record includes the Conversation Task [sys_cs_conversation_task] and Conversation Message [sys_cs_message] related lists, which show all the topics run and associated messages presented in the conversation. |
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2020 11:16 PM
Hi Maik,
I also found the conversation messages in "live_message" table. When a agent sends a message from which table the message is taken from?
Can you please help with this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2020 11:27 PM
Hi Pratik,
live_message -> holds the conversations agent has with the user
Agent would type the message.
Can you explain on this part -> When a agent sends a message from which table the message is taken from?
Please share screenshot
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2020 11:34 PM
Hi Ankur,
When a message is sent from user the message is stored in 'live_message' in the formatted_message field and from their it appears in the agent chat UI as shown below:
But when the agent sends a message I am not able to find from which table/field the UI screen takes the message from?