Skip to content

Sequence Action

Roles:
Salesforce AdministratorDeveloper

A Sequence Action (RDNACadence__CadenceAction__c) defines one step in a sequence, such as a call, email, SMS, or task.

Older Guided Selling documentation may refer to this object simply as Action. The Salesforce object label is Sequence Action, and it is distinct from Participant Action, which represents the action created for a specific participant as they progress through a sequence.

A Sequence Action stores the step’s order, action type, activation behavior, timing configuration, delegation, criteria, templates, field updates, and progress metadata.

Key fields

LabelAPI NameData TypePurpose
NameNameTextDisplay name of the Sequence Action.
SequenceRDNACadence__Cadence_Id__cMaster-Detail(Sequence)Parent Sequence that contains this action.
TypeRDNACadence__Type__cPicklistAction type, such as Call, Email, SMS, or Task.
IndexRDNACadence__Index__cNumberOrdinal position of the action within the Sequence.
Activation TypeRDNACadence__ActivationType__cPicklistDetermines whether the action is performed manually or automatically where supported.
ScheduleRDNACadence__Schedule__cText(255)Stores the v13 schedule definition used to calculate when the action becomes due.
Schedule ConstraintRDNACadence__ScheduleConstraint__cText(255)Stores the timing constraint applied to the action schedule.
Actions RemainingRDNACadence__ActionsRemaining__cNumber(18, 0)Number of Sequence Actions that follow this action. Used by sequence-progress calculations.
PriorityRDNACadence__Priority__cPicklistAction priority. Supported values are High, Medium, and Low.
Delegated Owner LookupRDNACadence__Delegated_Owner_Lookup__cText(255)Stores the field path used to resolve explicit action-level delegation.
Action CriterionRDNACadence__Action_Criterion__cLong Text AreaSerialized criteria evaluated for the Sequence Action.
Has CriteriaRDNACadence__HasCriteria__cCheckboxIndicates whether the action has criteria configured.
Skip Action CriteriaRDNACadence__Skip_Action_Criteria__cCheckboxControls whether the configured action criteria are used for skip behavior.
Fields To Update ActionRDNACadence__Fields_To_Update_Action__cLong Text AreaSerialized definition of Salesforce field updates associated with the action.
Next Sequence ActionRDNACadence__Next_Sequence_Action__cLookup(Sequence Action)References the next action in the sequence progression chain.

Scheduling fields

Guided Selling v13 introduced the Schedule and Schedule Constraint fields as part of the updated Business Timing model.

  • RDNACadence__Schedule__c stores the schedule configuration for the step.
  • RDNACadence__ScheduleConstraint__c stores the constraint used when interpreting that schedule.
  • RDNACadence__Day__c and RDNACadence__Hour__c remain in the package for existing timing data and compatibility.
  • RDNACadence__Trigger_Type__c remains physically present in the package, but its field label is Trigger Type (Deprecated) and it should not be documented as the current scheduling model.

For user-facing timing behavior, see Business Timing.

Progress-tracking fields

RDNACadence__ActionsRemaining__c is stored on the Sequence Action object.

It represents how many Sequence Actions come after the current action and supports participant progress calculations.

Participant-specific progress is stored separately on the Sequence Association object. In particular, RDNACadence__Position__c records the participant’s current position based on completed and skipped Participant Actions.

Do not move Actions Remaining to the Sequence Association field inventory. Actions Remaining belongs to Sequence Action; Position belongs to Sequence Association.

Delivery Preference

The Sequence Action object still contains RDNACadence__DeliveryPreference__c, but in the v13 package its Salesforce label is Delivery Preference (Deprecated).

The restricted picklist currently contains these stored values:

  • Immediate
  • Weekdays
  • Any Day
  • Business Hours

Older documentation may show labels such as Immediate (Any Day), Business Hours (Weekday), or Business Hours (Any Day). Those should not be presented as the current v13 picklist values.

New timing behavior is represented through the v13 scheduling model, including Schedule and Schedule Constraint, rather than treating the deprecated Delivery Preference field as the authoritative action-timing configuration.

Template and action-specific fields

LabelAPI NameData TypePurpose
Email TemplateRDNACadence__EmailTemplate__cLookup(Guided Selling Email Template)Email template associated with an Email Sequence Action.
Template IDRDNACadence__TemplateId__cTextStores a template identifier used by supported action/template flows.
Template NameRDNACadence__TemplateName__cTextStores the associated template name.
Task DescriptionRDNACadence__TaskDescription__cText / Long TextStores description content for Task actions.
Bad Merge Syntax DetectedRDNACadence__BadMergeSyntaxDetected__cCheckboxIndicates that invalid merge-field syntax was detected in associated content.

Internal and legacy fields

The following fields remain in the v13 object definition but are primarily internal, derived, compatibility, or deprecated fields and should not be treated as the preferred configuration surface for new integrations:

LabelAPI NameNotes
Action Criteria PERDNACadence__Action_Criteria_PE__cInternal process-engine representation of action criteria.
Trigger Type (Deprecated)RDNACadence__Trigger_Type__cDeprecated. Superseded by the current scheduling model.
Delivery Preference (Deprecated)RDNACadence__DeliveryPreference__cDeprecated action-level delivery-preference field.
DayRDNACadence__Day__cLegacy timing component retained in the package.
HourRDNACadence__Hour__cLegacy timing component retained in the package.
Priority NumberRDNACadence__Priority_number__cNumeric representation used internally for action priority/order logic.
Delegated OwnerRDNACadence__Delegated_Owner__cLegacy/static delegated-owner lookup retained alongside dynamic delegation configuration.
DeletedRDNACadence__IsDeleted__cInternal soft-delete indicator.
Email TypeRDNACadence__EmailType__cLegacy email classification field.

Standard Salesforce fields

Standard Salesforce fields are also present, including:

LabelAPI Name
Record IDId
Created DateCreatedDate
Created ByCreatedById
Last Modified DateLastModifiedDate
Last Modified ByLastModifiedById
System ModstampSystemModstamp
This inventory was validated against the v13 CadenceAction__c object definition. Fields can remain physically present in the managed package for migration, compatibility, or internal processing even when they are deprecated or no longer used as the primary product configuration.