Declare Triggerand Commits
I'm on Pega 7.3.1, and trying to directly use a Declare Trigger. My rule is configured as "Saved and.." so that I can detect changes in key properties.
As part of my trigger activity, I need to remove another entry in the database. The only way I can figure out how to do this is via obj-delete (Immediate) - which will cause a commit.
What happens if I do this?
What are my alternative configurations?