Automating the Person Status
  • 01 Aug 2024
  • 10 minute read
  • Dark
    Light
  • PDF

Automating the Person Status

  • Dark
    Light
  • PDF

Article summary

Person Status enables high-level classification of a person record. This singular status uses underlying rules to categorize records based on attributes about the person, and is a mechanism to merge qualities about an individual into a single data point that you can use for efficient querying and reporting. Generally, person statuses are configured to be mutually exclusive; a person can only meet the criteria for one of the statuses.

The available person statuses, along with the rules that automate them, vary depending on your database type.

📄 Admissions

The three default statuses are Prospect, Inquiry, and Applicant. You can customize these rules based on your organizational needs. When a person record is created in the system, the default set of Person Status Rules assigns a status to the record. For example, if a record is created from a request for information form, the Person Status Rules will assign a status of "Inquiry.”

Your institution can customize its Person Status Rules to reflect its own unique needs. For example, an organization can add a new " Enrolled" status and rules that set it. Person Status Rules are an essential part of any organization’s CRM strategy and are a great way to ensure that all records in the system are categorized correctly.

  • Rule 01 - Keep Applicant

  • Rule 05 - Set Applicant

  • Rule 10 - Keep Inquiry

  • Rule 15 - Set Inquiry (Form Response)

  • Rule 20 - Set Inquiry (Test Score)

  • Rule 999- Set Prospect

Rule 01 - Keep Applicant

If a record currently has the status of Applicant, do nothing to that record and skip all remaining rules in the person status exclusivity group.

  1. Click Database in the main navigation and select Rules.

  2. Click New Rule.

  3. Enter the following configurations in the popup window:

    • Name - Person Status - Keep Applicant

    • Base - Person

    • Type - Person Status

    • Folder - Person Status

    • Exclusivity Group - Person Status

    • Non-deterministic - Rule is deterministic and has an exclusive priority.

    • Priority - 1

    • Status - Active

  4. Click Save.

  5. Filters - Status IN Applicant

  6. Action - No Action Rule: Select the 'do nothing' check box as your action. This will ensure that records that have a status of applicant will not change from that status.

    mceclip0.png

Rule 05 - Set Applicant

If a record has an application (either submitted or unsubmitted) then set the Person Status to Applicant; then stop evaluating the remaining person status rules.

  1. Click Database in the main navigation and select Rules.

  2. Click New Rule.

  3. Enter the following configurations in the popup window:

    • Name - Person Status - Set Applicant

    • Base - Person

    • Type - Person Status

    • Folder - Person Status

    • Exclusivity Group - Person Status

    • Non-deterministic - Rule is deterministic and has an exclusive priority.

    • Priority - 5

    • Status - Active

  4. Click Save.

  5. Filters - Subquery Filter for "Has Application"

  6. Status - Applicant

    mceclip1.png

Rule 10 - Keep Inquiry

If a record currently has the status of Inquiry, do nothing to that record and skip all remaining rules in the person status exclusivity group.

  1. Click Database in the main navigation and select Rules.

  2. Click New Rule.

  3. Enter the following configurations in the popup window:

    • Name - Person Status - Set Inquiry

    • Base - Person

    • Type - Person Status

    • Folder - Person Status

    • Exclusivity Group - Person Status

    • Non-deterministic - Rule is deterministic and has an exclusive priority.

    • Priority - 10

    • Status - Active

  4. Click Save.

  5. Filters - Status IN Applicant

  6. Action - No Action Rule: Select the 'do nothing' check box as your action. This will ensure that records that have a status of applicant will not change from that status.

  7. Filter - Status IN Inquiry

  8. Status - No Action Rule: Select the 'do nothing' check box as your action. This will ensure that records that have a status of applicant will not change from that status.

    mceclip2.png

Rule 15 - Set Inquiry (Form Response)

If a record has a form/event registration, then set the person status to Inquiry.

  1. Click Database in the main navigation and select Rules.

  2. Click New Rule.

  3. Enter the following configurations in the popup window:

    • Name - Person Status - Set Inquiry (Form Response)

    • Base - Person

    • Type - Person Status

    • Folder - Person Status

    • Exclusivity Group - Person Status

    • Non-deterministic - Rule is deterministic and has an exclusive priority.

    • Priority - 15

    • Status - Active

  4. Click Save.

  5. Filters - Subquery Filter for "Has a Form Response" 

  6. Status - Inquiry

    mceclip4.png

