Skip to main content
Post a question

Notifications

Announcements

No record found.

Finance | Project Operations, Human Resources, ...
Suggested answer

1099 update for GP 2013?

Like (0) ShareShare
ReportReport
Posted on 6 Jan 2021 17:26:00 by 115

Is it possible to update 2013 with the new 1099 form?

Categories:
  • Suggested answer
    Justin Sutton Profile Picture
    Justin Sutton on 06 Jan 2021 at 18:36:58
    RE: 1099 update for GP 2013?

    Hello Deanne, 

    As noted in our documentation, the only GP versions that will get the form are 2016 and 18.3:
    Microsoft Dynamics GP Year-End Update 2020: Payables Management form changes including the NEW 1099-NEC!! - Microsoft Dynamics GP Community

    You will want to upgrade to use the new form, or use a third party solution. 

    Updating the tables is not going to allow you to print the new form. 

    Thanks!

  • Deanne Rasmussen Profile Picture
    Deanne Rasmussen 115 on 06 Jan 2021 at 17:58:50
    RE: 1099 update for GP 2013?

    Hopefully this will work

    if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[PM40104]') and OBJECTPROPERTY(id, N'IsUserTable') = 1)

    Begin

    update PM40104

    set TEN99BOXTEXT = 9 , DOLRAMNT = 600

    where TEN99TYPE = 3 and TEN99BOXTEXT = '8'

    update PM40104

    set TEN99BOXTEXT = 8 , DOLRAMNT = 10.00000

    where TEN99TYPE = 3 and TEN99BOXTEXT = '7'

    update PM40104

    set  TEN99BOXTEXT = 10, DOLRAMNT = 0.01000

    where TEN99TYPE = 3 and TEN99BOXTEXT = '10'

    update PM40104

    set TEN99BOXTEXT = 12 ,DOLRAMNT = 600

    where TEN99TYPE = 3 and TEN99BOXTEXT = '13'

    update PM40104

    set TEN99BOXTEXT = 13 ,  DOLRAMNT = 0.01000

    where TEN99TYPE = 3 and TEN99BOXTEXT = '14'

    update PM40104

    set TEN99BOXTEXT = 14, DOLRAMNT = 0.01000

    where TEN99TYPE = 3 and TEN99BOXTEXT = '15a  '

    update PM40104

    set TEN99BOXTEXT = 15 ,  DOLRAMNT = 0.01000

    where TEN99TYPE = 3 and TEN99BOXTEXT = '15b  '

    update PM40104

    set TEN99BOXTEXT = 17 ,  DOLRAMNT = 0.01000

    where TEN99TYPE = 3 and TEN99BOXTEXT = '16'

    delete from  PM40104

    where TEN99TYPE = 3 and TEN99BOXNUMBER = 15 and  TEN99BOXTEXT = '18'

    If not exists(select * from PM40104 where TEN99TYPE = 4)

    begin

    insert PM40104 values (4,  '1',   1,'                                        ',600)

    insert PM40104 values (4,  '2',   4,'                                        ',0.01000)

    insert PM40104 values (4,  '3',   5,'                                        ',0.01000)

    insert PM40104 values (4,  '4',   7,'                                        ',0.01000)

    end

    End

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

Congratulations 2024 Spotlight Stars!

Kudos to all of our 2024 community stars!

Meet the Top 10 leaders for December!

Congratulations to our December super stars!

Get Started Blogging in the Community

Hosted or syndicated blogging is available! ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

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

#2
Martin Dráb Profile Picture

Martin Dráb 230,596 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Product updates

Dynamics 365 release plans
Loading started