Versions Compared

Key

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

Overview

This structure contains the complete set of information about an engagement. The structure is used both to retrieve detailed engagement information and to pass information about an engagement back to the server to get updated.

Format

Panel
titlePwsEngagementDetail
  • PwsEngagementDetail
    • EngagementCode: String (20)
    • EngagementId: Int32
    • EngagementUid: Int64
    • ClientIdentity: PwsClientRef
    • EngagementName: String (255)
    • Address: PwsAddress
    • BillingAdjustedRevenueTimeBudgetAmount: Double
    • BillingCultureIdentity: PwsCultureRef
    • BillingCycleIdentity: PwsBillingCycleRef
    • BillingInstructions: String (1000)
    • ClientAmountCostBudgetAmount: Double
    • ClientMessage: String (4000)
    • ClientMessagePlain: String (4000)
    • ContractRevenueTimeBudgetAmount: Double
    • CostAlertsBasisType: String (1)
    • CostBudgetMetric: String (1)
    • CostCenterIdentity: PwsCostCenterRef
    • CostContractTerms: String (1) ** deprecated **
    • CurrencyIdentity: PwsCurrencyRef
    • DisbursedAmountCostBudgetAmount: Double
    • EngagementStageIdentity: PwsEngagementStageRef
    • EngagementTypeIdentity: PwsEngagementTypeRef
    • ExpenseAmountCostBudgetAmount: Double
    • HoldbackAmount: Double ** deprecated **
    • HoldbackPercent: Double ** deprecated **
    • HoldbackType: String (1) ** deprecated **
    • InheritAddressFlag: Boolean
    • InheritBillingCycleFlag: Boolean
    • InheritBillingInstructionsFlag: Boolean
    • InheritClientMessageFlag: Boolean
    • InheritInvoiceContentFlag: Boolean
    • InheritInvoiceScopeFlag: Boolean
    • InheritInvoiceTemplateFlag: Boolean
    • InheritPaymentTermFlag: Boolean
    • InheritPurchaseOrderNumberFlag: Boolean
    • InheritTimeBillingTypeFlag: Boolean
    • InvoiceContent: String (1)
    • InvoiceScope: String (1)
    • InvoiceTemplateIdentity: PwsInvoiceTemplateRef
    • ManagerIdentity: PwsUserRef
    • MaxCostContractAmount: Double ** deprecated **
    • MaxTimeContractAmount: Double ** deprecated **
    • MinCostContractAmount: Double ** deprecated **
    • MinTimeContractAmount: Double ** deprecated **
    • NewEngagementCode: String
    • PaymentTermIdentity: PwsPaymentTermRef
    • PurchaseOrderNumber: String (50)
    • ResourceDirectCostTimeBudgetAmount: Double
    • RevenueEarnedByDate: DateTime ** deprecated **
    • RevenueRecognitionMethod: String (1) ** deprecated **
    • TimeAlertsBasisType: String (1)
    • TimeBillingType: String (1)
    • TimeBudgetMetric: String (1)
    • TimeContractTerms: String (1)
    • Timestamp: String
    • UserDefinedFields: PwsUserDefinedFieldDetail
    • WorkMinutesTimeBudgetAmount: Int32
    • CalculateEngagementBudgetFlag: Boolean
    • ChargeableMinutesTimeBudgetAmount: Int32
    • InheritInvoiceEmailSettingsFlag: Boolean
    • InvoiceEmailSettings: PwsInvoiceEmailSettings
    • InheritRenderReceiptsFlag: Boolean
    • RenderReceiptsFlag: Boolean
    • AutoApplyAvailableBalanceFlag: Boolean
    • InheritAutoApplyAvailableBalanceFlag: Boolean
    • InheritTaxTypesFlag: Boolean
    • TaxType1Identity: PwsTaxTypeRef
    • TaxType2Identity: PwsTaxTypeRef
    • TaxType3Identity: PwsTaxTypeRef

Element

...

Element

...

Data Type

...

Required?

...

Default

...

Description

...

Sample Data

...

EngagementCode

...

String (20)

...

On Insert: Yes

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

...

The engagement is a unique identifier for an engagement. See "NewEngagementCode" for guidance on how to change the engagement code of an existing engagement.

...

P001320

...

EngagementId

...

Int32

...

On Insert: No

On Update: No

...

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

...

EngagementUid

...

Int64

...

On Insert: No

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

...

The engagement Uid is a unique and immutable identifier for an engagement

1152921504607326368

...

ClientIdentity

...

PwsClientRef

...

On Insert: Yes

On Update: No

...

The client associated with the engagement. Click here for more information. 

...

EngagementName

...

String (255)

...

On Insert: Yes

On Update: No

...

The engagement name

Web Services Documentation

...

Address

...

PwsAddress

...

On Insert: No

On Update: No

...

The billing address associated with the engagement. Click here for more information.

...

BillingAdjustedRevenueTimeBudgetAmount

...

Double

...

On Insert: No

On Update: No

...

The billing adjusted time revenue time budget amount associated with the engagement

...

BillingCultureIdentity

...

PwsCultureRef

...

On Insert: Yes

On Update: No

...

The billing culture associated with the installation

...

The billing culture associated with the engagement. Click here for more information.

...

BillingCycleIdentity

...

PwsBillingCycleRef

...

On Insert: No

On Update: No

...

The billing cycle associated with the engagement. Click here for more information.

...

BillingInstructions

...

String (1000)

...

On Insert: No

On Update: No

...

The billing instructions associated with the engagement

Please bill this client at the end of each month.

...

ClientAmountCostBudgetAmount

...

Double

...

On Insert: No

On Update: No

...

The client amount cost budget amount associated with the engagement

...

10000

...

ClientMessage

...

String (4000)

...

On Insert: No

On Update: No

...

A per-invoice message to appear on the invoice. This may include RTF markup.

...

{\rtf1\ansi\ansicpg1252\deff0{\fonttbl{\f0\fnil\fcharset0 Microsoft Sans Serif;}}
\viewkind4\uc1\pard\lang1033\f0\fs17We appreciate your business!\par}

...

