Comments Element (SetAssignmentWorkData)
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
Specifies text to add to the Task Notes with a work data update.
<Comments>
Text
</Comments>
Attributes
Attribute |
Description |
---|---|
None |
Child Elements
None |
Parent Elements
Occurrences
Minimum: 0 Maximum: 1 |
Text Value
A text value is optional. This text specifies the text that appears in the Task Notes for the assignment.
Example
The following example uses the Comments tag to update the Task Notes for the specified assignment.
<Changes>
<Proj ID="a47faeab-0f72-455a-b629-d62faf5fece6">
<Assn ID="6c9888a8-a782-47ac-a905-e84ad1fe0fb2">
<Change>
<ActualWork>480000</ActualWork>
<RemainingWork>960000</RemainingWork>
<TotalWork>1440000</TotalWork>
<Comments>-I started early because I had some extra time.</Comments>
<Status>Early</Status>
<StatusGuid>00001441-3cf6-4710-b877-2e17914fa97c</StatusGuid>
</Change>
</Assn>
</Proj>
</Changes>