Discussion
4
Replies
1630
Views
virtusa
Posted: October 9, 2015
Last activity: February 1, 2016
Declare trigger rule will only for work class instances
Hi,
What is Declare trigger rule and will it be for only work class instances?
A declare trigger can be defined on any object that gets saved into the Pega database. The declare trigger will execute when an object gets saved. A use case would be, during the save operation, you detect an important change to a property and therefore need to perform some additional activity like post an update to an extranal system or update other records in the system.