Cisco Cisco Unified Contact Center Enterprise 9.0(2) Technical References

Page of 548
   
2-188
Cisco ICM/IP Contact Center Enterprise Edition Database Schema Handbook, Release 6.0(0)
Chapter 2      Table Details
Ids Table
Ids Table
Indicates whether a specific object type supports row-level security. For those object types that do 
support row-level security, the Ids table contains one row for each object of that type.
Related tables:
 (via ObjectType)
 (via ObjectType + ObjectID)
 (via ObjectType+ ObjectID)
Table 2-187 Ids Table Constraints
Constraint
Field Name(s)
PK
ObjectID
ObjectType
FK
ObjectType
Table 2-188 Ids Table
Field Name
Description
Data Type
Keys and 
Null Option
ObjectID
Identifies a specific object for which row-level 
security is supported. If the object type does not 
support row-level security, this value is 0.
DBINT
PK
NOT NULL
ObjectType
Identifies the object type. 
DBINT
PK, FK
NOT NULL
ParentObjectID
Identifies the object’s parent. A value of 0 
indicates that the object has no parent.
DBINT
NOT NULL
ParentObjectType
Identifies the object type of the object’s parent. 
For example, a peripheral is a parent to its trunk 
groups. A value of 0 indicates that the object has 
no parent.
DBINT
NOT NULL