Notification enumeration

Specifies notification only of errors in the batch run.

Namespace: LOOP

Package: Nintex DocGen for Salesforce

Signature

global enum Notification

The Notification enumeration exposes the following members.

Members

Member name Description
NONE Specifies no notification for batch runs.
BEGIN_AND_COMPLETE Specifies notification should be made at the beginning and end of batch runs.
ON_COMPLETE Specifies notification only at the end of batch runs.
ON_ERROR

Specifies notification only of errors in the batch run.

Important: The ON_ERROR notification is not supported when using the Download delivery option.

Remarks

This enumeration is defined within the loopMessage class. Notifications are made to the user calling the loopMessage object.