anedelec
Joined: 06 Jun 2008
Posts: 1
Location: Quimperlé
|
| Posted: Fri Jun 06, 2008 2:51 pm Post subject: Note and category problem in outlook plugin |
|
|
I'm new to vtiger and testing the Outlook plugin.
In fact we can go from SugarCRM to Vtiger because of this plugin.
My problem is :
When synchronizing Outlook contacts
Notes are sent from Outlook to vtiger but are deleted when sync from Vtiger to Outlook
I solved this one but don't know how to send you the patch
in soap/vtigerolservice.php in line 588 you have :
"description" => "",
that should be replaced by :
"description" => decode_html($contact["description"]),
For category, I understand this info is not in vtiger, but why the synchro should delete the info in Outlook ? It seems a bug to me. Either we touch it or not at all.
Can someone give me some clues as what to do with the categories and How. |
|