Hi,
I need to add Employee ID to a Mtl Tag printed from end activity form on MES screen, any suggestions? Thanks for any help.
Hi,
I need to add Employee ID to a Mtl Tag printed from end activity form on MES screen, any suggestions? Thanks for any help.
Maybe you could build a BAQ report and add a custom button to the MES End Activity screen?
I think you’d normally get the EmployeeID from the LaborDtl table.
but… doesn’t look like it will be possibleto pull into the MtlTags report.
Reason: the standard RDD table MtlTags, is a temp view, can’t be modified and doesn’t appear to include the key fields needed to identify/link to the specific LaborDtl record.
Hi Bruce,
Thank you for explanation, actually i was expecting this…I will try with BAQ report.
Thank you again.
Did you ever get this?
If the MtlTags already has the key field (PORelNum), can we add a field (PORel.XRelQty) to the MtlTags RDD table? Basically we just want to add the “Our Qty” field from the PO into the MtlTags RDD.
Since the RDD for MtlTags doesn’t include the field, you’ll need to customize.
It can be a little involved.
It was slow for a Monday morning so just screwing around with this example if it might help.
So… here is a zip (renamed with the extension .txt) file
that includes a basic instruction doc
and a copy of a modified rdl and exported, modified RDD)
RDDMtlTagsC.zip.txt (374.9 KB)
Or course…use at your own risk, in a test system.