Hello,
I am newbie to Navision and I'd like to integrate shopping cart with Navision.
Currently we are using navision 5 with sql server database.
My question is "Is there any licenese restriction to read/write data to Navision Database from asp.net C# application".
To integrate to shopping cart with Navision do we need navision developer license or not?
Please give me more information if I miss out some points.
0
Comments
The key piece of information that is required is whether or not the user accessing the information is internal or external to the company. If it is an external user (say a customer or vendor) of the company than there is an "External Connector" single license granule that is required. This is a 1 flat rate for 1 to N users to access NAV data throug sql or some other back end process.
Alternatively if it is your companies internal resources who will require access to this data then there are other licensing models that apply such as self service or DCO licensing that is required.
Typically if your integration only requires to read information from NAV then you can execute direct SQL reads against the database - however it is very very dangerous to write directly to the NAV managed SQL tables and you should have an integration layer that either uses the new service tier or an older NAS based integration layer. Also note that if you want this customization to achieve "Certified for NAV" status then you will need to ensure that you are writing to NAV through the service tier at the very least (if you're reading directly from the SQL database you may have to jump through additional hoops for certification).
Epimatic Corp.
http://www.epimatic.com
External Connector Licesne - For External Users
DCO License - For Internal user(s)
- DVP
http://www.dvp.net
Epimatic Corp.
http://www.epimatic.com