Trigger rule is performed when
-
Database Save
-
Database Update
-
Database Deletion
-
All of the above
D
Correct answer
Explanation
Trigger rules execute whenever database operations occur on objects in PEGA. This includes creating new objects (save), modifying existing objects (update), and removing objects (delete) from the database. The trigger mechanism allows automatic execution of business logic at these data modification points.