Navision2013
System version | Dynamics NAV 2013 + |
|---|---|
Tool version | 2.2 |
Tool files |
|
Tool Name | wmx2navision2013.exe |
Requirements and notes
Page Web Services must be set up on the server side
list of
MSDN guideline to set up Page web services
List of required values should be filled and sent to support@webmercs.com:
Field
Value
Example
Gen_Bus_Posting_GroupINDLAND
VAT_Bus_Posting_GroupINDLAND
Customer_Posting_GroupUDLAND
Unit_Of_MeasureSTK
Inventory_Posting_GroupHANDEL
Gen_Prod_Posting_GroupPRODUC
VAT_Prod_Posting_GroupMOMS25
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