Hi guys,
I have a clean DW10 solution where I have imported products from NA.
I have tried combining a few products into a family and I got an error:
System.Data.SqlClient.SqlException (0x80131904): Invalid column name 'PROD401'
The log shows a wrong select syntax:
SELECT *
FROM EcomProducts
WHERE ProductId = "PROD401"
Is this issue solved in newer versions? I am running on 10.17.6 .
Thank you,
Adrian