...
Panel | ||
---|---|---|
| ||
|
Elements
Element | Data Type | Description | Sample Data | ||
---|---|---|---|---|---|
CostCenterNotificationIdentity | The cost center notification identityCostCenterNotificationSetting. | ||||
CostCenters | PwsCostCenterRef[1..100] | This structure is used to uniquely identify a cost center. | |||
EntireOrganizationFlag | Boolean | If set to 'true', the user will | receive an email for this notification type for the specified cost centersCostCenters | PwsCostCenterRef[1..100] | This structure is used to uniquely identify a cost center |
...
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> |