/mcpStorage Description Field Name datetime year to second NOT NULL The time when the record is created or updated. Default value: Current year to second createDateTime boolean NOT NULL Whether this record is active. Possible values: • f = inactive • t = active active datetime year to second NULL If active = f, the time when this record became inactive. dateInactive lvarchar(512) Name of the IVR survey that is associated with the application for post-call survey. surveyname varchar(24) The ID of the SMS/Email dispatch that is associated with the application for post-call survey. dispatchid Related Topics ProfileIDMapping, on page 75 CrsGroup Database table name: CrsGroup table The CrsGroup table describes group information. A group is uniquely identified by the combination of groupClassName and groupID. When a group is created, a new record is inserted into this table. When a group is modified, the old record is marked as inactive, and a new record is inserted into the table with a new recordID. When a group is deleted, the corresponding record is marked as inactive. Table 37: CrsGroup Table Fields Storage Description Field Name int NOT NULL Primary Key A unique numeric ID for each record. Introduced for historical reporting purposes. recordID int NOT NULL Primary Key Indentifier of the profile Possible values: 1, 2, 3.... profileID Cisco Unified Contact Center Express Database Schema Guide, Release 12.5(1) SU1 54 Database Schema CrsGroup