Error when creating invoice with form 1099 amounts
We are trying to create an invoice that includes the form 1099 box numbers and amounts.
According to the sample the box numbers are in this format:
"form_1099_box_numbers": [
{
"number": "7-Nonemployee compensation",
"state": "SC",
"amount": 50.0
}
]
On my invoice the form 1099 box number is like this:
"form_1099_box_numbers": [
{
"number": "7-Nonemployee compensation",
"amount": 50.0
}
]
We also tried:
"form_1099_box_numbers": [
{
"number": "7",
"amount": 50.0
}
]
We get this error:
{"Error":"Failed to save invoice","Details":["Invalid Code table entry: Box number"],"ErrorPath":"cap1099distribution.-1.boxnumber"}
I guess Im using the wrong code table entry box number, but I dont know what exactly they should be. I have looked in the Fields and table in Control Panel but dont see anything listed for 1099 box numbers.
Comments
-
@Marnee Dearman
Apparently the “number” is the name of the box. This worked:"form_1099_box_numbers": [
{
"number": "Nonemployee compensation",
"amount": 50.0
}
]To BlackBaud please update the documentation. This is very confusing.
1
Categories
- All Categories
- New Grantmaking TEST Community
- New Altru Test Community
- New bbcon Community - TEST
- 11 Blackbaud Agents for Good™
- New Raiser's Edge NXT Community
- 7 Blackbaud Community Help
- 218 bbcon®
- 1.4K Blackbaud Altru®
- 409 Blackbaud Award Management™ and Blackbaud Stewardship Management™
- 1.2K Blackbaud CRM™ and Blackbaud Internet Solutions™
- 16 donorCentrics®
- 361 Blackbaud eTapestry®
- 2.7K Blackbaud Financial Edge NXT®
- 680 Blackbaud Grantmaking™
- 596 Blackbaud Education Management Solutions for Higher Education
- 3.3K Blackbaud Education Management Solutions for K-12 Schools
- 952 Blackbaud Luminate Online® and Blackbaud TeamRaiser®
- 85 JustGiving® from Blackbaud®
- 6.9K Blackbaud Raiser's Edge NXT®
- 3.9K SKY Developer
- 255 ResearchPoint™
- 122 Blackbaud Tuition Management™
- 165 Organizational Best Practices
- 246 Member Lounge (Just for Fun)
- 40 Blackbaud Community Challenges
- 37 PowerUp Challenges
- 3 (Closed) PowerUp Challenge: Grid View Batch
- 3 (Closed) PowerUp Challenge: Chat for Blackbaud AI
- 3 (Closed) PowerUp Challenge: Data Health
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Product Update Briefing
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Standard Reports+
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Email Marketing
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Gift Management
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Event Management
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Home Page
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Standard Reports
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Query
- 820 Community News
- 3.1K Jobs Board
- 57 Blackbaud SKY® Reporting Announcements
- 47 Blackbaud CRM Higher Ed Product Advisory Group (HE PAG)
- 19 Blackbaud CRM Product Advisory Group (BBCRM PAG)
