Best Of
Standards Based Gradebook and Report Card Building in Blackbaud
We are new to Blackbaud and building out the teacher's gradebook to standards based grading. Would anyone who is currently building their report card and gradebook for standards based grading be willing to share what theirs looks like and HOW they built it on the backend?
Re: Gift Notification based on Constituent Custom Code
@Simon Cardnell
few ways you can do this
- in your exisitng flow, get constituent custom fields by category (https://developer.sky.blackbaud.com/api#api=56b76470069a0509c8f1c5b3&operation=ListConstituentCustomFieldsAllConstituents), which will give you the constituent system record id of those that has this custom field; use this array of constituent system record ids to filter your gift list
- rebuilt your flow using Query API's gift query, that allows you additional filter on constituent custom field.
