Name |
Type |
Comment |
sid | string | The serial id of this service type |
isLock | boolean | Determines if the column can be edited |
tag | string | Used by OfficeClip to pass specific information |
taskId | int | The unique id of the task in the OfficeClip database |
taskOwnerSid | string | The sid of the owner of the task. Usually this is the creator id unless the task is assigned to a person. In that case it will be the assigned person id |
taskOwnerName | string | The name of the owner of the task. Usually this is the creator id unless the task is assigned to a person. In that case it will be the assigned person name |
taskTypeId | int | The type of the task, valid values are None=0, Telephone=1, ToDo=2, Email=3, Other=4 |
taskTypeName | string | The name of the task Type |
taskStatusId | int | The status of the task, valid values are None=0, In Progress=1, Completed=2, Pending=3, Waiting=4, Other=5 |
taskStatusName | string | The name of the task Type |
taskPriorityId | int | The priority of the task, valid values are None=0, High=1, Medium=2, Low=3, Other=4 |
taskPriorityName | string | The name of the task priority |
dueDate | dateTime | The date time when the task is due |
startDate | dateTime | The date time when the task starts |
completionDate | dateTime | The date time when the task completes |
percentComplete | double | Represents what percentage of task is completed |
estimatedDuration | int | The estimated duration of the task in minutes |
actualDuration | int | The actual duration of the task in minutes |
repeatTextInfo | string | The text of the repeat information if the task repeats |
isReminderSelected | boolean | Shows if the reminder is selected for the task |
whoToRemind | string | The string representation of who needs to be reminded |
remindAtDateTime | dateTime | The date and time when the reminder should occur. |
isPrivate | boolean | Represents if the task is a private task (not shown to anybody else) |
subject | string | The subject of the task |
description | string | The description of the task |
createdByUserName | string | The name of the user who created the task |
createdByUserSid | string | The sid of the user who created the task |
createdByTimestamp | dateTime | The timestamp of the user who created the task |
modifiedByUserName | string | The name of the user who modified the event |
modifiedByUserSid | string | The sid of the user who last modified the task |
modifiedByTimestamp | dateTime | The timestamp of the user who last modified the task |
parentObjectServiceType | int | The service type of the parent object, -1 if not parent object exist |
parentObjectSid | string | The sid of the parent object |
regarding | string | what the event is regarding. This is a read only field. Attempting to set this value to anything other than null or empty string will trigger an exception |
taskAssignments | string | People who the task is assigned to. Valid format is: name1(emailAddress1), name2(emailAddress2)... etc. |