PwsProjectDetail

Overview

This structure is part of PwsProjectElement that is in the response for PwsGetProject, and it contains the complete set of information about a project. The structure is used both to retrieve detailed project information and to pass information about a project back to the server to get updated.

Format


PwsProjectDetail

Elements


Element

Data Type

Required?

Default

Description

Sample Data


ProjectCode

String (24)

On Insert: Yes (if naming method is manual)

On Update: Yes (if the ProjectUid is not supplied)

See description

The project code is a unique identifier for a project. On insert, you are required to specify either ProjectCode or NewProjectCode if the account is configured for manual numbering. A value may optionally be specified if hybrid numbering is in effect (a unique project code will be generated automatically if not). A value may not be specified if automatic numbering is in effect. See "NewProjectCode" for guidance on how to change the project code of an existing project.

P001053-001


ProjectId

Int32

No


The project Id is a unique identifier for a project. For internal use only.



ProjectUid

Int64

On Insert: No

On Update: Yes (if the ProjectCode is not supplied)


A unique and immutable identifier for a project



EngagementIdentity

PwsEngagementRef

On Insert: Yes

On Update: No


The engagement associated with this project. If an EngagementIdentity is specifed on update, it must match the existing engagement associated with the project. Projects may not be moved among engagements. Click here for more information. 



ProjectName

String (255)

On Insert: Yes

On Update: No


The name of the project.



CloseDate

DateTime

No



The end date of the project, if any.

2018--07-31z


CostGlccOverride

String

deprecated


** This field has been deprecated in favor of PwsProjectPlccMappingCostCenter.**



CostPlccMappingType

String

deprecated


** This field has been deprecated in favor of PwsProjectPlccMappingCostCenter.**



DefaultSchedulingMode

String (1)

No


Engagement type's default value

The default scheduling mode associated with this project:

"D" for daily scheduling mode;

"W" for weekly scheduling mode

D/W


Description

String (1000)

No



The description of the project



EmEmailFlag

Boolean

No



If set to 'true", engagement manager recieves project related emails.

true


EngagementTimestamp

String

No



Base64 encoded timestamp. Meaningless on an insert. Caller may optionally supply the value retrieved earlier by PwsGetProject. If the project has been updated since the project information was retrieved, the update will fail. No checking is done if no value is specified.



ExpenseApprovalUserIdentity

PwsUserRef

On Insert/update: Yes (if ExpenseApproverType is "U")

Engagement type's default value

The user who is the specific expense approver user. Ignored if ExpenseApproverType is not 'U'. If ExpenseApproverType is not specified on creation, defaults for both ExpenseApproverType and ExpenseApprovalUserIdentity are taken from the engagement type. Click here for more information. 



ExpenseApproverType

String (1)

No


Engagement type's default value

The expense approver type associated with this project:

"E" for engagement manager

"M" for project manager (PM) for team, engagement manger for PM

"P" for project manager

"R" for resource/disbursing cost center-based approver

"T" for the project's acting PM team

"U" for specific approver user

E/M/P/R/T/U


ExpenseEntryRestrictedToResourcesAssignedToRolesFlag

Boolean

deprecated



Please use element BookExpenseResourcesAllowCode instead.



LocationIdentity

PwsLocationRef

On Insert: Yes

On Update: No


The location of this project. Click here for more information.



ManagerIdentity

PwsUserRef

On Insert: Yes

On Update: No


The project manager associated with the project. Click here for more information. 



MinutesPerDay

Int16

No


Project location default value

The number of working minutes in a day. Used for task planning and daily billing calculation.

480


NarrativeRequiredFlag

Boolean

No


Engagement type's default value

If set to 'true', description is required on time cards.

true


NewProjectCode

String (24)

No



The new project code. This is used by PwsSaveProject to support changing an existing project code. You can both identify a project by project code and modify the project code by specifying the original code in ProjectCode and the new value in NewProjectCode. NewProjectCode will always be null in responses from PwsGetProject.

On Insert, if both the ProjectCode and NewProjectCode are specified, the NewProjectCode will take precedence.

Note: The project code may only be changed if numbering scheme for projects is configured as Manual or Hybrid.



OpenDate

DateTime

No


Today's date

The begin date of the project.



OpenForCostFlag

Boolean

No


Project stage's default value

If set to 'true', this project is open for expense entry.

true


OpenForCostTransferFlag

Boolean

No


Project stage's default value

If set to 'true', this project is open to have expense transferred in.

true


OpenForTimeFlag

Boolean

No


Project stage's default value

If set to 'true', this project is open for time entry.

true


OpenForTimeTransferFlag

Boolean

No


Project stage's default value

If set to 'true', this project is open to have time transferred in.

true


PercentLikelihood

Double

No


Project stage's default value

The likelihood of winning a contract for this project. It is used in project financial analysis.

100


PmModuleEnabledFlag

Boolean

No


Engagement type's default value

If set to 'true', detailed task management is turned on for the project.

true


ProjectStageIdentity

PwsProjectStageRef

No


The first available project stage

