Gift Aid Backend Data
Hope someone can help me or direct me to the right channel. Blackbaud suggested I post my query here, so here it is:
We have a couple of gifts (under the same record) whereby it is showing the tax claim amount in RE database but on the backend coding it is showing as 0. Where as some of them did have -1 (still in the same record).
I was wondering how do I get hold of the backend data and more importantly I want to know why is the coding different. This is important to us as we are using the backup data to feed into our analysis software and it's showing inaccurate reporting.
We are Blackbaud hosted and UK based Charity.
Appreciate any help on this.
Thank you.
Comments
-
@Rachel Chew
I am assuming that by “backend coding” you mean the the RE Schema database tables.Which table and which table field are you talking about?
in RE database schema, generally when you have a “checkbox” that represent true (checked) or false (not checked), the field is represented as a SMALLINT data type where 0 means false (not checked) and -1 means true (checked).
For example: in the RECORDS table, there is a DECEASED field (that represent the Deceased checkbox on an Individual constituent record in RE), where if the record is deceased, this field will be -1.
If you are going to be querying the database directly, it is best you know the RE schema well. Assuming you are self hosted (or 3rd party hosted), you can get the RE7Schema.chm (windows help file extension) in the Blackbaud RE installation folder (it is in the help subfolder)
0
Categories
- All Categories
- 6 Blackbaud Community Help
- 211 bbcon®
- 1.4K Blackbaud Altru®
- 402 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®
- 657 Blackbaud Grantmaking™
- 577 Blackbaud Education Management Solutions for Higher Education
- 3.2K Blackbaud Education Management Solutions for K-12 Schools
- 941 Blackbaud Luminate Online® and Blackbaud TeamRaiser®
- 84 JustGiving® from Blackbaud®
- 6.7K Blackbaud Raiser's Edge NXT®
- 3.7K SKY Developer
- 248 ResearchPoint™
- 120 Blackbaud Tuition Management™
- 165 Organizational Best Practices
- 240 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)

