Skip to content

/AWS1/CL_CNKOPERANDTWO

Represents the right hand operand in the 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

Optional arguments:

iv_stringvalue TYPE /AWS1/CNKSTRING /AWS1/CNKSTRING

String value type.

iv_booleanvalue TYPE /AWS1/CNKBOOLEAN /AWS1/CNKBOOLEAN

Boolean value type.

iv_doublevalue TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING

Double value type.

io_emptyvalue TYPE REF TO /AWS1/CL_CNKEMPTYOPERANDVALUE /AWS1/CL_CNKEMPTYOPERANDVALUE

Empty value type.


Queryable Attributes

stringValue

String value type.

Accessible with the following methods

Method Description
GET_STRINGVALUE() Getter for STRINGVALUE, with configurable default
ASK_STRINGVALUE() Getter for STRINGVALUE w/ exceptions if field has no value
HAS_STRINGVALUE() Determine if STRINGVALUE has a value

booleanValue

Boolean value type.

Accessible with the following methods

Method Description
GET_BOOLEANVALUE() Getter for BOOLEANVALUE, with configurable default
ASK_BOOLEANVALUE() Getter for BOOLEANVALUE w/ exceptions if field has no value
HAS_BOOLEANVALUE() Determine if BOOLEANVALUE has a value

doubleValue

Double value type.

Accessible with the following methods

Method Description
GET_DOUBLEVALUE() Getter for DOUBLEVALUE, with configurable default
ASK_DOUBLEVALUE() Getter for DOUBLEVALUE w/ exceptions if field has no value
STR_DOUBLEVALUE() String format for DOUBLEVALUE, with configurable default
HAS_DOUBLEVALUE() Determine if DOUBLEVALUE has a value

emptyValue

Empty value type.

Accessible with the following methods

Method Description
GET_EMPTYVALUE() Getter for EMPTYVALUE