Act-On calculates a behaviour score for every contact based on the scoring rules you've set up - but that score lives in the contact record, not in a list column. To see it in list views, use it in segments, or push it to a non-Salesforce CRM, you need to write the score into a dedicated list field. A short list maintenance program handles it on demand or on a schedule.
Build the list maintenance program
- Go to Lists > Marketing Lists. You can also do this from Other Lists, Form Submissions, or Webinar Lists.
- Select the list, then click the green arrow on the right.
- Choose Maintenance > Setup Maintenance Program.
- Enter a name and description for the program.
- Leave the schedule set to Manually (you can switch it to a schedule later).
- Click Continue.
- If a new step isn't already open, click Add Step.
- Enter a Step Name.
- Choose Change field value.
- Select the List field to update from the drop-down - this is the Lead Score or Behavior Score column you created.
- In the Update value as follows drop-down, choose Set value to behavioral score.
- Click Save changes (top right).
Run the program
To execute the program, go to Automation > List Maintenance Programs, find the program you just built, and either:
- Hover over it and click the play icon, or
- Open it, and in the Next run area click the ellipsis icon and pick Run program now.
After it runs, the Lead Score column on your list will reflect each contact's current behaviour score. Switch the program's schedule from Manual to a recurring interval if you want the score to stay fresh automatically.