Skip to content
Winter 2026 Release (V12)

Winter 2026 Release (V12)

Guided Selling v12 builds on the just-in-time foundation laid in v11 to offer teams more power and precision in how they see, manage, and automate work. With updates to Engage, expanded APIs, and architectural simplification, this release is designed to boost day-to-day productivity while laying the groundwork for even smarter automation.

Feature Highlights

FeatureWhy It Matters
Upcoming Actions on EngageWork ahead with clearer visibility into what’s next.
Reschedule to Any DateGives reps flexibility to manage their workload and plan ahead.
Track Action ReschedulingSurfaces action-level accountability and performance insights.
Create Email & SMS Quick ActionsExpands rep flexibility with more one-off engagement types.
API: Create Quick ActionsProgrammatically trigger one-off actions via Flow or Apex.
API: Skip or Perform ActionsSupports automation workflows that advance participants.
Simplified Sequence Action ModelRemoves complexity by eliminating the Action object.

📔 Check out this Interactive Demo of our newest features!

Implementation Steps (Required)

If you org is currently on Guided Selling v11 or earlier, to complete your upgrade to Guided Selling v12 (or later), have a System Admin with a Guided Selling license follow these steps (eta 45min)

  1. Delete Lightning Component Tabs
    After version 5.16, we removed these tabs from our package. If you’ve had the package installed since then, some of these tabs may still appear in your org because Salesforce doesn’t automatically remove previously installed tabs. Here’s a list of tabs you may find that should be deleted:

    1. Navigate to Setup > User Interface > Tabs
    SectionAPI NameLabel
    Visualforce Tabscadence_actionsActions (Deprecated)
    Visualforce TabscadencesSequence (Deprecated)
    Visualforce Tabssequence_settingSequence Setting (Deprecated)
    Visualforce Tabstarget_listEngage (Deprecated)
    Lightning Component Tabscadence_actions_classicActions (Deprecated)
    Lightning Component Tabscadence_classicSequence (Deprecated)
    Lightning Component Tabssequence_setting_classicSequence Setting (Deprecated)
    Lightning Component Tabstarget_list_classicEngage (Deprecated)
  2. Upgrade to version 11.30.8

    1. Choosing “Install for Admins Only” is recommended
  3. Wait for ActionMigrationBatch to complete

    1. Navigate to Setup > Apex Jobs
      • Locate ActionMigrationBatch
      • Verify that 1 or more batches processed successfully for both jobs.
    2. Additional Validation - data check (SOQL query)
      • SELECT id, RDNACadence__ActivationType__c, RDNACadence__Type__c FROM RDNACadence__CadenceAction__c
        • All rows should have values for both fields
  4. Upgrade to version 11.34

    1. Choosing “Install for Admins Only” is recommended
  5. Delete Deprecated Fields and Objects*
    *Your org may contain additional custom, or previously deprecated, fields that reference the Action ID field or the Action Object. If you encounter any dependency errors when attempting the following steps, please delete any fields referenced in that error in order to proceed.

    1. Delete the Action ID (RDNACadence__Action_Id__c) field from the Sequence Action Object
      • Switch to Salesforce Classic.
      • Navigate to Setup Create Objects.
      • Find and open Sequence Action.
      • Locate the Action ID (RDNACadence__Action_Id__c) field and click Del in the Action column.
      • Confirm the deletion by selecting “Yes, I want to delete the relationship.”
      • At the bottom of Custom Fields & Relationships, click Deleted Fields, then click Erase for Action ID (RDNACadence__Action_Id__c).
      • Confirm “Yes, I want to permanently delete the custom field.”
    2. Delete the Action object
      • Go back to Setup Create Objects.
      • Find the Action object and click Del.
      • Confirm “Yes, I want to delete the custom object.”
      • Scroll down to Deleted Objects, click through, and select Erase to permanently delete it.
  6. Add Values to Type__c picklist values to support new Quick Action types

    • In Lightning Go to Setup Object Manager Participant Action Fields & Relationships
    • Click Supplemental Action Type (RDNACadence__Type__c)
    • Values Click New
    • Add “Email” and “SMS”
    • Click Save
      sfdc-action-type.png
  7. Upgrade to version 12.0.50 (v12)

    1. Choosing “Install for Admins Only” is recommended
  8. Update the names of all Email Templates related to an existing Sequence Action to make it easy to find your email templates in the new streamlined Sequence builder flow.  NOTE: This batch job may have executed during a previous package upgrade step,  but the names applied may not be what you expect.

    1. Execute the following script which first sets RDNACadence__isReusable__c to FALSE for all email templates, then executes the EmailTemplateMigrationBatch job.
      1. Open the Developer Console via the gear icon, navigate to Debug, and select Open Execute Anonymous Window.

      2. Copy/Paste the following Apex code and click “Execute”

        list templatesToUpdate = [select id from RDNACadence__Email_Template__c];
        
        for (RDNACadence__Email_Template__c t: templatesToUpdate){
         t.RDNACadence__isReusable__c = false;
        }
        
        Update templatesToUpdate;
        
        rdnacadence.Api gsApi = new rdnacadence.Api();
        gsApi.call('emailTemplateMigrationBatch', null);
  9. Verify the results from successful execution of the email template migration. You should have 0 results from the following query.  All templates that were previously associated with sequence actions should be accessible as an email template for new email actions.

    • select count() from RDNACadence__CadenceAction__c where RDNACadence__Type__c =‘Email’ and RDNACadence__EmailTemplate__r.RDNACadence__IsReusable__c = false
  10. Execute the MigrateConversationEmailFields batch job, which populates historical email data onto new fields on the Conversation record

    1. Open the Developer Console via the gear icon, navigate to Debug, and select Open Execute Anonymous Window.

    2. Copy/Paste the following Apex code and click “Execute”

      rdnacadence.Api gsApi = new rdnacadence.Api();
      gsApi.call('migrateConversationEmailFields', null);

