PwsProjectTaskNoteHistory

Overview


This structure contains the history of notes loagged against a task. Project task notes are used to communicate information between people who can open the project. It is best thought of as a bulletin board because the communication is open for all to see and read.

Format


PwsProjectTaskNoteHistory
  • PwsProjectTaskNoteHistory
    • CreatedByUser: PwsUserRef
    • CreatedTimestamp: DateTime
    • ProjectTaskNotes: String (4000)

Elements


Element

Data Type

Description

Sample Data

CreatedByUser

PwsUserRef

The user who created the project task note.


CreatedTimestamp

DateTime

The date and time (in UTC) this project task note was created.

2018-03-07T18:24:42.013Z

ProjectTaskNotes

String (4000)

The project task note text.

Please speak to Jack before starting this task

Usage Example(s)


Example 01
                          <a:PwsProjectTaskNoteHistory>
                              <a:CreatedByUser xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
                                 <b:UserDisplayName>Jack Spratt</b:UserDisplayName>
                                 <b:UserId i:nil="true"/>
                                 <b:UserReferenceSystemId>E123</b:UserReferenceSystemId>
                                 <b:UserUid>1152921504607112369</b:UserUid>
                              </a:CreatedByUser>
                              <a:CreatedTimestamp>2018-03-07T18:24:42.013Z</a:CreatedTimestamp>
                              <a:ProjectTaskNotes>Please speak to Jack before starting this task</a:ProjectTaskNotes>
                           </a:PwsProjectTaskNoteHistory>