Versions Compared

Key

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

...

Panel
titlePwsCostCenterNotificationSettingDetail

...

    • CostCenters: PwsCostCenterRef[1..100]
    • EntireOrganizationFlag: Boolean
    • OverrideCostCenterNotificationSettingFlag: Boolean

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.

...

Element

Data Type

Required?

Default

Description

CostCenterNotificationIdentity

PwsCostCenterNotificationRef

 

 

 

CostCenterNotificationSetting

Boolean

 

 

 

CostCenters

PwsCostCenterRef[]

 

 

 


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)


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>