Creating a Batch
Hi, All.
Please forgive me, but I am BRAND SPANKING NEW to Blackbaud SKY API development. Just within the past month I joined an organization and came in on a work-in-progress. It looks like previous developers (both, now gone) got pretty far with creating the JE's in a batch and getting them to successfully load in FE NXT. As I understand, when the PostJournalEntriesBatch is submitted,
1.) It create multiple duplicates. (but I believe I've nailed that down to poor application design with threading).
2.) When it encounters an erroroneous/invalid account, the whole process fails. And that could happen at record number 3,800 of 3,810 records.
So, what I'm wondering is, can/should I:
1.) Create a Batch
2.) Use the return BatchID and POST Single JE's to the batch one at a time, to the tune of @4k entries?
I'm already thinking this approach is inefficient due to potential latency issues, but at least the process doesn't have to start over from the beginning.
What say Ye?
Thanks a ton in advance for any guidance and suggestions.
"In great attempts, even a failure is glorious."
- Author (I totally forgot)
Please forgive me, but I am BRAND SPANKING NEW to Blackbaud SKY API development. Just within the past month I joined an organization and came in on a work-in-progress. It looks like previous developers (both, now gone) got pretty far with creating the JE's in a batch and getting them to successfully load in FE NXT. As I understand, when the PostJournalEntriesBatch is submitted,
1.) It create multiple duplicates. (but I believe I've nailed that down to poor application design with threading).
2.) When it encounters an erroroneous/invalid account, the whole process fails. And that could happen at record number 3,800 of 3,810 records.
So, what I'm wondering is, can/should I:
1.) Create a Batch
2.) Use the return BatchID and POST Single JE's to the batch one at a time, to the tune of @4k entries?
I'm already thinking this approach is inefficient due to potential latency issues, but at least the process doesn't have to start over from the beginning.
What say Ye?
Thanks a ton in advance for any guidance and suggestions.
"In great attempts, even a failure is glorious."
- Author (I totally forgot)
0
Comments
-
...got it figured out!0
-
May use GET Account (Search), leveraging the last_modified selection to maintain a local database cache of valid account numbers, then parse the input for valid accounts and balancing before you cast the batch.
1 -
Hey Jerre;
Thanks a ton. Looks like you responded just as I was closing the topic as "Answered". But you're right, that is the route we've decided to go.
0
Categories
- All Categories
- 6 Blackbaud Community Help
- 213 bbcon®
- 1.4K Blackbaud Altru®
- 401 Blackbaud Award Management™ and Blackbaud Stewardship Management™
- 1.1K Blackbaud CRM™ and Blackbaud Internet Solutions™
- 15 donorCentrics®
- 360 Blackbaud eTapestry®
- 2.6K Blackbaud Financial Edge NXT®
- 655 Blackbaud Grantmaking™
- 576 Blackbaud Education Management Solutions for Higher Education
- 3.2K Blackbaud Education Management Solutions for K-12 Schools
- 939 Blackbaud Luminate Online® and Blackbaud TeamRaiser®
- 84 JustGiving® from Blackbaud®
- 6.6K Blackbaud Raiser's Edge NXT®
- 3.7K SKY Developer
- 248 ResearchPoint™
- 119 Blackbaud Tuition Management™
- 165 Organizational Best Practices
- 241 Member Lounge (Just for Fun)
- 34 Blackbaud Community Challenges
- 34 PowerUp Challenges
- 3 (Open) 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
- 791 Community News
- 2.9K Jobs Board
- 53 Blackbaud SKY® Reporting Announcements
- 47 Blackbaud CRM Higher Ed Product Advisory Group (HE PAG)
- 19 Blackbaud CRM Product Advisory Group (BBCRM PAG)

