Integrate Shopping Cart With Navision

ecc778ecc778 Member Posts: 6
edited 2011-05-05 in Navision e-Commerce
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.

Comments

  • jlandeenjlandeen Member Posts: 524
    There is no hard wired or technical limitation for accessing NAV data, but there is a licensing restriction.

    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).
    Jeff Landeen - Sr. Consultant
    Epimatic Corp.

    http://www.epimatic.com
  • DigitalVantagePointDigitalVantagePoint Member, Sponsor Posts: 18
    Yes.
    External Connector Licesne - For External Users
    DCO License - For Internal user(s)


    - DVP
    http://www.dvp.net
  • jlandeenjlandeen Member Posts: 524
    One other thing that may or may not apply to you (as you're on NAV 5.x) is some of the employee self servcie licensing that has a lower cost than DCO licenses. This is designed for internal users who are entering time, expenses or other self service type information and is definately available for customers running NAV 2009, but I'm not sure if it applys to NAV 5 as well...you should check with Microsoft of your Partner.
    Jeff Landeen - Sr. Consultant
    Epimatic Corp.

    http://www.epimatic.com
  • ecc778ecc778 Member Posts: 6
    Thank you all.
Sign In or Register to comment.