Project
>
Touchworks
>
User databases
>
Works
>
Tables
> dbo.Task_Read_Detail
Touchworks 25.2
[dbo].[Task_Read_Detail]
MS_Description
Task read information for an user and task combination.
Columns
Key
Name
Data Type
Max Length (Bytes)
Nullability
Description
TaskID
[dbo].[uniqueid]
9
NOT NULL
Task. Link to IDX_Task.ID
UserID
[dbo].[uniqueid]
9
NOT NULL
User. Link to IDX_User.ID
IsRead
bit
1
NOT NULL
Is task read by user (1/0)
CreatedDTTM
datetime
8
NOT NULL
When user read the task
ModifiedDTTM
datetime
8
NOT NULL
When record was modified