Agent workspace chat not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2022 01:12 PM
Evening guys, I thought I had done the configuration for agent workspace on chat however there is something missing clearly. When I send a message to a service desk agent, and then impersonate him nothing appears in his workspace inbox. Screenshot below. Any thoughts?
- Labels:
-
Agent Workspace

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2022 06:27 AM
Hi Jack,
Add this line to your agent chat record.
Go to Service Portal > Agent chat and open the record and add the line. The sysid is the OOB topic sysid,
topic="ce2ee85053130010cf8cddeeff7b12bf"
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2022 02:44 AM
Hey,
Thanks very much for the response, can you confirm where in the script that sits? I currently have the below out of the box script.
(function($sp) {
return {
live_agent_queue: $sp.getDisplayValue('sp_chat_queue')
};
})($sp);
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2022 05:23 AM
so I have found the table the "topic" records sit in and our sys_id is different. I have updated the script as per below however I still get the same options when initiating chat, I am not sent straight to an available agent.
(function($sp) {
return {
live_agent_queue: $sp.getDisplayValue('da4407845346101042a9ddeeff7b1262')
};
})($sp);
Any thoughts?