By setting up an alert notification record, different events can generate an alert. Notifications are triggered by database actions, and can be for add, insert, delete actions, or for any actions. Here are some examples of what you might use these for:
Alert notifications can be added from your own staff page. Notifications can be made to groups or to individual staff members
AGENCY can be configured so that alerts will generate an [Email_notification].
The following sections walk you through the different parts of an alert notification record. The screenshots show an example of:

In this section, choose:
A date range during which this notification is active
(leave end date blank for open-ended notification)
The example above would set up a one week notification for any activity involving jail records

This section specifies who gets notified.
You can use any combination of the program/project/project etc. fields to notify a group of staff
(You will want to unset the staff field in this case)
In the "match" fields, you can specify a field in the object to be matched against a staff person's information
In the "match assignments field" you can specify a client_id field to match against a person's staff assignments
In the screenshot above, notifications would only be made to the Demo Superuser.
You can specify up to 4 pairs of field/value combinations
In the screenshot above, only records for Client 372 would trigger notification

Use this section to describe the purpose of being notified, and any additional comments
Note to administrators: You can enable alert notification for different objects through
the alert_notify_enable() database function. For example:
agency=> select alert_notify_enable('tbl_bar');
alert_notify_enable
---------------------
t
(1 row)