Visma Netvisor

Visma Netvisor

Import tool package

System version

Unknown

Tool version

1.0.13

Tool files

Tool name

wmx2vismanetvisor.exe

Visma Netvisor is a web-based solution, we run this tool on our servers. If customers are to run it, they need their own partnerID/PartnerKey

Requirements and notes

  • Visma Netvisor CustomerId, CustomerPrivateKey, OrganizationId

  • Customers should use search key 2840D8BBF6B3D07848596595652B3688 to set access rights. See https://support.netvisor.fi/en/support/solutions/articles/77000498457-rights-of-interface-resources#custom%20integration%20access%20rights

  • We have Visma Netvisor PartnerId and Partnerkey (not to be shared with customers)

  • To get CustomerId and CustomerPrivateKey go to Netvisor web console. Go to "External system identifiers" page at the first drop down menu and create new user

  • Purchase orders are supported. Requires matching of vendors in Netvisor and the webshop.

Import tool settings

 You need to create a file called settings.xml and place it in the same folder as the tool.
 You can define own log4net configuration — just place log4net.config in the same folder as the tool.

settings.xml

<?xml version="1.0" encoding="utf-8"?> <Settings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <Account> <!--Name of sending system (client), any short freeform text--> <Sender>Data Design AS</Sender> <!--UserId and private key from external system indentifies page--> <CustomerId>XXX</CustomerId> <CustomerPrivateKey>XXX</CustomerPrivateKey> <!--Information is provided by Netvisor Helpdesk--> <PartnerId>XXX</PartnerId> <Partnerkey>XXX</Partnerkey> <!--Company business identifier (Y-tunnus in Finnish) provided by Netvisor Helpdesk--> <OrganizationId>XXX</OrganizationId> <!--for test mode import uses test Netvisor endpoins--> <Test>true or false</Test> </Account> </Settings>

ERP WebService can not be accessed from the FTP machine using default HTTPS scheme .
To fix it, the following line should be added to the Settings.xml:

<WebServiceUrl>http://secure.webmercs.com/erplinkservice/service.asmx</WebServiceUrl>

How to use the import tool