I have a client who has several customers that sells his products on the Internet. The question is: how to establish real time communication or link between those websites and my Client's Inventory Table in NAV?
The database in use is NAV 2009 Sp1
Thank You..
0
Comments
That said, if you want to play around with generating web content based on NAV data, here's an approach that uses Microsoft's Razor framework to put NAV data on the web (accesses data at the SQL level, so not great for updating data):
http://mibuso.com/dlinfo.asp?FileID=1454
The website will mainly have a read only permission to the Item table in NAV in order to get Item No. Description and Qty on Hand and display the info on the website.
Thank you for the link you have provided. I'll certainly look it up.
- Mark