Cisco Cisco E-Mail Manager Unity Integration Option Riferimenti tecnici

Pagina di 548
   
2-301
Cisco ICM/IP Contact Center Enterprise Edition Database Schema Handbook, Release 6.0(0)
  
Chapter 2      Table Details
Script Table
Script Table
Each row represents a version of a routing script or an administrative script. You can save multiple 
versions of each script. The binary representation of the script version is stored in the Script_Data table. 
General information that applies to all versions of a script is stored in the Master Script table.
Use the Script Editor to create and modify scripts.
Table 2-315 Script Table Constraints
Constraint
Field Name(s)
PK
ScriptID
AK-1
MasterScriptID
Version
FK
MasterScriptID
Table 2-316 Script Table
Field Name
Description
Data Type
Keys and 
Null Option
Author
User name of person who last modified the script 
version.
VNAME32
NULL
ChangeStamp
Incremented when the record is changed in the 
central database.
CHANGESTAMP
NOT NULL
DateTime
The date and time when the script version was 
saved.
DBDATETIME
NOT NULL
Deleted
Deleted Flag. Stored as a character:
Y = Yes
N = No
DBCHAR
NOT NULL
Description
Further information about the script.
DESCRIPTION
NULL
Length
Number of bytes of data in the binary 
representation of the script.
DBINT
NOT NULL
MasterScriptID
Foreign key from the Master Script table.
DBINT
AK-1, FK
NOT NULL
QuickEditBaseVersion
If this version was created by using Quick Edit, 
this field indicates the previous script version. The 
metering information from the base version can be 
carried over to the new version.
DBINT
NULL
ScriptID
Unique identifier for a specific version of a script. DBINT
PK
NOT NULL
Valid
Indicates whether the script was saved in an 
invalid state.
DBCHAR
NOT NULL
Version
The most recent version of the master script. ICM 
software uses only the most recent version.
DBINT
AK-1
NOT NULL