Navision2013

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

    Field

    Value

    Example

    Gen_Bus_Posting_Group



    INDLAND

    VAT_Bus_Posting_Group



    INDLAND

    Customer_Posting_Group



    UDLAND

    Unit_Of_Measure



    STK

    Inventory_Posting_Group



    HANDEL

    Gen_Prod_Posting_Group



    PRODUC

    VAT_Prod_Posting_Group



    MOMS25

 

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