PwsCostCenterNotificationSettingDetail

Overview


This structure contains the complete set of information about a user's cost center notification settings.

Format


PwsCostCenterNotificationSettingDetail

Elements



Element

Data Type

Description

Sample Data

CostCenterNotificationIdentity

PwsCostCenterNotificationRef

The cost center notification identity.


CostCenters

PwsCostCenterRef[1..100]

This structure is used to uniquely identify a cost center.


EntireOrganizationFlagBooleanIf set to 'true', the user will have this permission for all cost centers in the entire organizationfalse
OverrideCostCenterNotificationSettingFlagBooleanIf set to 'true', the override flag for the associated cost center notification will be set to 'true'true

Usage Example(s)


Example 01
              <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>