I want hook when any records are deleted from list in my newdoctype. I have tryed on_trash but it is called when record is deleted from menu->delete.
on_trash event will also work when you delete the document from List view of Form View.
Thanks,
Makarand
Hey, @makarand_b
You are right and its working fine but i have an other issue also, that if after on_trash called, the item does not deleted because it is connected to some where else then how to validate the delte event before the on trash called. ?
Did you find an answer to this?