Developer forum

Forum » Integration » Export Products data To ERP

Export Products data To ERP

Asim Shahzad
Reply

Hi,

 

We have situation where we want to send couple of columns of EcomProducts table to our ERP System. In my view it was a simple task by creating a data integration activity which gets the required data as XML. After creating the data integration activity, create a task with suitable Addin and than you are good to go.

But i am struggling with the suitable Addin. Does anybody know which Addin we can use ?

Or maybe some other best way to export the above mentioned data to ERP system ?

 

Regards

Asim


Replies

 
Nicolai Pedersen
Reply

Do you mean schedule the integration task?

Maybe find some information here:

https://doc.dynamicweb.com/documentation-9/integration/data-integration-module/data-integration-module#sideNavTitle1-2

 

 
Dmitriy Benyuk Dynamicweb Employee
Dmitriy Benyuk
Reply

Hi Asim,
you probably need to write your own Export data add-in that can export products to your ERP.
You can read more about how to implement custom scheduled task add-ins here: https://doc.dynamicweb.com/training/t3-platform-developer/t3-platform-developer/3-6-extending-integration#sideNavTitle1-3

You can use the ErpServiceCaller.GetDataFromRequestString(WebServiceURI, SecurityKey, RequestXML) method to send your xml content to DynamicwebService which will then transfer it to your ERP. Or if you do not have the Dynamicweb service configured and have ERP web service then you can send it directly to ERP.

Best regards, Dmitrij

 

You must be logged in to post in the forum