Blank Records on Task Table

akunk23
Kilo Contributor

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!

find_real_file.png

1 ACCEPTED SOLUTION

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.


View solution in original post

5 REPLIES 5

It looks as though someone may have done some configuration on your system. The chat_queue_entry table is, in fact, extended from task which means it inherits the default form layout from task. When you open the record, it should look like a generic task until someone configured it. As for the other fields populating, I cannot speak to that as I don't know the inner workings of chat that well.