The stage of the project. If none specified on creation, the first allowable project stage is chosen. If enterprise configuration is enabled for your account, the enterprise configuration settings will determine which stages are allowable. Click here for more information.



ProjectWorkspaceEnabledFlag

Boolean

No


Engagement type's default value

If set to 'true', project workspace is enabled for the project.

true


Rates

PwsProjectRate [0..]

No


Cost center's default with no begin/end date and 0% contract rate or billing adjusted rate discount

The rate cards used for the project. If specified on update, the current rates are replaced in their entirety by the specified rates. Click here for more information.



TimeApprovalUserIdentity

PwsUserRef

On Insert/update: Yes (if TimeApproverType is "U")

Engagement type's default value

The user who is the specific time approver user. Ignored if TimeApproverType is not 'U'. If TimeApproverType is not specified on creation, defaults for both TimeApproverType and TimeApprovalUserIdentity are taken from the engagement type. Click here for more information. 



TimeApproverType

String (1)

On Insert: Yes

On Update: No

Engagement type's default value

The time approver associated with this project:

"A" for None (automatically approved)

"E" for engagement manager

"M" for project manager (PM) for team, engagement manger for PM

"P" for project manager

"R" for resource-based approver

"T" for the project's acting PM team

"U" for specific approver user

A/E/M/P/R/T/U


TimeEntryRestrictedToResourcesAssignedToRolesFlag

Boolean

deprecated



Please use element BookTimeResourcesAllowCode instead.



TimeEntryRestrictedToRolesAssignedToTasksFlag

Boolean

No


Engagement type's default value

If set to 'true', only resource that has been assigned to a task on this project can enter time. Only when project is DTM enabled can this value be set to 'true'.

true


TimeGlccOverride

String

deprecated


** This field has been deprecated in favor of PwsProjectPlccMappingCostCenter.**



TimePlccMappingType

String

deprecated


** This field has been deprecated in favor of PwsProjectPlccMappingCostCenter.**



UserDefinedFields

PwsUserDefinedFieldDetail [0..]

No



The user defined fields associated with the project. Click here for more information. To delete an existing UDF, include a PwsUserDefinedFieldDetail record in this collection that refers to the target user defined field and specifies NULL for all values.



WorkspaceMessages

String (255)

No



The project message displayed on project workspace home tab.



BookExpenseResourceCostCenterIdentity

PwsCostCenterRef

On insert/update: Yes (if BookExpenseResourcesAllowCode = C)


If only resources from a specific cost center can enter expenses, this is the cost center. Click here for more information. 



BookExpenseResourcesAllowCode

String (1)

No


Engagement type's default value

The type of resources that can enter expense for this project:

A: any resource;

B: resource assigned to a role;

C: resource from a specific cost center.

Engagement types allow specification of either A (any resource) or B (resource assigned to a role) as a default on creation.

A/B/C


BookTimeResourceCostCenterIdentity

PwsCostCenterRef

On insert/update: Yes (if BookTimeResourcesAllowCode = C)


If only resources from a specific cost center can enter time, this is the cost center. Click here for more information. 



BookTimeResourcesAllowCode

String (1)

No


Engagement type's default value

The type of resources that can enter time for this project:

A: any resource;

B: resource assigned to a role;

C: resource from a specific cost center.

Engagement types allow specification of either A (any resource) or B (resource assigned to a role) as a default on creation.

A/B/C


PlccMappings

PwsProjectPlccMappingCostCenter [0..]

No


Engagement type's default value

For billable project, all five mapping types must be included. For non-billable project, three mapping types (no time revenue or ODC revenue) must be included. Each mapping type must have fraction total of 1. If specified on update, the current PLCC mappings are replaced in their entirety by the specified mappings. Click here for more information.



ContractLineItemIdentity

PwsContractLineItemRef

On Insert: Yes*

On Update: No


The contract line item that this project is associated with. Click here for more informaiton.

* If ContractLineItemIdentity is not specified on creation, but the engagement has a single contract line item, the single contract line item will be used. Otherwise, an error will be raised.



ManagementTeam

PwsProjectManagementTeamMember [0..]

No



Members of the project management team (other than those directly identified as the engagement or project manager). If specified on update, the current PM team members are replaced in their entirety by the specified team. Do not include the engagement or project manager in this listing. Click here for more information.



BdDashboards

PwsProjectBdDashboard [0..]

deprecated


** This field has been deprecated in favor of AamDashboards.**



AamDashboardsPwsProjectAamDashboardDetail

No



The configuration information for the Advanced Analytics Module dashboard within a project.

ExpenseTypeConfigurationIdentity

PwsExpenseTypeConfigurationRef

No



The expense type configuration associated with this project. Click here for more information.



InheritPurchaseOrderNumberFlag

Boolean

No


true

If set to 'true', project inherits the purchase order number from assocated engagement.

true/false


PurchaseOrderNumber

String (50)

No


Engagement's purchase order number

The purchase order number associated with this project. Specify only if not inheriting the purchase order number from the engagement.

MET-DonCarlo-01


AamDashboardsPwsProjectAamDashboardDetail

