Capture event when business role is removed from Person via ITShop

I am using One Identity Manager 8.1.2.
I can capture the event when a person object receives a new business role via the ITShop , I create a custom process for the Insert event on the table PersonInOrg. I am looking for capturing the event when the role is removed from the person via the ITShop. I thought I could do that by creating a custom process for the delete event on the table PersonInOrg. Unfortunately this event is not triggered. In the job queue I see an entry "SQLStmt delete PersonInBaseTree where (XObjectKey in ...", so it seems the operation is performed via the DBQueue.
Can someone give me some advice how to capture the event?
Thank you in advance.

Parents Reply Children
No Data