To implement "donor levels" based on behavior (frequency and amount), the modern Nonprofit Cloud utilizes the RFM Scoring framework. RFM stands for Recency (how recently they gave), Frequency (how often they give), and Monetary Value (how much they give). This is the standard industry method for segmenting donors into tiers like "Champion," "Loyal," or "At Risk."
Step-by-Step Implementation for the Consultant:
Configure RFM Scores: In the Setup menu, the consultant goes to Recency, Frequency, and Monetary Value (RFM) Score. Here, you define the "Source" objects (typically the Donor Gift Summary or Gift Transactions) and set the ranges. For example, you might define "Frequency" as: 1-2 gifts = Score 1; 3-5 gifts = Score 2; 5+ gifts = Score 3.
Calculate Scores: The consultant then schedules the RFM Data Processing Job. This job runs in the background, evaluates every donor's history, and assigns numerical scores to each category.
The Composite Score: The system can combine these into a Composite RFM Score (e.g., "3-3-3" for the best donors).
Displaying the Data: To make these scores "at-a-glance" identifiers, the consultant adds these fields to the Donor Gift Summary object. Using the Related Record Detail Display or a standard Record Detail component on the Person Account page, the staff can immediately see the donor’s scores alongside their contact info.
This approach provides a dynamic, data-driven way to identify donor levels without manual updates. Option B is incorrect because Record Alerts are for transient warnings (e.g., "Do not call") rather than persistent behavioral metrics. Option C is incorrect because while the Contact Profile stores donor attributes, the specific engine for calculating and displaying frequency/monetary "levels" is designed to work with the Donor Gift Summary object within the NPC Fundraising architecture.