Sage 500 ERP 1099 Tax Year 2020 Stand-Alone Updates - Refreshed

If you have previously downloaded this year's 1099 Stand-Alone Updates for Tax Year 2020 before 7:00 AM PST on December 28, 2020, then you should redownload them as a couple of things have changed.  Also, be sure to download and READ the release notes for the best experience.

Parents Reply
  • in reply to Ramon M.

    Hi Ramon, thanks for getting this done.   Same 2 questions -

    1.  How do I apply this on sites that have had one of the previous 3 versions of 1099 updates already installed?   I just tried but got the "update already installed' error.   Or tell me what's changed exactly so that I can manually update.

    2.  Where is the data fix script?   I sort of figured it out already if the issue is only with tapVendPmtAppl flags, but would like an official one just in case I missed something.

Children
  • in reply to John Lian @The ERP Group

    John, 

    Did you find solution or work around to re-apply 1099 Refreshed updates on server that already has TY 2020 patch? I also got the same message- "update already installed".

  • in reply to iubac-ASingh

    Not entirely.   There was an announcement posted yesterday about a resolution coming soon that affects history prior to 2020.   I did compare the DB scripts from refresh 3 with refresh 2 and didn't find any significant difference.

    For my clients who can't wait, I created and provided the following script to fix the form/box on tapVendPmtAppl table to match those on the vouchers.  Ramon was right about this being a prevalent issue.   What I found is that this problem actually caused the 1099 activity report and forms to not return any data for NEC form because they both look at tapVendPmtAppl.  So the problem was more serious than stated.   Anyway, with this fix, our clients haven't complained about the numbers reported, yet...  So fingers crossed.

    Update a set v1099form=v.V1099Form, V1099Box=v.V1099Box
    from tapVendPmtAppl a
    inner join tapvoucher v
    on a.applyToVouchKey=v.VoucherKey
    where ISNULL(a.v1099Form,0)<>ISNULL(v.v1099form,0)

  • in reply to John Lian @The ERP Group

    Friday's refresh (#3 January 15) was mostly about the way tapVendPMTAppl gets updated (it now does it only for 2020, whereas the prior version updated it for all years.  This was done in response to  requests about the history reports.  I am actively working on a script to restore of history prior to 2020 so the 1099 history reports will return again for past years for refresh #2 and prior to try and convert it to match refresh #3 style.  

    As to user iubac-ASingh's question, a database that has had the 1099 update applied already will not be able to be upgraded again.  So unless an unexpected situation has arisen where the tsmDBHistory  shows it being applied but it really wasn't, then any issues would need to be resolved outside of the install itself, such as the script I am working on to restore history prior to 2020 for prior versions of the script.

    If I have lost track of user iubac-ASingh's basic issue, I apologize.  Can I get reminded?