Cisco Cisco IP Contact Center Release 4.6.2 Technical References

Page of 404
 
2-197
Cisco ICM Software Database Schema Handbook
78-11677-04
Chapter 2      Table Details
Script_Print_Control Table
Script_Print_Control Table
Each row contains default print settings for a specific script version.
The Script Editor automatically maintains the Script_Print_Control table.
Related tables:
Script (via ScriptID)
Script_Queue_Real_Time Table
Local database only.
Contains data on how tasks are processed in a script queue.
Related tables:
Script (via ScriptID)
Table 2-159 Script_Print_Control Table
Field Name
Description
Data Type
Keys and Null 
Option
ScriptPrintControlID
A unique identifier for the row.
int
PK, NOT NULL
ScriptID
Foreign key from Script table.
int
AK1, FK, NOT 
NULL
PrintControlSettings
A string specifying the print settings for the script.
varchar(255)
NULL
ChangeStamp
Incremented when the record is changed in the central 
database.
int
NOT NULL
Table 2-160 Script_Queue_Real_Time Table
Field Name
Description
Data Type
Keys and Null 
Option
ScriptID
The ICM identifier of the application path with which this row 
is associated.
int
PK, NOT NULL
QueueNode
The local script node identifier.
int
PK, NOT NULL
DateTime
The data and time at which this data was last updated.
datetime
NOT NULL
TimeInQueue
The time in queue for the longest task.
datetime
NULL
TasksQueued
The number of tasks queued at this script node.
int
NULL