Posted on 29/10/2014 08:37:08
Hi Kristoffer,
I am assuming that you are using the Data Integration module for importing data into dynamicweb.
Multiple prices
In order to have multiple prices for a single product, you have to import data to the EcomPrices table. This table contains data for the price matrix.
As a minimum, for this table, you will have to add values to the key columns from EcomProducts that you are using (ProductID and optionally VariantID and LanguageID), and of course references to the Currencies and products in play.
In your Data Integration activity, you will have to define which columns should be used for updating - in this case it would be these same columns, minus the productID.
The simplest way to find the format for this data is to simply set up one or two products in Dynamicweb, so that they have the information/prices you would like to import, and then do an export of these tables.
Partial import
I assume you mean when you are exporting users from Dynamicweb to NAV.
That is a problem, and we are working on on a fix, so that you can set up your export activity to only include newly created or updated users.
We hope that this fix will be ready for 8.6, which will be released at the end of january.
If you mean importing users into dynamicweb from NAV, you will have to talk to your NAV partner about changing the functionality of the NAV code unit to only include newly created or edited users - Dynamicweb can easily handle a partial update (at least when it comes to creates and updates), if you provide it with the right data.
Regards, Jonas