[Vtigercrm-developers] Bug fix for Outlook plug in error

Tim Smith smith.timsmith at gmail.com
Thu Aug 31 05:35:43 PDT 2006


Hi Jeri,

You have a good point about changing the configuration causing problems.

I don't think adding a middle name field is the best solution.  It is just
another field to tab through and no one uses it.  That is one of the reasons
Microsoft chose to use a full name field and hide the details.

What about this:
1. Let them configure how to sync during installation so we have a starting
point.
2. If they change the configuration
2.1. perform a sync immediately
2.2. repeat syncing until no changes are found
2.3. Mark all records in the contacts xml file as having the name changed.
2.4. sync again (now treating the names as if they changed in Outlook)
2.5. If an error occurs during 2.4, warn the user that they should sync
again until a successful sync.  (you don't want them syncing after a week)

Here is another option.  Column names are in English... what if we say "Add
a custom field called 'middlename' if you want Outlook's middle name to be
stored."  I like this because it is easy to implement and gets rid of a lot
of exception code.

What about my other proposals listed in my original email:

   1. Allow attaching emails to Leads and Opportunities.
   2. Create an install using Setup2Go or Installer2Go (
   http://www.dev4pc.com/) which is a free installation program.  This
   would allow anyone to create an install script.
   3. Launch a configuration UI at the end of the install process so the
   user will be prompted for their username/password/url.  Let this be
   defaulted through an ini file included in the install script.  Example:
   username=%windowslogin%; password=; url=
   http://www.mycompany.com/vtiger/
   4. Check if the plug in is loaded before uninstalling.
   5. Automatically connect to the vtiger server.  e.g. Don't require
   logging in first.  If they click on the contacts folder and click Sync, then
   attempt to login and tell them if there is a problem.


Regards,
Tim

OnwealdTim
onweald.vtiger.com

On 8/31/06, Jeri John < jeri at vtiger.com> wrote:
>
>
> Tim,
>     You are absolutely right,I think we can have a permanent solution by
> adding a middlename field in vtigerCRM
>
>
> We can proceed with the way you proposed,however when we update the
> contact back in Outlook we have to follow the same rule implemented while
> adding it from outlook.Meanwhile an user can change the preference at any
> point of time.So i think we can add a field in Contacts to make the work
> easy and effective.
>
> what do you think Tim?
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060831/22f0ce15/attachment-0004.html 


More information about the vtigercrm-developers mailing list