I have a workflow that catches the @delete event. I want to be able to take an action following this event, for which I need some attributes from the deleted record. However, the record is not available anymore, and I'm getting thrown null errors in the logfile.
Is there a way to access attributes from deleted records?
Is there a way to access attributes from deleted records?
Comment