Running a workflow when a record is deleted
When deleting a GlideRecord, sometimes you might want to start a workflow that uses one or two fields from the record and runs after deletion. However, if you force a Business Rule (method: delete) to start a workflow it will cancel.But what if you n...