- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-20-2017 09:56 AM
Hello
I'm trying to understand why chat queue entries are showing up completely blank on our service desk agent's "My Work" filter. When I go to the chat_queue_entry table, the records are there with all the information. However, when the agent goes to his/her work, they show up as blank records. I attached a photo of what the agent is seeing. The top two entries are the chat entries. Any help is appreciated. Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-20-2017 10:15 AM
I believe this is an ACL restriction. The list is on Task table, which shows the records because the users have access at the record/table level. But there's an acl on chat_queue_entry.* for read, so the read access is restricted to chat_admin role at field level.
I think that's why the records are showing but the data is not, and why when you open the record no fields show up.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-20-2017 10:04 AM
What does the record look like when you click the "i" icon in a circle? I'm trying to determine if this is specific to the list or if the record is truly empty.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-20-2017 10:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-20-2017 10:15 AM
I believe this is an ACL restriction. The list is on Task table, which shows the records because the users have access at the record/table level. But there's an acl on chat_queue_entry.* for read, so the read access is restricted to chat_admin role at field level.
I think that's why the records are showing but the data is not, and why when you open the record no fields show up.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-20-2017 10:18 AM
Just looked at the chat_admin group and you are right. The service desk owner can see the records but the agents cannot. Thank you so much!