Outlook AllSynchronization Without Outlook Addin

PJHaPJHa Member Posts: 5
Hello Everyone,

I wonder if it is possible to initiate a synchronization of contacts between Nav 5 SP1 and Microsoft Outlook 2010 without using the Outlook addin. I want to use the Job Queue. CodeUnit What should I start?

I tried to run the codeunit 53006 or 5308 but I have the following error message:

Text001 : "The synchronization failed Because The synchronization data from Microsoft Outlook Can not Be Processed. Try again later and if your problem persists, contact The system administrator." ](*,)

How do I create the XML file to write Job Queue Entry?

CodeUnit 5308 Outlook Synch. Synchronize All
IF NOT OSynchNAVMgt.GetXMLFromJQEntry(XmlTextReader,JQEntry) THEN
  ERROR(Text001);
Thank you for the help you could give me :D

Comments

  • krikikriki Member, Moderator Posts: 9,110
    [Topic moved from 'NAV Tips & Tricks' forum to 'NAV/Navision Classic Client' forum]
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


Sign In or Register to comment.