Joget capabilties for integration with an ERP system

Confluence User - 22 Sep, 2016

Hi,

I am trying to export data from my current ERP system and display it in my Joget system.

 

For example: export a list of purchase orders that have been keyed into my ERP system

Then

My Joget system will import that file to create a datalist.

 

 

Does Joget have this kind of capabilities and is there any guides on how to perform this?

 

Thanks.

 

server;forms;datalists

5


22 Sep, 2016
confluenceUser
confluenceUser

Hi,

I hope this would help: JDBC Datalist Database Binder

Thanks!!

22 Sep, 2016
confluenceUser
confluenceUser

Hi, 

There are a number of ways depending on the type of integration.

Of course the JDBC connection can be used. You can also trigger a process with an import tool that will take a flat file and import it into Joget.  Import Tool

 

Or you can use the JSON Tool to call the ERPs API.

 

Cheers,

Eric 

23 Sep, 2016
confluenceUser
confluenceUser

Hi,

You can also export data into csv file from your ERP and import from MYSQL. Easy way is to download Toad for mysql freeware

 

"METHOD 1: Click Tools → Import → Import Wizard. This window can be used to import data from various kinds of source files into a table."

 

http://www.toadworld.com/products/toad-for-oracle/w/toad_for_oracle_wiki/148.how-to-import-data-from-an-excel-file-into-a-table

 

Regards,

TK

23 Sep, 2016
confluenceUser
confluenceUser

Hi TK, Technically that would work. However, especially for less experienced users or if this is something that is intended to be done every x hours / days / months, using the existing plug-ins may be better. It will also ensure that the data is in the right format and doesn't screw up your forms. Cheers

26 Sep, 2016
confluenceUser
confluenceUser

Thanks Eric For such an activity which is executing on regular basis, developer can write a connector, it will connect with source and target databases and map the tables accordingly. In this way data can be transferred in a single click. Regards

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print