Book Image

CiviCRM Cookbook

Book Image

CiviCRM Cookbook

Overview of this book

CiviCRM is a web-based, open source, Constituent Relationship Management (CRM) software geared toward meeting the needs of non-profit and other civic-sector organizations.Organizations realize their mission via CiviCRM through contact management, fundraising, event management, member management, mass e-mail marketing, peer-to-peer campaigns, case management, and much more.CiviCRM is localized in over 20 languages including: Chinese (Taiwan, China), Dutch, English (Australia, Canada, U.S., UK), French (France, Canada), German, Italian, Japanese, Russian, and Swedish.CiviCRM Cookbook will enhance your CiviCRM skills. It has recipes to help you use CiviCRM more efficiently, integrate it with CMSs, and also develop CiviCRM.This book begins with recipes that help save time and effort with CiviCRM. This is followed by recipes for organizing data more efficiently and managing profiles.Then you will learn authentication and authorization and managing communication with contacts.Then you will be guided on using the searching feature and preparing reports. We will then talk about integrating Drupal and CiviCRM. You will also be taught to manage events effectively. Finally, learn about CiviCampaign, Civimember, and developing CiviCRM.
Table of Contents (19 chapters)
CiviCRM Cookbook
Credits
Foreword
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Using activities for campaign planning


In any campaign, there are a million things to do and usually not enough people to do them! You can use CiviCRM to define these tasks, allocate them to people, schedule their completion, and check their progress.

How to do it…

  1. Navigate to Administer | System Settings and enable CiviCampaign.

  2. Navigate to Administer | CiviCampaign | Campaign types and add a campaign type. Name it Community Campaign.

  3. Navigate to Campaigns | New campaign and add a campaign.

  4. Set the title to Stop the Supermarket.

  5. Set the Campaign Type field to Community Campaign.

  6. Leave the start date as the current date.

  7. Set the Campaign status to In progress.

  8. Save the new campaign.

  9. Navigate to Administration | Customize Data and Screens | Activity Types and add some activity types. For example, add an Activity Type called Gather contacts.

  10. Add a custom field set for the Gather Contacts activity type and create a custom field to show what sort of contacts you want gathered.

  11. Add an activity and assign...