Skip to content

Sequence Association

Roles:
Salesforce AdministratorDeveloper

Sequence Association (RDNACadence__Sequence_Association__c) is the relationship between a Sequence and a Participant connected to it. This typically involves associating a specific lead or contact with a sequence, allowing for tailored interactions and actions designed to engage and nurture the participant throughout the sales process.

How Sequence Associations Work

When a participant enters a sequence, a Sequence Association record is created that:

  • Links the participant (Lead or Contact) to the sequence
  • Tracks the association status (Active, Completed)
  • Records entry date and time
  • Stores delegation information
  • Maintains relationship to participant actions

Key Fields

LabelAPI NameData TypePurpose
Sequence Association NameNameAuto NumberSystem-generated unique name for the association record
SequenceRDNACadence__Sequence__cLookup(Sequence)The parent Sequence this association belongs to
Participant IDRDNACadence__Participant_ID__cFormula (Text)Derived identifier for the participant (Contact or Lead) on this association
Association StatusRDNACadence__Association_Status__cText(50) (External ID)Current enrollment state of the association (e.g., active, completed)
Sequence Entry DateRDNACadence__Sequence_Entry_Date__cDate/TimeTimestamp when the participant was enrolled into the sequence
Sequence Exit DateRDNACadence__Sequence_Exit_Date__cDate/TimeTimestamp when the participant exited the sequence
Sequence Exit TypeRDNACadence__Sequence_Exit_Type__cPicklistClassifies how the participant exited (e.g., manual or automatic)
Sequence Exit Criterion MetRDNACadence__Sequence_Exit_Criterions_Met__cLong Text Area(131072)JSON storing which exit criteria were satisfied at the time of disassociation

Additional Fields

LabelAPI NameData TypePurpose
Record IDIdIDUnique identifier for the Sequence Association record
OwnerOwnerIdLookup(User, Group)User or group responsible for this association
Created DateCreatedDateDate/TimeTimestamp when the record was created
Created ByCreatedByIdLookup(User)User who created the record
Last Modified DateLastModifiedDateDate/TimeTimestamp of the most recent update
Last Modified ByLastModifiedByIdLookup(User)User who last modified the record
System ModstampSystemModstampDate/TimeSystem-managed timestamp for replication and sync
ContactRDNACadence__Contact__cLookup(Contact)The Contact participant enrolled in this sequence
LeadRDNACadence__Lead__cLookup(Lead)The Lead participant enrolled in this sequence
Sequence Record TypeRDNACadence__Record_Type__cFormula (Text)Formula surfacing the parent Sequence’s record type
Sequence ActiveRDNACadence__Sequence_Active__cFormula (Checkbox)Formula reflecting whether the parent Sequence is currently active
Sequence StatusRDNACadence__Status__cFormula (Checkbox)Formula reflecting the active/inactive status of the parent Sequence
Sequence Exit TypeRDNACadence__Sequence_Exit_Type__cPicklistClassifies how the participant exited (e.g., completed, disassociated, criteria met)
Campaign Member IDRDNACadence__CampaignMemberId__cText(18) (External ID)Stores the Salesforce Campaign Member ID when the participant is a Campaign Member
CampaignRDNACadence__Campaign__cLookup(Campaign)The Campaign associated with this participant enrollment
Last Completed Sequence ActionRDNACadence__Last_Completed_Sequence_Action__cLookup(Participant Action)Points to the most recently completed action for this participant
Lead Conversion DateRDNACadence__Lead_Conversion_Date__cDate/TimeTimestamp when the associated Lead was converted
Opportunity Contact Role IDRDNACadence__Opportunity_Contact_Role_ID__cText(18)Stores the ID of the Opportunity Contact Role when enrollment is OCR-driven
OpportunityRDNACadence__Opportunity__cLookup(Opportunity)The Opportunity associated with this participant enrollment
Sequence Participant SnapshotRDNACadence__Sequence_Participant_Snapshot__cLong Text Area(32768)JSON snapshot of the participant record’s field values at the time of enrollment
Sequence Conversion AttributedRDNACadence__Sequence_Conversion_Attributed__cFormula (Checkbox)Formula indicating whether a conversion has been attributed to this sequence enrollment
Unique IDRDNACadence__Unique_Id__cText(100) (Unique, Case Insensitive)Deduplication key combining participant and sequence identifiers
Last updated on