Versions Compared

Key

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

...

Panel
titlePwsGlobalNotificationSettingDetail
  • PwsGlobalNotificationSettingDetail

Elements


Element

Data Type

Description

Sample Data

GlobalNotificationIdentity

PwsGlobalNotificationRef

 The global notification identity

 


GlobalNotificationSetting

Boolean

 If set to 'true', the user will receive an email for this notification type

 
false

Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
                        <b:GlobalNotificationSettingDetail>
                           <b:GlobalNotificationIdentity>
                              <b:GlobalNotificationId i:nil="true"/>
                              <b:GlobalNotificationTag>DowntimeNotification</b:GlobalNotificationTag>
                           </b:GlobalNotificationIdentity>
                           <b:GlobalNotificationSetting>false</b:GlobalNotificationSetting>
                        </b:GlobalNotificationSettingDetail>