...
Panel | ||
---|---|---|
| ||
|
...
|
Elements
Element | Data Type | Description | Sample Data |
---|---|---|---|
CostCenterNotificationIdentity | The cost center notification identity. | ||
CostCenters | PwsCostCenterRef[1..100] | This structure is used to uniquely identify a cost center. |
...
Element
Data Type
Required?
Default
Description
CostCenterNotificationIdentity
CostCenterNotificationSetting
Boolean
CostCenters
EntireOrganizationFlag | Boolean | If set to 'true', the user will have this permission for all cost centers in the entire organization | false |
OverrideCostCenterNotificationSettingFlag | Boolean | If set to 'true', the override flag for the associated cost center notification will be set to 'true' | true |
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<com:PwsCostCenterNotificationSettingDetail>
<com:CostCenterNotificationIdentity>
<com:CostCenterNotificationTag>ProjectStageChange</com:CostCenterNotificationTag>
</com:CostCenterNotificationIdentity>
<com:CostCenterNotificationSetting>
<com:CostCenters>
<com:PwsCostCenterRef>
<com:CostCenterName>IT Team (USA)</com:CostCenterName>
<com:CostCenterNumber>IT Team (USA)</com:CostCenterNumber>
</com:PwsCostCenterRef>
</com:CostCenters>
<com:EntireOrganizationFlag>false</com:EntireOrganizationFlag>
</com:CostCenterNotificationSetting>
<com:OverrideCostCenterNotificationSettingFlag>true</com:OverrideCostCenterNotificationSettingFlag>
</com:PwsCostCenterNotificationSettingDetail> |