Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics GP (Archived)

I have "unposted" general ledger transactions that show in a smartlist GLTRX query. Can these be posted?

Posted on by 20

In this instance the underlying transactions were initiated in the purchasing module.  The transctions appear to be okay in the purchasing module.  The GLTRX smartlist show the general ledger transactions to be in a "print" status.  I would like to post the "unposted" general ledger transactions, or delete them and post manual entries.

*This post is locked for comments

  • Suggested answer
    Frank Hamelly | MVP, MCP, CSA Profile Picture
    Frank Hamelly | MVP... 4,029 Super User 2024 Season 2 on at
    Re: I have "unposted" general ledger transactions that show in a smartlist GLTRX query. Can these be posted?

    If they are in 'print' status then that means the posting process never completed.  You need to check Batch Recovery to see if they are there.  if they don't appear in Batch Recovery then you'll need to do the following -

    In SQL Management Studio -

    1. Run the following script against the company database. Replace XXX with the batch number or the name of the batch that you are trying to post.

    UPDATE SY00500 SET MKDTOPST=0, BCHSTTUS=0 where BACHNUMB='XXX'

    Note The value of BACHNUMB is the same as the value of the Batch ID window in Great Plains.

    2. View the contents of the SY00800 table that is located in the DYNAMICS database to determine the value of the DEX_ROW_ID field for the batch that you are trying to unmark. You can view the contents of this table by running the following script.

    SELECT * FROM DYNAMICS..SY00800

    Note If no results are returned, go to step 5.

    3. Run the following delete script that is based on the results that you received in step 3. Replace XXX with the DEX_ROW_ID value of the batch that you are trying to unmark.

    DELETE DYNAMICS..SY00800 where DEX_ROW_ID= 'XXX'

    4. Verify the accuracy of the transactions.

    5. Verify that you can edit and post the batches.

    Hope this helps,

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,280 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,235 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans