Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
titlePwsCostCenterNotificationSettingDetail
  • PwsCostCenterNotificationSettingDetail

Elements



receive an email when the notifications identified takes place in the specified cost centers

Element

Data Type

Description

Sample Data

CostCenterNotificationIdentity

PwsCostCenterNotificationRef

The cost center notification identityCostCenterNotificationSetting.


CostCenters

PwsCostCenterRef[1..100]

This structure is used to uniquely identify a cost center.


EntireOrganizationFlagBooleanIf set to 'true', the user will

CostCenters

PwsCostCenterRef[]

This structure is used to uniquely identify a cost center

...

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)


Code Block
languagexml
titleExample 01
collapsetrue
              <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>