Options

B2B Order

Hi guys,

is it possible to make NAV 2009 R2 connect automatically (by internal event and every xx minutes) to an externally hosted web-webshop like e.g. magento?
It should place orders there as well as receive updates for some NAV-fields from the shop like the order status?
This would be a workaround to interface with our internal systems as the shop would be set-up just for this purpose and we would use directly the shop's database.
On top of all that it should be free / as cheap as possible.

Answers

  • Options
    JuhlJuhl Member Posts: 724
    Yes, Call the API of the webshop.
    Free??? If you don't count hours and do it your self.
    Follow me on my blog juhl.blog
  • Options
    WorkhorseWorkhorse Member Posts: 2
    I'm sorry, maybe i'm confused from the many versions of NAV and means of interfacing to them.
    By which means can i implement an API call from within NAV?
    Is there something like the Webservice where NAV connects to an external server by itself (instead of exposing a web interface for other to connect to)?
  • Options
    JuhlJuhl Member Posts: 724
    You use .NET / Automation.
    Do a project in Visual Studio and make a dll that handles this, and make it com visible and call it from code.
    Follow me on my blog juhl.blog
Sign In or Register to comment.