ClientMessagePlain

...

String (4000)

...

On Insert: No

On Update: No

...

A per-invoice message to appear on the invoice. This is in plain text format.

We appreciate your business!

...

ContractRevenueTimeBudgetAmount

...

Double

...

On Insert: No

On Update: No

...

The contract revenue time budget amount associated with the engagement

...

CostAlertsBasisType

...

String (1)

...

On Insert: No

On Update: No

...

The cost alerts basis type associated with the engagement

"A" for actuals to date

"E" for estimate at completion

...

E

...

CostBudgetMetric

...

String (1)

...

On Insert: No

On Update: No

...

The cost budget metric associated with the engagement

"C" for client amount

"D" for disbursed amount

"E" for expense amount

...

C

...

CostCenterIdentity

...

PwsCostCenterRef

...

On Insert: Yes

On Update: No

...

The cost center associated with the engagement. Click here for more information.

...

CostContractTerms

...

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


Panel
titlePwsProjectDetail

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 Contract Line Items. Please see PwsContractLineItemDetail for more information

of AamDashboards.**

CurrencyIdentity

PwsCurrencyRef

On Insert: Yes

On Update: No

The currency associated with the engagement



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.

DisbursedAmountCostBudgetAmount



InheritPurchaseOrderNumberFlag

Double

Boolean

On Insert:

No

On Update: No

The disbursed amount cost buget amount

EngagementStageIdentity

PwsEngagementStageRef

On Insert: Yes

On Update: No

The engagement stage associated with the engagement. Click here for more information.

EngagementTypeIdentity

PwsEngagementTypeRef

On Insert: Yes

On Update: No

The engagement type associated wtih the engagement. Click here for more information.

ExpenseAmountCostBudgetAmount

Double

On Insert: Yes

On Update: No

The expense amount cost budget amount

HoldbackAmount

Double

deprecated

** This field has been deprecated in favor of Contract Line Items. Please see PwsContractLineItemDetail for more information **

HoldbackPercent

Double

deprecated

** This field has been deprecated in favor of Contract Line Items. Please see PwsContractLineItemDetail for more information **

HoldbackType

String (1)

deprecated

** This field has been deprecated in favor of Contract Line Items. Please see PwsContractLineItemDetail for more information **

InheritAddressFlag

Boolean

On Insert: No

On Update: No

true

If set to 'true', the engagement address is inherited from the client. Please Inheritance for more information.

true

InheritBillingCycleFlag

Boolean

On Insert: No

On Update: No

true

If set to 'true', the engagement billing cycle is inherited from the client. Please Inheritance for more information.

true

InheritBillingInstructionsFlag

Boolean

On Insert: No

On Update: No

true

If set to 'true', the engagement billing instructions is inherited from the client. Please see Inheritance for more information.

true

InheritClientMessageFlag

Boolean

On Insert: No

On Update: No

true

If set to 'true', the engagement client message is inherited from the client. Please see Inheritance for more information.

true

InheritInvoiceContentFlag

Boolean

On Insert: No

On Update: No

true

If set to 'true', the engagement invoice content is inherited from the client. Please see Inheritance for more information.

true

InheritInvoiceScopeFlag

Boolean

On Insert: No

On Update: No

true

If set to 'true', the engagement invoice scope is inherited from the client. Please see Inheritance for more information.

true

InheritInvoiceTemplateFlag

Boolean

On Insert: No

On Update: No

true

If set to 'true', the engagement invoice template is inherited from the client. Please see Inheritance for more information.

true

InheritPaymentTermFlag

Boolean

On Insert: No

On Update: No

true

If set to 'true', the engagement payment terms is inherited from the client. Please see Inheritance for more information. 

true

InheritPurchaseOrderNumberFlag

Boolean

On Insert: No

On Update: No

true

If set to 'true', the engagement purchase order is inherited from the client. Please see Inheritance for more information.  

true

InheritTimeBillingTypeFlag

Boolean

On Insert: No

On Update: No

true

If set to 'true', the engagement time billing type is inherited from the client. Please see Inheritance for more information.   

true

InvoiceContent

String (1)

On Insert: No

On Update: No

B

The invoice content associated with the engagement

"B" for time and cost together

"S" for time and cost separately

B

InvoiceScope

String (1)

On Insert: No

On Update: No

E

The invoice scope associated with the engagement

"C" for client

"N" for purchase order number

"E" for engagement

"P" for project 

E

InvoiceTemplateIdentity

PwsInvoiceTemplateRef

On Insert: No

On Update: No

The invoice template associated with the engagement. Click here for more information. 

ManagerIdentity

PwsUserRef

On Insert: Yes

On Update: No

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

MaxCostContractAmount

Double

deprecated

** This field has been deprecated in favor of Contract Line Items. Please see PwsContractLineItemDetail for more information **

MaxTimeContractAmount

Double

deprecated

** This field has been deprecated in favor of Contract Line Items. Please see PwsContractLineItemDetail for more information **

MinCostContractAmount

Double

deprecated

** This field has been deprecated in favor of Contract Line Items. Please see PwsContractLineItemDetail for more information **

MinTimeContractAmount

Double

deprecated

** This field has been deprecated in favor of Contract Line Items. Please see PwsContractLineItemDetail for more information **

NewEngagementCode

String (20)

On Insert: No

On Update: No

The new engagement code. This is used by PwsSaveEngagement to support changing an existing engagement code. You can both identify an engagement by engagement code and modify the engagement code by specifying the original code in EngagementCode and the new value in NewEngagementCode. NewEngagementCode will always be null in responses from PwsGetEngagement. Note that the engagement code may only be changed if numbering for engagements is configured as Manual or Hybrid.

PaymentTermIdentity

PwsPaymentTermRef

On Insert: No

On Update: No

The payment term associated with the engagement. Click PwsPaymentTermRef for more information.

PurchaseOrderNumber

String (50)

On Insert: No

On Update: No

The purchase order number associated with the engagement

P-001

ResourceDirectCostTimeBudgetAmount

Double

On Insert: No

On Update: No

The resource direct cost time budget amount

RevenueEarnedByDate

