Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

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

...

Panel
titlePwsProjectNote


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

Usage Example(s)

Code Block
languagexml
titleExample 01
collapsetrue
                  	   <b:PwsProjectNote>
                        <b:CreatedByUserIdentity>
                           <b:UserDisplayName>PPSA Support User</b:UserDisplayName>
                           <b:UserId i:nil="true"/>
                           <b:UserReferenceSystemId>000</b:UserReferenceSystemId>
                           <b:UserUid>1152921504606944261</b:UserUid>
                        </b:CreatedByUserIdentity>
                        <b:CreatedTimestamp>2018-11-12T20:50:35.983Z</b:CreatedTimestamp>
                        <b:Note>B. Sills needs the detailed budget on the costume asap.</b:Note>
                        <b:CreatedByUser>
                           <b:UserDisplayName>PPSA Support User</b:UserDisplayName>
                           <b:UserId i:nil="true"/>
                           <b:UserReferenceSystemId>000</b:UserReferenceSystemId>
                           <b:UserUid>1152921504606944261</b:UserUid>
                           <b:EmailAddress>support@projectorpsa.com</b:EmailAddress>
                           <b:FirstName>PPSA Support User</b:FirstName>
                           <b:LastName>PPSA Support User</b:LastName>
                           <b:MiddleName>PPSA Support User</b:MiddleName>
                        </b:CreatedByUser>
                        <b:ReadFlag>false<ReadFlag>true</b:ReadFlag>
                        <b:ReadTimestamp i:nil="true"/>ReadTimestamp>2018-11-12T15:57:03.727</b:ReadTimestamp>
                     </b:PwsProjectNote>