McDewey

Multi-vendor documentation library · semantic search · MCP endpoint at /mcp

Page 377

↗ View in doc context
page
377
source
ucce/v15.0.1/db-schema-handbook/db-schema-handbook.md
chunk_id
ucce::v15.0.1::db-schema-handbook::db-schema-handbook::363

Precision_Queue_Step The Precision_Queue_Step table defines a set of ordered steps that apply to a Precision Queue. Each ordered step then contains a set of attributes terms that defines what attributes an agent must have to be a member of a Precision Queue step. Basically, it defines a formula that is a list of Attribute tests. Related Table Precision_Queue_Term, on page 360 (via PrecisionQueueStepID) Table 301: Fields in Precision_Queue_Step Keys and NULL Option Data Type Description Name NULL VARCHAR(255) Consider If expression which must be met in order to perform a particular step. ConsiderIf NULL DESCRIPTION Description NOT NULL DBCHAR Boolean which indicates whether the next step should be evaluated if the Consider If test fails. Default is Y. A value of N indicates that the node should exit following a False Consider If test. NextStep FK, NOT NULL DBINT Foreign key to Precision_Queue table. PrecisionQueueID PK, NOT NULL DBINT Integer that defines the unique row for a Precision Queue step. It is the primary key. PrecisionQueueStepID NOT NULL DBINT Integer that defines the order of rows for a Precision Queue step. StepOrder begins with 1. StepOrder NOT NULL DBINT An optional Wait time to apply before proceeding to the next step (in seconds). Default is 0. WaitTime Precision_Q_Step_Real_Time This table is in the Precision Queue category. The system software generates a Precision_Q_Step_Real_Time record for each Precision Queue. Related Tables • Precision_Queue, on page 346 • Precision_Queue_Step, on page 359 Database Schema Handbook for Cisco Unified Contact Center Enterprise, Release 15.0(1) 359 All Tables Precision_Queue_Step