10.2.200 Duplicating Parts

Trying to duplicate a part in 10.2.200 and getting this error: Anyone have this error before?

Application Error

Exception caught in: System.Data

Error Detail

Message: Cannot find column [Code].
Program: System.Data.dll
Method: Bind

Client Stack Trace

at System.Data.NameNode.Bind(DataTable table, List1 list) at System.Data.BinaryNode.Bind(DataTable table, List1 list)
at System.Data.BinaryNode.Bind(DataTable table, List1 list) at System.Data.BinaryNode.Bind(DataTable table, List1 list)
at System.Data.DataExpression.Bind(DataTable table)
at System.Data.DataExpression…ctor(DataTable table, String expression, Type type)
at System.Data.DataView.set_RowFilter(String value)
at Erp.UI.App.PartEntry.DuplicatePart.SetupCombos()
at Erp.UI.App.PartEntry.DuplicatePart.SetDisplay()
at Ice.Lib.Framework.EpiBaseForm.setupUIElements()

It sounds like the part you are copying from, has a bad value in a field like ProdCode (as in the ProdCode doesn’t exist anymore).

But more likely, is that a sub-property (like something in PartWarehse) is valid for the original part’s plant and/or warehouse, but that doesn’t exist in the target parts site / warehouse.

If yoou have multi-site, try doing it from another (preferably the one the original part was created in).

We are not multi-site. I will check the prodcode and sub-properties.