.NET Development with Navision
This article provides a list of suggestions and ideas to start a .NET development to access a Navision database with the SQL Server option through a web site portal.The recommended audience is .NET developers and Navision C/AL developers.Code samples included in this white paper are written in .NET Visual Basic and Navision C/AL.
http://www.mibuso.com/dlinfo.asp?FileID=353
Discuss this download here.
Comments
This article provides a list of suggestions and ideas to start a .NET development to access a Navision database with the SQL Server option through a web site portal.The recommended audience is .NET developers and Navision C/AL developers.Code samples included in this white paper are written in .NET Visual Basic and Navision C/AL.
http://www.mibuso.com/dlinfo.asp?FileID=353
Discuss this download here.
I checked out the posted example to get access to a Navision database with an SQL Server! Everything worked fine, without posting anything.
When I imported the Navision Objects, I got an error message on Codeunit 80, that was telling me, that Codeunit 17101 was missing.... never heard before from that Codeunit!!
Can please somebody help me or even post this Codeunit for me? Would be very nice!
Thanks a lot!!
Zacharias is right. There are errors in example in C80,
I've just use my old C80 and inserted words " IF GUIALLOWED THEN"
before "Window.open" ,"Winwow." .
Read Document 'NET Development with Navision.pdf' carefully.