Gift Notification - I would like to add the following columns - Acknowledgement Letters and Fundraisers
Hi there,
I'm trying to add the following columns in my gift notifications:
- Acknowledgement Letter
- Fundraiser Names
I used the same method I used to show Appeals and Funds using a String Variable. Should I be using array variables? I loop through each gift?
I searched the forums and I haven't been successful in finding a solution for both. Please help and thanks in advance.
Comments
-
@Jundino Ugo
Acknowledgement letter inside an array call “Acknowledgements”, which is odd, b/c ONE gift should ONLY have ONE acknowledgement information, but that's a Blackbaud API definition issue, not for here.You can use a string variable for acknowledgement letter as there will only be ONE. (use set variable action on the string variable and you won't need to reset the variable to “blank”).
Since the data structure for acknowledgement is an array, if you directly assign acknowledgements letter dynamic content to the variable, it WILL put the set variable action into a for each loop, which is OK, unless you want to deal with using first() expression to bring out the acknowledgements letter from first element of the array.
As for fundraiser name, are you talking about “gift solicitor/fundraiser” or are you talking about constituent fundraiser relationship
2 -
@Alex Wong, thank you so much it worked! The letters are now showing in the column and I appreciated the explanation.
I'm looking for the Constituent Fundraiser. I'm able to grab the gift solicitor but I'm having trouble getting the Constituent Fundraiser. If I use the Fundraiser ID but there are three Fundraiser's assign can I filter the Fundraiser type and how?
0 -
@Jundino Ugo
which action are you using to get constituent fundraiser?you can always use the filter array action to filter the resulting fundraisers by the type.
0 -
@Alex Wong Unfortunately, the screenshot below outputs all the Assigned Fundraisers. I do have to filter by Funrdaiser Type.
0 -
@Jundino Ugo
yes, you can use filter array on the list of constituent fundraiser to filter on type that you want.if you know that you can have multiple fundraiserw of the same type, then you will want to use an array variable (that will need to be “cleared” at the end (or beginning) of the outer for each loop that loop each gift) and append to the array varaible the name of the fundraiser (after using get constituent info on each fundraiser).
0 -
@Alex Wong, Thank you so much! It's working! I really appreciate you taking the time to answer my questions!
0
Categories
- All Categories
- 6 Blackbaud Community Help
- 209 bbcon®
- 1.4K Blackbaud Altru®
- 395 Blackbaud Award Management™ and Blackbaud Stewardship Management™
- 1.1K Blackbaud CRM™ and Blackbaud Internet Solutions™
- 15 donorCentrics®
- 360 Blackbaud eTapestry®
- 2.5K Blackbaud Financial Edge NXT®
- 648 Blackbaud Grantmaking™
- 566 Blackbaud Education Management Solutions for Higher Education
- 3.2K Blackbaud Education Management Solutions for K-12 Schools
- 937 Blackbaud Luminate Online® and Blackbaud TeamRaiser®
- 84 JustGiving® from Blackbaud®
- 6.5K Blackbaud Raiser's Edge NXT®
- 3.7K SKY Developer
- 247 ResearchPoint™
- 118 Blackbaud Tuition Management™
- 165 Organizational Best Practices
- 239 The Tap (Just for Fun)
- 33 Blackbaud Community Challenges
- 31 PowerUp Challenges
- 3 (Open) 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
- 782 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)

