...
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 | 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 | ||||||
---|---|---|---|---|---|---|
| ||||||
<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> |