Cisco Cisco Unified Contact Center Enterprise 9.0(2) Technical References

Page of 548
C H A P T E R
   
2-1
Cisco ICM/IP Contact Center Enterprise Edition Database Schema Handbook, Release 6.0(0)
  
2
Table Details
This chapter provides detailed information about the fields in each table. The tables and field names are 
presented in alphabetical order. Another method of locating a specific field is by referring to the Index 
at the end of this manual. 
Admin_Script_Schedule_Map Table 
Each row describes the schedule associated with an administrative script.
Use the Administrative Manager facility of the Script Editor to add, update, and delete 
Admin_Script_Schedule_Map records.
Table 2-1
Admin_Script_Schedule_Map Table Constraints
Constraint
Field Name(s)
PK
MasterScriptID
SequenceNumber
FK
MasterScriptID
Table 2-2
Admin_Script_Schedule_Map Table
Field Name
Description
ICM Data Type
Keys and 
Null Option 
DayFlags
A bitmask specifying the days on which the script 
is executed: 
0x01 = Sunday
0x02 = Monday
0x04 = Tuesday
0x08 = Wednesday
0x10 = Thursday
0x20 = Friday
0x40 = Saturday
DBINT
NOT NULL
DayOfMonth
Indicates to which day of month the schedule 
applies:
0 = Applies to every day
1- 31 = Specifies the day of month
DBDBSMALLINT
NOT NULL