Communication Between NAV and Web

ebitas
Member Posts: 71
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..
The database in use is NAV 2009 Sp1
Thank You..
0
Comments
-
That's a very broad question, especially without more information on what the "real time link" is for (e.g., read/write? Read Only?). And the link is only part of the equation - security is another big one. You really don't want to open your NAV DB up to the web without putting measures in place to limit the risk of it being compromised. If you're uncertain about how you're going to make NAV data accessible on the web, it's probably best to engage someone that has experience doing it.
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=14540 -
Thanks Mark for your reply..
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.0 -
Based on your clarification, that link probably isn't useful for this specific problem (but is kind of cool anyway). There are a ton of options to do what you want, but here's a simple one that you might consider:
- Set up a web-facing server running SQL Express
- Put some decent firewall policies between the web facing server and the NAV server
- Use SQL Replication to push only the data you need from NAV to SQL Express
- Create some simple ASP.NET pages to allow the external sites to get at the replicated data
- Asp.net pages could do something as simple as return a csv list of items, or you could create a web service if the external websites prefer a web service API
- Mark0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions