Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Overview


This structure represents the fields associated with a project task note 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


PwsProjectTaskNote
  • PwsProjectTaskNote
    • Notes: String
    • ProjectTaskIdentity: PwsProjectTaskRef
    • ReferenceId: String
    • EmailPmTeamFlag: Boolean

Elements


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 PwsProjectTAskDetail 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)


Example 01
              <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>
  • No labels