Q) As you have Database Triggers why do you need Pega Declare Trigger ?

ashalatha

New member
Database Triggers will only work on the exposed columns. Pega has BLOB columns, DB triggers doesn’t work on BLOB columns. If we want to track changes on data which is inside BLOB, then we have to go for Pega Declare Trigger.
Eg: Whenever anybody tries to change anything in the OperatorID record – AG or change WB or password or …, we will log an audit in one table
If someone tries to change password, send alerts to email
Whenever a new record is added (new person registers), create a declare trigger to send welcome email
 
Top