Dt_(kit)_task_comments

Dummy Data Type

The Dt_(kit)_task_comments data type is used to store and manage comments related to tasks within the application.

Data Fields:

  • Attachments (List of files) - Files attached to the task comment.

  • Note (text) - The text of the task comment.

  • task (Dt_(kit)_Tasks) - The task to which the comment belongs.

  • Creator (User) - The user who created the task comment entry.

  • Modified Date (date) - The date and time when the task comment entry was last modified.

  • Created Date (date) - The date and time when the task comment entry was created.

  • Slug (text) - A unique identifier for the task comment entry.

Last updated