How to trigger record level peoplecode when delete a row in that record?
I need to add peoplecode to call some web services when a service indicator is released.
There are so many places (pages/components, app Engine processes) releasing the service indicator by directly delete a row from PS_SRVC_IND_DATA table. So I like to add peoplecode on the record level to do the web service call. I tried to add the code in RowDelete, SavePostChange, SavePreChange inside the record peoplecode. None of them can be triggered when delete a row in the record.
Is there a way to trigger the record level peoplecode when delete a row in the record?