DateTime

deprecated

** This field has been deprecated in favor of Contract Line Items. Please see PwsContractLineItemDetail for more information **

RevenueRecognitionMethod

String (50)

deprecated

** This field has been deprecated in favor of Contract Line Items. Please see PwsContractLineItemDetail for more information **

TimeAlertsBasisType

String (1)

On Insert: No

On Update: No

The time alerts basis type

"A" for Actuals to Date

"E" for Estimate at Completion

E

TimeBillingType

String (1)

On Insert: No

On Update: No

H

The time billing type

"D" for Daily

"H" for Hourly

H

TimeBudgetMetric

String (1)

On Insert: No

On Update: No

B

The time budget metric

"B" for Billing Adjusted Revenue

"C" for Contract Revenue

"R" for Resource Direct Cost

"H" for Working Hours

B

TimeContractTerms

String (1)

deprecated

** This field has been deprecated in favor of Contract Line Items. Please see PwsContractLineItemDetail for more information **

Timestamp

String

On Insert: No

On Update: No

Base64 encoded timestamp 

AAAAAA971aM=

PwsUserDefinedFieldDetail

On Insert: No

On Update: No

The user defined fields associated with the engagement. Click here for more information.

WorkMinutesTimeBudgetAmount

Int32

On Insert: No

On Update: No

The time budget amount for work minutes (applicable only when time budget metric is H, null otherwise)

CalculateEngagementBudgetFlag

Boolean

On Insert: No

On Update: No

true

If set to 'true', the engagement budget flag will be calculated based on the sum of the project budgets associated with the engagement

true

ChargeableMinutesTimeBudgetAmount

Int32

On Insert: No

On Update: No

The chargeable minutes time budget amount

InheritInvoiceEmailSettingsFlag

Boolean

On Insert: No

On Update: No

false

If set to 'true', the invoice email settings will be inherited from the client. Click Inheritance for more information.

true

InvoiceEmailSettings

PwsInvoiceEmailSettings

On Insert: No

On Update: No

Invoice email settings control whether email distribution of invoices is enabled for this client, and if so, who the sender and recipients of the email are, the subject line, the email template and other related settings that are in effect. Click here for more informaiton.

InheritRenderReceiptsFlag

Boolean

On Insert: No

On Update: No

true

If set to 'true', the render receipts setting for the engagement will be inherited from the client. Click Inheritance for more information.

true

RenderReceiptsFlag

Boolean

On Insert: No

On Update: No

false

If set to 'true', receipts will be rendered on invoices associated with the engagement.

true

AutoApplyAvailableBalanceFlag

Boolean

On Insert: No

On Update: No

false

If set to 'true', the engagement's pre-payment balance will be automatically appliled to the balance on new invoices

true

InheritAutoApplyAvailableBalanceFlag

Boolean

On Insert: No

On Update: No

true

If set to 'true', the auto apply available balance engagement setting will be inherited from the client. Click Inheritance for more information.

true

InheritTaxTypesFlag

Boolean

On Insert: No

On Update: No

true

If set to 'true', the tax type(s) associatd with the engagement will be inherited from the client. Click Inheritance for more information.

true

TaxType1Identity

PwsTaxTypeRef

On Insert: No

On Update: No

The tax types that apply for invoices under this engagement. Click here for more information.

TaxType2Identity

PwsTaxTypeRef

On Insert: No

On Update: No

The tax types that apply for invoices under this engagement. Click here for more information.

TaxType3Identity

PwsTaxTypeRef

On Insert: No

On Update: No

The tax types that apply for invoices under this engagement. Click here for more information.

Usage Example(s)

...

languagexml
titleExample 01
collapsetrue


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)


Code Block
languagexml
titleExample 01
collapsetrue
               <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:EngagementDetail>:BooleanValue i:nil="true"/>
                        <b:EngagementCode>P001320<DataType>I</b:EngagementCode>DataType>
                        <b:EngagementIdDateValue i:nil="true"/>
                        <b:EngagementUid>1152921504607326368<IntegerValue>888</b:EngagementUid>IntegerValue>
                        <b:ClientIdentity>:ResourceIdentityValue i:nil="true"/>
                        <b:ClientIdTextValue i:nil="true"/>
                        <b:ClientNumber>C000121<UdfTreatment>A</b:ClientNumber>UdfTreatment>
                        <b:ClientUid>1152921504606998462</b:ClientUid>StoplightValues/>
                        <<b:NumericValue>888</b:ClientIdentity>NumericValue>
                        <b:EngagementName>Web Services Documentation</b:EngagementName>:RelationValue i:nil="true"/>
                        <b:Address>:StoplightValuesClearFlag>false</b:StoplightValuesClearFlag>
                     </b:PwsUserDefinedFieldDetail>
                 <b:AddressLine1>100   Main Street</b<b:AddressLine1>PwsUserDefinedFieldDetail>
                        <b:AddressLine2UdfId i:nil="true"/>
                        <b:Attention>Finance<UdfName>PUDF_YN</b:Attention>UdfName>
                        <b:City>Boston<UdfUid>1152921504606857062</b:City>UdfUid>
                        <b:CompanyName>Acme 1000<BooleanValue>true</b:CompanyName>BooleanValue>
                        <b:Country>USA<DataType>Y</b:Country>DataType>
                        <b:StateOrProvince>MA</b:StateOrProvince>:DateValue i:nil="true"/>
                        <b:ZipOrPostalCode>02114</b:ZipOrPostalCode>:IntegerValue i:nil="true"/>
                         </b:Address><b:ResourceIdentityValue i:nil="true"/>
                        <b:BillingAdjustedRevenueTimeBudgetAmountTextValue i:nil="true"/>
                        <b:UdfTreatment>A</b:UdfTreatment>
                        <b:BillingCultureIdentity>StoplightValues/>
                        <b:CultureIdNumericValue i:nil="true"/>
                        <b:CultureName>en-US</b:CultureName>:RelationValue i:nil="true"/>
                        <b:CultureUid>1152921504606851419<StoplightValuesClearFlag>false</b:CultureUid>StoplightValuesClearFlag>
                     </b:BillingCultureIdentity>PwsUserDefinedFieldDetail>
                     <b:BillingCycleIdentity>PwsUserDefinedFieldDetail>
                        <b:BillingCycleIdUdfId i:nil="true"/>
                        <b:BillingCycleName>Monthly<UdfName>PUDF_DT</b:BillingCycleName>UdfName>
                        <b:BillingCycleUid>1152921504606853180<UdfUid>1152921504606857063</b:BillingCycleUid>UdfUid>
                     </b:BillingCycleIdentity>   <b:BooleanValue i:nil="true"/>
                 <b:BillingInstructions>Please bill this client at the end of each month.< <b:DataType>D</b:BillingInstructions>DataType>
                        <b:ClientAmountCostBudgetAmount i:nil="true"/>
