PwsCostCenterNotificationSettingElement

Overview


This structure is returned by services such as PwsGetUser, which return the full details about users. This structure contains a user's cost center notification structure (PwsCostCenterNotificationSettingDetail).

Format


PwsCostCenterNotificationSettingElement
  • PwsCostCenterNotificationSettingElement

Elements


Element

Data Type

Description

Sample Data

CostCenterNotificationDisplayName

String

The cost center notification display name.

Notification about project transition to/from a stage

CostCenterNotificationSettingDetail

PwsCostCenterNotificationSettingDetail

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


OverrideCostCenterNotificationSettingFlag

Boolean

If set to 'true', this user's cost center notification setting is overridden from that of the default (determined by the user types associated with the user).

true

Usage Example(s)


Example 01
                     <b:PwsCostCenterNotificationSettingElement>
                        <b:CostCenterNotificationDisplayName>Notification about project transition to/from a stage</b:CostCenterNotificationDisplayName>
                        <b:CostCenterNotificationSettingDetail>
                           <b:CostCenterNotificationIdentity>
                              <b:CostCenterNotificationId i:nil="true"/>
                              <b:CostCenterNotificationTag>ProjectStageChange</b:CostCenterNotificationTag>
                           </b:CostCenterNotificationIdentity>
                           <b:CostCenterNotificationSetting>true</b:CostCenterNotificationSetting>
                           <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:CostCenterNotificationSettingDetail>
                        <b:OverrideCostCenterNotificationSettingFlag>true</b:OverrideCostCenterNotificationSettingFlag>
                     </b:PwsCostCenterNotificationSettingElement>