I am importing products and PriceList Items for those products using a Dataflow pulling from a SQL database that will constantly change.
When importing the Product I want to define the Default Price List (PriceLevelID) which is a lookup column on the Price List table.
So as I have done with other fields in this same scenario (Default Unit, Unit Group), I created a key on the Price List table for the column I do have the info to import (Name).
HOWEVER, in the Dataflow, unlike Default Unit and Unit Group, the PriceLevelID column still doesn't show up in the column mapping list.
Wh?