No



The configuration information for the Advanced Analytics Module dashboard within a project.

BookedResourcesWorkspacePermissionSetIdentity

PwsPermissionSetRef

No



The workspace permission set for Booked Resources (Non-Limited)

CcUsersWorkspacePermissionSetIdentity

PwsPermissionSetRef

No



The workspace permission set for Cost Center Users.

ClientWorkspacePermissionSetIdentity

PwsPermissionSetRef

No



The workspace permission set for Client.

EmWorkspacePermissionSetIdentityPwsPermissionSetRef

No



The workspace permission set for Engagement Manager.

InvoiceTabMessage

String()

No



The invoice tab message.

IssueCategoriesPwsProjectIssueCategoryDetail []No
The details of categories that can be associated with a project issue.

IssueStatusesPwsProjectIssueStatusDetail []No
The details of statuses that can be associated with a project issue.

LtdBookedResourcesWorkspacePermissionSetIdentityPwsPermissionSetRefNo
The workspace permission set for Booked Resources (Booked)

LtdOtherResourcesWorkspacePermissionSetIdentityPwsPermissionSetRefNo
The workspace permission set for Other Resources (Limited)

OtherResourcesWorkspacePermissionSetIdentityPwsPermissionSetRefNo
The workspace permission set for Other Resources (Non-Limited)

PmWorkspacePermissionSetIdentityPwsPermissionSetRefNo
The workspace permission set for Project Manager(s). This group includes the user that can act as Project Manager.

ProjectLoginsPwsProjectLoginNo
The users with access to the workspace listed on the project Client Logins tab.

PmToolCodeStringNoEngagement type's default value

N = None

C = Project Task Management Classic

S = Smartsheet Integration



Usage Example(s)


Example 01
               <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>AAAAABT3Yko=</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>AAAAABT3Yk4=</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>No Access</b:PermissionSetName>
                     <b:PermissionSetUid>1152921504606848814</b:PermissionSetUid>
                  </b:CcUsersWorkspacePermissionSetIdentity>
                  <b:ClientWorkspacePermissionSetIdentity>
                     <b:PermissionSetId i:nil="true"/>
                     <b:PermissionSetName>Client Access</b:PermissionSetName>
                     <b:PermissionSetUid>1152921504606848812</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>Please pay within 30 days of the invoice issue date.</b:InvoiceTabMessage>
                  <b:IssueCategories>
                     <b:PwsProjectIssueCategoryDetail>
                        <b:ProjectIssueCategoryId i:nil="true"/>
                        <b:ProjectIssueCategoryUid>1152921504607424704</b:ProjectIssueCategoryUid>
                        <b:InactiveFlag>false</b:InactiveFlag>
                        <b:Name>High</b:Name>
                     </b:PwsProjectIssueCategoryDetail>
                     <b:PwsProjectIssueCategoryDetail>
                        <b:ProjectIssueCategoryId i:nil="true"/>
                        <b:ProjectIssueCategoryUid>1152921504607424705</b:ProjectIssueCategoryUid>
                        <b:InactiveFlag>false</b:InactiveFlag>
                        <b:Name>Medium</b:Name>
                     </b:PwsProjectIssueCategoryDetail>
                     <b:PwsProjectIssueCategoryDetail>
                        <b:ProjectIssueCategoryId i:nil="true"/>
                        <b:ProjectIssueCategoryUid>1152921504607424706</b:ProjectIssueCategoryUid>
                        <b:InactiveFlag>false</b:InactiveFlag>
                        <b:Name>Low</b:Name>
                     </b:PwsProjectIssueCategoryDetail>
                  </b:IssueCategories>
                  <b:IssueStatuses>
                     <b:PwsProjectIssueStatusDetail>
                        <b:ProjectIssueStatusId i:nil="true"/>
                        <b:ProjectIssueStatusUid>1152921504608120271</b:ProjectIssueStatusUid>
                        <b:InactiveFlag>false</b:InactiveFlag>
                        <b:Name>New</b:Name>
                        <b:TreatAsClosedFlag>false</b:TreatAsClosedFlag>
                     </b:PwsProjectIssueStatusDetail>
                     <b:PwsProjectIssueStatusDetail>
                        <b:ProjectIssueStatusId i:nil="true"/>
                        <b:ProjectIssueStatusUid>1152921504608120272</b:ProjectIssueStatusUid>
                        <b:InactiveFlag>false</b:InactiveFlag>
                        <b:Name>Open</b:Name>
                        <b:TreatAsClosedFlag>false</b:TreatAsClosedFlag>
                     </b:PwsProjectIssueStatusDetail>
                     <b:PwsProjectIssueStatusDetail>
                        <b:ProjectIssueStatusId i:nil="true"/>
                        <b:ProjectIssueStatusUid>1152921504608120273</b:ProjectIssueStatusUid>
                        <b:InactiveFlag>false</b:InactiveFlag>
                        <b:Name>Closed</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>No Access</b:PermissionSetName>
                     <b:PermissionSetUid>1152921504606848814</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:ProjectDetail>