Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics GP (Archived)

Payables Transaction

Posted on by 265

I would like to know the last date (Document Date) we made a payment to a vendor.  What table(s) is this data stored in?  Can this be accomplished using SmartList?

 

Any vendor who has not been paid in the last 36 months should be marked inactive.

*This post is locked for comments

  • Suggested answer
    Dale Coulthard Profile Picture
    Dale Coulthard 3,055 on at
    Re: Payables Transaction

    There is a standard Smartlist report that should work. I am in GP 2010, so the report is under Microsoft Dynamics GP>SmartList, then under Payables>Payables Transactions is a default report Today's Payments.

    Review the out of the box columns and add any you need (I would be sure to pull in the field Voided to ensure you do not pull into the the report any voided payments).

    Best regards,

    Dale

  • Victoria Yudin Profile Picture
    Victoria Yudin 22,766 on at
    Re: Payables Transaction

    Just a small warning about this - the last check date field is exactly what it says - last CHECK date.  If you paid your vendor with a credit card or cash after the last time you cut them a check, this date will not reflect the last payment, only the last check.  So if you want the last payment date, regardless of the type of payment, and assuming you're only looking at posted payments, you could use the following code:

    select VENDORID Vendor_ID, max(DOCDATE) Last_Payment

    from (select VENDORID, DOCDATE

    from PM30200 --historical trx

    -- only look at payments and ignore voids

    where DOCTYPE = 6 AND VOIDED = 0

    union

    select VENDORID, DOCDATE

    from PM20000 --posted but open trx

    -- only look at payments and ignore voids

    where DOCTYPE = 6 AND VOIDED = 0) a

    group by VENDORID

  • Community Member Profile Picture
    Community Member Microsoft Employee on at
    Re: Payables Transaction

    In SmartList you can add the "Last Check Date" column to the Purchasing>Vendors view.

  • Richard Wheeler Profile Picture
    Richard Wheeler 75,730 on at
    Re: Payables Transaction

    That will be in the PM Vendor Master Summary(PM00201).

    PM00201.LSTCHKDT

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,214 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans