If you have installed vtiger with demo data and want to delete all data you can use the following SQL.
update vtiger_crmentity set deleted = 1
This SQL will set deleted flag of all existing module records in vtiger. You can revert back any record by setting deleted = 0.
If you want to sync only certain contact with vtiger
- Create new folder (for example: vtiger) under Contacts module in Outlook.
In vtiger outlook toolbar you can see preferences.
- In vtiger Preference you can see (Choose Contact Folder for Synhronization),
update the default Folder as the new folder (Eg ; Personal Folders\Contacts\vtiger)
Synhronize contacts. Now contacts from vtiger will be added into Outlook under newly created(vtiger) Folder.

Add A Comment