LifecycleStages
Retrieve lifecycle stages.
Table Specific Information
Select
The component will use the Salesforce Marketing Cloud Account Engagement API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client side within the component.
- Id supports '=', '<', '<=', '>', '>='.
For example, the following queries are processed server side:
SELECT * FROM LifecycleStages WHERE Id = 18
Columns
Name | Type | References | Description |
Id [KEY] | Int64 | Pardot ID of this lifecycle stage. | |
Name | String | Lifecycle stage's name. | |
Position | Integer | Lifcycle stage's position in lifecycle. | |
IsLocked | Boolean | If true, lifecycle stage is locked. |