Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Overview

A collection of this structure represents the cost centers that satisfy the search criteria for project role's cost center.  

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 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 detail.



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>
  • No labels