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

« Previous Version 9 Current »

Overview


This structure contains the complete set of information about a cost center permission setting. 

Format


PwsCostCenterPermissionSettingDetail

Elements


Element

Data Type

Description

Sample Data

CostCenterPermissionIdentity

PwsCostCenterPermissionRef

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.


Usage Example(s)


Example 01
                      <b:CostCenterPermissionSettingDetail>
                           <b:CostCenterPermissionIdentity>
                              <b:CostCenterPermissionId i:nil="true"/>
                              <b:CostCenterPermissionTag>maintainProjectsAndEngagements</b:CostCenterPermissionTag>
                           </b:CostCenterPermissionIdentity>
                           <b:CostCenterPermissionSetting>true</b:CostCenterPermissionSetting>
                           <b:CostCenters>
                              <b:PwsCostCenterRef>
                                 <b:CostCenterId i:nil="true"/>
                                 <b:CostCenterName>IT Team (USA)</b:CostCenterName>
                                 <b:CostCenterNumber>IT Team (USA)</b:CostCenterNumber>
                                 <b:CostCenterUid>1152921504606867365</b:CostCenterUid>
                              </b:PwsCostCenterRef>
                           </b:CostCenters>
                        </b:CostCenterPermissionSettingDetail>
  • No labels