I’m trying to get a custom checkbox from PartRev to show up on Engineering Workbench Method of Mfg > Operations > Detail.
It allows me to link it to the PartRev, however if I check that box on the part revision tab it does not reflect that change inside Engineering Workbench even though it’s the same PartRev.
I did find a couple of other tables that have the custom field on them AltMethod and ECORev, and just to try I attempted to link to those but it still doesn’t link.
PartRev - this holds the partrev data after the part is checked in from the Engineering Workbench
ECORev - this hold the partrev data while it is checked out to the Engineering Workbench
These two data tables are separate but equal. Normally, any changes that you make while it is in the EWB are moved to PartRev during check-in.
BUT, in the case of UD FIelds, you must MAP the fields to each other. There is a very special program just for doing this mapping called UD Column Map (or User Defined Column Map Maintenance)… This allows you to specify which UD Fields get mapped to which… note that the UD Fields do NOT have to have the same exact names.
You also must map both directions (Note Target and Source table fields). You map what gets pushed TO the ECORev, and what gets pushed to PartRev.
There are many maps here… pushing data from Partmtl, PartRev, PartOpr, QuoteMtl, JobMtl, etc etc etc.
For EWB->Operations you will have to use the table ECOOpr or ECORev depending on your use case. And then you will have to define Extended Field Map to map the field from ECOOpr to PartOpr or ECORev to PartRev.
Records from ECO tables move to PartRev etc after approval in the EWB.
the field mapping is only for engineering type functions where you “get details” or Check-in/check-out… so it is for the following table sets:
Quote???, Job???, Part???, and ECO???
where the last portion of the table name is like the following examples:
???Mtl, ???Opr, ???Rev, ???Assy,
This allows you to give the translation for how Quote Details will be pulled into a Job, or into the EWB, and vise versa
CORRECT (I just corrected this post)… you are correctly relating PartRev to JobAssy, which DOES have a map.
You are limited to the pre-defined maps that are in this combo box… there are 74 maps.
Funny… This shows the power of Forums like this… You were not the Original poster nor was this the original question, Nor were you directly trying to fix this… BUT, you saw the post, realized that you could benefit, and as a result, you have a better solution than before.
Let me add one more person that this has helped. Got here because when creating a UD Field for the ECOOpr table, the field wasn’t even showing up in any lists to be bound on forms (such as Method Tracker). Once we enabled the maps, the field showed up for binding. Thanks @timshuwy, you are still one of my favorite “Epicor” people.