Hi,
I'm trying to get the payroll data for an invoice. Specificially the payroll start(PAREPDT) and end date(PAPeriodEndDate).
I'm using the table dbo.ReqRecvDocHeader to get the receivable invoice and dbo.PA23203 to get the line items. How could I could from the invoice data to the payroll data?
I see dbo.ReqPATimesheetHeader contains the columns I need but I do not know how to link the two together.
Thanks.