This page was last edited on June 27, 2017, at 20:20.
Comments or questions about this documentation? Contact us for support!
Action coding enables agents to report the business results of customer interactions, as well as to explain the reasons for certain operations.
After you select an appropriate code from a menu of predefined Action Codes, the code is passed along with its related request. The code then returns with the event, which indicates that the request has been successfully processed. Eventually, the code is stored in the reporting database.
You can supplement each Action Code with a number of Subcodes that more precisely characterize the reasons for a certain action.
Filter Name | Type | Description |
---|---|---|
tenant_dbid | int | A unique identifier of a tenant. If specified, Configuration Server will return information only about the action codes that belong to this tenant. |
code_type | int | Type of the action code (see CfgActionCodeType). If specified, Configuration Server will return information only about the action codes of this type. |
state | int | Current state of an action code (see CfgObjectState). If specified, Configuration Server will return information only about action codes that are currently in this state. |
dbid | int | A unique identifier of an action code. If specified, Configuration Server will return information only about this action code. |
name | string | Name of an action code. Shall be specified as a character string. If specified, Configuration Server will return information only about the action code(s) with that name. |
<CfgActionCode>
<DBID value="101" />
<tenantDBID value="1" />
<name value="Action" />
<type value="9" />
<state value="1" />
<userProperties>
<list_pair key="Property">
<str_pair key="key" value="value" />
</list_pair>
</userProperties>
</CfgActionCode>