This topic is locked

Soft delete record - Flag a record as deleted without deleting the record from the database

6/14/2022 3:21:34 PM
Suggestions
R
Rdbr author

In many systems removing content requires deleting records in foreign keys or requires review/moderation by other users.

So I suggest a soft delete record feature i.e. flag a record as deleted without deleting the record from the database.

This functionality natively could simplify the process as it would take advantage of the functions, events and buttons currently available in PHPRunner.

D
david22585 6/15/2022

It wouldn't be hard to program that yourself at all. No need to have that option built in natively.

Sergey Kornilov admin 6/15/2022

It is very easy to implement on your own.

I'm not sure if this is something that we will implement as a feature as it will require a few related settings that will not be easy for the end user to configure.