Add the ability to mass delete records from a database table. Example: SO_Ship to Address table. We have a ton of obsolete ship to codes in this table. I can export the table to excel, make a field DELETE and then import this data change back into the table, but I don't have any way of then going back and just deleting all the records that I just marked DELETE. Currently I would have to export the entire table to excel. Re-initialize the table to a blank table, then re-import the excel file after cleaning it up.

Comments