Rule 20 - Set Inquiry (Test Score)

If a record has a verified test score, then set the person status to Inquiry.

  1. Click Database on the Slate navigation bar. The Database page appears.

  2. In the Automations section select Rules. The Rules summary page appears.

  3. Click New Rule. An Edit Details popup appears.

  4. Enter the following configurations:

    • Name: Person Status - Set Inquiry (Test Score)

    • Base - Person

    • Type - Person Status

    • Folder - Person Status

    • Exclusivity Group - Person Status

    • Non-deterministic - Rule is deterministic and has an exclusive priority.

    • Priority - 20

    • Status - Active

  5. Click Save.

  6. Filters - Subquery Filter for "Has a Verified Test Score" 

  7. Status - Inquiry

    mceclip6.png

Rule 999 - Set Prospect

Set the person status to Prospect for all records that failed to match the filter criteria for any other person status rules.

  1. Click Database in the main navigation and select Rules.

  2. Click New Rule.

  3. Enter the following configurations in the popup window:

    • Name - Person Status - Set Prospect

    • Base - Person

    • Type - Person Status

    • Folder - Person Status

    • Exclusivity Group - Person Status

    • Non-deterministic - Rule is deterministic and has an exclusive priority.

    • Priority - 999

    • Status - Active

  4. Click Save.

  5. Filters - NO FILTERS A rule with no filters in an exclusivity group allows you to set a default assignment. Since all records that are not applicant or inquiry records should have the prospect status, do not include filters for this rule.

  6. Status - Prospect

    mceclip7.png

🤝 Advancement

The standard Person statuses, along with their status rules, are as follows:

Rule Name

Exclusivity Group

Type

Priority

Person Status - Current Donor

Person Status

Person Status

5

Person Status - LYBUNT

Person Status

Person Status

10

Person Status - SYBUNT

Person Status

Person Status

15

Person Status - Prospect

Person Status

Person Status

20

Follow the steps below to create donor statuses within your institution's database. 

Step 1 - Create Person Status Prompts

Custom donor statuses may be created utilizing the person_status prompt key. To create the four donor statuses outlined above: 

  1. Click Database in the top navigation bar and select Prompts.

  2. Click Insert.

  3. Enter the following configurations in the popup window:

    • Key - person_status

    • Value - Current Donor

  4. Click Save.

  5. Repeat steps three and four to create the remaining person statuses of LYBUNT, SYBUNT, and Prospect.

Step 2 - Create Current Donor Rule

Create the first rule in the series of person status rules - setting the record as "Current Donor." This rule can be created by following the steps outlined below:

  1. Click Database in the top navigation bar and select Rules Editor.

  2. Click Insert.

  3. Enter the following configurations in the popup window:

    • Name - Person Status - Current Donor

    • Base - Configurable Joins Library (Preview) - Person

    • Type - Person Status

    • Folder - Person Status

    • Exclusivity Group - Person Status (defaulted)

    • Non-deterministic - Rule is deterministic and has an exclusive priority

    • Priority - 5

    • Status - Preview

  4. Click Save.

The next step is to configure the appropriate filters to find records that meet the criteria of being a current donor. The example below identifies people who have made at least one gift within the previous 365 days as a "Current Donor":

  1. Add a subquery filter and configure the settings as follows:

    • Status - Active

    • Name - Provide an easy to read name, such as "Gifts Made in the Past 365 days"

    • Type - Dependent subquery

    • Aggregate - Exists

    • Exports - N/A

    • Filters - Add a Join to the Gifts table. Once added, add a filter for a gift's date of ">= today - 365"

  2. Click Save.

  3. In the Action section of the rule, select Current Donor as the Status

  4. Click Save.

    Current_Donor_Rule.PNG

Step 3 - Create LYBUNT Rule

The next rule to create in the series of person status rules is the "LYBUNT" rule. This rule can be created by following the steps outlined below:

  1. Click Database in the top navigation bar and select Rules Editor.

  2. Click Insert.

  3. Enter the following configurations in the popup window:

    • Name - Person Status - LYBUNT

    • Base - Configurable Joins Library (Preview) - Person

    • Type - Person Status

    • Folder - Person Status

    • Exclusivity Group - Person Status (defaulted)

    • Non-deterministic - Rule is deterministic and has an exclusive priority

    • Priority - 10

    • Status - Preview

  4. Click Save.

