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.
0
Answers
Free??? If you don't count hours and do it your self.
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)?
Do a project in Visual Studio and make a dll that handles this, and make it com visible and call it from code.