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
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 criteria. | false |
CostCenterIdentity | Yes | The identity of the cost center selected 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> |