DateValue>2020-03-05T00:00:00Z</b:DateValue>
                    <b:ClientMessage>{\rtf1\ansi\ansicpg1252\deff0{\fonttbl{\f0\fnil\fcharset0 Microsoft Sans Serif;}}
\viewkind4\uc1\pard\lang1033\f0\fs17We appreciate your business!\par}</b:ClientMessage>    <b:IntegerValue i:nil="true"/>
                        <b:ClientMessagePlain>We appreciate your business!</b:ClientMessagePlain>:ResourceIdentityValue i:nil="true"/>
                        <b:ContractRevenueTimeBudgetAmountTextValue i:nil="true"/>
                        <b:CostAlertsBasisType>E<UdfTreatment>A</b:CostAlertsBasisType>UdfTreatment>
                        <b:CostBudgetMetric>C</b:CostBudgetMetric>StoplightValues/>
                        <b:CostCenterIdentity>:NumericValue i:nil="true"/>
                        <b:CostCenterIdRelationValue i:nil="true"/>
                        <b:CostCenterName>Executive Team (USA):StoplightValuesClearFlag>false</b:StoplightValuesClearFlag>
                     </b:CostCenterName>PwsUserDefinedFieldDetail>
                     <b:PwsUserDefinedFieldDetail>
   <b:CostCenterNumber>Executive Team (USA)</b:CostCenterNumber>                   <b:UdfId i:nil="true"/>
    <b:CostCenterUid>1152921504606867363</b:CostCenterUid>                    <b:UdfName>PR-Zendesk Project <ID</b:CostCenterIdentity>UdfName>
                        <b:CostContractTerms>T<UdfUid>1152921504606857842</b:CostContractTerms>UdfUid>
                        <b:CurrencyIdentity>:BooleanValue i:nil="true"/>
                        <b:CurrencyCode>USD<DataType>T</b:CurrencyCode>DataType>
                        <b:CurrencyIdDateValue i:nil="true"/>
                        <b:CurrencyUid>1152921504606851838</b:CurrencyUid>IntegerValue i:nil="true"/>
                         </b:CurrencyIdentity><b:ResourceIdentityValue i:nil="true"/>
                         <b:TextValue>-002</b:TextValue>
 <b:DisbursedAmountCostBudgetAmount i:nil="true"/>                      <b:EngagementStageIdentity>UdfTreatment>A</b:UdfTreatment>
                        <b:EngagementStageId i:nil="true"StoplightValues/>
                        <b:EngagementStageName>Open</b:EngagementStageName>:NumericValue i:nil="true"/>
                        <b:EngagementStageShortName>Open</b:EngagementStageShortName>:RelationValue i:nil="true"/>
                        <b:EngagementStageUid>1152921504606849675<StoplightValuesClearFlag>false</b:EngagementStageUid>StoplightValuesClearFlag>
                     </b:EngagementStageIdentity>PwsUserDefinedFieldDetail>
                     <b:EngagementTypeIdentity>PwsUserDefinedFieldDetail>
                        <b:EngagementTypeIdUdfId i:nil="true"/>
                        <b:EngagementTypeName>Executive - Contract Type<UdfName>PUDF_Txt</b:EngagementTypeName>UdfName>
                        <b:EngagementTypeShortName>ECT<UdfUid>1152921504606859275</b:EngagementTypeShortName>UdfUid>
                        <b:EngagementTypeUid>1152921504606873528</b:EngagementTypeUid>BooleanValue i:nil="true"/>
                        <<b:DataType>L</b:EngagementTypeIdentity>DataType>
                        <b:ExpenseAmountCostBudgetAmountDateValue i:nil="true"/>
                        <b:HoldbackAmountIntegerValue i:nil="true"/>
                        <b:HoldbackPercentResourceIdentityValue i:nil="true"/>>
                        <b:HoldbackType>N<TextValue>Hansel</b:HoldbackType>TextValue>
                        <b:InheritAddressFlag>true<UdfTreatment>A</b:InheritAddressFlag>UdfTreatment>
                        <b:InheritBillingCycleFlag>true</b:InheritBillingCycleFlag>StoplightValues/>
                        <b:InheritBillingInstructionsFlag>true</b:InheritBillingInstructionsFlag>NumericValue i:nil="true"/>
                        <b:InheritClientMessageFlag>true</b:InheritClientMessageFlag>:RelationValue i:nil="true"/>
                        <b:InheritInvoiceContentFlag>true<StoplightValuesClearFlag>false</b:InheritInvoiceContentFlag>StoplightValuesClearFlag>
                     <b:InheritInvoiceScopeFlag>true<</b:InheritInvoiceScopeFlag>PwsUserDefinedFieldDetail>
                     <b:InheritInvoiceTemplateFlag>true</b:InheritInvoiceTemplateFlag>PwsUserDefinedFieldDetail>
                        <b:InheritPaymentTermFlag>true</b:InheritPaymentTermFlag>UdfId i:nil="true"/>
                        <b:InheritPurchaseOrderNumberFlag>true<UdfName>PUDF_RSC</b:InheritPurchaseOrderNumberFlag>UdfName>
                        <b:InheritTimeBillingTypeFlag>true<UdfUid>1152921504606860868</b:InheritTimeBillingTypeFlag>UdfUid>
                        <b:InvoiceContent>B</b:InvoiceContent>:BooleanValue i:nil="true"/>
                        <b:InvoiceScope>E<DataType>R</b:InvoiceScope>DataType>
                        <b:InvoiceTemplateIdentity>:DateValue i:nil="true"/>
                        <b:InvoiceTemplateIdIntegerValue i:nil="true"/>
                        <b:InvoiceTemplateName>A100</b:InvoiceTemplateName>ResourceIdentityValue>
                           <b:InvoiceTemplateUid>1152921504606878901<ResourceDisplayName>Kyle Ruddy</b:InvoiceTemplateUid>ResourceDisplayName>
                     </b:InvoiceTemplateIdentity>                   <b:ResourceId i:nil="true"/>
  <b:ManagerIdentity>                         <b:UserDisplayName>Betty Smith<ResourceReferenceSystemId>ID-KR</b:UserDisplayName>ResourceReferenceSystemId>
                           <b:UserId i:nil="true"/>ResourceUid>1152921504607073824</b:ResourceUid>
                        <b:UserReferenceSystemId>Partner - 01<</b:UserReferenceSystemId>ResourceIdentityValue>
                        <b:UserUid>1152921504607011056</b:UserUid>TextValue i:nil="true"/>
                        <<b:UdfTreatment>R</b:ManagerIdentity>UdfTreatment>
                        <b:MaxCostContractAmount i:nil="true"StoplightValues/>
                        <b:MaxTimeContractAmount>30000</b:MaxTimeContractAmount>NumericValue i:nil="true"/>
                        <b:MinCostContractAmountRelationValue i:nil="true"/>
                        <b:MinTimeContractAmount>30000<StoplightValuesClearFlag>false</b:MinTimeContractAmount>StoplightValuesClearFlag>
                     <b:NewEngagementCode i:nil="true"/></b:PwsUserDefinedFieldDetail>
                  </b:UserDefinedFields>
  <b:PaymentTermIdentity>                <b:WorkspaceMessages>This is a project that manages the production work <b:PaymentTermId i:nil="true"/>
     of Donizetti's Don Pasquale by Met Opera 2023.</b:WorkspaceMessages>
                  <b:PaymentTermName>Net 30</b:PaymentTermName>
     BookExpenseResourceCostCenterIdentity i:nil="true"/>
                  <b:PaymentTermUid>1152921504606856054<BookExpenseResourcesAllowCode>A</b:PaymentTermUid>BookExpenseResourcesAllowCode>
                     </b:PaymentTermIdentity>
  <b:BookTimeResourceCostCenterIdentity i:nil="true"/>
                  <b:PurchaseOrderNumber>P-001<BookTimeResourcesAllowCode>A</b:PurchaseOrderNumber>
  BookTimeResourcesAllowCode>
                  <b:ResourceDirectCostTimeBudgetAmount i:nil="true"/>
