Versions Compared

Key

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

Overview

A collection of this This structure represents an element in a cost center criteria collection. The cost center criteria collection identifies the set of acceptable cost centers that satisfy the search criteria for the a project role's unnamed candidate's cost center

Format

Panel
titlePwsCostCenterCriteria

...

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 search criteria for a project role's cost center.

false

CostCenterIdentity

PwsCostCenterRef

Yes


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



Usage Example(s)

Code Block
languagexml
titleExample 01
collapsetrue
  							  <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>