PwsProjectProjectRoles
Overview
This structure represents the unique key fields associated with identifying project roles.
Format
PwsProjectProjectRoles
ProjectIdentity: PwsProjectRef
ProjectRoles: PwsProjectRoleElement [1-100]
Elements
Element | Data Type | Description |
---|---|---|
ProjectIdentity | This structure represents the unique key fields associated with identifying a project. Projects can be identified by ProjectCode or ProjectUid. When specifying a PwsProjectRef as an input to a web service, you may specify one or both the ProjectCode and/or ProjectUid. However, if you do specify both, they must both refer to the same project or the project reference will not be considered valid. When a PwsProjectRef is returned in the response to a web service, both the ProjectCode and ProjectUid will be populated, and guaranteed to refer to a single project. | |
ProjectRoles | This structure contains an instance of PwsProjectRoleDetail which completely defines a project role. Currently, this structure has no other contents, but may in the future include additional related information about the project role that is not a direct attribute of the role itself, or additional non-editable attributes of the role. This element structure is contained in the response for PwsGetProject. |
Usage Example(s)
Â
<b:PwsProjectProjectRoles>
<b:ProjectIdentity>
<b:ProjectCode>P001057-001</b:ProjectCode>
<b:ProjectId i:nil="true"/>
<b:ProjectUid>1152921504607314988</b:ProjectUid>
</b:ProjectIdentity>
<b:ProjectRoles>
<b:PwsProjectRoleElement>
<b:ProjectRoleDetail>
<b:ExternalSystemIdentifier i:nil="true"/>
<b:ProjectRoleId i:nil="true"/>
<b:ProjectRoleUid>1152921504609071216</b:ProjectRoleUid>
<b:BaseRateOnTitleIdentity i:nil="true"/>
<b:CandidateIdentities>
<b:PwsResourceRef>
<b:ResourceDisplayName>Bettina</b:ResourceDisplayName>
<b:ResourceId i:nil="true"/>
<b:ResourceReferenceSystemId>QA - BB</b:ResourceReferenceSystemId>
<b:ResourceUid>1152921504607024874</b:ResourceUid>
</b:PwsResourceRef>
</b:CandidateIdentities>
<b:CostCenterAnyFlag>true</b:CostCenterAnyFlag>
<b:CostCenterCriteria i:nil="true" xmlns:c="http://projectorpsa.com/CommonServices/"/>
<b:CostCenterIdentity i:nil="true"/>
<b:DefaultSchedulingMode>W</b:DefaultSchedulingMode>
<b:Description i:nil="true"/>
<b:Keywords i:nil="true"/>
<b:LocationAnyFlag>true</b:LocationAnyFlag>
<b:LocationIdentities i:nil="true"/>
<b:LocationIdentity i:nil="true"/>
<b:NewExternalSystemIdentifier i:nil="true"/>
<b:ResourceIdentity>
<b:ResourceDisplayName>Bettina</b:ResourceDisplayName>
<b:ResourceId i:nil="true"/>
<b:ResourceReferenceSystemId>QA - BB</b:ResourceReferenceSystemId>
<b:ResourceUid>1152921504607024874</b:ResourceUid>
</b:ResourceIdentity>
<b:RoleEndDate i:nil="true"/>
<b:RoleName>Bettina Borces</b:RoleName>
<b:RoleStartDate i:nil="true"/>
<b:ShareCostCenterIdentity i:nil="true"/>
<b:SkillCriteria i:nil="true"/>
<b:TitleIdentities i:nil="true"/>
<b:TitleIdentity i:nil="true"/>
<b:RdcTransferCurrencyIdentity i:nil="true"/>
<b:RdcTransferHourlyRate i:nil="true"/>
<b:RevenueTransferHourlyRate i:nil="true"/>
<b:UserDefinedFields/>
<b:RateExceptions/>
<b:RdcExceptions/>
<b:InheritPurchaseOrderNumberFlag>true</b:InheritPurchaseOrderNumberFlag>
<b:PurchaseOrderNumber>PO Number - Walt Disney USA</b:PurchaseOrderNumber>
<b:ResourceTypeAnyFlag>true</b:ResourceTypeAnyFlag>
<b:ResourceTypeIdentities i:nil="true"/>
<b:ResourceTypeIdentity i:nil="true"/>
<b:ShareUserIdentity i:nil="true"/>
<b:Timestamp>AAAAADV5ZKA=</b:Timestamp>
<b:RoleTypeIdentity i:nil="true"/>
</b:ProjectRoleDetail>
<b:AssignedToSchedulersFlag>false</b:AssignedToSchedulersFlag>
<b:Notes/>
<b:ProjectIdentity>
<b:ProjectCode>P001057-001</b:ProjectCode>
<b:ProjectId i:nil="true"/>
<b:ProjectUid>1152921504607314988</b:ProjectUid>
</b:ProjectIdentity>
<b:CurrentResourceCostCenterIdentity>
<b:CostCenterId i:nil="true"/>
<b:CostCenterName>PPSA - Quality Assurance</b:CostCenterName>
<b:CostCenterNumber>PPSA - Quality Assurance</b:CostCenterNumber>
<b:CostCenterUid>1152921504606891023</b:CostCenterUid>
</b:CurrentResourceCostCenterIdentity>
<b:CurrentResourceLocationIdentity>
<b:LocationId i:nil="true"/>
<b:LocationName>USA - Illinois</b:LocationName>
<b:LocationUid>1152921504606863508</b:LocationUid>
</b:CurrentResourceLocationIdentity>
<b:CurrentResourceResourceTypeIdentity>
<b:ResourceTypeCode>FTE</b:ResourceTypeCode>
<b:ResourceTypeId i:nil="true"/>
<b:ResourceTypeName>Full Time Employee</b:ResourceTypeName>
<b:ResourceTypeUid>1152921504606847348</b:ResourceTypeUid>
</b:CurrentResourceResourceTypeIdentity>
<b:CurrentResourceTitleIdentity>
<b:DepartmentIdentity>
<b:DepartmentId i:nil="true"/>
<b:DepartmentName>Quality Assurance</b:DepartmentName>
<b:DepartmentUid>1152921504606858800</b:DepartmentUid>
</b:DepartmentIdentity>
<b:TitleId i:nil="true"/>
<b:TitleName>Level 3</b:TitleName>
<b:TitleUid>1152921504606901117</b:TitleUid>
</b:CurrentResourceTitleIdentity>
<b:DeletedFlag>false</b:DeletedFlag>
<b:EarliestAllowableEndDate>2014-11-20T00:00:00</b:EarliestAllowableEndDate>
<b:EffectiveCriteriaSet>A</b:EffectiveCriteriaSet>
<b:InheritedPurchaseOrderNumber>PO Number - Walt Disney USA</b:InheritedPurchaseOrderNumber>
<b:LatestAllowableStartDate>2014-11-17T00:00:00</b:LatestAllowableStartDate>
<b:RoleStatus>N</b:RoleStatus>
<b:TotalScheduledMinutes>0</b:TotalScheduledMinutes>
<b:UnnamedCriteriaCompleteFlag>false</b:UnnamedCriteriaCompleteFlag>
</b:PwsProjectRoleElement>
</b:ProjectRoles>
</b:PwsProjectProjectRoles>