Hi.
I am trying to import products from csv file using SDK sample code.
The trouble am facing is to map lookup fields which are mendatory in products. Even though i managed to find the exact entity to map the field(e.g TargetAttributeName = "defaultuomid" mapped to parent --> LookUpEntityName
= UoM.EntityLogicalName,) i still do have an error.
however when i import account from csv file and map lookup field account (LookUpEntityName = Account.EntityLogicalName), it works nicely because it is looking up in the same table.
I would be grateful to know if mapping to a different table comprise of any additional coding.
Thanks for your help,
Kevin