Defines the notification object for Xrm.App.addGlobalNotification

See

Xmr.App.addGlobalNotification

Hierarchy

  • Notification

Properties

action?: Action

See

Action

Defines the level of notification.

message: string

The message to display in the notification.

showCloseButton?: boolean

Indicates whether or not the user can close or dismiss the notification. If you don't specify this parameter, users can't close or dismiss the notification by default.

type: number

Defines the type of notification. Currently, only a value of 2 is supported, which displays a message bar at the top of the app.

Generated using TypeDoc