Cisco Cisco IP Contact Center Release 4.6.1 Technical References

Page of 548
   
2-112
Cisco ICM/IP Contact Center Enterprise Edition Database Schema Handbook, Release 6.0(0)
Chapter 2      Table Details
Cfg_Mngr_User_Settings Table
Cfg_Mngr_User_Settings Table
This table holds specific ICM Configuration Manager settings for each user of the Configuration 
Manager tool.
Related tables:
 (via UserSettingsID)
Table 2-86 Cfg_Mngr_User_Settings Table Constraints
Constraint
Field Name(s)
PK
UserSettingsID
AK-1
LoginName
Table 2-87 Cfg_Mngr_User_Settings Table
Field Name
Description
Data Type
Keys and 
Null Option
ChangeStamp
Incremented when the record is changed in the 
central database.
DBINT
NOT NULL
LastDesktopSnapShotID
Identifier for the last desktop snapshot that the 
user had opened before closing the Configuration 
Manager.
DBINT
NULL
LoginName
The unique login name of the user who owns these 
settings.
varchar(100)
AK-1
NOT NULL
SaveSnapShotOnExit
Indicates whether or not to save the current 
desktop snapshot settings when the ICM 
Configuration Manager is closed:
Y = Yes, save settings on exit (the default). 
N = No, do not save settings on exit. 
DBCHAR
NOT NULL
UserSettingsID
A unique identifier for the user settings.
DBINT
PK
NOT NULL