Versions Compared

Key

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

...

Element

Data Type

Required?

Default

Description

Sample Data

Notes

String

Yes


The project task note.

Please see the PM for more information regarding this task


ProjectTaskIdentity

PwsProjectTaskRef

Yes


The identity of the project task.


ReferenceId

String

No


Reference id (used to affiliate PwsSaveProjectTask records with associated PwsProjectTAskDetailPwsProjectTaskNote records).


EmailPmTeamFlag

Boolean

No

false

If set to 'true', the project manager team will be e-mailed the project task note.

false

Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
              <tim:PwsProjectTaskNote>
                  <tim:Notes>Please see the PM for more information regarding this task</tim:Notes>
                  <tim:ProjectTaskIdentity>
                     <com:ProjectTaskUid>1152921504608637344</com:ProjectTaskUid>
                  </tim:ProjectTaskIdentity>
                  <tim:EmailPmTeamFlag>false</tim:EmailPmTeamFlag>
               </tim:PwsProjectTaskNote>