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
Since record event relate to record using the primary key of the parent record, you shouldn’t remove the parent record. Its better to set status of record to “Removed” instead of removing the record from table so that the record event can be set as per requirements and has links to arent record.
alternatively instead of status as Deleted or Removed, you can configure a separate column to store 1/0 based on whether record is removed or not!