Welcome (5 - 10 minutes)
Quick welcome, name and organization introductions
Demo (30 - 45 minutes)
- Big picture: why use searchkit slides
- Demo: screen cast
- How contacts relate to other parts of the database
- Questions
Hands on time (60 minutes)
- Hand out logins to training database
- Keeping track: save all your searches with your first name
Repeat the demo search in phases, but build it yourself:
- List the name and phone number of everyone in the database (Hint: Add "Contact Phones" Entity)
- List the name and phone number of everyone who has made a completed contribution (Hint: Add "Contact Contributions" entity)
- List the name and phone number of everyone who has made a completed contribution OR is in the Donor Prospects group (Hint: Click "And" drop down and change to "Or")
- List the name, phone number, biggest donation, and date of last donation for: everyone who has made a completed contribution OR is in the Donor Prospects group (Hint: Under "Group By" select "Contact Id", then look in "Field Transformations").
Similar search, but with events and email:
- List the name and email of everyone in the database (Hint: Add "Contact Emails" Entity)
- List the name and email of everyone who has attended an event (*Hint: Add "Contact Participants" entity)
- List the name, email, date of most recently attended event, list of the titles of all the events for: everyone who has attended an event (*Hint: Add "Participant Event" entity, Under "Group By" select "Contact Id", then look in "Field Transformations")
Shove it all in there together:
- List the name, email, mobile home number, home address and last contribution date (if they have one) of everyone in the database
- Limit to people who have registered or attended an event in the last two years
Go negative:
- List the names of everyone who has ever attended an event
- Further limit to people who have never made a contribution (Hint: Use "With optional" Contact Contribution and in Where clause set Contribution ID to empty)
Get relational:
- List the names of everyone in the database
- Limit to people with an "Employer Of" relationship (Hint: Use "With required" Contact Related Contact entity)
- Further limit to the names of individuals, with an "Employer Of" relationship to an organization with the constituent type "Government" (Hint: In the Where field selection, go all the way down to the "Contact Related Contacts" section).
Evaluation!
Training Category:
PowerBase