Microsoft Dynamics NAV Integration

Friday, February 17, 2017

Picture of Adeptia
Adeptia

This video shows how to integrate with Microsoft Dynamics NAV. In the example, SalesOrders from Dynamics NAV are mapped to an on-premise database.

The Server URL syntax for the Database Info shown in the video follows:

jdbc:dynamicsnav:URL=http://myserver:7048;User=myserverAdministrator;

Password=admin;ServerInstance=DYNAMICSNAV71;

The User and Password properties, under the Authentication section, must be set to valid DynamicsNAV user credentials. In addition, you will need to specify a Url to a valid DynamicsNAV server organization root and a ServerInstance. If there is not a Service Default Company for the server, you will need to set the Company as well.

Video below shows how to implement data integration with Dynamics NAV.