I'm a new bee to MDM, so this probably a simple problem, but I haven't yet been able to figured out myself.
I have a main table Products which have 2 fields ProductNumber and ProductText.
ProductText is a lookup field (Flat) that referes to a ProductTexts table that has the fields ProductNumber and ProductText.
When I add entries to the Product table in the datamanger, I can select a product text for the the ProductText field in the Product table from a drop down box.
However, when I use the import manager to import product numbers to the ProductNumber field of the Product table, I would expect the ProductText field of the Product table to be automatically populated with the corresponding product texts from the ProductText table.
This does not happen. Could someone tell me why ?