Move a record from a table to another
Hello,
would be nice to have an option to move a record from a table to another.
In my case for example, when I want to blacklist a record I have on my table, I move it to a Blacklist table to then make sure with a view between the two tables that the blacklisted company is not registered again in the first table.
Right now we need to export/download the data, delete the record in the first table, then import it on the new table, quite time consuming.
-
Wayne Patterson commented
Why not add a status field and filter results based on blacklist or not? Could even be a blacklist checkbox. Don't move the record, just show desired records.