McDewey

Multi-vendor documentation library · semantic search · MCP endpoint at /mcp

Page 616

↗ View in doc context
page
616
source
ucce/v15.0.1/db-schema-handbook/db-schema-handbook.md
chunk_id
ucce::v15.0.1::db-schema-handbook::db-schema-handbook::602

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 Table User_Formula_Equation, on page 598 (via UserFormulaID) Table 460: Indexes for User_Formula Table index_keys index_description index_name EnterpriseName clustered, unique, unique key located on PRIMARY XAK1User_Formula UserFormulaID nonclustered, unique, primary key located on PRIMARY XPKUser_Formula Table 461: Fields in User_Formula Table Keys and NULL Option Data Type Description Name NOT NULL CHANGESTAMP Incremented when the record is changed in the central database. ChangeStamp NULL DBDATETIME Records the date and time when a record is added/updated. DateTimeStamp NULL DESCRIPTION Additional information about the function. Description AK-1 NOT NULL VNAME32 An enterprise name for the function. Custom function names always begin with "user". EnterpriseName NOT NULL DBINT The number of bytes in the expression for the function. Length NOT NULL DBINT The number of parameters the function accepts. ParamCount PK NOT NULL DBINT A unique identifier for the function. UserFormulaID User_Formula_Equation This table is part of the Script category (see Script, on page 629). For database rules, see Script Tables, on page 701. 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. Database Schema Handbook for Cisco Unified Contact Center Enterprise, Release 15.0(1) 598 All Tables User_Formula_Equation