PlccMappings>
                     <b:RevenueEarnedByDate i:nil="true"/>PwsProjectPlccMappingCostCenter>
                        <b:RevenueRecognitionMethod>R<AllocationFraction>1</b:RevenueRecognitionMethod>AllocationFraction>
                        <b:TimeAlertsBasisType>E</b:TimeAlertsBasisType>:CostCenterIdentity i:nil="true"/>
                        <b:TimeBillingType>H<CostCenterType>E</b:TimeBillingType>CostCenterType>
                        <b:TimeBudgetMetric>B</b:TimeBudgetMetric>:GlccOverride i:nil="true"/>
                        <b:TimeContractTerms>F<MappingType>TR</b:TimeContractTerms>MappingType>
                     <b:Timestamp>AAAAAA971aM=</b:Timestamp>PwsProjectPlccMappingCostCenter>
                     <b:UserDefinedFields>PwsProjectPlccMappingCostCenter>
                        <b:PwsUserDefinedFieldDetail>
  :AllocationFraction>1</b:AllocationFraction>
                        <b:UdfIdCostCenterIdentity i:nil="true"/>

                          <b:UdfName>EN-Date<CostCenterType>E</b:UdfName>CostCenterType>
                        <b:GlccOverride i:nil="true"/>
        <b:UdfUid>1152921504606856799</b:UdfUid>                <b:MappingType>RDC</b:MappingType>
           <b:BooleanValue i:nil="true"/>         </b:PwsProjectPlccMappingCostCenter>
                  <b:DataType>D</b:DataType>   <b:PwsProjectPlccMappingCostCenter>
                        <b:DateValue>2018-01-17T00:00:00Z<AllocationFraction>1</b:DateValue>
  AllocationFraction>
                        <b:IntegerValueCostCenterIdentity i:nil="true"/>
  
                        <b:ResourceIdentityValue i:nil="true"/>CostCenterType>E</b:CostCenterType>
                           <b:TextValueGlccOverride i:nil="true"/>
  
                        <b:UdfTreatment>A<MappingType>SRDC</b:UdfTreatment>MappingType>
                           <b:StoplightValues/>
   </b:PwsProjectPlccMappingCostCenter>
                       <b:NumericValue i:nil="true"/>
  PwsProjectPlccMappingCostCenter>
                        <b:AllocationFraction>1</b:RelationValue i:nil="true"/>AllocationFraction>
                         </b:PwsUserDefinedFieldDetail><b:CostCenterIdentity i:nil="true"/>
                        <b:PwsUserDefinedFieldDetail>
