Web PO integration

tuth
Member Posts: 9
Hi I'm a .NET developer and a newby to NAV development.
I'm after some guidance on NAV integration with .NET
I've a client that wants to allow his many related companies to post POs via a custom Web Form.
What are the best options to achieve this?
Many thanks in advance.
I'm after some guidance on NAV integration with .NET
I've a client that wants to allow his many related companies to post POs via a custom Web Form.
What are the best options to achieve this?
Many thanks in advance.
0
Comments
-
Do you make it right, it works too!0
-
Many thanks garak
I also have the multi-company multi NAS issue.
I've spent the morning on mibuso and have tried to bring the results of a few threads into one.
Also I've an idea for the architecture that maybe others could use in the future for the multi-company MSMQ.
Here are some findings and ideas:
* For best synchronisation management utilise MSMQ as the 'go-between' from .NET and NAS/NAV.
* Create one queue per company
* If I understand the messageboards correctly, you'll need one NAS per company. So, on NAS start-up supply the db server, db name and the start-up parameter being the queue name.
* Client will need to buy granule 1415 (one additional instance of NAS) or 1420 (100 additional instances of NAS)
* The code in the code unit is effectively a class, it gets instantiated inside a NAS instance. The queue name start-up parameter will tell the code unit instance which queue to monitor.
* The events that get generated inside the NAS instances will be company/queue specific and the NAS connection will be directed towards the correct db and company.
Comments would be appreciated.0 -
I think you've pretty much covered a lot of the key details of any NAS/MSMQ system integration architecture.
One point on:The code in the code unit is effectively a class, it gets instantiated inside a NAS instance. The queue name start-up parameter will tell the code unit instance which queue to monitor
The multi-company issue is a common one that I've seen in the past and haven't been able to find a clean solution to it other then 1 NAS & 1 Set of Inbound/Outboud Message Queues per Company. Which works OK if you have a small number of companies, but becomes more difficult if you have a large number of companies. I have yet to encounter a site that requires a large number of companies so I think this is a rare requirement.0 -
Many thanks for your time Jeff, I like the solution to do away with the need of a start-up parameter.0
-
You're welcome. Yeah I try to avoid hardcoding at all costs0
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