What's the best way to softdelete objects in insight?
For example an object of type employee which has a unique E-Mail: I can't just add a flag or an Status "Deleted". Since it is possible that a new employee has the same Name and therefor E-Mail.
Solved it by just using an _<timestamp> suffix to the Name and E-Mail fields + a flag-field is_deleted.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.