:CostCenterType>E</b:CostCenterType>
                          <b:UdfIdGlccOverride i:nil="true"/>
  
                        <b:UdfName>EN-Numeric<MappingType>OR</b:UdfName>MappingType>
                           <b:UdfUid>1152921504606856800<</b:UdfUid>
     PwsProjectPlccMappingCostCenter>
                     <b:BooleanValue i:nil="true"/>     <b:PwsProjectPlccMappingCostCenter>
                        <b:DataType>I<AllocationFraction>1</b:DataType>
  AllocationFraction>
                        <b:DateValueCostCenterIdentity i:nil="true"/>
                           <b:IntegerValue>1<CostCenterType>E</b:IntegerValue>CostCenterType>
                           <b:ResourceIdentityValueGlccOverride i:nil="true"/>
  
                        <b:TextValue i:nil="true"/>MappingType>OE</b:MappingType>
                     </b:PwsProjectPlccMappingCostCenter>
     <b:UdfTreatment>A</b:UdfTreatment>             </b:PlccMappings>
              <b:StoplightValues/>      <b:ContractLineItemIdentity>
                     <b:NumericValue>1<ContractLineItemCode>P001012-CL1</b:NumericValue>ContractLineItemCode>
                           <b:RelationValueContractLineItemId i:nil="true"/>
                     <b:ContractLineItemUid>1152921504606856369</b:ContractLineItemUid>
   </b:PwsUserDefinedFieldDetail>               </b:ContractLineItemIdentity>
         <b:PwsUserDefinedFieldDetail>         <b:ManagementTeam>
                  <b:UdfId i:nil="true"/>   <b:PwsProjectManagementTeamMember>
                        <b:UdfName>EN-Resource<EmailFlag>true</b:UdfName>
  EmailFlag>
                        <b:UdfUid>1152921504606856801<UpdateFlag>true</b:UdfUid>UpdateFlag>
                           <b:BooleanValue i:nil="true"/>UserIdentity>
                            <b:DataType>R<UserDisplayName>Larry Krakauer</b:DataType>UserDisplayName>
                           <b:DateValueUserId i:nil="true"/>
                           <b:IntegerValue i:nil="true"/>UserReferenceSystemId>ID-LK</b:UserReferenceSystemId>
                           <b:ResourceIdentityValue>UserUid>1152921504606944254</b:UserUid>
                        </b:UserIdentity>
     <b:ResourceDisplayName>John Doe</b:ResourceDisplayName>               </b:PwsProjectManagementTeamMember>
               <b:ResourceId i:nil="true"/>      <b:PwsProjectManagementTeamMember>
                        <b:ResourceReferenceSystemId>E123<EmailFlag>true</b:ResourceReferenceSystemId>EmailFlag>
                          <b:UpdateFlag>true</b:UpdateFlag>
                        <b:ResourceUid>1152921504607062225</b:ResourceUid>UserIdentity>
                           <b:UserDisplayName>Steve <Chong</b:ResourceIdentityValue>UserDisplayName>
                           <b:TextValueUserId i:nil="true"/>
                           <b:UdfTreatment>A<UserReferenceSystemId>ID-SC</b:UdfTreatment>UserReferenceSystemId>
                           <b:StoplightValuesUserUid>1152921504606944267</>b:UserUid>
                           <b:NumericValue i:nil="true"/></b:UserIdentity>
                            <b:RelationValue i:nil="true"/>
   </b:PwsProjectManagementTeamMember>
                    </b:PwsUserDefinedFieldDetail>
   ManagementTeam>
                    <b:PwsUserDefinedFieldDetail>
        BdDashboards/>
                  <b:UdfIdExpenseTypeConfigurationIdentity i:nil="true"/>
     
                     <b:UdfName>EN-Text</b:UdfName>
        InheritPurchaseOrderNumberFlag>true</b:InheritPurchaseOrderNumberFlag>
                  <b:UdfUid>1152921504606856802<PurchaseOrderNumber>PRQ20050347934</b:UdfUid>PurchaseOrderNumber>
                  <b:Timestamp>AAAAABT3Yk4=</b:Timestamp>
        <b:BooleanValue i:nil="true"/>         <b:AamDashboards>
                  <b:DataType>T</b:DataType>   <b:PwsProjectAamDashboardDetail>
                        <b:DateValueProjectAamDashboardId i:nil="true"/>
                        <b:ProjectAamDashboardUid>1152921504606856321</b:ProjectAamDashboardUid>
                        <b:IntegerValue i:nil="true"/>
AamIntegrationSummary>
                           <b:ResourceIdentityValueAamIntegrationId i:nil="true"/>
                           <b:TextValue>WebAamIntegrationName>MS ServicesPower Documentation<BI</b:TextValue>AamIntegrationName>
                           <b:UdfTreatment>A<AamIntegrationUid>1152921504606847103</b:UdfTreatment>AamIntegrationUid>
                           <b:StoplightValuesAamType>M</>b:AamType>
                           <b:NumericValue i:nil="true"/>
