updateTaskComment

Description
This transaction changes the text of a comment for an existing task, inactivates an active comment, or reactivates an inactivated comment.
Web Services
Operation name: updateTaskComment
Service name: DWLBusinessServices
Example
An update is made to fix an error in a task comment.

An update is made to inactivate a comment that was accidentally added to the wrong task.

A comment that was inactivated in error is reactivated.

Usage information
A task comment can only be updated by the creator.

An inactivated comment can be reactivated by changing or nullifying the EndDate.

EndDate is an optional input.

Preconditions
A task comment must exist.
Mandatory input
  • TaskCommentId
  • TaskCommentLastUpdateDate
Inquiry levels
Not applicable
Filter values
Not applicable
Transaction behavior
A task comment cannot be deleted; it can only be inactivated.

The EndDate must be equal to or later than the StartDate.

Request message
<TCRMTxType> addTaskComment

<TCRMTxObject> TaskCommentBObj

<TCRMObject> TaskCommentBObj

Response objects
TaskCommentBObj
Special note
Only the latest version of the TaskComment is returnable with the associated Task instance.