Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Overview


This structure represents the unique key fields associated with identifying a global notification. This applies to those notifications that are not cost center-related.

Format


PwsGlobalNotificationRef
  • PwsGlobalNotificationRef
    • GlobalNotificationId: Int32
    • GlobalNotificationTag: String

Elements


Element

Data Type

Description

Sample Data

GlobalNotificationId

Int32

The global notification Id is a unique identifier for a global notification. For internal use only.


GlobalNotificationTag

String

The global notification tag or name is a unique identifier for a global notification.

DowntimeNotification

Usage Example(s)


Example 01
                           <b:GlobalNotificationIdentity>
                              <b:GlobalNotificationId i:nil="true"/>
                              <b:GlobalNotificationTag>DowntimeNotification</b:GlobalNotificationTag>
                           </b:GlobalNotificationIdentity>
  • No labels