Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Microsoft Dynamics GP (Archived)

Voided Check

(0) ShareShare
ReportReport
Posted on by 2,961

Which table holds the check that are voided?

The payment/check information doesn't exists in PM30300 table anymore.  Does the record move into different table after the check being voided?

*This post is locked for comments

  • Babin Profile Picture
    2,961 on at
    RE: Voided Check

    Thanks Deanne. This is what I was looking for.

  • Verified answer
    Community Member Profile Picture
    on at
    RE: Voided Check

    You should look at Victoria Yudin's website (www.victoriayudin.com)

    Here's a query for the check register - this shows voided and not voided

    SELECT T.CHEKBKID Checkbook_ID,

    T.CMTrxNum Trx_Number,

    D.DOCABREV Trx_Type,

    T.TRXDATE Trx_Date,

    T.GLPOSTDT GL_Posting_Date,

    T.paidtorcvdfrom Paid_To_Received_From,

    CASE

     WHEN T.CMTrxType in (1,2,5,101,102)

       THEN T.Checkbook_Amount

     WHEN T.CMTrxType = 7 AND X.CMCHKBKID = X.CMFRMCHKBKID

       THEN T.Checkbook_Amount*0

     WHEN T.CMTrxType = 7 AND T.CHEKBKID = X.CMCHKBKID

       THEN T.Checkbook_Amount

     WHEN T.CMTrxType = 7 AND T.CHEKBKID = X.CMFRMCHKBKID

       THEN T.Checkbook_Amount*-1

     ELSE T.Checkbook_Amount*-1

     END Checkbook_Amount,

    T.CURNCYID Currency_ID,

    T.DSCRIPTN 'Description',

    T.ClrdAmt Cleared_Amount,

    CASE T.Recond

     WHEN 1 THEN 'Yes'

     ELSE 'No'

     END Reconciled,

    T.AUDITTRAIL Audit_Trail,

    CASE T.VOIDED

     WHEN 1 THEN 'Yes'

     ELSE 'No'

     END Voided

    FROM CM20200 T

    LEFT OUTER JOIN

    CM20600 X

    ON T.Xfr_Record_Number = X.Xfr_Record_Number

    INNER JOIN CM40101 D

    ON D.CMTrxType = T.CMTrxType

  • Suggested answer
    MattPaulen Profile Picture
    6,912 on at
    RE: Voided Check

    PM30300 is the History Apply Table so this shows what the check was applied to.  The PM30200 table should be what you are looking for.  That is the Historical/Paid transactions table.

    Edit: To further clarify, once the check is voided, it is no longer applied to anything and that's why you wouldn't see it in the PM30300 table any longer.

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

Jainam Kothari – Community Spotlight

We are honored to recognize Jainam Kothari as our June 2025 Community…

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard >

Featured topics

Product updates

Dynamics 365 release plans