I am unable to find deleted event or workflow in umbraco , umbraco forms. Basically I want to write some custom code and remove record on deleted event.
How add deleted event on Umbraco Forms admin side and It show only two work flows (Submit and OnApproved)
189 views Asked by Rajinder At
1
As far as I know there is not a workflow for that. You have this custom workflow or you should create an event handler that listen the
RecordDeleting
orRecordDeleted
events: