Cisco Cisco Administrative Workstation Technical References

Page of 548
   
2-424
Cisco ICM/IP Contact Center Enterprise Edition Database Schema Handbook, Release 6.0(0)
Chapter 2      Table Details
User_Formula Table
User_Formula Table
Each row describes a custom function. A custom function is a shorthand for an expression. It may, 
optionally, accept parameters. The expression associated with the function is stored in the 
User_Formula_Equation table.
Use the Script Editor to create, modify, and delete custom functions.
Related tables:
 (via UserFormulaID)
Table 2-383 User_Formula Table Constraints
Constraint
Field Name(s)
PK
UserFormulaID
AK-1
EnterpriseName
Table 2-384 User_Formula Table
Field Name
Description
Data Type
Keys and 
Null Option
ChangeStamp
Incremented when the record is changed in the 
central database.
CHANGESTAMP
NOT NULL
Description
Additional information about the function.
DESCRIPTION
NULL
EnterpriseName
An enterprise name for the function. Custom 
function names always begin with "user".
VNAME32
AK-1
NOT NULL
Length
The number of bytes in the expression for the 
function.
DBINT
NOT NULL
ParamCount
The number of parameters the function accepts.
DBINT
NOT NULL
UserFormulaID
A unique identifier for the function.
DBINT
PK
NOT NULL