Versions Compared

Key

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

...

This structure represents the unique key fields associated with identifying a global notification permission.  The settings determine who will receive high level email notifications. This applies to those notifications that are not cost center-related.

Format


Panel
titlePwsGlobalNotificationRef
  • PwsGlobalNotificationRef
    • GlobalNotificationId: Int32
    • GlobalNotificationTag: String

...

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.

ReleaseNotes
DowntimeNotification
SalesforceFailure
e3Activity
skillsUpdated
storageAlert

Usage Example(s)


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

...