Outlook Synchronization

Kolibri
Member Posts: 2
Hi together,
I want synchronize data from NAV 2009 to Outlook. The connection to outlook works fine. I have synchronized contacts yet.
But now I have a table (not "To-do"-table) to synchronize, in which the fields "Starting Date", "Starting Time", Duration, Description are existing.
I want, that these datas would be created as appointments in my Outlook calender after synchronization.
But I don' t know at all how I must setup my new "Outlook-Synchronization Entity" in NAV.
Who can help me? ](*,)
Each hint can be helpful.
Many thanks
Kolibri
I want synchronize data from NAV 2009 to Outlook. The connection to outlook works fine. I have synchronized contacts yet.
But now I have a table (not "To-do"-table) to synchronize, in which the fields "Starting Date", "Starting Time", Duration, Description are existing.
I want, that these datas would be created as appointments in my Outlook calender after synchronization.
But I don' t know at all how I must setup my new "Outlook-Synchronization Entity" in NAV.
Who can help me? ](*,)
Each hint can be helpful.
Many thanks
Kolibri
0
Comments
-
Hi Kolibri
I worked on this kind of synchronization.
Create a new Outlook Synch. Entity
In a first time, you create a new entity in NAV- Code: <your entity code>
- Table No : <your table no>
- Outlook Item: AppointmentItem
Then you have to map your fields with outlook properties. (Synch entity ==> Fields)- NAV Field -> Outlook property
- Starting Date -> StartDate
- Starting Time -> StartDate
- Duration -> Duration
- Description -> Body
Create a new Outlook Synch. User Setup
Here you have to add the created entity and associate it to your user ID
Update nav codeunit
If you start a full synchronization, appointments will be created but without body, and start date and time will be the date and time at which you synchronized.
This issue is due to read-only status. To correct it, in codeunit 5300 function "ValidateOItemPropertyName", comment the line//IsReadOnly := OPropertyInfo.IsReadOnly;
Configure Outlook
In Outlook addin parameters, Directory tab, choose your calendar
I think I described all what I have done to create appointment. Try this and let me know if you have problems
Best regards0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions