Skip to content

Sequence

Roles:
Salesforce AdministratorDeveloper

The Sequence (RDNACadence__Cadence__c) object stores the definition and lifecycle of a Guided Selling sequence.

It contains sequence-level configuration such as record type, activation type, lifecycle status, entrance and exit criteria, delegation, delivery preference, priority, and participant pacing. A Sequence is related to its ordered Sequence Actions and to Sequence Associations that represent participant enrollment and history.

Key fields

LabelAPI NameData TypePurpose
NameNameText(80)Display name of the Sequence.
Lifecycle StatusRDNACadence__LifecycleStatus__cText(255)Authoritative v13 lifecycle state for the Sequence. Values used by Guided Selling are Draft, Active, Inactive, and Deleted.
Participant ActivationRDNACadence__Participent_Activation__cPicklistControls whether participants enter the Sequence manually or automatically.
Record TypeRDNACadence__Record_Type__cPicklistDefines the participant record type, such as Lead, Contact, Opportunity, or Campaign.
Entrance CriteriaRDNACadence__Entrance_Criteria__cLong Text AreaSerialized definition of the criteria used to determine whether a record is eligible to enter the Sequence.
Exit CriteriaRDNACadence__Exit_Criteria__cLong Text AreaSerialized definition of the criteria used to determine when a participant should exit the Sequence.
Matching PriorityRDNACadence__matching_priority__cPicklistDetermines precedence when a record qualifies for multiple Automatic sequences. Supported values are P1 through P5.
Delegated Owner LookupRDNACadence__Delegated_Owner_Lookup__cText(255)Stores the User lookup field path used by Default Sequence Delegation.
Drip Participants per DayRDNACadence__Drip_Participants_per_Day__cNumber(18, 0)Maximum number of participants that can enter per day when Slow Drip is enabled.
Reentry EnabledRDNACadence__Reentry_Enabled__cCheckboxAllows an eligible participant to enter the same Sequence again after a previous association has ended.
Action CountRDNACadence__Action_Count__cRoll-Up SummaryCount of Sequence Actions related to the Sequence.

Lifecycle status

Beginning with Guided Selling v13, use RDNACadence__LifecycleStatus__c to determine the Sequence lifecycle state.

Supported application states are:

  • Draft
  • Active
  • Inactive
  • Deleted

RDNACadence__Status__c remains in the package for compatibility with existing sequence activation logic and older data, but it should not be used as the complete lifecycle model. A checkbox cannot distinguish Draft or Deleted from other inactive states.

For user-facing lifecycle behavior, see Sequence Lifecycle.

Criteria fields

The supported Sequence criteria definitions are stored in:

  • RDNACadence__Entrance_Criteria__c
  • RDNACadence__Exit_Criteria__c

The package also contains these older processing fields:

  • RDNACadence__Entrance_Criteria_PE__c
  • RDNACadence__Exit_Criteria_PE__c

These fields are internal legacy/process-engine representations and should not be treated as the supported criteria configuration fields for integrations or custom automation. New documentation and integrations should use the primary Entrance Criteria and Exit Criteria fields instead.

System fields

Standard Salesforce fields are also available on the object, including:

LabelAPI NameData TypePurpose
Record IDIdIDUnique identifier for the Sequence record.
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 used for replication and synchronization.
This inventory focuses on fields that are currently relevant to the Guided Selling v13 Sequence data model. Internal implementation fields can remain present in the managed package even when they are not intended for customer configuration or integration use.