Hello everyone, I am developing a system that allows you to manage teams in technical service. But I have a special requirement, when a record is deleted it should not physically disappear from the database.
That is, is there a way to change it instead of deleting a record just by changing a state in another field?
Something like a change of state without canceling it, updating the status field and adding a date of modification.
I was reviewing the Doc and I did not see if this implementation can be done directly ... is it possible or should the method be rewritten ???
regards