PwsCostCenterCriteria

Overview

This structure represents an element in a cost center criteria collection. The cost center criteria collection identifies the set of acceptable cost centers for a project role. 

Format

PwsCostCenterCriteria

Element

Element

Data Type

Required?

Default

Description

Sample Data

CascadeFlag

Boolean

No

false

If it is 'true', this cost center and all of its children are included in the criteria.

false

CostCenterIdentity

PwsCostCenterRef

Yes


The identity of the cost center included in the criteria. Click here for details.



Usage Example(s)

Example 01
  							  <c:PwsCostCenterCriteria>
                                 <c:CascadeFlag>true</c:CascadeFlag>
                                 <c:CostCenterIdentity>
                                    <b:CostCenterId i:nil="true"/>
                                    <b:CostCenterName>US-Telecom*</b:CostCenterName>
                                    <b:CostCenterNumber>US4</b:CostCenterNumber>
                                    <b:CostCenterUid>1152921504606856649</b:CostCenterUid>
                                 </c:CostCenterIdentity>
                              </c:PwsCostCenterCriteria>