Soft Credit Gifts by Cons ID?
I'm using List Gifts to total a donor's giving by FY. I have a donor who only gives through their foundation, when I put in their ID number it comes up as zero.
I wasn't sure if anyone has figured this out now that we can use a HTTP request. I know there is a soft credit array in Get a Gift but I would have to search all gifts for this one constituent.
Are soft credits not available yet to pull into flows?
Comments
-
0
-
@Austen Brown Thanks for that suggestion but I don't think that will work.
I want to get yesterday's donors and see what they have given in total for Last Fiscal Year. I am using List Gifts with dates. The issue is if someone has given through soft credit they don't appear in List Gifts.
Question - I know soft credits appear in Get a Gift but then I would have to look at all gifts and filter the soft credits based on that ID then total?
Have any great minds figured this out- how do I combine regular gifts and soft credit gifts to get a FY total? I feel like I'm missing something.
1 -
@Carolyn Grant
Currently there is no API that does what you want directly. The only way to do this is to pull all gifts (within the period you want to do this in, i.e. full year).Since Soft Credit is a many-1 relationship with gift (meaning, 1 gift can have multiple soft credit), you will have to record the soft credit info in a separate “table” (database table if you store the info in database, or separete “table/worksheet” if you elect to use excel.
That is unless your org have a policy on soft credit can ONLY be to 1 constituent record, which makes this a lot simplier.
My org allows 1 gift to be soft credit to multiple constituent, so I have to use a separate table for soft credit recipient info and soft credited amount. Using SQL server, with these 2 tables, I can then use some SQL to get how much a donor “gave” for a year with direct and soft credit considered.
So depending on what's available to you and your environment and your soft credit policy, you can get what you want to do to work too, but does take more time.
0
Categories
- All Categories
- 6 Blackbaud Community Help
- 213 bbcon®
- 1.4K Blackbaud Altru®
- 403 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®
- 656 Blackbaud Grantmaking™
- 577 Blackbaud Education Management Solutions for Higher Education
- 3.2K Blackbaud Education Management Solutions for K-12 Schools
- 940 Blackbaud Luminate Online® and Blackbaud TeamRaiser®
- 84 JustGiving® from Blackbaud®
- 6.7K Blackbaud Raiser's Edge NXT®
- 3.7K SKY Developer
- 249 ResearchPoint™
- 119 Blackbaud Tuition Management™
- 165 Organizational Best Practices
- 241 Member Lounge (Just for Fun)
- 34 Blackbaud Community Challenges
- 37 PowerUp Challenges
- 3 (Open) 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
- 796 Community News
- 3K Jobs Board
- 54 Blackbaud SKY® Reporting Announcements
- 47 Blackbaud CRM Higher Ed Product Advisory Group (HE PAG)
- 19 Blackbaud CRM Product Advisory Group (BBCRM PAG)


