1.1.5 Development process in Development Workbench

This topic provides an overview of the Notification Development process.

The notification development process in Workbench is split into two steps:
  1. Notification Triggers
  2. Notification Filter Procedure
The first step is to create notification triggers for base tables. The trigger generated from Workbench will be inserting key details into a static notification log table. The following details will be captured:
  • Trigger code: A unique value for a notification trigger.
  • Base Table: The base table on which, the trigger is built.
  • When Clause: A simple when clause for the notification trigger.
The second step is to capture the details of notifications and generate the notification filter procedure. The following details are captured:
  • Notification code: A unique value to identify a notification.
  • Description: Meaningful description of the notification.
  • Gateway Service