ToDoItem Class |
Namespace: CorrigoService.Entities
[SerializableAttribute] public class ToDoItem : CorrigoEntity
The ToDoItem type exposes the following members.
| Name | Description | |
|---|---|---|
| ActorId |
Standard link to parent object along with ActorTypeID
| |
| ActorTypeId |
Standard link to parent object along with ActorId
| |
| Comments | ||
| CompletedEmployeeId |
When item is done, this field may contain ID of the Employee who completed item.
| |
| CreatedEmployeeId |
Employee who created item.
This field equals to NULL if item was created as part of WO creation or escalation workflow.
| |
| Description |
Description, required.
| |
| Done |
True means item is done/completed
| |
| DtUtcCompleted |
When item is done, this field contains UTC timestamp of the completion event.
| |
| DtUtcDue |
Due date
| |
| EmployeeId |
Assigned Employee.
Optional.
| |
| Type |
To-Do Type.
This field may be required depending on instance configuration.
|