Overview
This structure is part of PwsProjectElement, and it represents a note associated with a project.
...
Panel | ||
---|---|---|
| ||
|
...
Element | Data Type | Description | Sample Data |
---|---|---|---|
CreatedByUserIdentity | **deprecated** It is replaced by element CreatedByUser. | ||
CreatedTimestamp | DateTime | The UTC time of when the project note is created. | 2018-02-08T11:15:22.443 |
Note | String (1024) | The content of the project note. | Tony delivered set design first draft on 01/27 |
CreatedByUser | The user that created the project note. This structure contains the key information of a user. Click here for more information. |
...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<b:PwsProjectNote> <b:CreatedByUserIdentity> <b:UserDisplayName>BruceUserDisplayName>PPSA Support Wayne<User</b:UserDisplayName> <b:UserId i:nil="true"/> <b:UserReferenceSystemId>BW<UserReferenceSystemId>000</b:UserReferenceSystemId> <b:UserUid>1152921504606944261</b:UserUid> </b:CreatedByUserIdentity> <b:CreatedTimestamp>2018-0211-08T1112T20:1550:2235.443<983Z</b:CreatedTimestamp> <b:Note>TonyNote>B. deliveredSills setneeds designthe firstdetailed draftbudget on 01/27</ the costume asap.</b:Note> <b:CreatedByUser> <b:UserDisplayName>BruceUserDisplayName>PPSA Support Wayne<User</b:UserDisplayName> <b:UserId i:nil="true"/> <b:UserReferenceSystemId>000</b:UserReferenceSystemId> <b:UserUid>1152921504606944261</b:UserUid> <b:EmailAddress>bruce@revcorpEmailAddress>support@projectorpsa.doc<com</b:EmailAddress> <b:FirstName>Bruce<FirstName>PPSA Support User</b:FirstName> <b:LastName>Wayne<LastName>PPSA Support User</b:LastName> <b:MiddleName>batman<MiddleName>PPSA Support User</b:MiddleName> </b:CreatedByUser> <b:ReadFlag>false</b:ReadFlag> <b:ReadTimestamp i:nil="true"/> </b:PwsProjectNote> |