I want to regularly import external orders into Navision

mr.mcgoo
Member Posts: 30
I have a web application which allows our customers to place orders. This is saved in a SQL 2005 database. I want to transfer these orders into the latest Navision system at periodic intervals, say every 15 minutes.
Is there a built in mechanism for this? I'm not a Navision programmer but I'm pretty handy with all things SQL and VB.
At the moment we are thinking of getting our dealer to write something but I know it's going to be expensive!
Is there a built in mechanism for this? I'm not a Navision programmer but I'm pretty handy with all things SQL and VB.
At the moment we are thinking of getting our dealer to write something but I know it's going to be expensive!
Regards
Mr McGoo
Mr McGoo
0
Comments
-
Whatever you do, do it with a Navision process. You would miss essential business logic if you write directly into Navision tables.
You can have a timer polling your table using ADO automation. You could also create a linked table in Navision. You could also write a MSMQ monitor and send the orders into it. The MSMQ monitor actually is my preference.0 -
This is another common request, and there are some complications that you should do some thinking about. The more you think about this before contacting your solution center, the less they will have to charge you.
1. Make sure you have some reliable way of reconciling the "Identifcation Values" (e.g Order ID, cust ID, etc) on the web, with what you're using in Navision. What will you do if the information doesn't match?
2. What will you do when information about the Order (shipment status, item update, etc) is update on the Web? How about when its updated in Navision? How will the two be kept in synch?
3. How wil you deal with Order cancellations? (this is really a special case of #2)
Denster is right in saying you should make sure it is Navision driven in order to capture the business logic.
All of his suggestions have ways of dealing with the above issues, but some handle things a little differently.0
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