You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 10
Next »
Overview
This structure represents a note associated with a project.
Elements
Element | Data Type | Description | Sample Data |
---|
CreatedByUserIdentity | PwsUserRef | **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 | PwsUserSummary | The user that created the project note. This structure contains the key information of a user. Click here for more information. |
|
Usage Example(s)
<b:PwsProjectNote>
<b:CreatedByUserIdentity>
<b:UserDisplayName>Bruce Wayne</b:UserDisplayName>
<b:UserId i:nil="true"/>
<b:UserReferenceSystemId>BW</b:UserReferenceSystemId>
<b:UserUid>1152921504606944261</b:UserUid>
</b:CreatedByUserIdentity>
<b:CreatedTimestamp>2018-02-08T11:15:22.443</b:CreatedTimestamp>
<b:Note>Tony delivered set design first draft on 01/27</b:Note>
<b:CreatedByUser>
<b:UserDisplayName>Bruce Wayne</b:UserDisplayName>
<b:UserId i:nil="true"/>
<b:UserReferenceSystemId>000</b:UserReferenceSystemId>
<b:UserUid>1152921504606944261</b:UserUid>
<b:EmailAddress>bruce@revcorp.doc</b:EmailAddress>
<b:FirstName>Bruce</b:FirstName>
<b:LastName>Wayne</b:LastName>
<b:MiddleName>batman</b:MiddleName>
</b:CreatedByUser>
</b:PwsProjectNote>