Cisco Cisco IP Contact Center Release 4.6.1 Technical References

Page of 548
   
2-425
Cisco ICM/IP Contact Center Enterprise Edition Database Schema Handbook, Release 6.0(0)
  
Chapter 2      Table Details
User_Formula_Equation Table
User_Formula_Equation Table
Each row contains all or part of the expression associated with a custom formula.
Use the Script Editor to add, modify, and delete custom formulas.
Related tables:
 (via UserFormulaID)
Table 2-385 User_Formula_Equation Table Constraints
Constraint
Field Name(s)
PK
RowOrder
UserFormulaID
FK
UserFormulaID
Table 2-386 User_Formula_Equation Table
Field Name
Description
Data Type
Keys and 
Null Option
EquationString
The expression string.
varchar(255)
NULL
RowOrder
Specifies the order of strings for a formula. A 
formula may have one or more strings.
DBINT
PK
NOT NULL
UserFormulaID
Foreign key from the User_Formula table.
DBINT
PK, FK
NOT NULL