Hi All,
We have a delete plugin on one custom entity to create a log record during deletion of that record, its working fine. In the same entity we have a merging concept selecting two records we can merge one but during that merge one record is getting removed from DB (Checked "select count(*) from entity") but during that time delete plugin is not triggering. May I know the concept behind this Merge. Is it actually deleting the record during merge?
even we tried placing the delete plugin in pre validation stage.
*This post is locked for comments