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 4 Current »

Overview

This data type includes the role information of a project contact. 

Format

PwsContactRole

Elements

Element

Data Type

Description

Sample Data

ProjectRoleIdentity

PwsProjectRoleRef

The identity of project role for this project contact. Click here for more information.


RoleName

String

If this project contact is a booked or requested resource, this is the name of the role. Otherwise, it indicates what this project contact does on this project and this list includes: Engagement Manager, Project Management, Client, and Issue Owner.

Engagement Manager

Usage Example(s)

Example 01
                     <a:PwsContactRole>
                        <a:ProjectRoleIdentity i:nil="true" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"/>
                        <a:RoleName>Engagement Manager</a:RoleName>
                     </a:PwsContactRole>
Example 01
                     <a:PwsContactRole>
                        <a:ProjectRoleIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
                           <b:ExternalSystemIdentifier i:nil="true"/>
                           <b:ProjectRoleId i:nil="true"/>
                           <b:ProjectRoleUid>1152921504609599038</b:ProjectRoleUid>
                        </a:ProjectRoleIdentity>
                        <a:RoleName>PM</a:RoleName>
                     </a:PwsContactRole>
  • No labels