...
Panel | ||
---|---|---|
| ||
|
...
Element | Data Type | Description | Sample Data | ||||
---|---|---|---|---|---|---|---|
CostCenterPermissionIdentity | This structure is used to uniquely identify a cost center permission. | CostCenterPermissionSetting | Boolean | If set to 'true', the user has this cost center permission for the specified cost center(s). | true | ||
CostCenters | PwsCostCenterRef[1..100] | The cost centers that the user has the specified permission for. A null or empty list indicates that the user has the permission for all cost centers. | |||||
EntireOrganizationFlag | Boolean | If set to 'true', the cost center permission will be set to 'true' for all cost centers within the organization. | |||||
OverrideCostCenterPermissionSettingFlag | Boolean | If set to 'true', the override flag for the associated cost center permission will be set to 'true'. |
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<b:CostCenterPermissionSettingDetail><com:PwsCostCenterPermissionSettingDetail> <b<com:CostCenterPermissionIdentity> <b:CostCenterPermissionId i:nil="true"/> <b<com:CostCenterPermissionTag>maintainProjectsAndEngagements</bcom:CostCenterPermissionTag> </bcom:CostCenterPermissionIdentity> <b:CostCenterPermissionSetting>true</b:<com:CostCenterPermissionSetting> <b<com:CostCenters> <b<com:PwsCostCenterRef> <com:CostCenterName>Executive <b:CostCenterId i:nil="true"/>Team (USA)</com:CostCenterName> <b:CostCenterName>IT<com:CostCenterNumber>Executive Team (USA)</bcom:CostCenterName>CostCenterNumber> </com:PwsCostCenterRef> <b:CostCenterNumber>IT Team (USA)</b:CostCenterNumber> </com:CostCenters> <b<com:CostCenterUid>1152921504606867365<EntireOrganizationFlag>false</bcom:CostCenterUid> EntireOrganizationFlag> </bcom:PwsCostCenterRef>CostCenterPermissionSetting> </b:CostCenters> <com:OverrideCostCenterPermissionSettingFlag>true</com:OverrideCostCenterPermissionSettingFlag> </bcom:CostCenterPermissionSettingDetail>PwsCostCenterPermissionSettingDetail> |