/AWS1/CL_CNKCASERULEDETAILS¶
Represents what rule type should take place, under what conditions. 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:¶
io_required TYPE REF TO /AWS1/CL_CNKREQUIREDCASERULE /AWS1/CL_CNKREQUIREDCASERULE¶
Required rule type, used to indicate whether a field is required.
io_fieldoptions TYPE REF TO /AWS1/CL_CNKFIELDOPTSCASERULE /AWS1/CL_CNKFIELDOPTSCASERULE¶
Which options are available in a child field based on the selected value in a parent field.
io_hidden TYPE REF TO /AWS1/CL_CNKHIDDENCASERULE /AWS1/CL_CNKHIDDENCASERULE¶
Whether a field is visible, based on values in other fields.
Queryable Attributes¶
required¶
Required rule type, used to indicate whether a field is required.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REQUIRED() |
Getter for REQUIRED |
fieldOptions¶
Which options are available in a child field based on the selected value in a parent field.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FIELDOPTIONS() |
Getter for FIELDOPTIONS |
hidden¶
Whether a field is visible, based on values in other fields.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HIDDEN() |
Getter for HIDDEN |