Hi!
Is it possible to prevent removal of Record Events related to removed record?
I want to have an event "XX record removed" but it seems impossible as it removes all events related to given record.
Thanks,
Damian
Discussion posts and replies are publicly visible
No, you cannot preserve Record Events when hard deleting a record - they're automatically removed. Use soft delete instead: add an isDeleted field, write the deletion event, set isDeleted = true, and use a sync filter to hide the record. This keeps the audit trail intact.https://docs.appian.com/suite/help/25.2/Delete_Records_Smart_Service.html