Technical References

Table 174: Indexes for Scheduled_Target_Real_Time Table
index_keysindex_descriptionindex_name
NetworkTargetIDclustered, unique, primary key
located on PRIMARY
XPKScheduled_Target_Real_Time
Fields in Scheduled_Target_Real_Time Table:
Keys and Null Option:Data Type:Description:Field Name:
NULLDBINT
The number of calls currently in progress at the scheduled target.
CallsInProgress
NOT NULLDBDATETIME
The date and time when the row was last updated.
DateTime
NULLDBINT
The maximum number of simultaneous calls the target can handle
for the current time period (based on its schedule).
MaxCallsInProgress
PK, FK NOT NULLDBINT
Identies the scheduled target.
NetworkTargetID
NULLDBINT
Number of calls currently queued at the CallRouter for this target.
RouterCallsQNow
Script Table
This table is part of the Script category (page 451). For database rules, click here. (page 509)
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.
Related tables
Route Call Data (page 278) (via
ScriptID)
Master Script (page 232) (via
MasterScriptID)
Call Type Real Time (page 101) (via
ScriptID)
Script Five Minute (page 320) (via
ScriptID)
Script Data (page 319) (via ScriptID)Script Cross Reference (page 318) (via
ScriptID)
Script Queue Real Time (page 321) (via
ScriptID)
Script Real Time (page 322) (via
ScriptID)
Script Print Control (page 321)(via
ScriptID)
Table 175: Indexes for Script Table
index_keysindex_descriptionindex_name
MasterScriptID, Versionnonclustered, unique, unique key
located on PRIMARY
XAK1Script
Database Schema Handbook Cisco ICM/IPCC Enterprise & Hosted Editions 7.2(2)
317
Chapter 2: All Tables
Script Table