Versions Compared

Key

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

Overview

This structure contains the non-PM user on a project's management team and if this user can receive project related emails or act as PM. 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

Panel
titlePwsProjectManagementTeamMember
  • PwsProjectManagementTeamMember
    • EmailFlag: Boolean
    • UpdateFlag: Boolean
    • UserIdentity: PwsUserRef

...

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

PwsUserRef

On Insert: Yes

On Update: NoYes


The user that is on the project management team. Click here for more information.


...