</b:AamIntegrationSummary>
                        <b:ProjectAamDashboardName>A. Power <b:RelationValue i:nil="true"/>BI Dashboard</b:ProjectAamDashboardName>
                        <<b:BookedResourcesAllowedFlag>false</b:PwsUserDefinedFieldDetail>BookedResourcesAllowedFlag>
                        <b:PwsUserDefinedFieldDetail>
  :CcUsersAllowedFlag>false</b:CcUsersAllowedFlag>
                        <b:UdfId i:nil="true"/>
  ClientsAllowedFlag>false</b:ClientsAllowedFlag>
                        <b:UdfName>EN-Text List<EmAllowedFlag>false</b:UdfName>
  EmAllowedFlag>
                        <b:UdfUid>1152921504606856803<LtdBookedResourcesAllowedFlag>false</b:UdfUid>
  LtdBookedResourcesAllowedFlag>
                        <b:BooleanValue i:nil="true"/>LtdOtherResourcesAllowedFlag>false</b:LtdOtherResourcesAllowedFlag>
                           <b:DataType>L<OtherResourcesAllowedFlag>false</b:DataType>
  OtherResourcesAllowedFlag>
                        <b:DateValue i:nil="true"/>
  PmAllowedFlag>false</b:PmAllowedFlag>
                        <b:IntegerValueProjectAamDashboardParams i:niltype="trueb:PwsAamPbDashboardParams"/>
                           <b:ResourceIdentityValuePbFilter i:nil="true"/>
                           <b:TextValue>EN-1A<PbReportId>80875f5e-7fe8-4a0e-ba59-bde09fd41aad</b:TextValue>PbReportId>
                           <b:UdfTreatment>A<PbWorkspaceId>7b087de2-53a5-4cc7-b51d-0d780508debb</b:UdfTreatment>PbWorkspaceId>
                        </b:ProjectAamDashboardParams>
          <b:StoplightValues/>           </b:PwsProjectAamDashboardDetail>
                <b:NumericValue i:nil="true"/>     <b:PwsProjectAamDashboardDetail>
                        <b:RelationValueProjectAamDashboardId i:nil="true"/>
                        <<b:ProjectAamDashboardUid>1152921504606856322</b:PwsUserDefinedFieldDetail>ProjectAamDashboardUid>
                        <b:PwsUserDefinedFieldDetail>AamIntegrationSummary>
                           <b:UdfIdAamIntegrationId i:nil="true"/>
                           <b:UdfName>EN-Boolean<AamIntegrationName>Other Compatible BI Tool</b:UdfName>AamIntegrationName>
                           <b:UdfUid>1152921504606856804<AamIntegrationUid>1152921504606847069</b:UdfUid>
 AamIntegrationUid>
                           <b:AamType>O</b:AamType>
                         <b:BooleanValue>true<</b:BooleanValue>AamIntegrationSummary>
                        <b:ProjectAamDashboardName>B.   <b:DataType>Y<Third-party URL</b:DataType>
 ProjectAamDashboardName>
                         <b:DateValue i:nil="true"/>
  BookedResourcesAllowedFlag>false</b:BookedResourcesAllowedFlag>
                        <b:IntegerValue i:nil="true"/>CcUsersAllowedFlag>false</b:CcUsersAllowedFlag>
                           <b:ResourceIdentityValue i:nil="true"/>
  ClientsAllowedFlag>false</b:ClientsAllowedFlag>
                        <b:TextValue i:nil="true"/>EmAllowedFlag>false</b:EmAllowedFlag>
                           <b:UdfTreatment>A<LtdBookedResourcesAllowedFlag>false</b:UdfTreatment>
  LtdBookedResourcesAllowedFlag>
                        <b:StoplightValues/>
  LtdOtherResourcesAllowedFlag>false</b:LtdOtherResourcesAllowedFlag>
                        <b:NumericValue i:nil="true"/>
  OtherResourcesAllowedFlag>false</b:OtherResourcesAllowedFlag>
                        <b:RelationValue i:nil="true"/>PmAllowedFlag>false</b:PmAllowedFlag>
                        </b:PwsUserDefinedFieldDetail><b:ProjectAamDashboardParams i:type="b:PwsAamOtherDashboardParams">
                           <b:PwsUserDefinedFieldDetail>:OtherUrl>https://datastudio.google.com/embed/reporting/1Lkg3k30dv3POg80rm3sQk06BVi9hqVES/page/1M</b:OtherUrl>
                        </b:ProjectAamDashboardParams>
  <b:UdfId i:nil="true"/>                  </b:PwsProjectAamDashboardDetail>
         <b:UdfName>EN-Stoplight</b:UdfName>         </b:AamDashboards>
                  <b:UdfUid>1152921504606856813</b:UdfUid>
     BookedResourcesWorkspacePermissionSetIdentity>
                     <b:BooleanValuePermissionSetId i:nil="true"/>

                          <b:DataType>S<PermissionSetName>FULL Access</b:DataType>
     PermissionSetName>
                     <b:DateValue i:nil="true"/>:PermissionSetUid>1152921504606848813</b:PermissionSetUid>
                  </b:BookedResourcesWorkspacePermissionSetIdentity>
           <b:IntegerValue i:nil="true"/>      <b:CcUsersWorkspacePermissionSetIdentity>
                     <b:ResourceIdentityValuePermissionSetId i:nil="true"/>
                     <b:PermissionSetName>No Access</b:PermissionSetName>
     <b:TextValue i:nil="true"/>               <b:PermissionSetUid>1152921504606848814</b:PermissionSetUid>
            <b:UdfTreatment>A</b:UdfTreatment>      </b:CcUsersWorkspacePermissionSetIdentity>
                  <b:ClientWorkspacePermissionSetIdentity>
  <b:StoplightValues>                   <b:PermissionSetId i:nil="true"/>
          <b:PwsStoplightValue>           <b:PermissionSetName>Client Access</b:PermissionSetName>
                     <b:AsOfDate>2018-01-17T00:00:00Z</b:AsOfDate>
  PermissionSetUid>1152921504606848812</b:PermissionSetUid>
                  </b:ClientWorkspacePermissionSetIdentity>
           <b:SortOrder>3</b:SortOrder>       <b:EmWorkspacePermissionSetIdentity>
                       </b:PwsStoplightValue><b:PermissionSetId i:nil="true"/>
                     <b:PermissionSetName>FULL Access</b:PermissionSetName>
    </b:StoplightValues>                  <b:PermissionSetUid>1152921504606848813</b:PermissionSetUid>
         <b:NumericValue i:nil="true"/>         </b:EmWorkspacePermissionSetIdentity>
                  <b:RelationValue i:nil="true"/>
        InvoiceTabMessage>Please pay within 30 days of the invoice issue date.</b:InvoiceTabMessage>
               </b:PwsUserDefinedFieldDetail>   <b:IssueCategories>
                     <b:PwsUserDefinedFieldDetail>PwsProjectIssueCategoryDetail>
                           <b:UdfIdProjectIssueCategoryId i:nil="true"/>
 
                         <b:UdfName>EN-Multiline<ProjectIssueCategoryUid>1152921504607424704</b:UdfName>
  ProjectIssueCategoryUid>
                        <b:UdfUid>1152921504606858520<InactiveFlag>false</b:UdfUid>
  InactiveFlag>
                        <b:BooleanValue i:nil="true"/>Name>High</b:Name>
                           <b:DataType>T<</b:DataType>
     PwsProjectIssueCategoryDetail>
                     <b:DateValue i:nil="true"/>
 PwsProjectIssueCategoryDetail>
                          <b:IntegerValueProjectIssueCategoryId i:nil="true"/>
                           <b:ResourceIdentityValue i:nil="true"/>
 ProjectIssueCategoryUid>1152921504607424705</b:ProjectIssueCategoryUid>
                         <b:TextValue>Web Services Documentation<InactiveFlag>false</b:TextValue>InactiveFlag>
                           <b:UdfTreatment>A<Name>Medium</b:UdfTreatment>Name>
                     </b:PwsProjectIssueCategoryDetail>
                <b:StoplightValues/>     <b:PwsProjectIssueCategoryDetail>
                        <b:NumericValueProjectIssueCategoryId i:nil="true"/>
  
                        <b:RelationValue i:nil="true"/>ProjectIssueCategoryUid>1152921504607424706</b:ProjectIssueCategoryUid>
                        <<b:InactiveFlag>false</b:PwsUserDefinedFieldDetail>InactiveFlag>
                        <<b:Name>Low</b:UserDefinedFields>Name>
                     <b:WorkMinutesTimeBudgetAmount i:nil="true"/></b:PwsProjectIssueCategoryDetail>
                     <b:CalculateEngagementBudgetFlag>true<</b:CalculateEngagementBudgetFlag>IssueCategories>
                     <b:ChargeableMinutesTimeBudgetAmount i:nil="true"/>IssueStatuses>
                     <b:InheritInvoiceEmailSettingsFlag>true</b:InheritInvoiceEmailSettingsFlag>PwsProjectIssueStatusDetail>
                        <b:InvoiceEmailSettings>ProjectIssueStatusId i:nil="true"/>
                        <b:EmailFromUserIdentity>
  :ProjectIssueStatusUid>1152921504608120271</b:ProjectIssueStatusUid>
                        <b:UserDisplayName>Betty Smith<InactiveFlag>false</b:UserDisplayName>InactiveFlag>
                        <b:Name>New</b:Name>
      <b:UserId i:nil="true"/>                  <b:TreatAsClosedFlag>false</b:TreatAsClosedFlag>
             <b:UserReferenceSystemId>Partner - 01</b:UserReferenceSystemId>      </b:PwsProjectIssueStatusDetail>
                     <b:UserUid>1152921504607011056</b:UserUid>PwsProjectIssueStatusDetail>
                         </b:EmailFromUserIdentity><b:ProjectIssueStatusId i:nil="true"/>
                        <b:EmailInvoiceTemplateIdentity>
 :ProjectIssueStatusUid>1152921504608120272</b:ProjectIssueStatusUid>
                         <b:InvoiceTemplateId i:nil="true"/>
  InactiveFlag>false</b:InactiveFlag>
                        <b:InvoiceTemplateName>E001<Name>Open</b:InvoiceTemplateName>
  Name>
                        <b:InvoiceTemplateUid>1152921504606878906<TreatAsClosedFlag>false</b:InvoiceTemplateUid>
 TreatAsClosedFlag>
                      </b:EmailInvoiceTemplateIdentity>
  PwsProjectIssueStatusDetail>
                     <b:InvoiceEmailEnabledFlag>true</b:InvoiceEmailEnabledFlag>PwsProjectIssueStatusDetail>
                        <b:InvoiceEmailType>P</b:InvoiceEmailType>:ProjectIssueStatusId i:nil="true"/>
                        <b:Recipients>
  ProjectIssueStatusUid>1152921504608120273</b:ProjectIssueStatusUid>
                        <b:PwsInvoiceEmailRecipient>
     :InactiveFlag>false</b:InactiveFlag>
                        <b:RecipientType>T<Name>Closed</b:RecipientType>Name>
                        <b:TreatAsClosedFlag>true</b:TreatAsClosedFlag>
     <b:UserIdentity>                </b:PwsProjectIssueStatusDetail>
                 <b:UserDisplayName>Abby Whelan<</b:UserDisplayName>IssueStatuses>
                  <b:LtdBookedResourcesWorkspacePermissionSetIdentity>
                     <b:UserIdPermissionSetId i:nil="true"/>
           
                     <b:UserReferenceSystemId>OPA02<PermissionSetName>FULL Access</b:UserReferenceSystemId>
        PermissionSetName>
                        <b:UserUid>1152921504607062210<PermissionSetUid>1152921504606848813</b:UserUid>PermissionSetUid>
                  </b:LtdBookedResourcesWorkspacePermissionSetIdentity>
           </b:UserIdentity>       <b:LtdOtherResourcesWorkspacePermissionSetIdentity>
                     </b<b:PwsInvoiceEmailRecipient>
