@subscription::notification

Returns a new Notification object that can be used to create a notification process or sub-process for this event resolution business process.

Creates a notification process or sub-process for this event resolution business process that uses the context of the established [incident - event - event resolution business process - subscription] relationship. The notification object will be pre-populated with configuration information for:

Syntax:

@subscription::notification()

Parameters:

None

Returns:

(Script object) @notification

Example:

This example illustrates a theoretical scenario where the Subscription generates a notification.

# Create an informative notification for the event recipients

@SubscriptionNotification = @Subscription::notification()

@SubscriptionNotification::link($Event.recipients)

@SubscriptionNotification::setPresentation("Subscription")

@SubscriptionNotification::performNotification()