Run XMLPORT in Navision Before NAV 2013

Hi all,

For Running a XML PORT in Navision Before NAV 2013, we can do that via a codeunit.

Below is the sample of execution of Xml Port via a codeunit.

Variables in Codeunit


Name                                 DataType
_Filev                                 File
_DatafileOutstream                 OutStream
Selection                                 Integer
_DatafileInstream                 InStream


Read Complete Article »