| Information |
Executable Name | Name of the Executable. |
Executable API Name | API Name for the Executable. If left blank, it automatically defaults to the Executable's Name when the record is saved. |
Pipeline | The Pipeline this Executable belongs to. Pipelines group related Executables so you can navigate, filter, and reorder them together. Within a Pipeline, Executables run or display in the order set by their sequence number. |
Direction | Defines the source and target of this Executable's data flow — where records are read from and actioned to. |
Connection | The Connection this Executable runs against. |
Seq No. | Sequence number of this Executable within its Pipeline, determining the order of batch executions, triggers, data lists, and action buttons. |
Owner | The user who owns this Executable. |
Deployable? | Indicates whether this Executable can be deployed to other orgs (e.g., sandbox to production). |
Raw Record | Opens a full field inspector for this record, showing every field's API name, type, and value, with quick search, edit, and clone. |
All Internal Users Have Read Access? | When enabled, DSP creates a sharing record granting all internal users read access to the current Executable; this field is automatically turned on when #Trigger, #Data List, or #Action Button is enabled and can be disabled manually to revoke that access. |
Origin ID | Identifier used for matching records during cross-system synchronization. It defaults to the Salesforce record ID on save but can be overridden with a custom unique value. Once established, it must remain unchanged after the initial sync. |
Description | A brief description of the Executable's purpose and scope. |
Specification | Free-form field for documenting detailed information about the Executable, including its configurations, underlying rationale, and any additional notes. |
| Rules Engines |
#Batch | Enables this Executable to run as a batch job — scheduled or on-demand. |
#Trigger | Enables this Executable to run as a trigger. |
#Data List | Enables this Executable to run as a Data List. |
#Action Button | Enables this Executable to run as an Action Button. |
#Data Loader | Enables this Executable to run as a Data Loader — for reusable, transformable CSV imports. |
| Input / Output |
Resolved Input Object Name | Represents the resolved input object for this Executable. It uses the Source Object Name when provided; otherwise, it derives the object name from the Last Chained Data List(s). |
Source Object Name | Name of the Source Object. |
Target Object Name | Name of the Target Object. |
Target Matching Field | API name of the target field (case-sensitive) used to identify matching target records. If multiple matches are found for a source record and the Principal Selection Rule is defined, only the principal record is selected—otherwise, all matches are used. Actions then execute based on these results (e.g. Insert is skipped when matches exist, Update runs only for matched records, and Merge consolidates secondary matches into the principal record). |
Action | The action to be performed on the target records. |