Developer forum

Forum » Integration » Importing Groups from NAV using Data Integration ERP Batch

Importing Groups from NAV using Data Integration ERP Batch

Kenneth Radoor
Reply

Is it posible to import product groups from NAV using Data Integration ERP Batch.

Lets say that I in NAV have created a webgroups structure, and attached some products to those groups.

Now i want to import the webgroups to DW, can that be done using standart code ?

Looking at the documentation, i cant find anything about this.

/Kenneth


Replies

 
Nicolai Høeg Pedersen
Reply

Hi Kenneth

Yes it is possible. You need to add group information to the XML that NAV creates in its code unit - that is a customisation on the code unit.

The XML needs to be updated with EcomGroups node - see docs on what data the XML can contain here:

http://developer.dynamicweb.com/documentation/for-developers/data-integration/providers/ecom-provider.aspx

 
Jonas Krarup Dam
Reply
This post has been marked as an answer

Hi Kenneth,

The NAV code unit outputs XML that is targeted at the DynamicwebProvider. So Nicolai is right, except that you should look at this page for the exact tables/columns that are needed:

http://developer.dynamicweb.com/documentation/for-developers/data-integration/providers/dynamicweb-provider.aspx

/Jonas

Votes for this answer: 1
 
Nicolai Høeg Pedersen
Reply

Almost... lesson learned: Do not answer things you really do not know :-)

 

You must be logged in to post in the forum