fieldChangeNotes (type FieldChangeNote)
Note: For more information about how to create Request/fieldChangeNotes, see ExampleGetRequests01.
java.
Property |
Type |
Description |
Required |
---|---|---|---|
author |
string |
Author of the note. This field can be any string value and it is not necessary to be a valid user name in PPM Center. This field is shown as "originally added by" in the Note section. |
No |
creationDate |
dateTime |
Date of the note. Notes are grouped by date when displayed. The XML Schema type |
No |
content |
string |
Content of the note. |
No |
fieldPrompt |
string |
The filed prompt value to be changed. |
Yes |
oldValue |
string |
The old value of the field prompt. |
Yes |
newValue |
string |
The new value of the field prompt. |
Yes |