2022

Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel

Introduction

The process of using MS NAV Adatper is explained in this section with an example of integrating MS NAV with MySQL Database. In this example four process flows as mentioned below is built for integration. Based on the requirement, other process flows can be built. Wiki link iPaaS can be referred to learn about building process flows / Process Definition Language.

  • MS NAV Customers to DB Customers
    • To sync MS NAV Customers into Database Customers table.
  • MS NAV Invoice to DB Invoice
    • To sync MS NAV Invoice into Database Invoice table.
  • DB Customers to MS NAV Customers
    • To sync Database Customer table into MS NAV Customers module.
  • DB Invoice to MS NAV Invoice
    • To sync Database Invoice table into MS NAV Invoice module.
Panel

DBSync Setup:

...

  • You will be re-directed to DBSync Project pageConsole.
  • Click on Quick Start button to navigate to the configuration window as shown.on Connectors in the left section of Project Console. You will see MSNAV Connector.
  • Click on MS NAV on the top left corner of the Quick Start window.the MSNAV connector and update the details as mentioned below
  • Retain the default classpath.

...

  • Click on Validate to confirm validation.
Panel

Running the Integration:

Integration can be run using scheduler or run button. Scheduler can be used to setup auto run & run button can be used to run the integration manually.

...