Hi,
I have posted Payroll in GP 2010R2; but is does not displayed on our business portal.
Even, after 'Reconcile' under utilities and check links, we have no luck.
Then, I ran below query to SQL:
select * from UPR30100 where AUCTRLCD='XX' --| Payroll Check History
select * from UPR30200 where AUCTRLCD='XX' --| Payroll Tax Liability
select * from UPR30300 where AUCTRLCD='XX' --| Payroll Transaction History
select * from UPR30400 where AUCTRLCD='XX' --| Payroll Distribution History Header
select * from UPR30401 where AUCTRLCD='XX' --| Payroll Distribution History Detail
select * from GL20000 where ORGNTSRC ='XX' --| General Ledger - Year-to-Date Transaction
Here I found that Payroll Check History (UPR30100) is not updated. rest tables have payroll data.
Any suggestions.
*This post is locked for comments