The ERP Analyzer program found an issue where the PartCOPart.PartDescription does not match Part.PartDescription. This was found in preparation for an update from 10.1.400 to 10.2.300
To fix this, I created a uBAQ with PartCOPart.PartDescription being updatable. But the updates don’t seem to take. I’ve only done a couple of uBAQs, so there’s a chance I missed something there.
But before I start digging, I wanted to make sure PartCOPart is actually updatable.
Are there any tables that aren’t updatable?
As a backup, would it be possible to update PartCOPart.PartDescription via a DMT? And if so, which “BO” (Part, Part Revision, Part Combined, …) ??
FWIW - the DataDict entry for PartCOPart table is:
Contains the list of companion Part Numbers which are built along with the Primary part.
Child of PartRev
Here is how I would approach this. I took one of my standard updates and changed to PartCOPart. Obviously test first and remove the PartCOPart.PartNum is not null condition. You should be able to clear or type anything in the bad copart partdescription and the update will fix it.