Feedback

  • Contents
 

Send Custom Notification

This System tool creates an event that starts the Custom Notification initiator. You can pass information along with the event.

Inputs

Custom Object Identifier

The identifier for the custom object. This must match the Object ID in the Custom Notification initiator to run when this step executes.

Note: Because custom object identifiers remain in memory indefinitely, you should not use dynamically-generated strings in this field. Dynamically-generated strings will cause memory growth in the NotifierU.exe process.

Custom Event Identifier

The identifier for the event that starts a Custom Notification initiator. This must match the Notification Event in the Custom Notification initiator to run when this step executes.

Note: Because custom object identifiers remain in memory indefinitely, you should not use dynamically-generated strings in this field. Dynamically-generated strings will cause memory growth in the NotifierU.exe process.

Custom Notification Data

Any data to pass in with the notification event. The Custom Notification initiator captures this information and passes it into a handler. This parameter expects a list of strings value.

Exit Paths

Next

This step always takes the Next exit path.