Can you list out what you have checked? I would guess that it has something do to with the engineering BOM info. Is the revision checked in and approved?
Well I checked that all the fields had been filled out on the part entry & site screens correctly and there was nothing out of the ordinary comparing it to another of our manufactured products.
I did check the part revision was correct and it had been approved (I even checked it out and back in again)
This is a very simple Method of Manufacture it’s a re-label job has 1 operation and 2 parts.
The message could honestly be better if it mention which part is not a valid manufactured part.
It seems the GetPartXRefInfo method is looking at other reference part tables and through a bunch of validations selecting one, I’m guessing the correct one. And if this PartNum doesn’t have a record in PartPlant with Manufactured as Source Type it will throw the error.
The different tables it checks are
PartXRefInt
PartXRefMfg
PartXRefVend
PartPC
I just had this happen and it ended up being an issue on the Site tab of the part. Even though the part’s main screen listed it as manufactured, the site tab had purchased and Epicor did not like it.
After changing it on the site tab Quick Job Entry worked.
Just figured I’d add it in case someone else has this issue.