/AWS1/CL_PPTCONDITION¶
Specifies the conditions to evaluate for an activity in a journey, and how to evaluate those conditions.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_conditions TYPE /AWS1/CL_PPTSIMPLECONDITION=>TT_LISTOFSIMPLECONDITION TT_LISTOFSIMPLECONDITION¶
The conditions to evaluate for the activity.
iv_operator TYPE /AWS1/PPTOPERATOR /AWS1/PPTOPERATOR¶
Specifies how to handle multiple conditions for the activity. For example, if you specify two conditions for an activity, whether both or only one of the conditions must be met for the activity to be performed.
Queryable Attributes¶
Conditions¶
The conditions to evaluate for the activity.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONDITIONS() |
Getter for CONDITIONS, with configurable default |
ASK_CONDITIONS() |
Getter for CONDITIONS w/ exceptions if field has no value |
HAS_CONDITIONS() |
Determine if CONDITIONS has a value |
Operator¶
Specifies how to handle multiple conditions for the activity. For example, if you specify two conditions for an activity, whether both or only one of the conditions must be met for the activity to be performed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OPERATOR() |
Getter for OPERATOR, with configurable default |
ASK_OPERATOR() |
Getter for OPERATOR w/ exceptions if field has no value |
HAS_OPERATOR() |
Determine if OPERATOR has a value |