Original Message:
Sent: Dec 24, 2020 10:20 PM
From: Charles Allen
Subject: 1099 SmartList after YE Update-2016
Depending upon the problem, there are a couple of things.
1. There is a 1099fix.sql from Microsoft to update tables. This is available with the download of the year-end update but contact me if you need a copy.
2. The function used in SmartList for returning the description of the new box type is incomplete. Here's the text for the function.
/****** Object: UserDefinedFunction [dbo].[DYN_FUNC_1099_Type] Script Date: 12/16/2020 2:32:10 PM ******/SET ANSI_NULLS ONGOSET QUOTED_IDENTIFIER OFFGOALTER function [dbo].[DYN_FUNC_1099_Type] (@iIntEnum integer) returns varchar(100) as begin declare @oVarcharValuestring varchar(100) set @oVarcharValuestring = case when @iIntEnum = 1 then 'Not a 1099 Vendor' when @iIntEnum = 2 then 'Dividend' when @iIntEnum = 3 then 'Interest' when @iIntEnum = 4 then 'Miscellaneous' when @iIntEnum = 5 then 'Nonemployee Compensation' else '' end RETURN(@oVarcharValuestring) END GO
------------------------------
Charles Allen
Senior Managing Consultant
BKD Technologies
Houston, TX
Original Message:
Sent: Dec 23, 2020 08:18 AM
From: Joni Finnell
Subject: 1099 SmartList after YE Update-2016
We have several SmartLists that provide 1099 information. Since the YE update they are not working correctly. So, it sounds like the tables have probably changed? Some of the incorrect information wasn't even affected by the new 1099-NEC changes. Do I have to rebuild those SmartLists or is there an easier solution to get them working again.
Thanks!
Joni
------------------------------
Joni Finnell
GP Projects/Troubleshooter
Consumer Support Services, Inc.
Newark OH
------------------------------