I am trying to create a method directive that looks up the Invoicing Method on a Project WBS Phase.
The field help says this field is bound to ProjPhase.InvMethod but this field is not in ProjPhase.
In the past, when I’ve encountered this, I would likely find these type of fields in PatchFld but in this case it’s not there.
This value is stored somewhere because if I set it, it’s saved and it’s retrieved if I pull the Project up and I can set it to a different value than the project but I can’t figure out where else to look?
Anyone know of another place I can look?
JOE ROJAS
Epicor Applications Manager
VENTION MEDICAL + DESIGN & DEVELOPMENT
Advancing Your Innovations For Health
This communication may contain information that is confidential, proprietary or exempt from disclosure, and is intended only for the use of the individual and/or entity it is addressed to. If you are not the intended recipient, please note that any other dissemination, distribution, use or copying of this communication is strictly prohibited. If you have received this message in error, please notify the sender immediately by telephone or by return e-mail, and delete this information from your computer.
Separately, I would think that PatchField entries should be flushed at the next schema change, no? There’s an obvious performance hit to get to these field values in the PatchField table. At least move them to a UD table for 10+ (EUD for Epicor User-Defined?) which is a more efficient to look up and contains less data in the buffer. Once you’re making schema changes, why not clean it up?
Generally they do. And this one may be fixed in 10.1 but it still references PatchField in the description cause the docs are the last to get updated LoL