Skip to content

Sequence

Roles:
Salesforce AdministratorDeveloper

The Sequence (RDNACadence__Cadence__c) object is the container for a sequence definition: status, enrollment criteria, limits, and settings.

  • Holds sequence-level settings such as record type, activation (manual or automatic), entrance and exit criteria, and delegation.
  • Related to the ordered collection of sequence actions that describe each step in the flow.
  • Related to sequence associations when participants are successfully enroll.

Key fields

LabelAPI NameData TypePurpose
NameNameText(80)Display name of the Cadence
StatusRDNACadence__Status__cCheckboxIndicates whether the Cadence is a draft, active, or inactive.
Participant ActivationRDNACadence__Participent_Activation__cPicklistControls how participants are activated (e.g., manual, automatic)
Entrance CriteriaRDNACadence__Entrance_Criteria__cLong Text Area(32768)Full JSON/serialized definition of criteria required to enroll a participant
Exit CriteriaRDNACadence__Exit_Criteria__cLong Text Area(32768)Full JSON/serialized definition of criteria that trigger participant removal
OwnerOwnerIdLookup(User, Group)User responsible for creating the Sequence

Additional Fields

LabelAPI NameData TypePurpose
Record IDIdIDUnique identifier for the Cadence 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 for replication and sync
Entrance Criteria PERDNACadence__Entrance_Criteria_PE__cText(255)Stores the process-engine representation of the entrance criteria logic
Exit Criteria PERDNACadence__Exit_Criteria_PE__cText(255)Stores the process-engine representation of the exit criteria logic
Record TypeRDNACadence__Record_Type__cPicklistClassifies the Cadence type (e.g., Lead, Contact, Opportunity, Campaign)
Matching PriorityRDNACadence__matching_priority__cPicklistDetermines precedence when a record qualifies for multiple Cadences (P1-P4)
Action CountRDNACadence__Action_Count__cRoll-Up Summary (COUNT Sequence Action)Aggregated count of Sequence Actions associated with this Cadence
Delegated Owner LookupRDNACadence__Delegated_Owner_Lookup__cText(255)Stores the delegated owner field path used for participant ownership assignment
Drip Participants per DayRDNACadence__Drip_Participants_per_Day__cNumber(18, 0)Maximum number of participants to enroll per day when drip mode is active
Drip PrioritizationRDNACadence__Drip_Prioritization__cText(255)Defines the sort/priority logic for selecting which participants enter next in drip mode
Reentry EnabledRDNACadence__Reentry_Enabled__cCheckboxAllows a participant to re-enroll in the Cadence after completing or exiting it
Is Multi-Sequence Enabled?RDNACadence__IsMulti__cCheckboxPermits a participant to be enrolled in multiple Cadences simultaneously
Last updated on