TaskSetup
Individual sub tasks details as a template
Data Element | Data Type | What is it | Mandatory |
---|---|---|---|
Id | Integer | The unique identifier of the record | No |
GroupId | Integer | The unique id of the TaskGroupSetup record linked to this TaskSetup record | Yes |
Type | Integer | Type of task - check box: 1 - recurring: 2 - informational: 3 | Yes |
Question | VarChar | The title of the task | Yes |
SortOrder | Integer | Integer identifying order in overall list | No |
Schedule | Integer | The unique id of the Schedule record linked to this TaskSetuprecord | No |
Active | Bit | If this TaskSetup is active or not | No |
AvailableAfter | VarChar | Only make task available after a certain time of day | No |
RepeatIfNotCompleted | Bit | If true, task will rollover to next day if not completed | No |
Helptext | Blob | Detailed description of the task | No |
Creator | Integer | When the record was originally created | No |
Created | DateTime | The last time the record was modified | No |
Modified | DateTime | Timestamp for when the task was completed | No |
Foreign Objects which can be linked with the Resource API
Group - TaskGroupSetup
ScheduleObject - Schedule
Updated about 2 years ago