Deleting addresses entered as NO ADDRESS
Hi all – we have several thousand records in the database with an address entered as NO ADDRESS. For some, this is the only “address”. For others, they actually have a complete address (often a business address) but the NO ADDRESS entry is marked as primary. This is causing predictable problems with exporting contact info and duplicate detection.
I'm thinking of using the method detailed in this KB article to delete any address containing NO ADDRESS. To me it's useless (non)data, but I'm wondering if anyone here can think of potential problems or reasons to keep that info. Also, if I delete the preferred address, will the other automatically be marked as preferred or are there steps I need to take to change that?
Comments
-
@Cassidy Mazurek You can not delete an address that is marked as preferred as an address is required, even if it is blank (no data entered) in the database. Address type is a system wide required field.
So, no, it will not automatically mark other address as preferred. That could create a different mess.
I'm not aware of any way around that.1 -
@Cassidy Mazurek
Sounds like a big clean up project, but it is doable. You can follow the steps below and see how far you can go:- constituent query criteria on “all address” > “address lines” contains “no address”
- this will condition on any constituent with any address where address line has “no address” in it
- start another constituent query, and use query option to “include” records from the first query above
- you want to do this 2nd query b/c you want to output ALL address of the constituent in question, not JUST the address that have “no address”
- output constituent id, address import id, preferred flag, address type, address lines
- do some excel manipulations (some formula that's good to use here is “COUNTIF” “COUNTIFS”)
- if constituent has a Preferred address that has “no address" as address line
- find another address for the same constituent you want to make as the preferred address and update the preferred flag to “Yes" (you will want to make sure this address line is BEFORE the one with “no address” as address line that is currently set as preferred
- update preferred flag to “No" and change the address type to a address type that you have created for deleting (i.e. "Address Type for Deletion)
- if constituent has non-preferred address that has “no address” as address line
- just update the address type to address type for deletion
- if constituent has a Preferred address that has “no address" as address line
- once you are done with the excel work, import to make changes
- then delete the address with the address type that's ready for deletion
2 - constituent query criteria on “all address” > “address lines” contains “no address”
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®
- 655 Blackbaud Grantmaking™
- 576 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)


