It would be useful if in Record Change triggers one of the options for "When record is .." were Restored (from recycle bin).
Use case: When I create payments, one or more RC triggers create the ledger entries When I delete the payment I remove the ledger entries to de-clutter the ledger table If I then restore the payment, then the ledger entries are missing.
Currently I fix this situation with an overnight periodic trigger. However that leaves my data incomplete for up to 24 hours. It would be good to be able to detect the Restore event in an RC trigger.
And/Or if there were a date field called something like "Date Restored", then it could be picked up in a TD trigger.