Hello,
Anyone have an easy way to identify new parts that have never been manufactured before
You could try to do something like this in a BAQ. One way could be, if the manufactured part has no completed jobs tied to it, you could assume it hasn’t been manufactured before.
The criteria on these tables is Part.TypeCode = M and JobHead.JobComplete = 1.