-
SCENARIO: Integration between CaseFlo case management system and Microsoft Dynamics NAV 5. The primary objective is to identify integration requirements and ensure ease of integration. The CaseFlo will be delivered as Software as a Service by the vendor, while Dynamics NAV is an in-house system which...
-
Hi all, We are using Nav 5.0 Sp1 Native. Our Client has some special requirement related to Service Tax. They want to calculate the Service Tax in Service Order. In Indian Localization Db there is nothing related to this. So we have Customize it. Kindly explain the prerequisites so that this customization...
-
SCENARIO: Integration between CaseFlo case management system and Microsoft Dynamics NAV 5. The primary objective is to identify integration requirements and ensure ease of integration. The CaseFlo will be delivered as Software as a Service by the vendor, while Dynamics NAV is an in-house system which...
-
Hi all, We are using Nav 5.0 Sp1 Native. Our Client has some special requirement related to Service Tax. They want to calculate the Service Tax in Service Order. In Indian Localization Db there is nothing related to this. So we have Customize it. Kindly explain the prerequisites so that this customization...
-
I've been trying to use the schemas I got with the example BizTalk project shippedalong with the Commerce Gateway the problem is that the at the end of the schema there is this sequence "Any" which contains this node that has no type whenever I generate and instance from the schema using...
-
Hi, Look at this link. It is in javascript, however you might be able to use the functionality in Navision. http://www.winscripter.com/WSH/MSOffice/90.aspx T he essential lines of code are: /* Create the Outlook Object and Appointment Item */ out = new ActiveXObject( "Outlook.Application" ...
-
Nav Experts, We currently have a requirement from a client who wants a piece of functionality writting which would poll a users inbox and write interation log entries in Navision. Has anybody had any experience polling the outlook inbox? I'm sure it can be done, what were trying to establish is how...
-
I am setting up Navision for Outlook integration. I have incoming e mails being logged against the contact within Nav, however does anyone know what happens to the e mails from people who do not have a contact in Nav, it moves them out of the queue file in outlook, but then they seem to vanish! Any ideas...
-
Hi Amargosa, I use Automation to send emails and works fine. The way to send with another account is loggin before creating the EmailItem object, my lines are: CREATE(OLAppl); OLNamespace := OLAppl.GetNamespace('MAPI'); OLNamespace.Logon(nameAcc,passAcc,TRUE,FALSE); OLMailItem := OLAppl.CreateItem...
-
Hi Michiel Sorry if I came across as any sort of expert, I just picked this up on Partnersource (issues with Outlook 2007)! The download can be found here, but that is the extent of my knowledge! http://www.microsoft.com/downloads/details.aspx?FamilyID=2714320d-c997-4de1-986f-24f081725d36&displaylang...