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

Page of 404
 
2-63
Cisco ICM Software Database Schema Handbook
78-11677-04
Chapter 2      Table Details
Cfg_Mngr_User_Menu Table
Related tables:
Cfg Mngr App Snapshot State (via DesktopSnapShotID)
Cfg_Mngr_User_Menu Table
This table holds information that describes the default and custom menus in use for each user of the ICM 
Configuration Manager.
SaveApplication
Positions
Indicates whether or not the application should start in the 
screen position it was in when it was last run by the user:
Y = Yes, start application is same position.
N = (Default) No, start it in application’s default position. 
char(1)
NOT NULL
SaveFilterData
Deternimes whether or not filter settings should be saved 
for all tools:
Y = (Default) Yes, save filter settings.
N = No, do not save filter settings. 
char(1)
NOT NULL
AllowMultipleApp
Instances
Determines whether multiple executing instances of a tool 
should be allowed:
Y = (Default) Yes, allow multiple instances to run at once.
N = No, do not allow multiple instances. 
char(1)
NOT NULL
OpenAppsOnLoad
Determines whether tools should be reopened when a 
snapshot is loaded:
Y = Yes, reopen tool when snapshot is loaded.
N = (Default) No, do not reopen tool.
char(1)
NOT NULL
AutoRetrieve
Indicates whether or not the tools should automatically 
retrieve data when they start:
Y = Yes, automatically retrieve data at startup.
N = (Default) No, do not automatically retrieve data.
char(1)
NOT NULL
ChangeStamp
Incremented when the record is changed in the central 
database.
int
NOT NULL
Table 2-40 Cfg_Mngr_User_Desktop_Snap Table (continued)
Field Name
Description
Data Type
Keys and Null 
Option
Table 2-41 Cfg_Mngr_User_Menu Table
Field Name
Description
Data Type
Keys and Null 
Option
MenuID
A unique identifier for the menu. 
int
PK, NOT NULL
MenuName
A name for the menu.
varchar(32)
FK, NOT NULL
DesktopSnapShotID
Identifies the last desktop snapshot.
int
NULL
ChangeStamp
Incremented when the record is changed in the central 
database.
int
NOT NULL