var fDesc=new Array(); fDesc[0] = "Many CRM vendors claim that they are providing Microsoft® Outlook® integration with their CRM solution but customers have to bear the additional charges. Most of the open source CRM projects are not exceptional to this trend. They provide CRM software as free and open source but when it comes to Microsoft® Outlook® integration, it is closed source. Realizing this fact, vtiger CRM team released vtiger Outlook Plug-in for Microsoft® Outlook®


Main Features:

- Synchronize contacts between Microsoft® Outlook® and vtiger CRM
- Add customer-related incoming and outgoing E-mail messages from Microsoft® Outlook® to contacts in vtiger CRM
- Filter E-mails in Microsoft® Outlook® and add only necessary e-mails to vtiger CRM
- Synchronize customer-related tasks between Microsoft® Outlook® and vtiger CRM
- Synchronize customer-related calendar (calls and meetings) between Microsoft® Outlook® and vtiger CRM
- Resolve conflicts if there are any mismatch between Microsoft® Outlook® and vtiger CRM data (contacts, tasks, and calendar)"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }