Hotlist Types
In addition to record types, Hotlists are also split into several different types depending on the type of contacts you want to add to them, which is validated upon attempting to add a new hotlist member. This is defined in the seven20__Type__c field on the Hotlist (seven20__List__c) object. The following types are available as standard:
| Type | Description |
|---|---|
| Client Contact | Contacts with a record type configured to be a Client Contact |
| Candidate | Contacts with a record type configured to be a Candidate |
| Other | Contacts which have a record type that is neither a Client Contact, nor a Candidate type |
tip
A hotlist can have zero or more types associated with it, and if no types are selected then any contact can be added to the hotlist.
Custom types can be defined for further granularity, and are configured by adding new picklist options on the seven20__Type__c field on the Hotlist object.