Cisco Cisco IPCC Web Option Riferimenti tecnici

Pagina di 404
 
2-119
Cisco ICM Software Database Schema Handbook
78-11677-04
Chapter 2      Table Details
Import_Rule_Clause Table
Import_Rule_Clause Table
Defines the portions of an import list to be imported by the Blended Agent Import Rule process.
Use the Blended Agent Configuration option within ICM Configuration Manager to modify 
Import_Rule_Clause records.
Related tables:
Import_Rule (via ImportRuleID)
Import_Rule_History Table
Central database only.
Contains the history of every Blended Agent import and shows how many records succeeded and failed.
Table 2-96 Import_Rule_Clause Table
Field Name
Description
Data Type
Keys and Null 
Option
ImportRuleID
The import rule to which this clause belongs.
int
PK, FK, NOT 
NULL
SequenceNumber
The index for clauses within a given import rule.
int
PK, NOT NULL
FieldName
The name of the column within the contact table into 
which the corresponding field within the import file will 
be inserted.
varchar(64)
NOT NULL
Type
The data type of the column.
int
NOT NULL
Length
The length of the column.
int
NOT NULL
DecimalPlaces
Indicates how many positions after the decimal point.
int
NOT NULL
NullEnabled
Valid options include:
Y = Column allows a NULL entry.
N = Column does not allow NULL values.
char(1)
NOT NULL
IndexColumnEnabled
Valid options include:
Y = Index will be created on this column. 
N = Index will not be created on this column.
char(1)
NOT NULL
StandardColumnType
The name of a Blended Agent standard column to which 
this field will default.
varchar(64)
NULL
Table 2-97 Import_Rule_History Table
Field Name
Description
Data Type
Keys and Null 
Option
ImportRuleID
The current active import.
int
PK, NOT NULL
DateTimeStart
The date and time when the import was started.
datetime
PK, NOT NULL