/
PwsProjectNote

PwsProjectNote

Overview

This structure is part of PwsProjectElement, and it represents a note associated with a project. 

Format

PwsProjectNote
  • PwsProjectNote


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.


ReadFlagBooleanIf set to "true", this project note has been marked as read.false
ReadTimestampStringThe timestamp for when the note is set to have been read.
2018-11-12T15:57:03.727
NoteIdInt32A unique identifier for a project note. For internal use only.
NoteUidInt64A unique and immutable identifier for a project note.

Usage Example(s)

Example 01
                      <b:PwsProjectNote>
                        <b:CreatedByUserIdentity>
                           <b:UserDisplayName>Larry Krakauer</b:UserDisplayName>
                           <b:UserId i:nil="true"/>
                           <b:UserReferenceSystemId>ID-LK</b:UserReferenceSystemId>
                           <b:UserUid>1152921504606944254</b:UserUid>
                        </b:CreatedByUserIdentity>
                        <b:CreatedTimestamp>2020-03-05T19:00:14.363Z</b:CreatedTimestamp>
                        <b:Note>Don Carlo is one of Verdi's best operas.  Italian version is better than the french one.</b:Note>
                        <b:CreatedByUser>
                           <b:UserDisplayName>Larry Krakauer</b:UserDisplayName>
                           <b:UserId i:nil="true"/>
                           <b:UserReferenceSystemId>ID-LK</b:UserReferenceSystemId>
                           <b:UserUid>1152921504606944254</b:UserUid>
                           <b:EmailAddress>Larry@revcorp.min</b:EmailAddress>
                           <b:FirstName>Larry</b:FirstName>
                           <b:LastName>Krakauer</b:LastName>
                           <b:MiddleName>A</b:MiddleName>
                        </b:CreatedByUser>
                        <b:ReadFlag>true</b:ReadFlag>
                        <b:ReadTimestamp>2020-03-05T14:00:14.363</b:ReadTimestamp>
                        <b:NoteId i:nil="true"/>
                        <b:NoteUid>1152921504606942419</b:NoteUid>
                     </b:PwsProjectNote>



Related content

PwsProjectElement
PwsProjectElement
More like this
PwsProjectDetail
PwsProjectDetail
More like this
PwsEngagementDetail
PwsEngagementDetail
Read with this
PwsProjectDescriptor
PwsProjectDescriptor
More like this
PwsProjectTaskNoteHistory
PwsProjectTaskNoteHistory
More like this
PwsProjectTaskNote
PwsProjectTaskNote
More like this