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 | ||
---|---|---|
| ||
|
...
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 | Yes | The identity of the cost center included in the search criteria. Click here for detaildetails. |
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<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> |