TaskRepository Requests Summary
Request |
Description |
Deletes a task record. |
|
Creates a task record. |
|
Posts a task record. |
|
Read recently viewed tasks. |
|
Reads and returns a task record. Specified task properties are returned with the record. |
|
Searches for task records that meet a given search criteria. Specified task properties are returned with the resulting records. |
|
Reassigns a task record to a different user. |
|
Updates a task record. Specified task properties are updated. |
|
Voids a task record. |
TaskRepository Data Objects Summary
Data Object |
Description |
accountPostingStatus |
See accountPostingStatus. |
1 taskAssignee 3 taskAssigneeUpdate |
1 Task assignee record property container provides properties returned when you read or search tasks. When defining a repository search's return properties, refer to the property names defined in this object. 2 Task assignee record property container used to set properties for a Task assignee. 3 Task assignee record object property container used to update or clear properties for a Task assignee. Note: For more information about the data restrictions for properties that belong to the above-mentioned objects, see the Object Model Reference for the JTaskAssignee object. |
taskPriority |
An enumeration used to indicate the priority of a task. Options include: •HIGHEST •HIGH •NORMAL •LOW •LOWEST |
1 Task record property container returned when you read or search tasks. 2 Task record property container used to set a new task's properties. This object is passed as a request parameter when you create (insert) a task. 3 Task record property container used to update or clear a task's properties. This object is passed as a request parameter when you update a task. Note: For more information about the data restrictions for properties that belong to the above-mentioned objects, see the Object Model Reference for the TTask object. |
|
taskWorkStatus |
An enumeration used to indicate the status of a task (like level of completion). Options include: •NOT_STARTED •STARTED •COMPLETED |