Developer forum

Forum » Integration » Importing Order for viewing in Dashboard

Importing Order for viewing in Dashboard

Justin Sjouw Dynamicweb Employee
Justin Sjouw
Reply

Hi,

A customer want to import orders that are placed directly in BC, so that thier customers can still see them in their Customer Center dashboard.

For this I'm trying to import order from BC into DW via oData v4.

I have created endpoints for the Orders and OrderLines oData services and can connect to them correctly.

When I try to go through the steps described here I het stuck on the destination settings: https://doc.dynamicweb.com/documentation-9/integration/integration-framework/data-integration-activities/odata-provider-old/odata-v4-how-to#sideNavTitle1-3 

When I select oData Provider as the target I can only re-select my endpoint which does not make sense:


Replies

 
Rasmus Sanggaard Dynamicweb Employee
Rasmus Sanggaard
Reply
This post has been marked as an answer

Hi Justin,

 

Which version of the OData provider are you using? You are linking to documentation for the old version.

I suspect that you are using a newer version. The new versions are fundamentally different from the older versions.

If you are using a newer version, you would choose the OData provider as source and the Order provider as destination. The newer versions does not have the automappings, as it's a generic provider for all OData endpoints. 

Alternatively install an older version: https://www.nuget.org/packages/Dynamicweb.DataIntegration.Providers.ODataProvider

 

BR Rasmus

 

Votes for this answer: 1

 

You must be logged in to post in the forum