Managing Database Triggers and Database Administration
It is important to make sure your database administrators are informed of database triggers that are active for a Workflow Policy. A database update or insert event causes the database trigger to react, regardless of how the event runs. The mechanism by which a create, update, or delete operation occurs does not change the behavior of the trigger. For example, all the following would cause a trigger to fire if there is an associated trigger on the underlying table:
- 
        A user commits a change in the user interface. 
- 
        An EAI or REST call updates a record through the business object layer. 
- 
        EIM updates a record through the database layer.