I’m doing a Query between a lot of tables (POHeader, PODetail, PORel, Vendor, JobHead, ShipVia, PurAgent, etc.) but there’s some informations that I can’t find in Epicor:
The shipping date of the PO
The received quantity so far of each line
Who released the job related to the PO Line
Are these fields directly in the database in some table or is there any way so I can get what I want with some other queries.
There isn’t a specific field for who clicked the “Released” button on Job Entry. You could add a Data Directive to store the user that did that in one of the UserChar fields of the JobHeader.
However, the user ID of the person that created the Job (assuming the creator is the one that eventually releases it), is in JobHead.CreatedBy