Cisco Cisco Unified Contact Center Enterprise 9.0(2) Références techniques

Page de 404
 
2-118
Cisco ICM Software Database Schema Handbook
78-11677-04
Chapter 2      Table Details
Import_Rule Table
Related tables:
Query_Rule (via ImportRuleID)
Import_Rule_Clause (via ImportRuleID)
Import_Rule_History (via ImportRuleID)
Import_Rule_Real_Time (via ImportRuleID)
Deleted
Deleted Flag. Stored as a character:
Y = Yes
N = No
char(1)
NOT NULL
RenameEnabled
Valid options include:
Y = The import file must be renamed after it is imported; 
otherwise, it will be deleted. 
N = The import file need not be renamed.
char(1)
NOT NULL
RenameMaxVersions
The number of import tile versions that are maintained. 
After an import file is imported, its name can be appended 
with a .001 through .nnn.
smallint
NOT NULL
FilePollingEnabled
Valid options include:
Y = Import files are imported as soon as they are created. 
After the import is complete, the import file is renamed or 
deleted. 
N = Import files are not imported as soon as they are 
created.
char(1)
NOT NULL
SPPreImportEnabled
Valid options include:
Y = A stored procedure is executed prior to reading the 
import file but after the customer table has been created. 
N = The stored procedure is not executed.
char(1)
NOT NULL
SPPostImportEnabled
Valid options include:
Y = A stored procedure is executed after the build process 
has been completed. 
N = A stored procedure is not executed.
char(1)
NOT NULL
ChangeStamp
Incremented when the record is changed in the central 
database. 
int
NOT NULL
Table 2-95 Import_Rule Table (continued)
Field Name
Description
Data Type
Keys and Null 
Option