Overview
This web service inserts or updates a single project based on a detailed project structure (PwsProjectDetail). The service returns the identity (PwsProjectRef) of the project that has been inserted or updated. The caller can optionally request that the full project detail (PwsProjectElement) be included in the response. Please note, upon creation of a new project, certain attributes may be derived from engagement type defaults or inherited from the engagement. Â
...
Panel | ||
---|---|---|
| ||
|
...
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
Int32 | No | Click here for more information. | 1 | ||
String | Yes | Click here for more information. | Ad0gaqAh34T3anLQ/dUmpQ== | ||
CloseDateClearFlag | Boolean | No | false | If set to "true", the end date of the project will be cleared. | false |
CostGlccOverrideClearFlag | Boolean | deprecated | *** This field has been deprecated *** | ||
DescriptionClearFlag | Boolean | No | false | If set to "true", project description will be cleared.. | false |
FullDetailFlag | Boolean | No | false | If set to "true", full project element will be included in response. | false |
Mode | String (1) | Yes | Applies if FullDetailFlag is set to true: A to retrieve booked data for roles. R to retrieve requested data for roles. E to retrieve effective data for roles (booked data for booked roles, requested data for requested roles). | A/R | |
PercentLikelihoodClearFlag | Boolean | No | false | If set to "true", project percent likelihood will be cleared. When this value is cleared, the percent likelihood is derived from the percent likelihood value associated with the project's stage. | false |
Project | Yes | Structure that contains the complete information of the project. Please click here for more information. If PwsProjectDetail refers to an existing project, this request updates this project; otherwise, this request creates a new project. | |||
StealLockFlag | Boolean | deprecated | *** This field has been deprecated *** | ||
TimeGlccOverrideClearFlag | Boolean | deprecated | *** This field has been deprecated *** | ||
WorkspaceMessagesClearFlag | Boolean | No | false | If set to "true", project workspace message will be cleared. | false |
ForceAdvancedSetupChangeFlag | Boolean | No | false | Advanced: This can be used to force PLCC mapping changes for time and/or cost mappings in the face of existing transactional data. If this flag is not set to true, an error will be returned if you attempt to change the time or cost PLCC mappings and there are time card or cost card transactions associated with the project. Note you must also have advanced project setup permission to force the mapping changes. | false |
EngagementTimestamp | String | deprecated | *** This field has been deprecated *** | ||
ManagementTeamClearFlag | Boolean | No | false | If set to "true", clear the non-PM members of the project management team. | false |
BdDashboardClearFlag | Boolean | No | false | If set to "true", clear the Belladati (advanced analytics) dashboard configuration for this project, and BdDashboards data is ignored. | false |
ExpenseTypeConfigurationClearFlag | Boolean | No | false | if set to "true", clear the expenes type configuration for this project. | false |
LocksToSteal | PwsEntityLockSummary[1.100] | No | The detailed information of the locks that are to be stolen. If not specified, the request will fail if any requested locks are already held. If specified, the information supplied must exactly match the current state of existing locks or the attempt to steal the existing locks will fail. Typically, this service is invoked with LocksToSteal empty or null. If there are existing locks, they will be returned in the LockHolders member of PwsFault. This data can then be sent, as is, back to the server in a second invocation of this service, as LocksToSteal, if the caller desires to steal the locks. | ||
ProjectorLockSetId | Int32 | No | A projector lock set id is an identifier for a group of one or more locks held as a unit. | ||
AamDashboardClearFlag | Boolean | No | false | True to clear AAM dashboards for project. | |
ExcludeReadNotesFlag | Boolean | No | false | If true, notes that have been marked as read by the current user are excluded from the data returned. Applies only when FullDetailFlag is true. | |
IncludeDeletedRolesFlag | Boolean | No | false | If true, deleted roles are included in the response data. Applies only when FullDetailFlag is true. | |
RevalueAction | String | No | N | This indicates how the service should respond if there are time cards that would become in need of revalue as a result of the changes. The valid values are:
| |
InvoiceTabMessageClearFlag | Boolean | No | false | If set to "true", clear the invoice tab message for this project. | |
IssueCategoryClearFlag | Boolean | No | false | If set to "true", clear the issue category for this project. | |
IssueStatusClearFlag | Boolean | No | false | If set to "true", clear the issue status configuration for this project. | |
ProjectLoginClearFlag | Boolean | No | false | If set to "true", clear the users on Client Logins tab. | |
WorkspaceLogoClearFlag | Boolean | No | false | If set to "true", clear the project logo. |
...
Panel | ||
---|---|---|
| ||
|
Response Elements
Element | Data Type | Description | Sample Data |
---|---|---|---|
Messages | The web service response status and message. Click here for more information. | ||
ResponseId | Int32 | Click here for more information. | 1 |
Status | Click here for more information. | Ok | |
DateTime | Click here for more information. | ||
Project | The complete set of information about the project. Populated only if FullDetailFlag is specified in the request. Click here for more information. | ||
ProjectIdentity | The unique keys used to identify the project. Click here for more information. | ||
RevalueReport | PwsRevalueReport | Information about time cards on the project that were affected or would be affected by the change. Populated only when RevalueAction is R (Revalue) or C (Check). If RevalueAction is R, the values included in this structure reflect what was done. If RevalueAction is C, the values reflect what would be done if the service were invoked again with RevalueAction set to R. | |
EngagementTimestamp | String | *** This field has been deprecated *** | |
LockStolenFromUserIdentity | *** This field has been deprecated *** | ||
ProjectTimestamp | String | This is an optimistic locking timestamp that, if provided on update request, will cause the request to fail when the timestamp stored in the database does not match the provided value. | |
StolenLocks | PwsEntityLockSummary | This structure contains information about the locks that were stolen in order to complete this request, Will be included only when LocksToSteal is specified in the request. |
...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Body>
<PwsSaveProjectResponse xmlns="http://projectorpsa.com/PwsProjectorServices/">
<PwsSaveProjectResult xmlns:a="http://projectorpsa.com/DataContracts/Shared/Scheduling/" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<Messages xmlns="http://projectorpsa.com/CommonServices/" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
<b:PwsMessage>
<b:AdditionalErrorText i:nil="true"/>
<b:ErrorCode>DeprecatedField</b:ErrorCode>
<b:ErrorNumber>158</b:ErrorNumber>
<b:ErrorText>The field 'Deprecated_StealLockFlag' in the class 'PwsSaveProjectRq' has been deprecated as of V18. Please refer to the Projector Web Services documentation for the preferred replacement.</b:ErrorText>
<b:Type>Information</b:Type>
<b:ReferenceId1 i:nil="true"/>
<b:ReferenceId2 i:nil="true"/>
</b:PwsMessage>
<b:PwsMessage>
<b:AdditionalErrorText>Message 136: This request was executed against the QA [appqa.projectorpsa.com] environment.</b:AdditionalErrorText>
<b:ErrorCode>NonProductionEnvironment</b:ErrorCode>
<b:ErrorNumber>136</b:ErrorNumber>
<b:ErrorText>This web service request was executed against a non-production instance of Projector.</b:ErrorText>
<b:Type>Information</b:Type>
<b:ReferenceId1 i:nil="true"/>
<b:ReferenceId2 i:nil="true"/>
</b:PwsMessage>
</Messages>
<ResponseId xmlns="http://projectorpsa.com/CommonServices/">0</ResponseId>
<Status xmlns="http://projectorpsa.com/CommonServices/">Ok</Status>
<ServerTimestampUtc xmlns="http://projectorpsa.com/CommonServices/">2019-10-10T12:55:39.4480028Z</ServerTimestampUtc>
<a:Project xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
<b:ProjectDetail>
<b:ProjectCode>P001053-WS3</b:ProjectCode>
<b:ProjectId i:nil="true"/>
<b:ProjectUid>1152921504607449169</b:ProjectUid>
<b:EngagementIdentity>
<b:EngagementCode>P001053</b:EngagementCode>
<b:EngagementId i:nil="true"/>
<b:EngagementUid>1152921504607090526</b:EngagementUid>
</b:EngagementIdentity>
<b:ProjectName>Updated using PwsSaveProject</b:ProjectName>
<b:CloseDate>2022-07-27T00:00:00Z</b:CloseDate>
<b:CostGlccOverride i:nil="true"/>
<b:CostPlccMappingType i:nil="true"/>
<b:DefaultSchedulingMode>D</b:DefaultSchedulingMode>
<b:Description>Updated scription from web service</b:Description>
<b:EmEmailFlag>true</b:EmEmailFlag>
<b:EngagementTimestamp>AAAAABQKsws=</b:EngagementTimestamp>
<b:ExpenseApprovalUserIdentity>
<b:UserDisplayName>Larry Krakauer</b:UserDisplayName>
<b:UserId i:nil="true"/>
<b:UserReferenceSystemId>097</b:UserReferenceSystemId>
<b:UserUid>1152921504606944254</b:UserUid>
</b:ExpenseApprovalUserIdentity>
<b:ExpenseApproverType>U</b:ExpenseApproverType>
<b:ExpenseEntryRestrictedToResourcesAssignedToRolesFlag>false</b:ExpenseEntryRestrictedToResourcesAssignedToRolesFlag>
<b:LocationIdentity>
<b:LocationId i:nil="true"/>
<b:LocationName>Boston</b:LocationName>
<b:LocationUid>1152921504606852816</b:LocationUid>
</b:LocationIdentity>
<b:ManagerIdentity>
<b:UserDisplayName>Larry Krakauer</b:UserDisplayName>
<b:UserId i:nil="true"/>
<b:UserReferenceSystemId>097</b:UserReferenceSystemId>
<b:UserUid>1152921504606944254</b:UserUid>
</b:ManagerIdentity>
<b:MinutesPerDay>420</b:MinutesPerDay>
<b:NarrativeRequiredFlag>true</b:NarrativeRequiredFlag>
<b:NewProjectCode i:nil="true"/>
<b:OpenDate>2011-01-01T00:00:00Z</b:OpenDate>
<b:OpenForCostFlag>false</b:OpenForCostFlag>
<b:OpenForCostTransferFlag>false</b:OpenForCostTransferFlag>
<b:OpenForTimeFlag>false</b:OpenForTimeFlag>
<b:OpenForTimeTransferFlag>false</b:OpenForTimeTransferFlag>
<b:PercentLikelihood>0</b:PercentLikelihood>
<b:PmModuleEnabledFlag>true</b:PmModuleEnabledFlag>
<b:ProjectStageIdentity>
<b:ProjectStageId i:nil="true"/>
<b:ProjectStageName>Delivery</b:ProjectStageName>
<b:ProjectStageShortName>Delivery</b:ProjectStageShortName>
<b:ProjectStageUid>1152921504606849646</b:ProjectStageUid>
</b:ProjectStageIdentity>
<b:ProjectWorkspaceEnabledFlag>true</b:ProjectWorkspaceEnabledFlag>
<b:Rates>
<b:PwsProjectRate>
<b:BeginDate i:nil="true"/>
<b:BillingAdjustedDiscountPercent>3</b:BillingAdjustedDiscountPercent>
<b:ContractDiscountPercent>1</b:ContractDiscountPercent>
<b:EndDate>2020-05-31T00:00:00Z</b:EndDate>
<b:RateCardIdentity>
<b:RateCardId i:nil="true"/>
<b:RateCardName>Standard Public Sector Rates (USD)</b:RateCardName>
<b:RateCardType>R</b:RateCardType>
<b:RateCardUid>1152921504606854737</b:RateCardUid>
</b:RateCardIdentity>
</b:PwsProjectRate>
<b:PwsProjectRate>
<b:BeginDate>2020-06-01T00:00:00Z</b:BeginDate>
<b:BillingAdjustedDiscountPercent>10</b:BillingAdjustedDiscountPercent>
<b:ContractDiscountPercent>5</b:ContractDiscountPercent>
<b:EndDate i:nil="true"/>
<b:RateCardIdentity>
<b:RateCardId i:nil="true"/>
<b:RateCardName>Standard Financial Services Rates (USD)</b:RateCardName>
<b:RateCardType>R</b:RateCardType>
<b:RateCardUid>1152921504606854735</b:RateCardUid>
</b:RateCardIdentity>
</b:PwsProjectRate>
</b:Rates>
<b:TimeApprovalUserIdentity>
<b:UserDisplayName>Ronni Skinner</b:UserDisplayName>
<b:UserId i:nil="true"/>
<b:UserReferenceSystemId>030</b:UserReferenceSystemId>
<b:UserUid>1152921504606944264</b:UserUid>
</b:TimeApprovalUserIdentity>
<b:TimeApproverType>U</b:TimeApproverType>
<b:TimeEntryRestrictedToResourcesAssignedToRolesFlag>false</b:TimeEntryRestrictedToResourcesAssignedToRolesFlag>
<b:TimeEntryRestrictedToRolesAssignedToTasksFlag>false</b:TimeEntryRestrictedToRolesAssignedToTasksFlag>
<b:TimeGlccOverride i:nil="true"/>
<b:TimePlccMappingType i:nil="true"/>
<b:UserDefinedFields>
<b:PwsUserDefinedFieldDetail>
<b:UdfId i:nil="true"/>
<b:UdfName>PUDF_Num4dp_Req</b:UdfName>
<b:UdfUid>1152921504606857061</b:UdfUid>
<b:BooleanValue i:nil="true"/>
<b:DataType>I</b:DataType>
<b:DateValue i:nil="true"/>
<b:IntegerValue>12345</b:IntegerValue>
<b:ResourceIdentityValue i:nil="true"/>
<b:TextValue i:nil="true"/>
<b:UdfTreatment>A</b:UdfTreatment>
<b:StoplightValues/>
<b:NumericValue>12345</b:NumericValue>
<b:RelationValue i:nil="true"/>
<b:StoplightValuesClearFlag>false</b:StoplightValuesClearFlag>
</b:PwsUserDefinedFieldDetail>
<b:PwsUserDefinedFieldDetail>
<b:UdfId i:nil="true"/>
<b:UdfName>PUDF_YN</b:UdfName>
<b:UdfUid>1152921504606857062</b:UdfUid>
<b:BooleanValue>true</b:BooleanValue>
<b:DataType>Y</b:DataType>
<b:DateValue i:nil="true"/>
<b:IntegerValue i:nil="true"/>
<b:ResourceIdentityValue i:nil="true"/>
<b:TextValue i:nil="true"/>
<b:UdfTreatment>A</b:UdfTreatment>
<b:StoplightValues/>
<b:NumericValue i:nil="true"/>
<b:RelationValue i:nil="true"/>
<b:StoplightValuesClearFlag>false</b:StoplightValuesClearFlag>
</b:PwsUserDefinedFieldDetail>
<b:PwsUserDefinedFieldDetail>
<b:UdfId i:nil="true"/>
<b:UdfName>Tentative start date</b:UdfName>
<b:UdfUid>1152921504606860917</b:UdfUid>
<b:BooleanValue i:nil="true"/>
<b:DataType>D</b:DataType>
<b:DateValue>2019-01-01T00:00:00Z</b:DateValue>
<b:IntegerValue i:nil="true"/>
<b:ResourceIdentityValue i:nil="true"/>
<b:TextValue i:nil="true"/>
<b:UdfTreatment>A</b:UdfTreatment>
<b:StoplightValues/>
<b:NumericValue i:nil="true"/>
<b:RelationValue i:nil="true"/>
<b:StoplightValuesClearFlag>false</b:StoplightValuesClearFlag>
</b:PwsUserDefinedFieldDetail>
</b:UserDefinedFields>
<b:WorkspaceMessages>This project is created to manage the set and costume production for Met Opera's Don Carlo production</b:WorkspaceMessages>
<b:BookExpenseResourceCostCenterIdentity>
<b:CostCenterId i:nil="true"/>
<b:CostCenterName>RevCorp CA</b:CostCenterName>
<b:CostCenterNumber>CA</b:CostCenterNumber>
<b:CostCenterUid>1152921504606856647</b:CostCenterUid>
</b:BookExpenseResourceCostCenterIdentity>
<b:BookExpenseResourcesAllowCode>C</b:BookExpenseResourcesAllowCode>
<b:BookTimeResourceCostCenterIdentity i:nil="true"/>
<b:BookTimeResourcesAllowCode>A</b:BookTimeResourcesAllowCode>
<b:PlccMappings>
<b:PwsProjectPlccMappingCostCenter>
<b:AllocationFraction>0.85</b:AllocationFraction>
<b:CostCenterIdentity>
<b:CostCenterId i:nil="true"/>
<b:CostCenterName>RevCorp CA</b:CostCenterName>
<b:CostCenterNumber>CA</b:CostCenterNumber>
<b:CostCenterUid>1152921504606856647</b:CostCenterUid>
</b:CostCenterIdentity>
<b:CostCenterType>S</b:CostCenterType>
<b:GlccOverride i:nil="true"/>
<b:MappingType>TR</b:MappingType>
</b:PwsProjectPlccMappingCostCenter>
<b:PwsProjectPlccMappingCostCenter>
<b:AllocationFraction>0.15</b:AllocationFraction>
<b:CostCenterIdentity>
<b:CostCenterId i:nil="true"/>
<b:CostCenterName>RevCorp US</b:CostCenterName>
<b:CostCenterNumber>US</b:CostCenterNumber>
<b:CostCenterUid>1152921504606856648</b:CostCenterUid>
</b:CostCenterIdentity>
<b:CostCenterType>S</b:CostCenterType>
<b:GlccOverride>CC-ABC</b:GlccOverride>
<b:MappingType>TR</b:MappingType>
</b:PwsProjectPlccMappingCostCenter>
<b:PwsProjectPlccMappingCostCenter>
<b:AllocationFraction>0.55</b:AllocationFraction>
<b:CostCenterIdentity>
<b:CostCenterId i:nil="true"/>
<b:CostCenterName>RevCorp CA</b:CostCenterName>
<b:CostCenterNumber>CA</b:CostCenterNumber>
<b:CostCenterUid>1152921504606856647</b:CostCenterUid>
</b:CostCenterIdentity>
<b:CostCenterType>S</b:CostCenterType>
<b:GlccOverride i:nil="true"/>
<b:MappingType>RDC</b:MappingType>
</b:PwsProjectPlccMappingCostCenter>
<b:PwsProjectPlccMappingCostCenter>
<b:AllocationFraction>0.45</b:AllocationFraction>
<b:CostCenterIdentity>
<b:CostCenterId i:nil="true"/>
<b:CostCenterName>RevCorp US</b:CostCenterName>
<b:CostCenterNumber>US</b:CostCenterNumber>
<b:CostCenterUid>1152921504606856648</b:CostCenterUid>
</b:CostCenterIdentity>
<b:CostCenterType>S</b:CostCenterType>
<b:GlccOverride i:nil="true"/>
<b:MappingType>RDC</b:MappingType>
</b:PwsProjectPlccMappingCostCenter>
<b:PwsProjectPlccMappingCostCenter>
<b:AllocationFraction>0.53</b:AllocationFraction>
<b:CostCenterIdentity>
<b:CostCenterId i:nil="true"/>
<b:CostCenterName>RevCorp CA</b:CostCenterName>
<b:CostCenterNumber>CA</b:CostCenterNumber>
<b:CostCenterUid>1152921504606856647</b:CostCenterUid>
</b:CostCenterIdentity>
<b:CostCenterType>S</b:CostCenterType>
<b:GlccOverride i:nil="true"/>
<b:MappingType>SRDC</b:MappingType>
</b:PwsProjectPlccMappingCostCenter>
<b:PwsProjectPlccMappingCostCenter>
<b:AllocationFraction>0.47</b:AllocationFraction>
<b:CostCenterIdentity>
<b:CostCenterId i:nil="true"/>
<b:CostCenterName>RevCorp US</b:CostCenterName>
<b:CostCenterNumber>US</b:CostCenterNumber>
<b:CostCenterUid>1152921504606856648</b:CostCenterUid>
</b:CostCenterIdentity>
<b:CostCenterType>S</b:CostCenterType>
<b:GlccOverride i:nil="true"/>
<b:MappingType>SRDC</b:MappingType>
</b:PwsProjectPlccMappingCostCenter>
<b:PwsProjectPlccMappingCostCenter>
<b:AllocationFraction>0.75</b:AllocationFraction>
<b:CostCenterIdentity>
<b:CostCenterId i:nil="true"/>
<b:CostCenterName>RevCorp CA</b:CostCenterName>
<b:CostCenterNumber>CA</b:CostCenterNumber>
<b:CostCenterUid>1152921504606856647</b:CostCenterUid>
</b:CostCenterIdentity>
<b:CostCenterType>S</b:CostCenterType>
<b:GlccOverride i:nil="true"/>
<b:MappingType>OR</b:MappingType>
</b:PwsProjectPlccMappingCostCenter>
<b:PwsProjectPlccMappingCostCenter>
<b:AllocationFraction>0.25</b:AllocationFraction>
<b:CostCenterIdentity>
<b:CostCenterId i:nil="true"/>
<b:CostCenterName>RevCorp US</b:CostCenterName>
<b:CostCenterNumber>US</b:CostCenterNumber>
<b:CostCenterUid>1152921504606856648</b:CostCenterUid>
</b:CostCenterIdentity>
<b:CostCenterType>S</b:CostCenterType>
<b:GlccOverride i:nil="true"/>
<b:MappingType>OR</b:MappingType>
</b:PwsProjectPlccMappingCostCenter>
<b:PwsProjectPlccMappingCostCenter>
<b:AllocationFraction>0.65</b:AllocationFraction>
<b:CostCenterIdentity>
<b:CostCenterId i:nil="true"/>
<b:CostCenterName>RevCorp CA</b:CostCenterName>
<b:CostCenterNumber>CA</b:CostCenterNumber>
<b:CostCenterUid>1152921504606856647</b:CostCenterUid>
</b:CostCenterIdentity>
<b:CostCenterType>S</b:CostCenterType>
<b:GlccOverride i:nil="true"/>
<b:MappingType>OE</b:MappingType>
</b:PwsProjectPlccMappingCostCenter>
<b:PwsProjectPlccMappingCostCenter>
<b:AllocationFraction>0.35</b:AllocationFraction>
<b:CostCenterIdentity>
<b:CostCenterId i:nil="true"/>
<b:CostCenterName>RevCorp US</b:CostCenterName>
<b:CostCenterNumber>US</b:CostCenterNumber>
<b:CostCenterUid>1152921504606856648</b:CostCenterUid>
</b:CostCenterIdentity>
<b:CostCenterType>S</b:CostCenterType>
<b:GlccOverride i:nil="true"/>
<b:MappingType>OE</b:MappingType>
</b:PwsProjectPlccMappingCostCenter>
</b:PlccMappings>
<b:ContractLineItemIdentity>
<b:ContractLineItemCode>P001053-CL1</b:ContractLineItemCode>
<b:ContractLineItemId i:nil="true"/>
<b:ContractLineItemUid>1152921504606877177</b:ContractLineItemUid>
</b:ContractLineItemIdentity>
<b:ManagementTeam/>
<b:BdDashboards/>
<b:ExpenseTypeConfigurationIdentity i:nil="true"/>
<b:InheritPurchaseOrderNumberFlag>false</b:InheritPurchaseOrderNumberFlag>
<b:PurchaseOrderNumber>Met-Don-Carlo</b:PurchaseOrderNumber>
<b:Timestamp>AAAAABQMKrQ=</b:Timestamp>
<b:AamDashboards>
<b:PwsProjectAamDashboardDetail>
<b:ProjectAamDashboardId i:nil="true"/>
<b:ProjectAamDashboardUid>1152921504606854784</b:ProjectAamDashboardUid>
<b:AamIntegrationSummary>
<b:AamIntegrationId i:nil="true"/>
<b:AamIntegrationName>MS Power BI</b:AamIntegrationName>
<b:AamIntegrationUid>1152921504606847093</b:AamIntegrationUid>
<b:AamType>M</b:AamType>
</b:AamIntegrationSummary>
<b:ProjectAamDashboardName>PowerBI (WS)</b:ProjectAamDashboardName>
<b:BookedResourcesAllowedFlag>false</b:BookedResourcesAllowedFlag>
<b:CcUsersAllowedFlag>false</b:CcUsersAllowedFlag>
<b:ClientsAllowedFlag>false</b:ClientsAllowedFlag>
<b:EmAllowedFlag>false</b:EmAllowedFlag>
<b:LtdBookedResourcesAllowedFlag>false</b:LtdBookedResourcesAllowedFlag>
<b:LtdOtherResourcesAllowedFlag>false</b:LtdOtherResourcesAllowedFlag>
<b:OtherResourcesAllowedFlag>false</b:OtherResourcesAllowedFlag>
<b:PmAllowedFlag>true</b:PmAllowedFlag>
<b:ProjectAamDashboardParams i:type="b:PwsAamPbDashboardParams">
<b:PbFilter>filter=PBI-ProjectList/ProjectCode eq '{0}'</b:PbFilter>
<b:PbReportId>26c0b4b3-9fa6-4bb1-9e2e-a2bb4d0270a3</b:PbReportId>
<b:PbWorkspaceId>7b087de2-53a5-4cc7-b51d-0d780508debb</b:PbWorkspaceId>
</b:ProjectAamDashboardParams>
</b:PwsProjectAamDashboardDetail>
</b:AamDashboards>
</b:ProjectDetail>
<b:RateTypes>
<b:PwsProjectRateTypeElement>
<b:ProjectRateTypeDetail>
<b:ExternalSystemIdentifier i:nil="true"/>
<b:ProjectRateTypeId i:nil="true"/>
<b:ProjectRateTypeUid>1152921504607411178</b:ProjectRateTypeUid>
<b:ProjectRateTypeName>1. Regular (5%-10%)</b:ProjectRateTypeName>
<b:BillingAdjustedDiscountPercent>0.1</b:BillingAdjustedDiscountPercent>
<b:BillingAdjustedHourlyRate i:nil="true"/>
<b:ContractDiscountPercent>0.05</b:ContractDiscountPercent>
<b:ContractHourlyRate i:nil="true"/>
<b:SortOrder>1</b:SortOrder>
<b:StandardRateTypeIdentity>
<b:StandardRateTypeCode>1RG</b:StandardRateTypeCode>
<b:StandardRateTypeId i:nil="true"/>
<b:StandardRateTypeName>1. Regular (5%-10%)</b:StandardRateTypeName>
<b:StandardRateTypeUid>1152921504606847191</b:StandardRateTypeUid>
</b:StandardRateTypeIdentity>
</b:ProjectRateTypeDetail>
</b:PwsProjectRateTypeElement>
<b:PwsProjectRateTypeElement>
<b:ProjectRateTypeDetail>
<b:ExternalSystemIdentifier i:nil="true"/>
<b:ProjectRateTypeId i:nil="true"/>
<b:ProjectRateTypeUid>1152921504607411179</b:ProjectRateTypeUid>
<b:ProjectRateTypeName>3. Not Chargeable</b:ProjectRateTypeName>
<b:BillingAdjustedDiscountPercent i:nil="true"/>
<b:BillingAdjustedHourlyRate>0</b:BillingAdjustedHourlyRate>
<b:ContractDiscountPercent i:nil="true"/>
<b:ContractHourlyRate i:nil="true"/>
<b:SortOrder>2</b:SortOrder>
<b:StandardRateTypeIdentity>
<b:StandardRateTypeCode>3NC</b:StandardRateTypeCode>
<b:StandardRateTypeId i:nil="true"/>
<b:StandardRateTypeName>3. Not Chargeable</b:StandardRateTypeName>
<b:StandardRateTypeUid>1152921504606847193</b:StandardRateTypeUid>
</b:StandardRateTypeIdentity>
</b:ProjectRateTypeDetail>
</b:PwsProjectRateTypeElement>
</b:RateTypes>
<b:Roles/>
<b:TaskTypes>
<b:PwsProjectTaskTypeElement>
<b:ProjectTaskTypeDetail>
<b:ExternalSystemIdentifier i:nil="true"/>
<b:ProjectTaskTypeId i:nil="true"/>
<b:ProjectTaskTypeUid>1152921504608235267</b:ProjectTaskTypeUid>
<b:ProjectTaskTypeName>Design</b:ProjectTaskTypeName>
<b:AllowedProjectRateTypeIdentities>
<b:PwsProjectRateTypeRef>
<b:ExternalSystemIdentifier i:nil="true"/>
<b:ProjectRateTypeId i:nil="true"/>
<b:ProjectRateTypeUid>1152921504607411178</b:ProjectRateTypeUid>
</b:PwsProjectRateTypeRef>
<b:PwsProjectRateTypeRef>
<b:ExternalSystemIdentifier i:nil="true"/>
<b:ProjectRateTypeId i:nil="true"/>
<b:ProjectRateTypeUid>1152921504607411179</b:ProjectRateTypeUid>
</b:PwsProjectRateTypeRef>
</b:AllowedProjectRateTypeIdentities>
<b:DefaultProjectRateTypeIdentity>
<b:ExternalSystemIdentifier i:nil="true"/>
<b:ProjectRateTypeId i:nil="true"/>
<b:ProjectRateTypeUid>1152921504607411178</b:ProjectRateTypeUid>
</b:DefaultProjectRateTypeIdentity>
<b:InactiveFlag>false</b:InactiveFlag>
<b:NarrativeRequiredFlag>false</b:NarrativeRequiredFlag>
<b:NewExternalSystemIdentifier i:nil="true"/>
<b:SortOrder>1</b:SortOrder>
<b:StandardTaskTypeIdentity>
<b:StandardTaskTypeCode>3DSGN</b:StandardTaskTypeCode>
<b:StandardTaskTypeId i:nil="true"/>
<b:StandardTaskTypeName>3. Design</b:StandardTaskTypeName>
<b:StandardTaskTypeUid>1152921504606847724</b:StandardTaskTypeUid>
</b:StandardTaskTypeIdentity>
<b:InheritPurchaseOrderNumberFlag>true</b:InheritPurchaseOrderNumberFlag>
<b:PurchaseOrderNumber i:nil="true"/>
</b:ProjectTaskTypeDetail>
</b:PwsProjectTaskTypeElement>
<b:PwsProjectTaskTypeElement>
<b:ProjectTaskTypeDetail>
<b:ExternalSystemIdentifier i:nil="true"/>
<b:ProjectTaskTypeId i:nil="true"/>
<b:ProjectTaskTypeUid>1152921504608235268</b:ProjectTaskTypeUid>
<b:ProjectTaskTypeName>Implementation</b:ProjectTaskTypeName>
<b:AllowedProjectRateTypeIdentities>
<b:PwsProjectRateTypeRef>
<b:ExternalSystemIdentifier i:nil="true"/>
<b:ProjectRateTypeId i:nil="true"/>
<b:ProjectRateTypeUid>1152921504607411178</b:ProjectRateTypeUid>
</b:PwsProjectRateTypeRef>
<b:PwsProjectRateTypeRef>
<b:ExternalSystemIdentifier i:nil="true"/>
<b:ProjectRateTypeId i:nil="true"/>
<b:ProjectRateTypeUid>1152921504607411179</b:ProjectRateTypeUid>
</b:PwsProjectRateTypeRef>
</b:AllowedProjectRateTypeIdentities>
<b:DefaultProjectRateTypeIdentity>
<b:ExternalSystemIdentifier i:nil="true"/>
<b:ProjectRateTypeId i:nil="true"/>
<b:ProjectRateTypeUid>1152921504607411178</b:ProjectRateTypeUid>
</b:DefaultProjectRateTypeIdentity>
<b:InactiveFlag>false</b:InactiveFlag>
<b:NarrativeRequiredFlag>false</b:NarrativeRequiredFlag>
<b:NewExternalSystemIdentifier i:nil="true"/>
<b:SortOrder>2</b:SortOrder>
<b:StandardTaskTypeIdentity>
<b:StandardTaskTypeCode>5IMPL</b:StandardTaskTypeCode>
<b:StandardTaskTypeId i:nil="true"/>
<b:StandardTaskTypeName>5. Implementation</b:StandardTaskTypeName>
<b:StandardTaskTypeUid>1152921504606847728</b:StandardTaskTypeUid>
</b:StandardTaskTypeIdentity>
<b:InheritPurchaseOrderNumberFlag>true</b:InheritPurchaseOrderNumberFlag>
<b:PurchaseOrderNumber i:nil="true"/>
</b:ProjectTaskTypeDetail>
</b:PwsProjectTaskTypeElement>
<b:PwsProjectTaskTypeElement>
<b:ProjectTaskTypeDetail>
<b:ExternalSystemIdentifier i:nil="true"/>
<b:ProjectTaskTypeId i:nil="true"/>
<b:ProjectTaskTypeUid>1152921504608235269</b:ProjectTaskTypeUid>
<b:ProjectTaskTypeName>Quality Assurance</b:ProjectTaskTypeName>
<b:AllowedProjectRateTypeIdentities>
<b:PwsProjectRateTypeRef>
<b:ExternalSystemIdentifier i:nil="true"/>
<b:ProjectRateTypeId i:nil="true"/>
<b:ProjectRateTypeUid>1152921504607411178</b:ProjectRateTypeUid>
</b:PwsProjectRateTypeRef>
<b:PwsProjectRateTypeRef>
<b:ExternalSystemIdentifier i:nil="true"/>
<b:ProjectRateTypeId i:nil="true"/>
<b:ProjectRateTypeUid>1152921504607411179</b:ProjectRateTypeUid>
</b:PwsProjectRateTypeRef>
</b:AllowedProjectRateTypeIdentities>
<b:DefaultProjectRateTypeIdentity>
<b:ExternalSystemIdentifier i:nil="true"/>
<b:ProjectRateTypeId i:nil="true"/>
<b:ProjectRateTypeUid>1152921504607411178</b:ProjectRateTypeUid>
</b:DefaultProjectRateTypeIdentity>
<b:InactiveFlag>false</b:InactiveFlag>
<b:NarrativeRequiredFlag>false</b:NarrativeRequiredFlag>
<b:NewExternalSystemIdentifier i:nil="true"/>
<b:SortOrder>3</b:SortOrder>
<b:StandardTaskTypeIdentity>
<b:StandardTaskTypeCode>6QA</b:StandardTaskTypeCode>
<b:StandardTaskTypeId i:nil="true"/>
<b:StandardTaskTypeName>6. Quality Assurance</b:StandardTaskTypeName>
<b:StandardTaskTypeUid>1152921504606847730</b:StandardTaskTypeUid>
</b:StandardTaskTypeIdentity>
<b:InheritPurchaseOrderNumberFlag>true</b:InheritPurchaseOrderNumberFlag>
<b:PurchaseOrderNumber i:nil="true"/>
</b:ProjectTaskTypeDetail>
</b:PwsProjectTaskTypeElement>
</b:TaskTypes>
<b:Tasks>
<b:PwsProjectTaskElement>
<b:ProjectTaskDetail>
<b:ExternalSystemIdentifier i:nil="true"/>
<b:ProjectTaskId i:nil="true"/>
<b:ProjectTaskUid>1152921504608936722</b:ProjectTaskUid>
<b:CompletedFlag>false</b:CompletedFlag>
<b:Description i:nil="true"/>
<b:DurationMinutes>0</b:DurationMinutes>
<b:EarliestStartDate i:nil="true"/>
<b:FullWbsCode>1</b:FullWbsCode>
<b:NewExternalSystemIdentifier i:nil="true"/>
<b:OpenForTimeFlag>true</b:OpenForTimeFlag>
<b:ParentTaskIdentity i:nil="true"/>
<b:PlannedEndDateTime>2011-01-03T00:00:00Z</b:PlannedEndDateTime>
<b:PlannedStartDateTime>2011-01-03T00:00:00Z</b:PlannedStartDateTime>
<b:Predecessors/>
<b:PreviousSiblingTaskIdentity i:nil="true"/>
<b:ProjectTaskTypeIdentity>
<b:ExternalSystemIdentifier i:nil="true"/>
<b:ProjectTaskTypeId i:nil="true"/>
<b:ProjectTaskTypeUid>1152921504608235267</b:ProjectTaskTypeUid>
</b:ProjectTaskTypeIdentity>
<b:TaskName>Default Task</b:TaskName>
<b:InheritPurchaseOrderNumberFlag>true</b:InheritPurchaseOrderNumberFlag>
<b:PurchaseOrderNumber i:nil="true"/>
<b:Subscriptions/>
<b:UserDefinedFields/>
</b:ProjectTaskDetail>
<b:ProjectTaskRoles/>
<b:TaskTypeInheritPurchaseOrderNumberFlag>true</b:TaskTypeInheritPurchaseOrderNumberFlag>
</b:PwsProjectTaskElement>
</b:Tasks>
<b:Notes/>
<b:ProjectCostBaselineSummaries>
<b:PwsProjectCostBaselineSummary>
<b:ExternalSystemIdentifier i:nil="true"/>
<b:ProjectCostBaselineId i:nil="true"/>
<b:ProjectCostBaselineUid>1152921504607308862</b:ProjectCostBaselineUid>
<b:ActiveProjectCostBaselineFlag>true</b:ActiveProjectCostBaselineFlag>
<b:CaMetricActiveFlag>true</b:CaMetricActiveFlag>
<b:DaMetricActiveFlag>false</b:DaMetricActiveFlag>
<b:Description i:nil="true"/>
<b:EaMetricActiveFlag>false</b:EaMetricActiveFlag>
<b:PrimaryMetric>C</b:PrimaryMetric>
<b:ProjectCostBaselineName>Initial Cost Budget Baseline</b:ProjectCostBaselineName>
</b:PwsProjectCostBaselineSummary>
</b:ProjectCostBaselineSummaries>
<b:ProjectTimeBaselineSummaries>
<b:PwsProjectTimeBaselineSummary>
<b:ExternalSystemIdentifier i:nil="true"/>
<b:ProjectTimeBaselineId i:nil="true"/>
<b:ProjectTimeBaselineUid>1152921504607460886</b:ProjectTimeBaselineUid>
<b:ActiveProjectTimeBaselineFlag>true</b:ActiveProjectTimeBaselineFlag>
<b:BarMetricActiveFlag>true</b:BarMetricActiveFlag>
<b:ChgMetricActiveFlag>false</b:ChgMetricActiveFlag>
<b:CrMetricActiveFlag>false</b:CrMetricActiveFlag>
<b:Description i:nil="true"/>
<b:HrsMetricActiveFlag>false</b:HrsMetricActiveFlag>
<b:PrimaryMetric>B</b:PrimaryMetric>
<b:ProjectTimeBaselineName>Initial Time Budget Baseline</b:ProjectTimeBaselineName>
<b:RdcMetricActiveFlag>false</b:RdcMetricActiveFlag>
</b:PwsProjectTimeBaselineSummary>
</b:ProjectTimeBaselineSummaries>
<b:ManagementTeamUsers>
<b:PwsUserSummary>
<b:UserDisplayName>Business Intelligence</b:UserDisplayName>
<b:UserId i:nil="true"/>
<b:UserReferenceSystemId>BI</b:UserReferenceSystemId>
<b:UserUid>1152921504607140226</b:UserUid>
<b:EmailAddress>bi@revcorp.min</b:EmailAddress>
<b:FirstName>Business</b:FirstName>
<b:LastName>Intelligence</b:LastName>
<b:MiddleName>Bellardarti</b:MiddleName>
</b:PwsUserSummary>
</b:ManagementTeamUsers>
<b:Manager>
<b:UserDisplayName>Larry Krakauer</b:UserDisplayName>
<b:UserId i:nil="true"/>
<b:UserReferenceSystemId>097</b:UserReferenceSystemId>
<b:UserUid>1152921504606944254</b:UserUid>
<b:EmailAddress>Larry@revcorp.min</b:EmailAddress>
<b:FirstName>Larry</b:FirstName>
<b:LastName>Krakauer</b:LastName>
<b:MiddleName>A</b:MiddleName>
</b:Manager>
<b:BillableFlag>true</b:BillableFlag>
<b:Client>
<b:ClientId i:nil="true"/>
<b:ClientNumber>C000111</b:ClientNumber>
<b:ClientUid>1152921504606906284</b:ClientUid>
<b:ClientName>Metro Opera</b:ClientName>
<b:InactiveFlag>false</b:InactiveFlag>
<b:ParentClientIdentity i:nil="true"/>
</b:Client>
<b:RateTaskTimestamp>AAAAABQMD1E=</b:RateTaskTimestamp>
<b:RequireBillingTitleOverrideFlag>false</b:RequireBillingTitleOverrideFlag>
<b:CcBasedManagementTeam>
<b:PwsProjectManagementTeamMember>
<b:EmailFlag>true</b:EmailFlag>
<b:UpdateFlag>true</b:UpdateFlag>
<b:UserIdentity>
<b:UserDisplayName>Business Intelligence</b:UserDisplayName>
<b:UserId i:nil="true"/>
<b:UserReferenceSystemId>BI</b:UserReferenceSystemId>
<b:UserUid>1152921504607140226</b:UserUid>
</b:UserIdentity>
</b:PwsProjectManagementTeamMember>
</b:CcBasedManagementTeam>
</a:Project>
<a:ProjectIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
<b:ProjectCode>P001053-WS3</b:ProjectCode>
<b:ProjectId i:nil="true"/>
<b:ProjectUid>1152921504607449169</b:ProjectUid>
</a:ProjectIdentity>
<a:EngagementTimestamp>AAAAABQKsws=</a:EngagementTimestamp>
<a:LockStolenFromUserIdentity i:nil="true" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"/>
<a:ProjectTimestamp>AAAAABQMKrE=</a:ProjectTimestamp>
<a:StolenLocks i:nil="true" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"/>
<a:RevalueReport i:nil="true" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"/>
</PwsSaveProjectResult>
</PwsSaveProjectResponse>
</s:Body>
</s:Envelope> |
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Body>
<PwsSaveProjectResponse xmlns="http://projectorpsa.com/PwsProjectorServices/">
<PwsSaveProjectResult xmlns:a="http://projectorpsa.com/DataContracts/Shared/Scheduling/" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<Messages xmlns="http://projectorpsa.com/CommonServices/" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
<b:PwsMessage>
<b:AdditionalErrorText>Message 136: This request was executed against the QA [appqa.projectorpsa.com] environment.</b:AdditionalErrorText>
<b:ErrorCode>NonProductionEnvironment</b:ErrorCode>
<b:ErrorNumber>136</b:ErrorNumber>
<b:ErrorText>This web service request was executed against a non-production instance of Projector.</b:ErrorText>
<b:Type>Information</b:Type>
<b:ReferenceId1 i:nil="true"/>
<b:ReferenceId2 i:nil="true"/>
</b:PwsMessage>
</Messages>
<ResponseId xmlns="http://projectorpsa.com/CommonServices/">0</ResponseId>
<Status xmlns="http://projectorpsa.com/CommonServices/">Ok</Status>
<ServerTimestampUtc xmlns="http://projectorpsa.com/CommonServices/">2020-03-09T17:27:24.5988694Z</ServerTimestampUtc>
<a:Project xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
<b:ProjectDetail>
<b:ProjectCode>P001012-002N1</b:ProjectCode>
<b:ProjectId i:nil="true"/>
<b:ProjectUid>1152921504607463659</b:ProjectUid>
<b:EngagementIdentity>
<b:EngagementCode>P001012</b:EngagementCode>
<b:EngagementId i:nil="true"/>
<b:EngagementUid>1152921504606959619</b:EngagementUid>
</b:EngagementIdentity>
<b:ProjectName>Copy of Consumer site test and launch</b:ProjectName>
<b:CloseDate i:nil="true"/>
<b:CostGlccOverride i:nil="true"/>
<b:CostPlccMappingType>E</b:CostPlccMappingType>
<b:DefaultSchedulingMode>W</b:DefaultSchedulingMode>
<b:Description i:nil="true"/>
<b:EmEmailFlag>false</b:EmEmailFlag>
<b:EngagementTimestamp>AAAAABT3YmA=</b:EngagementTimestamp>
<b:ExpenseApprovalUserIdentity i:nil="true"/>
<b:ExpenseApproverType>T</b:ExpenseApproverType>
<b:ExpenseEntryRestrictedToResourcesAssignedToRolesFlag>false</b:ExpenseEntryRestrictedToResourcesAssignedToRolesFlag>
<b:LocationIdentity>
<b:LocationId i:nil="true"/>
<b:LocationName>13. Springfield</b:LocationName>
<b:LocationUid>1152921504606850978</b:LocationUid>
</b:LocationIdentity>
<b:ManagerIdentity>
<b:UserDisplayName>Philippe Lee</b:UserDisplayName>
<b:UserId i:nil="true"/>
<b:UserReferenceSystemId>ID-PL2</b:UserReferenceSystemId>
<b:UserUid>1152921504606944260</b:UserUid>
</b:ManagerIdentity>
<b:MinutesPerDay>480</b:MinutesPerDay>
<b:NarrativeRequiredFlag>false</b:NarrativeRequiredFlag>
<b:NewProjectCode i:nil="true"/>
<b:OpenDate>2008-06-01T00:00:00Z</b:OpenDate>
<b:OpenForCostFlag>true</b:OpenForCostFlag>
<b:OpenForCostTransferFlag>true</b:OpenForCostTransferFlag>
<b:OpenForTimeFlag>true</b:OpenForTimeFlag>
<b:OpenForTimeTransferFlag>true</b:OpenForTimeTransferFlag>
<b:PercentLikelihood i:nil="true"/>
<b:PmModuleEnabledFlag>false</b:PmModuleEnabledFlag>
<b:ProjectStageIdentity>
<b:ProjectStageId i:nil="true"/>
<b:ProjectStageName>Delivery</b:ProjectStageName>
<b:ProjectStageShortName>Delivery</b:ProjectStageShortName>
<b:ProjectStageUid>1152921504606849646</b:ProjectStageUid>
</b:ProjectStageIdentity>
<b:ProjectWorkspaceEnabledFlag>true</b:ProjectWorkspaceEnabledFlag>
<b:Rates>
<b:PwsProjectRate>
<b:BeginDate i:nil="true"/>
<b:BillingAdjustedDiscountPercent>11</b:BillingAdjustedDiscountPercent>
<b:ContractDiscountPercent>10</b:ContractDiscountPercent>
<b:EndDate i:nil="true"/>
<b:RateCardIdentity>
<b:RateCardId i:nil="true"/>
<b:RateCardName>Standard Financial Services Rates (USD)</b:RateCardName>
<b:RateCardType>R</b:RateCardType>
<b:RateCardUid>1152921504606854735</b:RateCardUid>
</b:RateCardIdentity>
</b:PwsProjectRate>
</b:Rates>
<b:TimeApprovalUserIdentity i:nil="true"/>
<b:TimeApproverType>T</b:TimeApproverType>
<b:TimeEntryRestrictedToResourcesAssignedToRolesFlag>false</b:TimeEntryRestrictedToResourcesAssignedToRolesFlag>
<b:TimeEntryRestrictedToRolesAssignedToTasksFlag>false</b:TimeEntryRestrictedToRolesAssignedToTasksFlag>
<b:TimeGlccOverride i:nil="true"/>
<b:TimePlccMappingType>E</b:TimePlccMappingType>
<b:UserDefinedFields>
<b:PwsUserDefinedFieldDetail>
<b:UdfId i:nil="true"/>
<b:UdfName>PUDF_Num4dp_Req</b:UdfName>
<b:UdfUid>1152921504606857061</b:UdfUid>
<b:BooleanValue i:nil="true"/>
<b:DataType>I</b:DataType>
<b:DateValue i:nil="true"/>
<b:IntegerValue>888</b:IntegerValue>
<b:ResourceIdentityValue i:nil="true"/>
<b:TextValue i:nil="true"/>
<b:UdfTreatment>A</b:UdfTreatment>
<b:StoplightValues/>
<b:NumericValue>888</b:NumericValue>
<b:RelationValue i:nil="true"/>
<b:StoplightValuesClearFlag>false</b:StoplightValuesClearFlag>
</b:PwsUserDefinedFieldDetail>
<b:PwsUserDefinedFieldDetail>
<b:UdfId i:nil="true"/>
<b:UdfName>PUDF_YN</b:UdfName>
<b:UdfUid>1152921504606857062</b:UdfUid>
<b:BooleanValue>true</b:BooleanValue>
<b:DataType>Y</b:DataType>
<b:DateValue i:nil="true"/>
<b:IntegerValue i:nil="true"/>
<b:ResourceIdentityValue i:nil="true"/>
<b:TextValue i:nil="true"/>
<b:UdfTreatment>A</b:UdfTreatment>
<b:StoplightValues/>
<b:NumericValue i:nil="true"/>
<b:RelationValue i:nil="true"/>
<b:StoplightValuesClearFlag>false</b:StoplightValuesClearFlag>
</b:PwsUserDefinedFieldDetail>
<b:PwsUserDefinedFieldDetail>
<b:UdfId i:nil="true"/>
<b:UdfName>PUDF_DT</b:UdfName>
<b:UdfUid>1152921504606857063</b:UdfUid>
<b:BooleanValue i:nil="true"/>
<b:DataType>D</b:DataType>
<b:DateValue>2020-03-05T00:00:00Z</b:DateValue>
<b:IntegerValue i:nil="true"/>
<b:ResourceIdentityValue i:nil="true"/>
<b:TextValue i:nil="true"/>
<b:UdfTreatment>A</b:UdfTreatment>
<b:StoplightValues/>
<b:NumericValue i:nil="true"/>
<b:RelationValue i:nil="true"/>
<b:StoplightValuesClearFlag>false</b:StoplightValuesClearFlag>
</b:PwsUserDefinedFieldDetail>
<b:PwsUserDefinedFieldDetail>
<b:UdfId i:nil="true"/>
<b:UdfName>PR-Zendesk Project ID</b:UdfName>
<b:UdfUid>1152921504606857842</b:UdfUid>
<b:BooleanValue i:nil="true"/>
<b:DataType>T</b:DataType>
<b:DateValue i:nil="true"/>
<b:IntegerValue i:nil="true"/>
<b:ResourceIdentityValue i:nil="true"/>
<b:TextValue>-002</b:TextValue>
<b:UdfTreatment>A</b:UdfTreatment>
<b:StoplightValues/>
<b:NumericValue i:nil="true"/>
<b:RelationValue i:nil="true"/>
<b:StoplightValuesClearFlag>false</b:StoplightValuesClearFlag>
</b:PwsUserDefinedFieldDetail>
<b:PwsUserDefinedFieldDetail>
<b:UdfId i:nil="true"/>
<b:UdfName>PUDF_Txt</b:UdfName>
<b:UdfUid>1152921504606859275</b:UdfUid>
<b:BooleanValue i:nil="true"/>
<b:DataType>L</b:DataType>
<b:DateValue i:nil="true"/>
<b:IntegerValue i:nil="true"/>
<b:ResourceIdentityValue i:nil="true"/>
<b:TextValue>Hansel</b:TextValue>
<b:UdfTreatment>A</b:UdfTreatment>
<b:StoplightValues/>
<b:NumericValue i:nil="true"/>
<b:RelationValue i:nil="true"/>
<b:StoplightValuesClearFlag>false</b:StoplightValuesClearFlag>
</b:PwsUserDefinedFieldDetail>
<b:PwsUserDefinedFieldDetail>
<b:UdfId i:nil="true"/>
<b:UdfName>PUDF_RSC</b:UdfName>
<b:UdfUid>1152921504606860868</b:UdfUid>
<b:BooleanValue i:nil="true"/>
<b:DataType>R</b:DataType>
<b:DateValue i:nil="true"/>
<b:IntegerValue i:nil="true"/>
<b:ResourceIdentityValue>
<b:ResourceDisplayName>Kyle Ruddy</b:ResourceDisplayName>
<b:ResourceId i:nil="true"/>
<b:ResourceReferenceSystemId>ID-KR</b:ResourceReferenceSystemId>
<b:ResourceUid>1152921504607073824</b:ResourceUid>
</b:ResourceIdentityValue>
<b:TextValue i:nil="true"/>
<b:UdfTreatment>R</b:UdfTreatment>
<b:StoplightValues/>
<b:NumericValue i:nil="true"/>
<b:RelationValue i:nil="true"/>
<b:StoplightValuesClearFlag>false</b:StoplightValuesClearFlag>
</b:PwsUserDefinedFieldDetail>
</b:UserDefinedFields>
<b:WorkspaceMessages>This is a project that manages the production work of Donizetti's Don Pasquale by Met Opera 2023.</b:WorkspaceMessages>
<b:BookExpenseResourceCostCenterIdentity i:nil="true"/>
<b:BookExpenseResourcesAllowCode>A</b:BookExpenseResourcesAllowCode>
<b:BookTimeResourceCostCenterIdentity i:nil="true"/>
<b:BookTimeResourcesAllowCode>A</b:BookTimeResourcesAllowCode>
<b:PlccMappings>
<b:PwsProjectPlccMappingCostCenter>
<b:AllocationFraction>1</b:AllocationFraction>
<b:CostCenterIdentity i:nil="true"/>
<b:CostCenterType>E</b:CostCenterType>
<b:GlccOverride i:nil="true"/>
<b:MappingType>TR</b:MappingType>
</b:PwsProjectPlccMappingCostCenter>
<b:PwsProjectPlccMappingCostCenter>
<b:AllocationFraction>1</b:AllocationFraction>
<b:CostCenterIdentity i:nil="true"/>
<b:CostCenterType>E</b:CostCenterType>
<b:GlccOverride i:nil="true"/>
<b:MappingType>RDC</b:MappingType>
</b:PwsProjectPlccMappingCostCenter>
<b:PwsProjectPlccMappingCostCenter>
<b:AllocationFraction>1</b:AllocationFraction>
<b:CostCenterIdentity i:nil="true"/>
<b:CostCenterType>E</b:CostCenterType>
<b:GlccOverride i:nil="true"/>
<b:MappingType>SRDC</b:MappingType>
</b:PwsProjectPlccMappingCostCenter>
<b:PwsProjectPlccMappingCostCenter>
<b:AllocationFraction>1</b:AllocationFraction>
<b:CostCenterIdentity i:nil="true"/>
<b:CostCenterType>E</b:CostCenterType>
<b:GlccOverride i:nil="true"/>
<b:MappingType>OR</b:MappingType>
</b:PwsProjectPlccMappingCostCenter>
<b:PwsProjectPlccMappingCostCenter>
<b:AllocationFraction>1</b:AllocationFraction>
<b:CostCenterIdentity i:nil="true"/>
<b:CostCenterType>E</b:CostCenterType>
<b:GlccOverride i:nil="true"/>
<b:MappingType>OE</b:MappingType>
</b:PwsProjectPlccMappingCostCenter>
</b:PlccMappings>
<b:ContractLineItemIdentity>
<b:ContractLineItemCode>P001012-CL1</b:ContractLineItemCode>
<b:ContractLineItemId i:nil="true"/>
<b:ContractLineItemUid>1152921504606856369</b:ContractLineItemUid>
</b:ContractLineItemIdentity>
<b:ManagementTeam>
<b:PwsProjectManagementTeamMember>
<b:EmailFlag>true</b:EmailFlag>
<b:UpdateFlag>true</b:UpdateFlag>
<b:UserIdentity>
<b:UserDisplayName>Larry Krakauer</b:UserDisplayName>
<b:UserId i:nil="true"/>
<b:UserReferenceSystemId>ID-LK</b:UserReferenceSystemId>
<b:UserUid>1152921504606944254</b:UserUid>
</b:UserIdentity>
</b:PwsProjectManagementTeamMember>
<b:PwsProjectManagementTeamMember>
<b:EmailFlag>true</b:EmailFlag>
<b:UpdateFlag>true</b:UpdateFlag>
<b:UserIdentity>
<b:UserDisplayName>Steve Chong</b:UserDisplayName>
<b:UserId i:nil="true"/>
<b:UserReferenceSystemId>ID-SC</b:UserReferenceSystemId>
<b:UserUid>1152921504606944267</b:UserUid>
</b:UserIdentity>
</b:PwsProjectManagementTeamMember>
</b:ManagementTeam>
<b:BdDashboards/>
<b:ExpenseTypeConfigurationIdentity i:nil="true"/>
<b:InheritPurchaseOrderNumberFlag>true</b:InheritPurchaseOrderNumberFlag>
<b:PurchaseOrderNumber>PRQ20050347934</b:PurchaseOrderNumber>
<b:Timestamp>AAAAABT3YmQ=</b:Timestamp>
<b:AamDashboards>
<b:PwsProjectAamDashboardDetail>
<b:ProjectAamDashboardId i:nil="true"/>
<b:ProjectAamDashboardUid>1152921504606856321</b:ProjectAamDashboardUid>
<b:AamIntegrationSummary>
<b:AamIntegrationId i:nil="true"/>
<b:AamIntegrationName>MS Power BI</b:AamIntegrationName>
<b:AamIntegrationUid>1152921504606847103</b:AamIntegrationUid>
<b:AamType>M</b:AamType>
</b:AamIntegrationSummary>
<b:ProjectAamDashboardName>A. Power BI Dashboard</b:ProjectAamDashboardName>
<b:BookedResourcesAllowedFlag>false</b:BookedResourcesAllowedFlag>
<b:CcUsersAllowedFlag>false</b:CcUsersAllowedFlag>
<b:ClientsAllowedFlag>false</b:ClientsAllowedFlag>
<b:EmAllowedFlag>false</b:EmAllowedFlag>
<b:LtdBookedResourcesAllowedFlag>false</b:LtdBookedResourcesAllowedFlag>
<b:LtdOtherResourcesAllowedFlag>false</b:LtdOtherResourcesAllowedFlag>
<b:OtherResourcesAllowedFlag>false</b:OtherResourcesAllowedFlag>
<b:PmAllowedFlag>false</b:PmAllowedFlag>
<b:ProjectAamDashboardParams i:type="b:PwsAamPbDashboardParams">
<b:PbFilter i:nil="true"/>
<b:PbReportId>80875f5e-7fe8-4a0e-ba59-bde09fd41aad</b:PbReportId>
<b:PbWorkspaceId>7b087de2-53a5-4cc7-b51d-0d780508debb</b:PbWorkspaceId>
</b:ProjectAamDashboardParams>
</b:PwsProjectAamDashboardDetail>
<b:PwsProjectAamDashboardDetail>
<b:ProjectAamDashboardId i:nil="true"/>
<b:ProjectAamDashboardUid>1152921504606856322</b:ProjectAamDashboardUid>
<b:AamIntegrationSummary>
<b:AamIntegrationId i:nil="true"/>
<b:AamIntegrationName>Other Compatible BI Tool</b:AamIntegrationName>
<b:AamIntegrationUid>1152921504606847069</b:AamIntegrationUid>
<b:AamType>O</b:AamType>
</b:AamIntegrationSummary>
<b:ProjectAamDashboardName>B. Third-party URL</b:ProjectAamDashboardName>
<b:BookedResourcesAllowedFlag>false</b:BookedResourcesAllowedFlag>
<b:CcUsersAllowedFlag>false</b:CcUsersAllowedFlag>
<b:ClientsAllowedFlag>false</b:ClientsAllowedFlag>
<b:EmAllowedFlag>false</b:EmAllowedFlag>
<b:LtdBookedResourcesAllowedFlag>false</b:LtdBookedResourcesAllowedFlag>
<b:LtdOtherResourcesAllowedFlag>false</b:LtdOtherResourcesAllowedFlag>
<b:OtherResourcesAllowedFlag>false</b:OtherResourcesAllowedFlag>
<b:PmAllowedFlag>false</b:PmAllowedFlag>
<b:ProjectAamDashboardParams i:type="b:PwsAamOtherDashboardParams">
<b:OtherUrl>https://datastudio.google.com/embed/reporting/1Lkg3k30dv3POg80rm3sQk06BVi9hqVES/page/1M</b:OtherUrl>
</b:ProjectAamDashboardParams>
</b:PwsProjectAamDashboardDetail>
</b:AamDashboards>
<b:BookedResourcesWorkspacePermissionSetIdentity>
<b:PermissionSetId i:nil="true"/>
<b:PermissionSetName>FULL Access</b:PermissionSetName>
<b:PermissionSetUid>1152921504606848813</b:PermissionSetUid>
</b:BookedResourcesWorkspacePermissionSetIdentity>
<b:CcUsersWorkspacePermissionSetIdentity>
<b:PermissionSetId i:nil="true"/>
<b:PermissionSetName>FULL Access</b:PermissionSetName>
<b:PermissionSetUid>1152921504606848813</b:PermissionSetUid>
</b:CcUsersWorkspacePermissionSetIdentity>
<b:ClientWorkspacePermissionSetIdentity>
<b:PermissionSetId i:nil="true"/>
<b:PermissionSetName>FULL Access</b:PermissionSetName>
<b:PermissionSetUid>1152921504606848813</b:PermissionSetUid>
</b:ClientWorkspacePermissionSetIdentity>
<b:EmWorkspacePermissionSetIdentity>
<b:PermissionSetId i:nil="true"/>
<b:PermissionSetName>FULL Access</b:PermissionSetName>
<b:PermissionSetUid>1152921504606848813</b:PermissionSetUid>
</b:EmWorkspacePermissionSetIdentity>
<b:InvoiceTabMessage>From Web Service #1</b:InvoiceTabMessage>
<b:IssueCategories>
<b:PwsProjectIssueCategoryDetail>
<b:ProjectIssueCategoryId i:nil="true"/>
<b:ProjectIssueCategoryUid>1152921504607424709</b:ProjectIssueCategoryUid>
<b:InactiveFlag>true</b:InactiveFlag>
<b:Name>High1</b:Name>
</b:PwsProjectIssueCategoryDetail>
<b:PwsProjectIssueCategoryDetail>
<b:ProjectIssueCategoryId i:nil="true"/>
<b:ProjectIssueCategoryUid>1152921504607424710</b:ProjectIssueCategoryUid>
<b:InactiveFlag>true</b:InactiveFlag>
<b:Name>Low1</b:Name>
</b:PwsProjectIssueCategoryDetail>
</b:IssueCategories>
<b:IssueStatuses>
<b:PwsProjectIssueStatusDetail>
<b:ProjectIssueStatusId i:nil="true"/>
<b:ProjectIssueStatusUid>1152921504608120277</b:ProjectIssueStatusUid>
<b:InactiveFlag>true</b:InactiveFlag>
<b:Name>New1</b:Name>
<b:TreatAsClosedFlag>false</b:TreatAsClosedFlag>
</b:PwsProjectIssueStatusDetail>
<b:PwsProjectIssueStatusDetail>
<b:ProjectIssueStatusId i:nil="true"/>
<b:ProjectIssueStatusUid>1152921504608120276</b:ProjectIssueStatusUid>
<b:InactiveFlag>true</b:InactiveFlag>
<b:Name>Closed1</b:Name>
<b:TreatAsClosedFlag>true</b:TreatAsClosedFlag>
</b:PwsProjectIssueStatusDetail>
</b:IssueStatuses>
<b:LtdBookedResourcesWorkspacePermissionSetIdentity>
<b:PermissionSetId i:nil="true"/>
<b:PermissionSetName>FULL Access</b:PermissionSetName>
<b:PermissionSetUid>1152921504606848813</b:PermissionSetUid>
</b:LtdBookedResourcesWorkspacePermissionSetIdentity>
<b:LtdOtherResourcesWorkspacePermissionSetIdentity>
<b:PermissionSetId i:nil="true"/>
<b:PermissionSetName>FULL Access</b:PermissionSetName>
<b:PermissionSetUid>1152921504606848813</b:PermissionSetUid>
</b:LtdOtherResourcesWorkspacePermissionSetIdentity>
<b:OtherResourcesWorkspacePermissionSetIdentity>
<b:PermissionSetId i:nil="true"/>
<b:PermissionSetName>FULL Access</b:PermissionSetName>
<b:PermissionSetUid>1152921504606848813</b:PermissionSetUid>
</b:OtherResourcesWorkspacePermissionSetIdentity>
<b:PmWorkspacePermissionSetIdentity>
<b:PermissionSetId i:nil="true"/>
<b:PermissionSetName>FULL Access</b:PermissionSetName>
<b:PermissionSetUid>1152921504606848813</b:PermissionSetUid>
</b:PmWorkspacePermissionSetIdentity>
<b:ProjectLogins>
<b:PwsProjectLogin>
<b:UserIdentity>
<b:UserDisplayName>Alexander Hamilton</b:UserDisplayName>
<b:UserId i:nil="true"/>
<b:UserReferenceSystemId>ID-AH</b:UserReferenceSystemId>
<b:UserUid>1152921504607072439</b:UserUid>
</b:UserIdentity>
<b:WorkspacePermissionSetIdentity>
<b:PermissionSetId i:nil="true"/>
<b:PermissionSetName>Client Access</b:PermissionSetName>
<b:PermissionSetUid>1152921504606848812</b:PermissionSetUid>
</b:WorkspacePermissionSetIdentity>
</b:PwsProjectLogin>
</b:ProjectLogins>
</b:ProjectDetail>
<b:RateTypes>
<b:PwsProjectRateTypeElement>
<b:ProjectRateTypeDetail>
<b:ExternalSystemIdentifier i:nil="true"/>
<b:ProjectRateTypeId i:nil="true"/>
<b:ProjectRateTypeUid>1152921504607463326</b:ProjectRateTypeUid>
<b:ProjectRateTypeName>01-Regular</b:ProjectRateTypeName>
<b:BillingAdjustedDiscountPercent>10</b:BillingAdjustedDiscountPercent>
<b:BillingAdjustedHourlyRate i:nil="true"/>
<b:ContractDiscountPercent>5</b:ContractDiscountPercent>
<b:ContractHourlyRate i:nil="true"/>
<b:SortOrder>1</b:SortOrder>
<b:StandardRateTypeIdentity>
<b:StandardRateTypeCode>01RG</b:StandardRateTypeCode>
<b:StandardRateTypeId i:nil="true"/>
<b:StandardRateTypeName>01-Regular</b:StandardRateTypeName>
<b:StandardRateTypeUid>1152921504606847191</b:StandardRateTypeUid>
</b:StandardRateTypeIdentity>
<b:NewExternalSystemIdentifier i:nil="true"/>
</b:ProjectRateTypeDetail>
</b:PwsProjectRateTypeElement>
<b:PwsProjectRateTypeElement>
<b:ProjectRateTypeDetail>
<b:ExternalSystemIdentifier i:nil="true"/>
<b:ProjectRateTypeId i:nil="true"/>
<b:ProjectRateTypeUid>1152921504607463327</b:ProjectRateTypeUid>
<b:ProjectRateTypeName>03-Non-Chargeable</b:ProjectRateTypeName>
<b:BillingAdjustedDiscountPercent i:nil="true"/>
<b:BillingAdjustedHourlyRate>0</b:BillingAdjustedHourlyRate>
<b:ContractDiscountPercent i:nil="true"/>
<b:ContractHourlyRate i:nil="true"/>
<b:SortOrder>2</b:SortOrder>
<b:StandardRateTypeIdentity>
<b:StandardRateTypeCode>03NC</b:StandardRateTypeCode>
<b:StandardRateTypeId i:nil="true"/>
<b:StandardRateTypeName>03-Non-Chargeable</b:StandardRateTypeName>
<b:StandardRateTypeUid>1152921504606847193</b:StandardRateTypeUid>
</b:StandardRateTypeIdentity>
<b:NewExternalSystemIdentifier i:nil="true"/>
</b:ProjectRateTypeDetail>
</b:PwsProjectRateTypeElement>
</b:RateTypes>
<b:Roles>
<b:PwsProjectRoleElement>
<b:ProjectRoleDetail>
<b:ExternalSystemIdentifier i:nil="true"/>
<b:ProjectRoleId i:nil="true"/>
<b:ProjectRoleUid>1152921504609825785</b:ProjectRoleUid>
<b:BaseRateOnTitleIdentity i:nil="true"/>
<b:CandidateIdentities i:nil="true"/>
<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 i:nil="true"/>
<b:RoleEndDate i:nil="true"/>
<b:RoleName>Role 1</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:PwsUserDefinedFieldDetail>
<b:UdfId i:nil="true"/>
<b:UdfName>RUDF_Tlst_3vals</b:UdfName>
<b:UdfUid>1152921504606857067</b:UdfUid>
<b:BooleanValue i:nil="true"/>
<b:DataType>L</b:DataType>
<b:DateValue i:nil="true"/>
<b:IntegerValue i:nil="true"/>
<b:ResourceIdentityValue i:nil="true"/>
<b:TextValue>a. Violet</b:TextValue>
<b:UdfTreatment>A</b:UdfTreatment>
<b:StoplightValues/>
<b:NumericValue i:nil="true"/>
<b:RelationValue i:nil="true"/>
<b:StoplightValuesClearFlag>false</b:StoplightValuesClearFlag>
</b:PwsUserDefinedFieldDetail>
<b:PwsUserDefinedFieldDetail>
<b:UdfId i:nil="true"/>
<b:UdfName>RUDF_DT</b:UdfName>
<b:UdfUid>1152921504606857066</b:UdfUid>
<b:BooleanValue i:nil="true"/>
<b:DataType>D</b:DataType>
<b:DateValue>2020-03-05T00:00:00Z</b:DateValue>
<b:IntegerValue i:nil="true"/>
<b:ResourceIdentityValue i:nil="true"/>
<b:TextValue i:nil="true"/>
<b:UdfTreatment>A</b:UdfTreatment>
<b:StoplightValues/>
<b:NumericValue i:nil="true"/>
<b:RelationValue i:nil="true"/>
<b:StoplightValuesClearFlag>false</b:StoplightValuesClearFlag>
</b:PwsUserDefinedFieldDetail>
</b:UserDefinedFields>
<b:RateExceptions/>
<b:RdcExceptions/>
<b:InheritPurchaseOrderNumberFlag>true</b:InheritPurchaseOrderNumberFlag>
<b:PurchaseOrderNumber>PRQ20050347934</b:PurchaseOrderNumber>
<b:ResourceTypeAnyFlag>true</b:ResourceTypeAnyFlag>
<b:ResourceTypeIdentities i:nil="true"/>
<b:ResourceTypeIdentity i:nil="true"/>
<b:ShareUserIdentity i:nil="true"/>
<b:Timestamp>AAAAABT3S8Y=</b:Timestamp>
<b:RoleTypeIdentity i:nil="true"/>
</b:ProjectRoleDetail>
<b:AssignedToSchedulersFlag>false</b:AssignedToSchedulersFlag>
<b:Notes/>
<b:ProjectIdentity>
<b:ProjectCode>P001012-002N1</b:ProjectCode>
<b:ProjectId i:nil="true"/>
<b:ProjectUid>1152921504607463659</b:ProjectUid>
</b:ProjectIdentity>
<b:CurrentResourceCostCenterIdentity i:nil="true"/>
<b:CurrentResourceLocationIdentity i:nil="true"/>
<b:CurrentResourceResourceTypeIdentity i:nil="true"/>
<b:CurrentResourceTitleIdentity i:nil="true"/>
<b:DeletedFlag>false</b:DeletedFlag>
<b:EarliestAllowableEndDate>2020-03-29T00:00:00</b:EarliestAllowableEndDate>
<b:EffectiveCriteriaSet>A</b:EffectiveCriteriaSet>
<b:InheritedPurchaseOrderNumber>PRQ20050347934</b:InheritedPurchaseOrderNumber>
<b:LatestAllowableStartDate>2019-12-21T00:00:00</b:LatestAllowableStartDate>
<b:RoleStatus>C</b:RoleStatus>
<b:TotalScheduledMinutes>5400</b:TotalScheduledMinutes>
<b:UnnamedCriteriaCompleteFlag>false</b:UnnamedCriteriaCompleteFlag>
</b:PwsProjectRoleElement>
</b:Roles>
<b:TaskTypes>
<b:PwsProjectTaskTypeElement>
<b:ProjectTaskTypeDetail>
<b:ExternalSystemIdentifier i:nil="true"/>
<b:ProjectTaskTypeId i:nil="true"/>
<b:ProjectTaskTypeUid>1152921504608297426</b:ProjectTaskTypeUid>
<b:ProjectTaskTypeName>Design</b:ProjectTaskTypeName>
<b:AllowedProjectRateTypeIdentities>
<b:PwsProjectRateTypeRef>
<b:ExternalSystemIdentifier i:nil="true"/>
<b:ProjectRateTypeId i:nil="true"/>
<b:ProjectRateTypeUid>1152921504607463326</b:ProjectRateTypeUid>
</b:PwsProjectRateTypeRef>
<b:PwsProjectRateTypeRef>
<b:ExternalSystemIdentifier i:nil="true"/>
<b:ProjectRateTypeId i:nil="true"/>
<b:ProjectRateTypeUid>1152921504607463327</b:ProjectRateTypeUid>
</b:PwsProjectRateTypeRef>
</b:AllowedProjectRateTypeIdentities>
<b:DefaultProjectRateTypeIdentity>
<b:ExternalSystemIdentifier i:nil="true"/>
<b:ProjectRateTypeId i:nil="true"/>
<b:ProjectRateTypeUid>1152921504607463326</b:ProjectRateTypeUid>
</b:DefaultProjectRateTypeIdentity>
<b:InactiveFlag>false</b:InactiveFlag>
<b:NarrativeRequiredFlag>false</b:NarrativeRequiredFlag>
<b:NewExternalSystemIdentifier i:nil="true"/>
<b:SortOrder>1</b:SortOrder>
<b:StandardTaskTypeIdentity>
<b:StandardTaskTypeCode>3DSGN</b:StandardTaskTypeCode>
<b:StandardTaskTypeId i:nil="true"/>
<b:StandardTaskTypeName>3. Design</b:StandardTaskTypeName>
<b:StandardTaskTypeUid>1152921504606847724</b:StandardTaskTypeUid>
</b:StandardTaskTypeIdentity>
<b:InheritPurchaseOrderNumberFlag>true</b:InheritPurchaseOrderNumberFlag>
<b:PurchaseOrderNumber i:nil="true"/>
</b:ProjectTaskTypeDetail>
</b:PwsProjectTaskTypeElement>
<b:PwsProjectTaskTypeElement>
<b:ProjectTaskTypeDetail>
<b:ExternalSystemIdentifier i:nil="true"/>
<b:ProjectTaskTypeId i:nil="true"/>
<b:ProjectTaskTypeUid>1152921504608297427</b:ProjectTaskTypeUid>
<b:ProjectTaskTypeName>Implementation</b:ProjectTaskTypeName>
<b:AllowedProjectRateTypeIdentities>
<b:PwsProjectRateTypeRef>
<b:ExternalSystemIdentifier i:nil="true"/>
<b:ProjectRateTypeId i:nil="true"/>
<b:ProjectRateTypeUid>1152921504607463326</b:ProjectRateTypeUid>
</b:PwsProjectRateTypeRef>
<b:PwsProjectRateTypeRef>
<b:ExternalSystemIdentifier i:nil="true"/>
<b:ProjectRateTypeId i:nil="true"/>
<b:ProjectRateTypeUid>1152921504607463327</b:ProjectRateTypeUid>
</b:PwsProjectRateTypeRef>
</b:AllowedProjectRateTypeIdentities>
<b:DefaultProjectRateTypeIdentity>
<b:ExternalSystemIdentifier i:nil="true"/>
<b:ProjectRateTypeId i:nil="true"/>
<b:ProjectRateTypeUid>1152921504607463326</b:ProjectRateTypeUid>
</b:DefaultProjectRateTypeIdentity>
<b:InactiveFlag>false</b:InactiveFlag>
<b:NarrativeRequiredFlag>false</b:NarrativeRequiredFlag>
<b:NewExternalSystemIdentifier i:nil="true"/>
<b:SortOrder>2</b:SortOrder>
<b:StandardTaskTypeIdentity>
<b:StandardTaskTypeCode>5IMPL</b:StandardTaskTypeCode>
<b:StandardTaskTypeId i:nil="true"/>
<b:StandardTaskTypeName>5. Implementation</b:StandardTaskTypeName>
<b:StandardTaskTypeUid>1152921504606847728</b:StandardTaskTypeUid>
</b:StandardTaskTypeIdentity>
<b:InheritPurchaseOrderNumberFlag>true</b:InheritPurchaseOrderNumberFlag>
<b:PurchaseOrderNumber i:nil="true"/>
</b:ProjectTaskTypeDetail>
</b:PwsProjectTaskTypeElement>
<b:PwsProjectTaskTypeElement>
<b:ProjectTaskTypeDetail>
<b:ExternalSystemIdentifier i:nil="true"/>
<b:ProjectTaskTypeId i:nil="true"/>
<b:ProjectTaskTypeUid>1152921504608297428</b:ProjectTaskTypeUid>
<b:ProjectTaskTypeName>Quality Assurance</b:ProjectTaskTypeName>
<b:AllowedProjectRateTypeIdentities>
<b:PwsProjectRateTypeRef>
<b:ExternalSystemIdentifier i:nil="true"/>
<b:ProjectRateTypeId i:nil="true"/>
<b:ProjectRateTypeUid>1152921504607463326</b:ProjectRateTypeUid>
</b:PwsProjectRateTypeRef>
<b:PwsProjectRateTypeRef>
<b:ExternalSystemIdentifier i:nil="true"/>
<b:ProjectRateTypeId i:nil="true"/>
<b:ProjectRateTypeUid>1152921504607463327</b:ProjectRateTypeUid>
</b:PwsProjectRateTypeRef>
</b:AllowedProjectRateTypeIdentities>
<b:DefaultProjectRateTypeIdentity>
<b:ExternalSystemIdentifier i:nil="true"/>
<b:ProjectRateTypeId i:nil="true"/>
<b:ProjectRateTypeUid>1152921504607463326</b:ProjectRateTypeUid>
</b:DefaultProjectRateTypeIdentity>
<b:InactiveFlag>false</b:InactiveFlag>
<b:NarrativeRequiredFlag>false</b:NarrativeRequiredFlag>
<b:NewExternalSystemIdentifier i:nil="true"/>
<b:SortOrder>3</b:SortOrder>
<b:StandardTaskTypeIdentity>
<b:StandardTaskTypeCode>6QA</b:StandardTaskTypeCode>
<b:StandardTaskTypeId i:nil="true"/>
<b:StandardTaskTypeName>6. Quality Assurance</b:StandardTaskTypeName>
<b:StandardTaskTypeUid>1152921504606847730</b:StandardTaskTypeUid>
</b:StandardTaskTypeIdentity>
<b:InheritPurchaseOrderNumberFlag>true</b:InheritPurchaseOrderNumberFlag>
<b:PurchaseOrderNumber i:nil="true"/>
</b:ProjectTaskTypeDetail>
</b:PwsProjectTaskTypeElement>
</b:TaskTypes>
<b:Tasks>
<b:PwsProjectTaskElement>
<b:ProjectTaskDetail>
<b:ExternalSystemIdentifier i:nil="true"/>
<b:ProjectTaskId i:nil="true"/>
<b:ProjectTaskUid>1152921504608975638</b:ProjectTaskUid>
<b:CompletedFlag>false</b:CompletedFlag>
<b:Description i:nil="true"/>
<b:DurationMinutes>0</b:DurationMinutes>
<b:EarliestStartDate i:nil="true"/>
<b:FullWbsCode>1</b:FullWbsCode>
<b:NewExternalSystemIdentifier i:nil="true"/>
<b:OpenForTimeFlag>true</b:OpenForTimeFlag>
<b:ParentTaskIdentity i:nil="true"/>
<b:PlannedEndDateTime>2008-06-01T00:00:00Z</b:PlannedEndDateTime>
<b:PlannedStartDateTime>2008-06-01T00:00:00Z</b:PlannedStartDateTime>
<b:Predecessors/>
<b:PreviousSiblingTaskIdentity i:nil="true"/>
<b:ProjectTaskTypeIdentity>
<b:ExternalSystemIdentifier i:nil="true"/>
<b:ProjectTaskTypeId i:nil="true"/>
<b:ProjectTaskTypeUid>1152921504608297426</b:ProjectTaskTypeUid>
</b:ProjectTaskTypeIdentity>
<b:TaskName>Design</b:TaskName>
<b:InheritPurchaseOrderNumberFlag>true</b:InheritPurchaseOrderNumberFlag>
<b:PurchaseOrderNumber i:nil="true"/>
<b:Subscriptions/>
<b:UserDefinedFields/>
</b:ProjectTaskDetail>
<b:ProjectTaskRoles/>
<b:TaskTypeInheritPurchaseOrderNumberFlag>true</b:TaskTypeInheritPurchaseOrderNumberFlag>
</b:PwsProjectTaskElement>
<b:PwsProjectTaskElement>
<b:ProjectTaskDetail>
<b:ExternalSystemIdentifier i:nil="true"/>
<b:ProjectTaskId i:nil="true"/>
<b:ProjectTaskUid>1152921504608975639</b:ProjectTaskUid>
<b:CompletedFlag>false</b:CompletedFlag>
<b:Description i:nil="true"/>
<b:DurationMinutes>0</b:DurationMinutes>
<b:EarliestStartDate i:nil="true"/>
<b:FullWbsCode>2</b:FullWbsCode>
<b:NewExternalSystemIdentifier i:nil="true"/>
<b:OpenForTimeFlag>true</b:OpenForTimeFlag>
<b:ParentTaskIdentity i:nil="true"/>
<b:PlannedEndDateTime>2008-06-01T00:00:00Z</b:PlannedEndDateTime>
<b:PlannedStartDateTime>2008-06-01T00:00:00Z</b:PlannedStartDateTime>
<b:Predecessors/>
<b:PreviousSiblingTaskIdentity>
<b:ExternalSystemIdentifier i:nil="true"/>
<b:ProjectTaskId i:nil="true"/>
<b:ProjectTaskUid>1152921504608975638</b:ProjectTaskUid>
</b:PreviousSiblingTaskIdentity>
<b:ProjectTaskTypeIdentity>
<b:ExternalSystemIdentifier i:nil="true"/>
<b:ProjectTaskTypeId i:nil="true"/>
<b:ProjectTaskTypeUid>1152921504608297427</b:ProjectTaskTypeUid>
</b:ProjectTaskTypeIdentity>
<b:TaskName>Implementation</b:TaskName>
<b:InheritPurchaseOrderNumberFlag>true</b:InheritPurchaseOrderNumberFlag>
<b:PurchaseOrderNumber i:nil="true"/>
<b:Subscriptions/>
<b:UserDefinedFields/>
</b:ProjectTaskDetail>
<b:ProjectTaskRoles/>
<b:TaskTypeInheritPurchaseOrderNumberFlag>true</b:TaskTypeInheritPurchaseOrderNumberFlag>
</b:PwsProjectTaskElement>
<b:PwsProjectTaskElement>
<b:ProjectTaskDetail>
<b:ExternalSystemIdentifier i:nil="true"/>
<b:ProjectTaskId i:nil="true"/>
<b:ProjectTaskUid>1152921504608975640</b:ProjectTaskUid>
<b:CompletedFlag>false</b:CompletedFlag>
<b:Description i:nil="true"/>
<b:DurationMinutes>0</b:DurationMinutes>
<b:EarliestStartDate i:nil="true"/>
<b:FullWbsCode>3</b:FullWbsCode>
<b:NewExternalSystemIdentifier i:nil="true"/>
<b:OpenForTimeFlag>true</b:OpenForTimeFlag>
<b:ParentTaskIdentity i:nil="true"/>
<b:PlannedEndDateTime>2008-06-01T00:00:00Z</b:PlannedEndDateTime>
<b:PlannedStartDateTime>2008-06-01T00:00:00Z</b:PlannedStartDateTime>
<b:Predecessors/>
<b:PreviousSiblingTaskIdentity>
<b:ExternalSystemIdentifier i:nil="true"/>
<b:ProjectTaskId i:nil="true"/>
<b:ProjectTaskUid>1152921504608975639</b:ProjectTaskUid>
</b:PreviousSiblingTaskIdentity>
<b:ProjectTaskTypeIdentity>
<b:ExternalSystemIdentifier i:nil="true"/>
<b:ProjectTaskTypeId i:nil="true"/>
<b:ProjectTaskTypeUid>1152921504608297428</b:ProjectTaskTypeUid>
</b:ProjectTaskTypeIdentity>
<b:TaskName>Quality Assurance</b:TaskName>
<b:InheritPurchaseOrderNumberFlag>true</b:InheritPurchaseOrderNumberFlag>
<b:PurchaseOrderNumber i:nil="true"/>
<b:Subscriptions/>
<b:UserDefinedFields/>
</b:ProjectTaskDetail>
<b:ProjectTaskRoles/>
<b:TaskTypeInheritPurchaseOrderNumberFlag>true</b:TaskTypeInheritPurchaseOrderNumberFlag>
</b:PwsProjectTaskElement>
</b:Tasks>
<b:Notes>
<b:PwsProjectNote>
<b:CreatedByUserIdentity>
<b:UserDisplayName>Larry Krakauer</b:UserDisplayName>
<b:UserId i:nil="true"/>
<b:UserReferenceSystemId>ID-LK</b:UserReferenceSystemId>
<b:UserUid>1152921504606944254</b:UserUid>
</b:CreatedByUserIdentity>
<b:CreatedTimestamp>2020-03-05T19:00:14.363Z</b:CreatedTimestamp>
<b:Note>Don Carlo is one of Verdi's best operas. Italian version is better than the french one.</b:Note>
<b:CreatedByUser>
<b:UserDisplayName>Larry Krakauer</b:UserDisplayName>
<b:UserId i:nil="true"/>
<b:UserReferenceSystemId>ID-LK</b:UserReferenceSystemId>
<b:UserUid>1152921504606944254</b:UserUid>
<b:EmailAddress>Larry@revcorp.min</b:EmailAddress>
<b:FirstName>Larry</b:FirstName>
<b:LastName>Krakauer</b:LastName>
<b:MiddleName>A</b:MiddleName>
</b:CreatedByUser>
<b:ReadFlag>true</b:ReadFlag>
<b:ReadTimestamp>2020-03-05T14:00:14.363</b:ReadTimestamp>
<b:NoteId i:nil="true"/>
<b:NoteUid>1152921504606942419</b:NoteUid>
</b:PwsProjectNote>
</b:Notes>
<b:ProjectCostBaselineSummaries>
<b:PwsProjectCostBaselineSummary>
<b:ExternalSystemIdentifier i:nil="true"/>
<b:ProjectCostBaselineId i:nil="true"/>
<b:ProjectCostBaselineUid>1152921504607323431</b:ProjectCostBaselineUid>
<b:ActiveProjectCostBaselineFlag>true</b:ActiveProjectCostBaselineFlag>
<b:CaMetricActiveFlag>true</b:CaMetricActiveFlag>
<b:DaMetricActiveFlag>false</b:DaMetricActiveFlag>
<b:Description i:nil="true"/>
<b:EaMetricActiveFlag>false</b:EaMetricActiveFlag>
<b:PrimaryMetric>C</b:PrimaryMetric>
<b:ProjectCostBaselineName>Initial Cost Baseline</b:ProjectCostBaselineName>
</b:PwsProjectCostBaselineSummary>
</b:ProjectCostBaselineSummaries>
<b:ProjectTimeBaselineSummaries>
<b:PwsProjectTimeBaselineSummary>
<b:ExternalSystemIdentifier i:nil="true"/>
<b:ProjectTimeBaselineId i:nil="true"/>
<b:ProjectTimeBaselineUid>1152921504607477396</b:ProjectTimeBaselineUid>
<b:ActiveProjectTimeBaselineFlag>true</b:ActiveProjectTimeBaselineFlag>
<b:BarMetricActiveFlag>true</b:BarMetricActiveFlag>
<b:ChgMetricActiveFlag>false</b:ChgMetricActiveFlag>
<b:CrMetricActiveFlag>false</b:CrMetricActiveFlag>
<b:Description i:nil="true"/>
<b:HrsMetricActiveFlag>false</b:HrsMetricActiveFlag>
<b:PrimaryMetric>B</b:PrimaryMetric>
<b:ProjectTimeBaselineName>Initial Time Baseline</b:ProjectTimeBaselineName>
<b:RdcMetricActiveFlag>false</b:RdcMetricActiveFlag>
</b:PwsProjectTimeBaselineSummary>
</b:ProjectTimeBaselineSummaries>
<b:ManagementTeamUsers>
<b:PwsUserSummary>
<b:UserDisplayName>Larry Krakauer</b:UserDisplayName>
<b:UserId i:nil="true"/>
<b:UserReferenceSystemId>ID-LK</b:UserReferenceSystemId>
<b:UserUid>1152921504606944254</b:UserUid>
<b:EmailAddress>Larry@revcorp.min</b:EmailAddress>
<b:FirstName>Larry</b:FirstName>
<b:LastName>Krakauer</b:LastName>
<b:MiddleName>A</b:MiddleName>
</b:PwsUserSummary>
<b:PwsUserSummary>
<b:UserDisplayName>Steve Chong</b:UserDisplayName>
<b:UserId i:nil="true"/>
<b:UserReferenceSystemId>ID-SC</b:UserReferenceSystemId>
<b:UserUid>1152921504606944267</b:UserUid>
<b:EmailAddress>Steve@revcorp.min</b:EmailAddress>
<b:FirstName>Steve</b:FirstName>
<b:LastName>Chong</b:LastName>
<b:MiddleName i:nil="true"/>
</b:PwsUserSummary>
<b:PwsUserSummary>
<b:UserDisplayName>Alexander Hamilton</b:UserDisplayName>
<b:UserId i:nil="true"/>
<b:UserReferenceSystemId>ID-AH</b:UserReferenceSystemId>
<b:UserUid>1152921504607072439</b:UserUid>
<b:EmailAddress>alex@revcorp.min</b:EmailAddress>
<b:FirstName>Alexander</b:FirstName>
<b:LastName>Hamilton</b:LastName>
<b:MiddleName>Joe</b:MiddleName>
</b:PwsUserSummary>
</b:ManagementTeamUsers>
<b:Manager>
<b:UserDisplayName>Philippe Lee</b:UserDisplayName>
<b:UserId i:nil="true"/>
<b:UserReferenceSystemId>ID-PL2</b:UserReferenceSystemId>
<b:UserUid>1152921504606944260</b:UserUid>
<b:EmailAddress>Philippe@revcorp.min</b:EmailAddress>
<b:FirstName>Philippe</b:FirstName>
<b:LastName>Lee</b:LastName>
<b:MiddleName i:nil="true"/>
</b:Manager>
<b:BillableFlag>true</b:BillableFlag>
<b:Client>
<b:ClientId i:nil="true"/>
<b:ClientNumber>C000111</b:ClientNumber>
<b:ClientUid>1152921504606906284</b:ClientUid>
<b:ClientName>Metro Opera</b:ClientName>
<b:InactiveFlag>false</b:InactiveFlag>
<b:ParentClientIdentity i:nil="true"/>
</b:Client>
<b:RateTaskTimestamp>AAAAABT3Sgk=</b:RateTaskTimestamp>
<b:RequireBillingTitleOverrideFlag>false</b:RequireBillingTitleOverrideFlag>
<b:CcBasedManagementTeam>
<b:PwsProjectManagementTeamMember>
<b:EmailFlag>true</b:EmailFlag>
<b:UpdateFlag>true</b:UpdateFlag>
<b:UserIdentity>
<b:UserDisplayName>Alexander Hamilton</b:UserDisplayName>
<b:UserId i:nil="true"/>
<b:UserReferenceSystemId>ID-AH</b:UserReferenceSystemId>
<b:UserUid>1152921504607072439</b:UserUid>
</b:UserIdentity>
</b:PwsProjectManagementTeamMember>
</b:CcBasedManagementTeam>
<b:DefaultBillingAdjustedDiscountPercent i:nil="true"/>
<b:DefaultContractDiscountPercent i:nil="true"/>
<b:DefaultRateCardIdentity i:nil="true"/>
<b:EngagementCurrencyIdentity>
<b:CurrencyCode>USD</b:CurrencyCode>
<b:CurrencyId i:nil="true"/>
<b:CurrencyUid>1152921504606849879</b:CurrencyUid>
</b:EngagementCurrencyIdentity>
<b:InheritedPurchaseOrderNumber>PRQ20050347934</b:InheritedPurchaseOrderNumber>
<b:MaximumOpenDate>2019-12-21T00:00:00</b:MaximumOpenDate>
<b:MinimumCloseDate>2020-03-29T00:00:00</b:MinimumCloseDate>
<b:TimeBillingType>D</b:TimeBillingType>
</a:Project>
<a:ProjectIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
<b:ProjectCode>P001012-002N1</b:ProjectCode>
<b:ProjectId i:nil="true"/>
<b:ProjectUid>1152921504607463659</b:ProjectUid>
</a:ProjectIdentity>
<a:EngagementTimestamp>AAAAABT3YmA=</a:EngagementTimestamp>
<a:LockStolenFromUserIdentity i:nil="true" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"/>
<a:ProjectTimestamp>AAAAABT3YmQ=</a:ProjectTimestamp>
<a:StolenLocks i:nil="true" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"/>
<a:RevalueReport i:nil="true" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"/>
</PwsSaveProjectResult>
</PwsSaveProjectResponse>
</s:Body>
</s:Envelope> |
...