Dt_(kit)_messaging_thread
Dummy Data Type
The Dt_(kit)_messaging_thread data type is used to store and manage messaging threads within the application.
Data Fields:
Channel (Dt_(kit)_messaging_channel) - The messaging channel associated with the thread.
CreatorUser (User) - The user who initiated or created the thread.
File (file) - Any files associated with the thread.
Message (text) - The content of the messages within the thread.
Read By (List of Users) - The list of users who have read the messages in the thread.
To - deleted (User) - The recipient(s) of the message (note: "deleted" may indicate a field that is no longer in use or has been repurposed).
Creator (User) - The user who created the thread entry.
Modified Date (date) - The date and time when the thread entry was last modified.
Created Date (date) - The date and time when the thread entry was created.
Slug (text) - A unique identifier for the thread entry.
Last updated