PermissionSetId i:nil="true"/>
                     <b:PermissionSetName>No  <Access</b:Recipients>PermissionSetName>
                     <<b:PermissionSetUid>1152921504606848814</b:InvoiceEmailSettings>PermissionSetUid>
                     <b:InheritRenderReceiptsFlag>true<</b:InheritRenderReceiptsFlag>
  LtdOtherResourcesWorkspacePermissionSetIdentity>
                  <b:RenderReceiptsFlag>false</b:RenderReceiptsFlag>OtherResourcesWorkspacePermissionSetIdentity>
                     <b:AutoApplyAvailableBalanceFlag>false</b:AutoApplyAvailableBalanceFlag>PermissionSetId i:nil="true"/>
                     <b:InheritAutoApplyAvailableBalanceFlag>true<PermissionSetName>FULL Access</b:InheritAutoApplyAvailableBalanceFlag>PermissionSetName>
                     <b:InheritTaxTypesFlag>true<PermissionSetUid>1152921504606848813</b:InheritTaxTypesFlag>PermissionSetUid>
                     <b:TaxType1Identity></b:OtherResourcesWorkspacePermissionSetIdentity>
                        <b:TaxTypeCode>VAT</b:TaxTypeCode>
  PmWorkspacePermissionSetIdentity>
                     <b:TaxTypeIdPermissionSetId i:nil="true"/>
  
                     <b:TaxTypeUid>1152921504606868258<PermissionSetName>FULL Access</b:TaxTypeUid>PermissionSetName>
                     <<b:PermissionSetUid>1152921504606848813</b:TaxType1Identity>PermissionSetUid>
                     <b:TaxType2Identity i:nil="true"/>
  </b:PmWorkspacePermissionSetIdentity>
                  <b:TaxType3Identity i:nil="true"ProjectLogins/>
 
                </b:EngagementDetail>ProjectDetail>