PwsProjectManagementTeamMember
Overview
This structure represents a member of the project management team for a project (note the individual designated as the actual project manager is not represented by a PwsProjectManagementTeamMember structure). This structure also, for each member, indicates if this user receives project related emails and if the user has full act as PM permissions. The actual project manager automatically receives project related emails and has full act as PM permissions.
Format
- PwsProjectManagementTeamMember
- EmailFlag: Boolean
- UpdateFlag: Boolean
- UserIdentity: PwsUserRef
Elements
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
EmailFlag | Boolean | On Insert: No On Update: No | false | If set to "true", user will receive project related emails. | true |
UpdateFlag | Boolean | On Insert: No On Update: No | false | If set to "true", user can act as PM. | false |
UserIdentity | On Insert: Yes On Update: Yes | The user that is on the project management team. Click here for more information. |