Skip to main content

Return to TX Community

Liaison

Implementing Prospect Scoring

Step 1: Install Required Packages

The following minimum versions of TargetX packages are required to support installing the Prospect Scoring package:

  • Base 1.15 or higher
  • Events 5.11 or higher
  • Email 3.16 or higher
  • Recruitment Manager 2.53 or higher
  • Payments 1.18 or higher

Step 2: Install Prospect Scoring Package

Step 3: Determine criteria and point values

Your first step is to determine the criteria and point values within the limits of the components. Examples include points assigned to specific Lead Sources, Email Interactions, Legacy Relationships, etc. Review these Sample Formulas.


Sample criteria and point values


Step 4: Add Prospect Scorecard to Contact layout

  1. Navigate to Setup and click on Object Manager.
  2. Search for the Contact object.
    1. Note: Contact may have been renamed to Student (API Name - Contact).
  3. Navigate to Page Layouts.
  4. Select Edit next to the Contact Layout.
  5. Add a new blank Section to contact layout (1 column width).
  6. Drag the ‘Prospect Scorecard’ Visualforce Page to newly created section.
  7. Select the Properties icon for the Visualforce page.
  8. Set the Height (in pixels) to 325.
  9. Add the ‘Prospect Qualitative Score’ custom field to layout.
  10. Save the changes.

Example Prospect Scorecard on layout

Step 5: Configure each formula field

  1. Based on the criteria you outlined in Step 1 adjust each formula field to return a numeric value.
    1. For example, if you want to score any Prospects that live in the state of Pennsylvania 5 points, follow these steps:
    2. Navigate to Setup and search for Fields.
    3. Under Contact Custom Fields & Relationships, locate the Prospect Contact Score field and select Edit.
    4. On the Advanced Formula tab, enter the following:

IF(MailingState = 'PA', 5, 0)

  1. Add additional criteria as needed.
  2. Save your changes.
  1. Add data to a Prospect record to generate a score based on your criteria. For the above example, when you add a Mailing State = PA, the Prospect should display a Score = 5 for the Contact section of the Scorecard.
  2. Validate the Prospect Scorecard is correctly displaying your scores.
  3. To configure additional formula fields, repeat above steps for any of the available Custom Fields:
  • Contact Object Custom Fields
  • Activity Object Custom Fields
  • Email Broadcast Member Object Custom Fields
  • Contact Schedule Item Object Custom Fields
  • Relationship Object Custom Fields


See Salesforce's Help & Training article Formulas in Salesforce.

Example Prospect Scorecard after formulas are configured

  • Was this article helpful?