Best Of
Re: Closing Purchase Orders
How could Blackbaud observe no usage of the Bulk PO close function in database view when people used it. Doesn't make any sense. Take for example the merging of AP vendors in database view which was initially out of scope for FENXT. Was the same conclusion made there too. There was no usage of it. Blackbaud certainly underestimated their customer's desire in retaining this functionality in web view. The response in the idea bank on this has been overwhelming to say the least. It makes you wonder who is making these decisions on what is out of scope for the TWS on certain features. I hope it is not for convenience-sake from a business decision point of view as opposed to a customer point of view.
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.

