Skip to content

Action

Roles:
Salesforce AdministratorDeveloper

An Action (RDNACadence__CadenceAction__c) is a single step in a sequence: call, email, SMS, task, or other supported action types, including timing and activation behavior at the step level. Sequence actions are reusable definitions scoped to (or used within) sequences; they are not the per-participant rows that appear on a lead or contact timeline.

  • Defines order, scheduling offsets, templates, and whether the step is manual or automatic.
  • Acts as the template the application uses when it creates participant-side records for each enrolled participant.

Key fields

LabelAPI NameData TypePurpose
NameNameText(80)Display name of the Action
Sequence IdRDNACadence__Cadence_Id__cMaster-Detail(Sequence)Parent lookup to the Sequence (Cadence) this action belongs to
TypeRDNACadence__Type__cPicklistAction type (e.g., call, email, SMS, task)
IndexRDNACadence__Index__cNumber(18, 0)Ordinal position of this action within the sequence
PriorityRDNACadence__Priority__cPicklistPriority tier of the action (e.g., high, normal, low)
Trigger TypeRDNACadence__Trigger_Type__cPicklistDefines how the action is triggered (e.g., immediate or time based)
Activation TypeRDNACadence__ActivationType__cPicklistControls how this action becomes active within the sequence flow (e.g., manual or automatic)

Additional Fields

LabelAPI NameData TypePurpose
Record IDIdIDUnique identifier for the Sequence Action 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
Action Criteria PERDNACadence__Action_Criteria_PE__cText(255)Process-engine representation of the action’s skip/execution criteria logic
Action CriterionRDNACadence__Action_Criterion__cLong Text Area(131072)Full JSON/serialized definition of criteria evaluated before executing this action
DayRDNACadence__Day__cNumber(18, 0)Scheduled day offset from sequence enrollment when this action should execute
HourRDNACadence__Hour__cNumber(18, 0)Scheduled hour of day when this action should execute
Fields To Update ActionRDNACadence__Fields_To_Update_Action__cLong Text Area(32768)JSON definition of field updates to apply to the participant record when this action executes
Priority NumberRDNACadence__Priority_number__cNumber(3, 0)Numeric representation of priority for sorting
Skip Action CriteriaRDNACadence__Skip_Action_Criteria__cCheckboxIndicates whether skip criteria evaluation is enabled for this action
Delegated OwnerRDNACadence__Delegated_Owner__cLookup(User)User to whom this action is delegated
Delegated Owner LookupRDNACadence__Delegated_Owner_Lookup__cText(255)Field path used to dynamically resolve the delegated owner
DeletedRDNACadence__IsDeleted__cCheckboxsoft-delete flag
Next Sequence ActionRDNACadence__Next_Sequence_Action__cLookup(Sequence Action)Points to the following action in the sequence chain
Bad Merge Syntax DetectedRDNACadence__BadMergeSyntaxDetected__cCheckboxFlags whether invalid merge field syntax was detected in the action’s template
Delivery PreferenceRDNACadence__DeliveryPreference__cPicklistPreferred delivery time for email actions (e.g., Immediate, Weekdays, or Any Day)
Email TemplateRDNACadence__EmailTemplate__cLookup(Guided Selling Email Template)Reference to the email template used by this action
Email TypeRDNACadence__EmailType__cPicklistClassifies the email action type (Legacy)
Last updated on