Is it possible to delete products, categories, catalogs, etc., that are no longer needed?
This question has been already asked many times. You should find more information in Nabble The main idea is that in OFBiz we don’t delete but use end dates to mark obsolescence. Four main reasons : • Data are still there in case of audit • Disk space should not a be problem • DB indexes are managing quite well huge data volumes. • Easier with all entities associations If you really need to do it, think about these 4 points before…