/AWS1/CL_CNKBOOLEANOPERANDS¶
Boolean operands for a condition. 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:¶
io_operandone TYPE REF TO /AWS1/CL_CNKOPERANDONE /AWS1/CL_CNKOPERANDONE¶
Represents the left hand operand in the condition.
io_operandtwo TYPE REF TO /AWS1/CL_CNKOPERANDTWO /AWS1/CL_CNKOPERANDTWO¶
Represents the right hand operand in the condition.
iv_result TYPE /AWS1/CNKBOOLEAN /AWS1/CNKBOOLEAN¶
The value of the outer rule if the condition evaluates to true.
Queryable Attributes¶
operandOne¶
Represents the left hand operand in the condition.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OPERANDONE() |
Getter for OPERANDONE |
operandTwo¶
Represents the right hand operand in the condition.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OPERANDTWO() |
Getter for OPERANDTWO |
result¶
The value of the outer rule if the condition evaluates to true.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESULT() |
Getter for RESULT, with configurable default |
ASK_RESULT() |
Getter for RESULT w/ exceptions if field has no value |
HAS_RESULT() |
Determine if RESULT has a value |