New Features and Functionality

Upcoming Actions on Engage

What’s New?
Engage now includes four smart tabs: Due Now, Upcoming Today, Scheduled, and Pending. This gives reps a clear view, without leaving Engage, of what they can do now, what’s coming up, and what’s still blocked.

upcoming-action.png

Why Was This Built?
Previously, Engage only showed actions that were immediately due, with no way to see what was coming next. That meant reps couldn’t work ahead or plan their workload proactively. With this update, reps can now explore, schedule, and manage their pipeline in real time.

How It Works

  • Actions are grouped into four buckets:
    • Due Now: Currently due and actionable (traditional Engage view).
    • Upcoming Today: Scheduled for later today.
    • Scheduled: Due in the future, beyond today.
    • Pending: Blocked by unmet criteria.
  • Buttons on future actions are disabled but allow quick access to editing and rescheduling.
  • Tab counts update live; filters apply across all tabs.
  • Dial Next remains exclusive to Due Now actions.
  • The Details column is optional on Due Now, but cannot be added to other tabs.
  • The Due Date column is system-managed and cannot be removed or hidden.
    Note: If Due Date is not visible, users should click the gear icon to access Engage settings, then click Reset Settings.

Reschedule to Any Date

What’s New?
Reps can now reschedule any action to any future date, or as early as the current time, even if it is before the current due date.

reschedule-action.png

Why Was This Built?
Previously, reps were blocked from moving actions earlier, which was frustrating for those trying to plan ahead, accommodate travel, or make the most of quiet periods. This update unlocks greater ownership of time management.

How It Works

  • Updated reschedule modal allows users to choose the current time or any future date.
  • Error handling prevents selecting times in the past.
  • To assist with pulling actions forward, the modal defaults to the current date and time.

Track Action Rescheduling

What’s New?
Each action now tracks its original due date, last rescheduled date, and rescheduling user.

reschedule-date-sfdc-field.png

Why Was This Built?
Rescheduling is a key productivity signal. By tracking these events, admins and RevOps teams can spot trends in deferrals, better understand rep workload, and design smarter benchmarks.

How It Works

  • New fields on Participant Actions:
    • Original Due Date
    • Last Rescheduled Date
    • Last Rescheduled By
  • Populated automatically through the UI or individual or bulk updates, or API.
  • Fields are queryable and reportable.

Create Email & SMS Quick Actions

What’s New?
Quick Actions now support Email and SMS, in addition to Call and Task.

email-quick-action.png

Why Was This Built?
Reps need flexibility in how they follow up. This change aligns Quick Actions with the options found in Sequence Actions.

How It Works

  • Available in the same dropdowns and overview modules as other Quick Actions.
  • Email actions can be templated or written manually.
  • SMS creation follows the same permissions and validation as sequence-based SMS actions.

Create Quick Actions API

What’s New?
A public Apex method and Flow-compatible action now lets admins or developers create Quick Actions with automation.

Why Was This Built?
Many teams want to trigger follow-ups based on user behavior or custom logic. This API unlocks workflows that don’t rely on a UI and future-proofs action creation for all data model changes.

How It Works

  • Inputs: ownerId, dueDate, participantId, actionType, actionName,Task Configuration (optional)
  • Works in Salesforce Flow and Apex

Skip or Perform Actions API

What’s New?
Two new methods allow automation to skip or mark as performed a participant action.

Why Was This Built?
Programmatic participant progression is critical for automation, especially for teams with integrated systems or form-based workflows.

How It Works

  • Automatically advance participants to the next action
  • Fully documented and Flow-compatible

Simplified Sequence Action Model

What’s New?
The Action object has been removed. Sequence Actions are now fully self-contained.

action-model.png

This also introduces the new Templates section for admins to centrally manage reusable email content. The Templates tool allows a single email template to be used across multiple sequences and sequence actions—regardless of whether the action is set to Manual or Automatic. This simplifies reuse and visibility, while also highlighting where each template is in use. Orgs that previously used naming conventions like “Step 1 - Auto Email” may want to update these now that activation type is defined at the Sequence Action level.

templates.png
template-builder.png

Why Was This Built?
Maintaining three levels of action hierarchy (Action → Sequence Action → Participant Action) introduced confusion and overhead. With minimal reuse value and better reporting at the Sequence Action level, the Action object was unnecessary.

How It Works

  • Action-level fields and behaviors migrated to Sequence Action
  • Sequence Builder now lets you define all action details—including templates and activation—in a single, consolidated view
  • Template assignment, activation type, and sequence action name are all handled within the Sequence Action

Technical Enhancements

  • Visualforce in Lightning – Enables Guided Selling modules on modern Dynamic Forms layouts.
Last updated on