Creating Triggers

A database trigger is a type of stored procedure that runs automatically when a user makes a specific data-modification statement (INSERT, UPDATE, or DELETE) on a specified table. Within PeopleTools, you create triggers for optimization servers. Do not create triggers for all records; create them only for records that have specific properties set.