Cisco Cisco Unified Contact Center Enterprise 9.0(1) Referências técnicas

Página de 548
   
2-307
Cisco ICM/IP Contact Center Enterprise Edition Database Schema Handbook, Release 6.0(0)
  
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:
 (via ScriptID)
Table 2-323 Script_Print_Control Table Constraints
Constraint
Field Name(s)
PK
ScriptPrintControlID
AK-1
ScriptID
FK
ScriptID
Table 2-324 Script_Print_Control Table
Field Name
Description
Data Type
Keys and 
Null Option
ChangeStamp
Incremented when the record is changed in the 
central database.
CHANGESTAMP
NOT NULL
PrintControlSettings
A string specifying the print settings for the script. varchar(255)
NULL
ScriptID
Foreign key from Script table.
DBINT
AK-1, FK
NOT NULL
ScriptPrintControlID
A unique identifier for the row.
DBINT
PK
NOT NULL