Reset SuiteCRM

Hi,

Is there a way to reset the modules in suiteCRM?
.
I want to remove all the custom modules that I created and reset any customisations that may have been done to existing modules, renaming, label changes and the like. I also like to remove my test data from the database if possible - although not the database itself…

Thanks

You can use phpMyAdmin to handle the database directly.

Make sure you back up first (file system + database) before attempting any of this.

You can delete the custom folder contents and the relevant fields_meta_data rows in the database (the ones for fields created by you), this should clear all your customizations (after a Quick Repair and Rebuild).

Thank you PGR