Navision / Microsoft Dynamics NAV 2013



System version

Dynamics NAV 2013 +

Tool version

2.0.9

Tool files

download

Tool Name

 wmx2navision2013.exe




Requirements and notes


Import tool settings

You need to create a file called settings.xml and place it in the same folder as the tool.

<?xml version="1.0" encoding="utf-8"?>
<Settings>
  <WebServices>
    <!-- General URL to Dynamics NAV Web Services in the form 
         http://<Server>:<WebServicePort>/<ServerInstance>/WS/<CompanyName>/services -->
    <Url></Url>
 
    <!-- Username and password for accessing Dynamics NAV web services. Leave empty to use current windows user account -->
    <Username></Username> 
    <Password></Password>
	
	<!-- Custom value of web service timeout in seconds -->
	<TimeoutSec>200</TimeoutSec>
  </WebServices>
  
  <!-- ERP Web Service account provided by Webmercs -->
  <Email></Email>
  <Password></Password>
  
  <!-- Email for receiving error reports. Separate multiple emails with ; -->
  <AdminEmail></AdminEmail>
 
  <!-- If you want to test without writing order# to webshop database or marking the order as exported -->
  <TestMode>true</TestMode>
</Settings>

How to use the import tool