Hello All,
I am trying to understand how the partnum1 field works on the base po form. Can anyone tell me where the Fields.VendorPartOpts.Value is coming from???
Thanks in advance for any help.
Respectfully,
Utah
Hello All,
I am trying to understand how the partnum1 field works on the base po form. Can anyone tell me where the Fields.VendorPartOpts.Value is coming from???
Thanks in advance for any help.
Respectfully,
Utah
So I found it in po detail using data dictionary and @skhan 's help … but this is what it says:
Vendor Part Print Options. Determines what is printed.
M = Main Part Reference (Default)
S = Secondary Part Reference
O = Only Part Reference
A = All Supplier Parts Referenced
N = No Supplier Parts Referenced
Are these defaulted from somewhere? I don’t see this field as a maintainable field in PO entry.
It’s most likely a field created by the magic of the RDD.
But if it is just a proxy for a real table field, you could examine the Query expression to see its source in the dataset.
I used the help file based “data dictionary” that @hkeric.wci posted, and the only table that refers to that field is Erp.PODetail
Same goes for the similar MfgPartOpts
field in PODetail
.
So it is a magical field only recorded at the time of a po detail creation… that is what we know so far. I wish there was a little more documentation. I asked for some from Epicor, we will see what they say. I can’t seem to find any mention of it in the app user guide or tech ref guides. Thanks for your help @ckrusen !
Just curious … if you make a BAQ of the PODetail table, does that field have differing values? or is it always the same? If it differs, you could work backwards to see what drives it.
Things’d I’d look at:
Always the same. “M”
what about for you?
POSuggestion Process sets it to “M”.
While the RowRule shows that if you have a VendPart (probably a Part X Ref) then the field becomes maintanable on the PO in the Cross Ref Options Dialog.
Every PODetail record has:
We don’t go very deep in our use of E10 (no labor tracking, no subcontractors, no approved vendors, no mrp, no scheduling, etc…) So it’s not uncommon for us to have lots of “unused” fields in various tables.
And “Not from a Jedi…” is not an acceptable answer
Trace
Thanks for tracing it or however you found it @hkeric.wci ! There is a supplier price list set up, but I don’t know where the cross ref options dialog is… In other words, I don’t know what options cause this field to be set differently in the Po Suggestion process. I would think it would run when putting in a new part on PO detail as well… Would have to trace it to find out.
Part Cross Reference Options (Purchase Order Entry > Lines > Detail > Part Cross Reference Options)
Use the Part Cross Reference Options dialog to specify part cross reference printing options for supplier, manufacturer or substitute parts selected for the purchase order line. This determines the level of part cross-reference detail that should print on supplier-facing documents such as the purchase order form.
Specifies how qualified manufacturer’s part numbers should print on supplier-facing documents such as the purchase order form. This field is unavailable if no qualified manufacturer’s part numbers have been selected for the internal part number being ordered on this purchase order line. Select one of the following options:
Specifies how substitute part numbers should display in Purchase Order Entry, and print on supplier-facing documents such as the purchase order form. This field is unavailable if no substitute part number have been selected for the internal part number being ordered on this purchase order line.Select one of the following options:
Specifies how supplier part numbers should print on supplier-facing documents such as the purchase order form. This field is unavailable if no supplier part numbers have been selected for the internal part number being ordered on this purchase order line. Select one of the following options:
Apparently one can learn from a Jedi
Thanks Haso!
That is a button I have never ventured to press. I will check it out. I’m now assuming that means if our purchasing department doesn’t want to use the default setting, they will always have to modify the part cross reference settings… is that true?