Cisco Cisco IPCC Web Option Riferimenti tecnici

Pagina di 404
 
2-117
Cisco ICM Software Database Schema Handbook
78-11677-04
Chapter 2      Table Details
Import_Rule Table
MondayEnabled
Flag that indicates if this import should be performed 
every Monday:
Y = Perform import every Monday.
N = Do not perform import every Monday.
char(1)
NOT NULL
TuesdayEnabled
Flag that indicates if this import should be performed 
every Tuesday:
Y = Perform import every Tuesday. 
N = Do not perform import every Tuesday.
char(1)
NOT NULL
WednesdayEnabled
Flag that indicates if this import should be performed 
every Wednesday:
Y = Perform import every Wednesday.
N = Do not perform import every Wednesday.
char(1)
NOT NULL
ThursdayEnabled
Flag that indicates if this import should be performed 
every Thursday: 
Y = Perform import every Thursday. 
N = Do not perform import every Thursday.
char(1)
NOT NULL
FridayEnabled
Flag that indicates if this import should be performed 
every Friday: 
Y = Perform import every Friday. 
N = Do not perform import every Friday.
char(1)
NOT NULL
SaturdayEnabled
Flag that indicates if this import should be performed 
every Saturday:
Y = Perform import every Saturday. 
N = Do not perform import every Saturday.
char(1)
NOT NULL
SundayEnabled
Flag that indicates if this import should be performed 
every Sunday:
Y = Perform import every Sunday. 
N = Do not perform import every Sunday.
char(1)
NOT NULL
ScheduleStartHours
The hour at which the import should start. Hours are in 
24-hour format and are based on ICM Central Controller 
time.
int
NOT NULL
ScheduleStartMinutes
The minute at which the import should start, based on 
ICM Central Controller time.
int
NOT NULL
MonthlyEnabled
If enabled, this import schedule will run based on the day 
of the month instead of the current week day:
Y = Import will occur one day per month. 
N = Import will occur on a daily/weekly basis.
char(1)
NOT NULL
DayOfMonth
The day of the month to run this import. Only used when 
MonthlyEnabled is set to Y.
int
NULL
Table 2-95 Import_Rule Table (continued)
Field Name
Description
Data Type
Keys and Null 
Option