/AWS1/CL_CNKCOMPOUNDCONDITION¶
A compound condition that combines multiple boolean conditions using logical operators. In the Amazon Connect admin website, case rules are known as case field conditions. For more information about case field conditions, see Add case field conditions to a case template.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_conditions TYPE /AWS1/CL_CNKBOOLEANCONDITION=>TT_BOOLEANCONDITIONLIST TT_BOOLEANCONDITIONLIST¶
The list of conditions to combine using the logical operator.
Queryable Attributes¶
conditions¶
The list of conditions to combine using the logical operator.
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 |