Skip to content
Exit Type & Criterions Met on the Sequence Association Object

Exit Type & Criterions Met on the Sequence Association Object

In the Guided Selling package, the Sequence Association object (RDNACadence__Sequence_Association__c) tracks a participant’s status within a sequence. When a participant exits a sequence, two fields indicate how and why the exit occurred:

  • Exit Type (RDNACadence__Sequence_Exit_Type__c)

  • Exit Criterions Met (RDNACadence__Sequence_Exit_Criterions_Met__c)

These fields are populated when a participant record (Lead, Contact, etc.) exits a sequence and are used for reporting, troubleshooting, and auditing participant lifecycle behavior.

Exit Type

API Name: RDNACadence__Sequence_Exit_Type__c

The Exit Type field indicates the method by which the participant was removed from the sequence.

Exit TypeDescription
ManualA user manually removed the participant from the sequence.
AutomaticThe system removed the participant due to sequence logic or automation.

Manual Exit Types

  • Removing a participant from the Engage View

  • Removing a participant from the Participants tab

  • Removing a participant from the Participant Overview module on the participant record

Automatic Exit Types

  • The participant completes or skips all required actions

  • A related Campaign Member or Opportunity junction record is deleted

  • The participant meets one or more exit criteria defined on the sequence

Exit Criterions Met

API Name: RDNACadence__Sequence_Exit_Criterions_Met__c

The Exit Criterions Met field records the specific reason a participant exited a sequence and identifies the exact condition or action that triggered the exit.

Exit Criterion ValueDescription
Manual RemovalParticipant was manually removed from the sequence.
Junction DeletionA related Campaign Member or Opportunity record was deleted by a user with appropriate Guided Selling or Delegation permissions.
Sequence CompletionAll assigned participant actions were completed or skipped.
Specific Exit CriteriaParticipant met a defined exit rule on the sequence; the exact criteria satisfied will display in the field.

Example of Specific Exit Criteria

If a sequence has an exit rule such as:

Do Not Call = True and the participant record is updated to meet that condition, the Exit Criterions Met field will populate with the specific criteria that triggered the exit.

Summary of Fields

Field LabelAPI NamePurposeUse Case
Exit TypeRDNACadence__Sequence_Exit_Type__cIdentifies whether the exit was Manual or AutomaticUnderstand how participants are removed from sequences
Exit Criterions MetRDNACadence__Sequence_Exit_Criterions_Met__cIdentifies the exact rule or action that caused the exitReporting, auditing, and troubleshooting
Last updated on