RE: Partial posted GL batch - journal entry missing
Hi Jackie,
I recommend you check the GL tables to see if this journal entry exists anywhere. If you know what the journal entry number was, you can run queries similar to the following (replace XX) with the journal entry number:
SELECT * FROM GL10000 WHERE JRNENTRY = 'XX' --GL WORK HEADER
SELECT * FROM GL10001 WHERE JRNENTRY = 'XX' --GL WORK DETAIL
SELECT * FROM GL20000 WHERE JRNENTRY = 'XX' --GL OPEN TABLE
SELECT * FROM GL30000 WHERE JRNENTRY = 'XX' --GL HISTORY TABLE
If the journal entry exists in the GL10000/GL10001 tables, that means it is still sitting in WORK. You can try to pull it up in the GL Transaction Entry window (Transactions >> Financial >> General) by JE number and post it from there, or assign it to a new batch and post it that way.
If you can't find the missing JE in the WORK, OPEN, or HISTORY tables in GL, then you'll have to manually enter the JE in the GL Transaction Entry window and then post it that way. You could consider putting a note on the JE to record the reason for it (which sales document it's associated with).
Hope this helps!