Hi, we are looking for a way to never forget to set audit columns / not having to be aware of them.
These are columns that hold 'creation date', 'last change date', 'deletion date' (in case of soft/logical delete) and or by who the records have been changed.
Is there an easy way for intercepting Save, Delete, UpdateMulti so we can automagically set these values?
So check IsNew or IsDirty, etc ... and then fill the appropriate columns? Preferably even change a 'Delete' into an Update when an entity uses soft/logical delete.
We are using both, Adapter and Self-Servicing.
Thanks in advance,
Alexander