/AWS1/CL_CNTROUTINGCRITINPSTEP¶
Step defines the list of agents to be routed or route based on the agent requirements such as ProficiencyLevel, Name, or Value.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_expiry TYPE REF TO /AWS1/CL_CNTROUTINGCRITINPST00 /AWS1/CL_CNTROUTINGCRITINPST00¶
An object to specify the expiration of a routing step.
io_expression TYPE REF TO /AWS1/CL_CNTEXPRESSION /AWS1/CL_CNTEXPRESSION¶
A tagged union to specify expression for a routing step.
Queryable Attributes¶
Expiry¶
An object to specify the expiration of a routing step.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXPIRY() |
Getter for EXPIRY |
Expression¶
A tagged union to specify expression for a routing step.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXPRESSION() |
Getter for EXPRESSION |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_ROUTINGCRITERIAINPUTSTEPS¶
TYPES TT_ROUTINGCRITERIAINPUTSTEPS TYPE STANDARD TABLE OF REF TO /AWS1/CL_CNTROUTINGCRITINPSTEP WITH DEFAULT KEY
.