Sequence
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
| Label | API Name | Data Type | Purpose |
|---|---|---|---|
| Name | Name | Text(80) | Display name of the Sequence. |
| Lifecycle Status | RDNACadence__LifecycleStatus__c | Text(255) | Authoritative v13 lifecycle state for the Sequence. Values used by Guided Selling are Draft, Active, Inactive, and Deleted. |
| Participant Activation | RDNACadence__Participent_Activation__c | Picklist | Controls whether participants enter the Sequence manually or automatically. |
| Record Type | RDNACadence__Record_Type__c | Picklist | Defines the participant record type, such as Lead, Contact, Opportunity, or Campaign. |
| Entrance Criteria | RDNACadence__Entrance_Criteria__c | Long Text Area | Serialized definition of the criteria used to determine whether a record is eligible to enter the Sequence. |
| Exit Criteria | RDNACadence__Exit_Criteria__c | Long Text Area | Serialized definition of the criteria used to determine when a participant should exit the Sequence. |
| Matching Priority | RDNACadence__matching_priority__c | Picklist | Determines precedence when a record qualifies for multiple Automatic sequences. Supported values are P1 through P5. |
| Delegated Owner Lookup | RDNACadence__Delegated_Owner_Lookup__c | Text(255) | Stores the User lookup field path used by Default Sequence Delegation. |
| Drip Participants per Day | RDNACadence__Drip_Participants_per_Day__c | Number(18, 0) | Maximum number of participants that can enter per day when Slow Drip is enabled. |
| Reentry Enabled | RDNACadence__Reentry_Enabled__c | Checkbox | Allows an eligible participant to enter the same Sequence again after a previous association has ended. |
| Action Count | RDNACadence__Action_Count__c | Roll-Up Summary | Count 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__cRDNACadence__Exit_Criteria__c
The package also contains these older processing fields:
RDNACadence__Entrance_Criteria_PE__cRDNACadence__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:
| Label | API Name | Data Type | Purpose |
|---|---|---|---|
| Record ID | Id | ID | Unique identifier for the Sequence record. |
| Created Date | CreatedDate | Date/Time | Timestamp when the record was created. |
| Created By | CreatedById | Lookup(User) | User who created the record. |
| Last Modified Date | LastModifiedDate | Date/Time | Timestamp of the most recent update. |
| Last Modified By | LastModifiedById | Lookup(User) | User who last modified the record. |
| System Modstamp | SystemModstamp | Date/Time | System-managed timestamp used for replication and synchronization. |