sync with outlook

For users or potential users.
Post Reply
drtbar
Posts: 72
Joined: Wed Dec 26, 2007 6:43 pm
Location: Muskegon, MI

sync with outlook

Post by drtbar » Thu Apr 24, 2008 5:03 pm

How can I extract my patient information and sync it with my outlook contacts? Is there a way to automate the process?

enamelrod
Posts: 462
Joined: Tue Jul 24, 2007 9:51 am

Re: sync with outlook

Post by enamelrod » Sat Sep 12, 2009 8:05 pm

DOes OD sync with outlook? Can it be done?

User avatar
jordansparks
Site Admin
Posts: 5746
Joined: Sun Jun 17, 2007 3:59 pm
Location: Salem, Oregon
Contact:

Re: sync with outlook

Post by jordansparks » Sun Sep 13, 2009 8:56 am

It sort of depends on how involved you want to get. Nearly anything is going to require someone writing a short macro in Visual Basic. This is a feature of Outlook. So someone who was resourceful could do it, but it's not an included feature of OD. You're not asking about appointments or email, right? Just contacts? I know that in import/export format does exist for Outlook contacts. It would be a feature request.
Jordan Sparks, DMD
http://www.opendental.com

enamelrod
Posts: 462
Joined: Tue Jul 24, 2007 9:51 am

Re: sync with outlook

Post by enamelrod » Wed Sep 16, 2009 3:38 pm

yes just contacts which i want to use in outlook and hudlite.

User avatar
jordansparks
Site Admin
Posts: 5746
Joined: Sun Jun 17, 2007 3:59 pm
Location: Salem, Oregon
Contact:

Re: sync with outlook

Post by jordansparks » Wed Sep 16, 2009 4:53 pm

OK, if you do feel like writing a script, you could initially pull all patients from the OD database. Then for changes, the patient table has a DateTStamp column that holds the date and time that the last change was made to each row. If you keep track of the last time you checked for changes, a simple query can pull all recent changes. Like I said, it might get a little involved, but it is doable.
Jordan Sparks, DMD
http://www.opendental.com

Post Reply