We are using the ECO Group ID as our ECO Number, so each time a revision gets modified, it will be checked out to a different ECO. I want to be able to create a BAQ that shows all of the Parts/Revisions that were modified on a specific ECO Group ID. Since they get deleted out of the ECO Group when they get checked in, I’ve come up with the following Strategy:
- add a UD Field to the PartAudit Table called ECOGroupID_c. Each time a revision gets checked in, this table gets updated.
- write a BPM that copies the ECOGroupID to the new UD Fields whenever a part is checked in.
- Create a BAQ filtered on the ECOGroupID_c field
My problem is figuring out which BPM has write access to the PartAudit Table AND is called by the Engineering Workbench “Check In” (or Approve and Check In OR Check In All OR Approve and Check In All) process so that I can transfer this value.
I’ve gone through the methods that are called in the Tracing Log, and I don’t see the PartAudit table in any of them.