The next step is to configure the appropriate filters to find records that meet the criteria of being a LYBUNT donor. The example below identifies people who have made at least one gift within the previous year, but not yet within the past 365 days: 

  1. Add a subquery filter and configure the settings as follows:

    • Status - Active

    • Name - Provide an easy to read name, such as "Gift Exists Last Year"

    • Type - Dependent subquery

    • Aggregate - Exists

    • Exports - N/A

    • Filters - Add a Join to the Gifts table. Once added, add at least the following two filters

      • Gift Date >= today - 730

      • Gift Date <= today - 365

  2. Click Save.

  3. Add a second subquery filter and configure the settings as follows:

    • Status - Active

    • Name - Provide an easy to read name, such as "But Not This Year"

    • Type - Dependent subquery

    • Aggregate - Not Exists

    • Exports - N/A

    • Filters - Add a Join to the Gifts table. Once added, add the following filter

      • Gift Date >= today - 365

  4. Click Save.

  5. In the Action section of the rule, select LYBUNT as the Status

  6. Click Save.

    LYBUNT_Rule.PNG

Step 4 - Create SYBUNT Rule

The next rule to create in the series of person status rules is the "SYBUNT" rule. This rule can be created by following the steps outlined below:

  1. Click Database in the top navigation bar and select Rules Editor.

  2. Click Insert.

  3. Enter the following configurations in the popup window:

    • Name - Person Status - SYBUNT

    • Base - Configurable Joins Library (Preview) - Person

    • Type - Person Status

    • Folder - Person Status

    • Exclusivity Group - Person Status (defaulted)

    • Non-deterministic - Rule is deterministic and has an exclusive priority

    • Priority - 15

    • Status - Preview

  4. Click Save.

The next step is to configure the appropriate filters to find records that meet the criteria of being a SYBUNT donor. The example below identifies people who have made at least one gift within the previous 5 year, but not yet within the past 365 days: 

  1. Add a subquery filter and configure the settings as follows:

    • Status - Active

    • Name - Provide an easy to read name, such as "Gift Exists Last 5 Years"

    • Type - Dependent subquery

    • Aggregate - Exists

    • Exports - N/A

    • Filters - Add a Join to the Gifts table. Once added, add at least the following two filters

      • Gift Date >= today - 1825

      • Gift Date <= today - 365

  2. Click Save.

  3. Add a second subquery filter and configure the settings as follows:

    • Status - Active

    • Name - Provide an easy to read name, such as "But Not This Year"

    • Type - Dependent subquery

    • Aggregate - Not Exists

    • Exports - N/A

    • Filters - Add a Join to the Gifts table. Once added, add the following filter

      • Gift Date >= today - 365

  4. Click Save.

  5. In the Action section of the rule, select SYBUNT as the Status

  6. Click Save.

    SYBUNT_Rule.PNG

Step 5 - Create Prospect Rule

The final rule in the series of person status rules is the "Prospect" rule. Individuals who do not meet any of the previous rule criteria will default to this person status. This rule can be created by following the steps outlined below:

  1. Click Database in the top navigation bar and select Rules Editor.

  2. Click Insert.

  3. Enter the following configurations in the popup window:

    • Name - Person Status - Prospect

    • Base - Configurable Joins Library (Preview) - Person

    • Type - Person Status

    • Folder - Person Status

    • Exclusivity Group - Person Status (defaulted)

    • Non-deterministic - Rule is deterministic and has an exclusive priority

    • Priority - 20

    • Status - Preview

  4. Click Save.

No filters need to be added as this rule comes last within the exclusivity group. The only additional configuration is to set the rule's action. In this example, the status should be set to Prospect.

Prospect_Rule.PNG

Step 6 - Activate the Rules

Once the rules have been created, the final step is to activate them. To set the rules' statuses as active:

  1. Navigate to each individual rule and select Edit.

  2. While editing the details of the rule, change the status from "Preview" to Active.

  3. Click Save.

  4. Click Save, again, on the rule itself.

Once all of the rules are active, we recommend running a retroactive refresh on all of the records within the database. This will trigger the records to be evaluated by all of the rules, including the newly active Donor Status rules.


Was this article helpful?