Significance of having "Has Attachments" field on table "Live Feed Messages"SummaryWhenever there are chat conversations via Connect Chat, we notice under the table "live_message" (Live Feed Messages) - some of the records have "Has attachments" field set to true. The reason being for every part of the conversation, a record gets created on this table and in order distinguish between attachments and normal text conversations, this field acts as an identifier to narrow down which record are "actual" attachments. So during any chat conversation, if an attachment is added => a record gets created in this table that has "Has attachments" field set to true. Check a sample 'live_message' record below: Observe that an attachment is present in the Live Feed Message record and hence the field "Has attachments" is set to true (checkbox ticked)Related Links"Attachment" [sys_attachment] entries in "live_message" table are created ONLY when you make conversation outside of Chat Support Queue (no queue involved). In other situations like the conversations are happening within a chat queue (chat support queue), then an entry in "chat_queue_entry" is created and all the respective attachments are attached in this record. There won't be any "live_message" records for these attachments. (but for another conversation message - respective entries can be found in the "live_message" table - Expected Behavior)