| Server IP : 138.197.176.125 / Your IP : 216.73.216.41 Web Server : Apache/2.4.41 (Ubuntu) System : Linux SuiteCRM-8 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.3.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/Nidhi/65/ |
Upload File : |
-- MySQL dump 10.13 Distrib 8.0.42, for Linux (x86_64)
--
-- Host: localhost Database: vtigergoogleoffice65suite
-- ------------------------------------------------------
-- Server version 8.0.42-0ubuntu0.20.04.1
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!50503 SET NAMES utf8mb4 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Table structure for table `com_vtiger_workflow_activatedonce`
--
DROP TABLE IF EXISTS `com_vtiger_workflow_activatedonce`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `com_vtiger_workflow_activatedonce` (
`workflow_id` int NOT NULL,
`entity_id` int NOT NULL,
PRIMARY KEY (`workflow_id`,`entity_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `com_vtiger_workflow_activatedonce`
--
LOCK TABLES `com_vtiger_workflow_activatedonce` WRITE;
/*!40000 ALTER TABLE `com_vtiger_workflow_activatedonce` DISABLE KEYS */;
/*!40000 ALTER TABLE `com_vtiger_workflow_activatedonce` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `com_vtiger_workflow_tasktypes`
--
DROP TABLE IF EXISTS `com_vtiger_workflow_tasktypes`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `com_vtiger_workflow_tasktypes` (
`id` int NOT NULL,
`tasktypename` varchar(255) NOT NULL,
`label` varchar(255) DEFAULT NULL,
`classname` varchar(255) DEFAULT NULL,
`classpath` varchar(255) DEFAULT NULL,
`templatepath` varchar(255) DEFAULT NULL,
`modules` varchar(500) DEFAULT NULL,
`sourcemodule` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `com_vtiger_workflow_tasktypes`
--
LOCK TABLES `com_vtiger_workflow_tasktypes` WRITE;
/*!40000 ALTER TABLE `com_vtiger_workflow_tasktypes` DISABLE KEYS */;
INSERT INTO `com_vtiger_workflow_tasktypes` VALUES (1,'VTEmailTask','Send Mail','VTEmailTask','modules/com_vtiger_workflow/tasks/VTEmailTask.inc','com_vtiger_workflow/taskforms/VTEmailTask.tpl','{\"include\":[],\"exclude\":[]}',''),(2,'VTEntityMethodTask','Invoke Custom Function','VTEntityMethodTask','modules/com_vtiger_workflow/tasks/VTEntityMethodTask.inc','com_vtiger_workflow/taskforms/VTEntityMethodTask.tpl','{\"include\":[],\"exclude\":[]}',''),(3,'VTCreateTodoTask','Create Todo','VTCreateTodoTask','modules/com_vtiger_workflow/tasks/VTCreateTodoTask.inc','com_vtiger_workflow/taskforms/VTCreateTodoTask.tpl','{\"include\":[\"Leads\",\"Accounts\",\"Potentials\",\"Contacts\",\"HelpDesk\",\"Campaigns\",\"Quotes\",\"PurchaseOrder\",\"SalesOrder\",\"Invoice\"],\"exclude\":[\"Calendar\",\"FAQ\",\"Events\"]}',''),(4,'VTCreateEventTask','Create Event','VTCreateEventTask','modules/com_vtiger_workflow/tasks/VTCreateEventTask.inc','com_vtiger_workflow/taskforms/VTCreateEventTask.tpl','{\"include\":[\"Leads\",\"Accounts\",\"Potentials\",\"Contacts\",\"HelpDesk\",\"Campaigns\"],\"exclude\":[\"Calendar\",\"FAQ\",\"Events\"]}',''),(5,'VTUpdateFieldsTask','Update Fields','VTUpdateFieldsTask','modules/com_vtiger_workflow/tasks/VTUpdateFieldsTask.inc','com_vtiger_workflow/taskforms/VTUpdateFieldsTask.tpl','{\"include\":[],\"exclude\":[]}',''),(6,'VTCreateEntityTask','Create Entity','VTCreateEntityTask','modules/com_vtiger_workflow/tasks/VTCreateEntityTask.inc','com_vtiger_workflow/taskforms/VTCreateEntityTask.tpl','{\"include\":[],\"exclude\":[]}',''),(7,'VTSMSTask','SMS Task','VTSMSTask','modules/com_vtiger_workflow/tasks/VTSMSTask.inc','com_vtiger_workflow/taskforms/VTSMSTask.tpl','{\"include\":[],\"exclude\":[]}','SMSNotifier');
/*!40000 ALTER TABLE `com_vtiger_workflow_tasktypes` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `com_vtiger_workflow_tasktypes_seq`
--
DROP TABLE IF EXISTS `com_vtiger_workflow_tasktypes_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `com_vtiger_workflow_tasktypes_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `com_vtiger_workflow_tasktypes_seq`
--
LOCK TABLES `com_vtiger_workflow_tasktypes_seq` WRITE;
/*!40000 ALTER TABLE `com_vtiger_workflow_tasktypes_seq` DISABLE KEYS */;
INSERT INTO `com_vtiger_workflow_tasktypes_seq` VALUES (7);
/*!40000 ALTER TABLE `com_vtiger_workflow_tasktypes_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `com_vtiger_workflows`
--
DROP TABLE IF EXISTS `com_vtiger_workflows`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `com_vtiger_workflows` (
`workflow_id` int NOT NULL AUTO_INCREMENT,
`module_name` varchar(100) DEFAULT NULL,
`summary` varchar(400) NOT NULL,
`test` text,
`execution_condition` int NOT NULL,
`defaultworkflow` int DEFAULT NULL,
`type` varchar(255) DEFAULT NULL,
`filtersavedinnew` int DEFAULT NULL,
`schtypeid` int DEFAULT NULL,
`schdayofmonth` varchar(100) DEFAULT NULL,
`schdayofweek` varchar(100) DEFAULT NULL,
`schannualdates` varchar(100) DEFAULT NULL,
`schtime` varchar(50) DEFAULT NULL,
`nexttrigger_time` datetime DEFAULT NULL,
PRIMARY KEY (`workflow_id`),
UNIQUE KEY `com_vtiger_workflows_idx` (`workflow_id`)
) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `com_vtiger_workflows`
--
LOCK TABLES `com_vtiger_workflows` WRITE;
/*!40000 ALTER TABLE `com_vtiger_workflows` DISABLE KEYS */;
INSERT INTO `com_vtiger_workflows` VALUES (1,'Invoice','UpdateInventoryProducts On Every Save','[{\"fieldname\":\"subject\",\"operation\":\"does not contain\",\"value\":\"`!`\"}]',3,1,'basic',5,NULL,NULL,NULL,NULL,NULL,NULL),(2,'Accounts','Send Email to user when Notifyowner is True','[{\"fieldname\":\"notify_owner\",\"operation\":\"is\",\"value\":\"true:boolean\"}]',2,1,'basic',5,NULL,NULL,NULL,NULL,NULL,NULL),(3,'Contacts','Send Email to user when Notifyowner is True','[{\"fieldname\":\"notify_owner\",\"operation\":\"is\",\"value\":\"true:boolean\"}]',2,1,'basic',5,NULL,NULL,NULL,NULL,NULL,NULL),(4,'Contacts','Send Email to user when Portal User is True','[{\"fieldname\":\"portal\",\"operation\":\"is\",\"value\":\"true:boolean\"}]',2,1,'basic',5,NULL,NULL,NULL,NULL,NULL,NULL),(5,'Potentials','Send Email to users on Potential creation',NULL,1,1,'basic',5,NULL,NULL,NULL,NULL,NULL,NULL),(6,'Contacts','Workflow for Contact Creation or Modification','',3,1,'basic',5,NULL,NULL,NULL,NULL,NULL,NULL),(7,'HelpDesk','Ticket Creation From Portal : Send Email to Record Owner and Contact','[{\"fieldname\":\"from_portal\",\"operation\":\"is\",\"value\":1,\"valuetype\":\"rawtext\",\"joincondition\":\"and\",\"groupjoin\":\"and\",\"groupid\":0},{\"fieldname\":\"from_portal\",\"operation\":\"is\",\"value\":\"1\",\"valuetype\":\"rawtext\",\"joincondition\":\"\",\"groupjoin\":\"and\",\"groupid\":\"0\"}]',1,1,'basic',6,NULL,NULL,NULL,NULL,NULL,NULL),(9,'HelpDesk','Send Email to Contact on Ticket Update','[{\"fieldname\":\"(contact_id : (Contacts) emailoptout)\",\"operation\":\"is\",\"value\":\"0\",\"valuetype\":\"rawtext\",\"joincondition\":\"and\",\"groupjoin\":\"and\",\"groupid\":\"0\"},{\"fieldname\":\"from_portal\",\"operation\":\"is\",\"value\":0,\"valuetype\":\"rawtext\",\"joincondition\":\"and\",\"groupjoin\":\"and\",\"groupid\":0},{\"fieldname\":\"ticketstatus\",\"operation\":\"has changed to\",\"value\":\"Closed\",\"valuetype\":\"rawtext\",\"joincondition\":\"or\",\"groupjoin\":\"and\",\"groupid\":\"1\"},{\"fieldname\":\"solution\",\"operation\":\"has changed\",\"value\":\"\",\"valuetype\":\"\",\"joincondition\":\"or\",\"groupjoin\":\"and\",\"groupid\":\"1\"},{\"fieldname\":\"description\",\"operation\":\"has changed\",\"value\":\"\",\"valuetype\":\"\",\"joincondition\":\"or\",\"groupjoin\":\"and\",\"groupid\":\"1\"}]',3,1,'basic',6,NULL,NULL,NULL,NULL,NULL,NULL),(10,'Events','Workflow for Events when Send Notification is True','[{\"fieldname\":\"sendnotification\",\"operation\":\"is\",\"value\":\"true:boolean\"}]',3,1,'basic',5,NULL,NULL,NULL,NULL,NULL,NULL),(11,'Calendar','Workflow for Calendar Todos when Send Notification is True','[{\"fieldname\":\"sendnotification\",\"operation\":\"is\",\"value\":\"true:boolean\"}]',3,1,'basic',5,NULL,NULL,NULL,NULL,NULL,NULL),(12,'Potentials','Calculate or Update forecast amount','',3,1,'basic',5,NULL,NULL,NULL,NULL,NULL,NULL),(13,'Events','Workflow for Events when Send Notification is True','[{\"fieldname\":\"sendnotification\",\"operation\":\"is\",\"value\":\"true:boolean\"}]',3,1,'basic',5,NULL,NULL,NULL,NULL,NULL,NULL),(14,'Calendar','Workflow for Calendar Todos when Send Notification is True','[{\"fieldname\":\"sendnotification\",\"operation\":\"is\",\"value\":\"true:boolean\"}]',3,1,'basic',5,NULL,NULL,NULL,NULL,NULL,NULL),(15,'HelpDesk','Comment Added From CRM : Send Email to Organization','[{\"fieldname\":\"_VT_add_comment\",\"operation\":\"is added\",\"value\":\"\",\"valuetype\":\"rawtext\",\"joincondition\":\"\",\"groupjoin\":\"and\",\"groupid\":\"0\"},{\"fieldname\":\"from_portal\",\"operation\":\"is\",\"value\":\"0\",\"valuetype\":\"rawtext\",\"joincondition\":\"\",\"groupjoin\":\"and\",\"groupid\":\"0\"},{\"fieldname\":\"(parent_id : (Accounts) emailoptout)\",\"operation\":\"is\",\"value\":\"0\",\"valuetype\":\"rawtext\",\"joincondition\":\"and\",\"groupjoin\":\"and\",\"groupid\":\"0\"}]',3,1,'basic',6,NULL,NULL,NULL,NULL,NULL,NULL),(16,'PurchaseOrder','Update Inventory Products On Every Save',NULL,3,1,'basic',5,NULL,NULL,NULL,NULL,NULL,NULL),(17,'HelpDesk','Comment Added From Portal : Send Email to Record Owner','[{\"fieldname\":\"_VT_add_comment\",\"operation\":\"is added\",\"value\":\"\",\"valuetype\":\"rawtext\",\"joincondition\":\"\",\"groupjoin\":\"and\",\"groupid\":\"0\"},{\"fieldname\":\"from_portal\",\"operation\":\"is\",\"value\":\"1\",\"valuetype\":\"rawtext\",\"joincondition\":\"\",\"groupjoin\":\"and\",\"groupid\":\"0\"}]',3,1,'basic',6,NULL,NULL,NULL,NULL,NULL,NULL),(18,'HelpDesk','Comment Added From CRM : Send Email to Contact, where Contact is not a Portal User','[{\"fieldname\":\"(contact_id : (Contacts) portal)\",\"operation\":\"is\",\"value\":\"0\",\"valuetype\":\"rawtext\",\"joincondition\":\"and\",\"groupjoin\":\"and\",\"groupid\":\"0\"},{\"fieldname\":\"_VT_add_comment\",\"operation\":\"is added\",\"value\":\"\",\"valuetype\":\"rawtext\",\"joincondition\":\"\",\"groupjoin\":\"and\",\"groupid\":\"0\"},{\"fieldname\":\"from_portal\",\"operation\":\"is\",\"value\":\"0\",\"valuetype\":\"rawtext\",\"joincondition\":\"\",\"groupjoin\":\"and\",\"groupid\":\"0\"},{\"fieldname\":\"(contact_id : (Contacts) emailoptout)\",\"operation\":\"is\",\"value\":\"0\",\"valuetype\":\"rawtext\",\"joincondition\":\"and\",\"groupjoin\":\"and\",\"groupid\":\"0\"}]',3,1,'basic',6,NULL,NULL,NULL,NULL,NULL,NULL),(19,'HelpDesk','Comment Added From CRM : Send Email to Contact, where Contact is Portal User','[{\"fieldname\":\"(contact_id : (Contacts) portal)\",\"operation\":\"is\",\"value\":\"1\",\"valuetype\":\"rawtext\",\"joincondition\":\"and\",\"groupjoin\":\"and\",\"groupid\":\"0\"},{\"fieldname\":\"_VT_add_comment\",\"operation\":\"is added\",\"value\":\"\",\"valuetype\":\"rawtext\",\"joincondition\":\"\",\"groupjoin\":\"and\",\"groupid\":\"0\"},{\"fieldname\":\"from_portal\",\"operation\":\"is\",\"value\":\"0\",\"valuetype\":\"rawtext\",\"joincondition\":\"\",\"groupjoin\":\"and\",\"groupid\":\"0\"},{\"fieldname\":\"(contact_id : (Contacts) emailoptout)\",\"operation\":\"is\",\"value\":\"0\",\"valuetype\":\"rawtext\",\"joincondition\":\"and\",\"groupjoin\":\"and\",\"groupid\":\"0\"}]',3,1,'basic',6,NULL,NULL,NULL,NULL,NULL,NULL),(20,'HelpDesk','Send Email to Record Owner on Ticket Update','[{\"fieldname\":\"from_portal\",\"operation\":\"is\",\"value\":0,\"valuetype\":\"rawtext\",\"joincondition\":\"and\",\"groupjoin\":\"and\",\"groupid\":0},{\"fieldname\":\"ticketstatus\",\"operation\":\"has changed to\",\"value\":\"Closed\",\"valuetype\":\"rawtext\",\"joincondition\":\"or\",\"groupjoin\":\"and\",\"groupid\":\"1\"},{\"fieldname\":\"solution\",\"operation\":\"has changed\",\"value\":\"\",\"valuetype\":\"\",\"joincondition\":\"or\",\"groupjoin\":\"and\",\"groupid\":\"1\"},{\"fieldname\":\"assigned_user_id\",\"operation\":\"has changed\",\"value\":\"\",\"valuetype\":\"\",\"joincondition\":\"or\",\"groupjoin\":\"and\",\"groupid\":\"1\"},{\"fieldname\":\"description\",\"operation\":\"has changed\",\"value\":\"\",\"valuetype\":\"\",\"joincondition\":\"or\",\"groupjoin\":\"and\",\"groupid\":\"1\"}]',3,1,'basic',6,NULL,NULL,NULL,NULL,NULL,NULL),(21,'HelpDesk','Ticket Creation From CRM : Send Email to Record Owner','[{\"fieldname\":\"from_portal\",\"operation\":\"is\",\"value\":\"0\",\"valuetype\":\"rawtext\",\"joincondition\":\"\",\"groupjoin\":\"and\",\"groupid\":\"0\"}]',1,1,'basic',6,NULL,NULL,NULL,NULL,NULL,NULL),(22,'HelpDesk','Send Email to Organization on Ticket Update','[{\"fieldname\":\"(parent_id : (Accounts) emailoptout)\",\"operation\":\"is\",\"value\":\"0\",\"valuetype\":\"rawtext\",\"joincondition\":\"and\",\"groupjoin\":\"and\",\"groupid\":\"0\"},{\"fieldname\":\"from_portal\",\"operation\":\"is\",\"value\":0,\"valuetype\":\"rawtext\",\"joincondition\":\"and\",\"groupjoin\":\"and\",\"groupid\":0},{\"fieldname\":\"ticketstatus\",\"operation\":\"has changed to\",\"value\":\"Closed\",\"valuetype\":\"rawtext\",\"joincondition\":\"or\",\"groupjoin\":\"and\",\"groupid\":\"1\"},{\"fieldname\":\"solution\",\"operation\":\"has changed\",\"value\":\"\",\"valuetype\":\"\",\"joincondition\":\"or\",\"groupjoin\":\"and\",\"groupid\":\"1\"},{\"fieldname\":\"description\",\"operation\":\"has changed\",\"value\":\"\",\"valuetype\":\"\",\"joincondition\":\"or\",\"groupjoin\":\"and\",\"groupid\":\"1\"}]',3,1,'basic',6,NULL,NULL,NULL,NULL,NULL,NULL),(23,'HelpDesk','Ticket Creation From CRM : Send Email to Organization','[{\"fieldname\":\"(parent_id : (Accounts) emailoptout)\",\"operation\":\"is\",\"value\":\"0\",\"valuetype\":\"rawtext\",\"joincondition\":\"and\",\"groupjoin\":\"and\",\"groupid\":\"0\"},{\"fieldname\":\"from_portal\",\"operation\":\"is\",\"value\":\"0\",\"valuetype\":\"rawtext\",\"joincondition\":\"\",\"groupjoin\":\"and\",\"groupid\":\"0\"}]',1,1,'basic',6,NULL,NULL,NULL,NULL,NULL,NULL),(24,'HelpDesk','Ticket Creation From CRM : Send Email to Contact','[{\"fieldname\":\"(contact_id : (Contacts) emailoptout)\",\"operation\":\"is\",\"value\":\"0\",\"valuetype\":\"rawtext\",\"joincondition\":\"and\",\"groupjoin\":\"and\",\"groupid\":\"0\"},{\"fieldname\":\"from_portal\",\"operation\":\"is\",\"value\":\"0\",\"valuetype\":\"rawtext\",\"joincondition\":\"\",\"groupjoin\":\"and\",\"groupid\":\"0\"}]',1,1,'basic',6,NULL,NULL,NULL,NULL,NULL,NULL);
/*!40000 ALTER TABLE `com_vtiger_workflows` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `com_vtiger_workflows_seq`
--
DROP TABLE IF EXISTS `com_vtiger_workflows_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `com_vtiger_workflows_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `com_vtiger_workflows_seq`
--
LOCK TABLES `com_vtiger_workflows_seq` WRITE;
/*!40000 ALTER TABLE `com_vtiger_workflows_seq` DISABLE KEYS */;
INSERT INTO `com_vtiger_workflows_seq` VALUES (24);
/*!40000 ALTER TABLE `com_vtiger_workflows_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `com_vtiger_workflowtask_queue`
--
DROP TABLE IF EXISTS `com_vtiger_workflowtask_queue`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `com_vtiger_workflowtask_queue` (
`task_id` int DEFAULT NULL,
`entity_id` varchar(100) DEFAULT NULL,
`do_after` int DEFAULT NULL,
`task_contents` text
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `com_vtiger_workflowtask_queue`
--
LOCK TABLES `com_vtiger_workflowtask_queue` WRITE;
/*!40000 ALTER TABLE `com_vtiger_workflowtask_queue` DISABLE KEYS */;
INSERT INTO `com_vtiger_workflowtask_queue` VALUES (6,'12x95',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON1<\\/b><br>LastName:<b>chandarajna<\\/b><br>FirstName:<b>Pojaaaaaaaaa<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x95',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON1<\\/b><br>LastName:<b>chandarajna update<\\/b><br>FirstName:<b>Pojaaaupdatee<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x97',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON2<\\/b><br>LastName:<b>testinggggggggg<\\/b><br>FirstName:<b>testtt12<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x97',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON2<\\/b><br>LastName:<b>testinggggggggg UPDATEE<\\/b><br>FirstName:<b>testtt12 uPDATEEE<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x97',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON2<\\/b><br>LastName:<b>testinggggT55<\\/b><br>FirstName:<b>testtt1 T5555555<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x104',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON3<\\/b><br>LastName:<b>E1<\\/b><br>FirstName:<b>E1<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x105',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON4<\\/b><br>LastName:<b>AUTOOOOOOOOOO<\\/b><br>FirstName:<b>AUTOOOOOOOOOO<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x105',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON4<\\/b><br>LastName:<b>AUTOO uPATEEE<\\/b><br>FirstName:<b>AUTOO uPATEEE<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x107',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON5<\\/b><br>LastName:<b>Googleee1111111111<\\/b><br>FirstName:<b>Googleee1111111111<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x107',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON5<\\/b><br>LastName:<b>Googleee1updateeeeeee<\\/b><br>FirstName:<b>Googleee1updateeeeeee<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x109',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON6<\\/b><br>LastName:<b>d11111111<\\/b><br>FirstName:<b>d111111111<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x111',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON7<\\/b><br>LastName:<b>1ttttttttttt<\\/b><br>FirstName:<b>t111111111<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x113',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON8<\\/b><br>LastName:<b>KIA-- 222222<\\/b><br>FirstName:<b>KIA-- 111<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x115',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON9<\\/b><br>LastName:<b>999999<\\/b><br>FirstName:<b>8888<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x117',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON10<\\/b><br>LastName:<b>OOOOOOOOOO<\\/b><br>FirstName:<b>OOOO<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x119',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON11<\\/b><br>LastName:<b>7777777<\\/b><br>FirstName:<b>7777777<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x121',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON12<\\/b><br>LastName:<b>gggggggggggg<\\/b><br>FirstName:<b>gggggggg<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x123',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON13<\\/b><br>LastName:<b>v2222222222<\\/b><br>FirstName:<b>v1111111<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x123',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON13<\\/b><br>LastName:<b>v22ioioioioioioioio<\\/b><br>FirstName:<b>v1 ii<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x125',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON14<\\/b><br>LastName:<b>mmmmmmmmmmm<\\/b><br>FirstName:<b>mmmmmmm<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x127',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON15<\\/b><br>LastName:<b>BIRTHDAT12<\\/b><br>FirstName:<b>BIRTHDAT12<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x129',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON16<\\/b><br>LastName:<b>1B<\\/b><br>FirstName:<b>1A<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x129',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON16<\\/b><br>LastName:<b>1BVVVVVVVV<\\/b><br>FirstName:<b>1A VVVVVVV<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x130',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON17<\\/b><br>LastName:<b>t1<\\/b><br>FirstName:<b>t1<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x132',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON18<\\/b><br>LastName:<b>t2<\\/b><br>FirstName:<b>t2<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x134',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON19<\\/b><br>LastName:<b>c444444<\\/b><br>FirstName:<b>c1222222222222<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x136',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON20<\\/b><br>LastName:<b>p8<\\/b><br>FirstName:<b>p9<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x138',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON21<\\/b><br>LastName:<b>28<\\/b><br>FirstName:<b>28<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x140',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON22<\\/b><br>LastName:<b>18<\\/b><br>FirstName:<b>18<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x142',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON23<\\/b><br>LastName:<b>6<\\/b><br>FirstName:<b>6<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x144',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON24<\\/b><br>LastName:<b>25<\\/b><br>FirstName:<b>25<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x146',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON25<\\/b><br>LastName:<b>13<\\/b><br>FirstName:<b>13<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x148',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON26<\\/b><br>LastName:<b>14<\\/b><br>FirstName:<b>14<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x150',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON27<\\/b><br>LastName:<b>11<\\/b><br>FirstName:<b>11<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x152',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON28<\\/b><br>LastName:<b>26<\\/b><br>FirstName:<b>26<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x154',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON29<\\/b><br>LastName:<b>16<\\/b><br>FirstName:<b>16<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x156',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON30<\\/b><br>LastName:<b>24<\\/b><br>FirstName:<b>24<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x158',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON31<\\/b><br>LastName:<b>16<\\/b><br>FirstName:<b>16<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x160',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON32<\\/b><br>LastName:<b>30<\\/b><br>FirstName:<b>30<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x162',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON33<\\/b><br>LastName:<b>19<\\/b><br>FirstName:<b>19<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x164',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON34<\\/b><br>LastName:<b>17<\\/b><br>FirstName:<b>17<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x166',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON35<\\/b><br>LastName:<b>1<\\/b><br>FirstName:<b>1<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x168',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON36<\\/b><br>LastName:<b>2<\\/b><br>FirstName:<b>2<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x170',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON37<\\/b><br>LastName:<b>29<\\/b><br>FirstName:<b>29<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x172',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON38<\\/b><br>LastName:<b>22<\\/b><br>FirstName:<b>22<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x174',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON39<\\/b><br>LastName:<b>5<\\/b><br>FirstName:<b>5<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x176',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON40<\\/b><br>LastName:<b>12<\\/b><br>FirstName:<b>12<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x178',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON41<\\/b><br>LastName:<b>9<\\/b><br>FirstName:<b>9<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x180',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON42<\\/b><br>LastName:<b>10<\\/b><br>FirstName:<b>10<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x182',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON43<\\/b><br>LastName:<b>27<\\/b><br>FirstName:<b>27<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x184',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON44<\\/b><br>LastName:<b>7<\\/b><br>FirstName:<b>7<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x186',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON45<\\/b><br>LastName:<b>15<\\/b><br>FirstName:<b>15<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x188',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON46<\\/b><br>LastName:<b>4<\\/b><br>FirstName:<b>4<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x190',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON47<\\/b><br>LastName:<b>3<\\/b><br>FirstName:<b>3<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x192',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON48<\\/b><br>LastName:<b>21<\\/b><br>FirstName:<b>21<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x194',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON49<\\/b><br>LastName:<b>23<\\/b><br>FirstName:<b>23<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x196',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON50<\\/b><br>LastName:<b>20<\\/b><br>FirstName:<b>20<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x198',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON51<\\/b><br>LastName:<b>a6a<\\/b><br>FirstName:<b>a6a<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x200',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON52<\\/b><br>LastName:<b>a15<\\/b><br>FirstName:<b>a15<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x202',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON53<\\/b><br>LastName:<b>a1a4<\\/b><br>FirstName:<b>a1a4<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x204',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON54<\\/b><br>LastName:<b>a27<\\/b><br>FirstName:<b>a27<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x206',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON55<\\/b><br>LastName:<b>a29<\\/b><br>FirstName:<b>a29<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x208',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON56<\\/b><br>LastName:<b>a11<\\/b><br>FirstName:<b>a11<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x210',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON57<\\/b><br>LastName:<b>a18<\\/b><br>FirstName:<b>a18<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x212',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON58<\\/b><br>LastName:<b>a4<\\/b><br>FirstName:<b>a4<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x214',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON59<\\/b><br>LastName:<b>a12<\\/b><br>FirstName:<b>a12<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x216',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON60<\\/b><br>LastName:<b>a19<\\/b><br>FirstName:<b>a19<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x218',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON61<\\/b><br>LastName:<b>a17<\\/b><br>FirstName:<b>a17<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x220',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON62<\\/b><br>LastName:<b>a1<\\/b><br>FirstName:<b>a1<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x222',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON63<\\/b><br>LastName:<b>a25<\\/b><br>FirstName:<b>a25<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x224',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON64<\\/b><br>LastName:<b>a30<\\/b><br>FirstName:<b>a30<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x226',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON65<\\/b><br>LastName:<b>a28<\\/b><br>FirstName:<b>a28<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x228',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON66<\\/b><br>LastName:<b>a24<\\/b><br>FirstName:<b>a24<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x230',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON67<\\/b><br>LastName:<b>a7<\\/b><br>FirstName:<b>a7<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x232',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON68<\\/b><br>LastName:<b>a22<\\/b><br>FirstName:<b>a22<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x234',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON69<\\/b><br>LastName:<b>a2<\\/b><br>FirstName:<b>a2<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x236',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON70<\\/b><br>LastName:<b>a23<\\/b><br>FirstName:<b>a23<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x238',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON71<\\/b><br>LastName:<b>a3<\\/b><br>FirstName:<b>a3<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x240',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON72<\\/b><br>LastName:<b>a26<\\/b><br>FirstName:<b>a26<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x242',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON73<\\/b><br>LastName:<b>a5<\\/b><br>FirstName:<b>a5<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x244',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON74<\\/b><br>LastName:<b>a8<\\/b><br>FirstName:<b>a8<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x246',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON75<\\/b><br>LastName:<b>a20<\\/b><br>FirstName:<b>a20<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x248',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON76<\\/b><br>LastName:<b>a13<\\/b><br>FirstName:<b>a13<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x250',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON77<\\/b><br>LastName:<b>a9<\\/b><br>FirstName:<b>a9<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x252',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON78<\\/b><br>LastName:<b>a21<\\/b><br>FirstName:<b>a21<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x254',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON79<\\/b><br>LastName:<b>a16<\\/b><br>FirstName:<b>a16<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x256',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON80<\\/b><br>LastName:<b>a10<\\/b><br>FirstName:<b>a10<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x258',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON81<\\/b><br>LastName:<b>reecepotts<\\/b><br>FirstName:<b><\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-reecepotts999@gmail.com<br><br>Thank You<br>Admin\"}'),(6,'12x265',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON82<\\/b><br>LastName:<b>canyaman98<\\/b><br>FirstName:<b>newww contact1111111<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-canyaman98@outlook.com<br><br>Thank You<br>Admin\"}'),(6,'12x426',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON83<\\/b><br>LastName:<b>crmtiger<\\/b><br>FirstName:<b>test<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x431',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON84<\\/b><br>LastName:<b>Jethva<\\/b><br>FirstName:<b>nidhi<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x439',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON85<\\/b><br>LastName:<b>test 30<\\/b><br>FirstName:<b><\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x450',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON86<\\/b><br>LastName:<b>crmtiger<\\/b><br>FirstName:<b><\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x452',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON87<\\/b><br>LastName:<b>fgfgfg<\\/b><br>FirstName:<b><\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x454',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON88<\\/b><br>LastName:<b>3333<\\/b><br>FirstName:<b><\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x456',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON89<\\/b><br>LastName:<b>jennifer<\\/b><br>FirstName:<b><\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x458',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON90<\\/b><br>LastName:<b>crmtiger <\\/b><br>FirstName:<b>Jennifer<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x460',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON91<\\/b><br>LastName:<b>dddd<\\/b><br>FirstName:<b><\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x465',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON92<\\/b><br>LastName:<b>rr<\\/b><br>FirstName:<b><\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x472',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON93<\\/b><br>LastName:<b>22<\\/b><br>FirstName:<b><\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x486',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON94<\\/b><br>LastName:<b>230<\\/b><br>FirstName:<b><\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x489',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON95<\\/b><br>LastName:<b>123<\\/b><br>FirstName:<b><\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x491',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON96<\\/b><br>LastName:<b>65<\\/b><br>FirstName:<b><\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x493',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON97<\\/b><br>LastName:<b>eeee<\\/b><br>FirstName:<b><\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x522',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON98<\\/b><br>LastName:<b>ddddd<\\/b><br>FirstName:<b><\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x554',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON99<\\/b><br>LastName:<b>test mail<\\/b><br>FirstName:<b><\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(6,'12x557',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON100<\\/b><br>LastName:<b>hiralp.variance<\\/b><br>FirstName:<b><\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-hiralp.variance@outlook.com<br><br>Thank You<br>Admin\"}'),(6,'12x559',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON101<\\/b><br>LastName:<b>jennifer701911<\\/b><br>FirstName:<b><\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-jennifer701911@outlook.com<br><br>Thank You<br>Admin\"}'),(25,'17x565',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"your-support name\",\"toEmail\":\",hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Ticket Number : TT1 ffff\",\"content\":\"Ticket ID : 565<br>Ticket Title : ffff<br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tDear Administrator Hiral,<br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tThe Ticket is replied the details are :<br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tTicket No : TT1<br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tStatus : In Progress<br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tCategory : <br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tSeverity : <br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tPriority : <br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tDescription : <br><br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tSolution : <br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t<br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tRegards<br>Support Administrator\"}'),(28,'17x565',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"your-support name\",\"toEmail\":\",hiralp.variance@outlook.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"TT1 [ Ticket Id : 565 ] ffff\",\"content\":\"Ticket ID : 565<br>Ticket Title : ffff<br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tDear hiralp.variance ,<br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tThe Ticket is replied the details are :<br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tTicket No : TT1<br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tStatus : In Progress<br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tCategory : <br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tSeverity : <br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tPriority : <br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tDescription : <br><br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tSolution : <br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tThe comments are : <br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t<br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tRegards<br>Support Administrator\"}'),(25,'17x580',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"your-support name\",\"toEmail\":\",hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Ticket Number : TT2 HHHHHHHHH& MMMMMMMMMMMMM\",\"content\":\"Ticket ID : 580<br>Ticket Title : HHHHHHHHH& MMMMMMMMMMMMM<br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tDear Administrator Hiral,<br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tThe Ticket is replied the details are :<br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tTicket No : TT2<br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tStatus : Open<br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tCategory : <br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tSeverity : <br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tPriority : <br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tDescription : <br>zzzz<br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tSolution : <br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t<br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tRegards<br>Support Administrator\"}'),(28,'17x580',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"your-support name\",\"toEmail\":\",hiralp.variance@outlook.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"TT2 [ Ticket Id : 580 ] HHHHHHHHH& MMMMMMMMMMMMM\",\"content\":\"Ticket ID : 580<br>Ticket Title : HHHHHHHHH& MMMMMMMMMMMMM<br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tDear hiralp.variance ,<br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tThe Ticket is replied the details are :<br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tTicket No : TT2<br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tStatus : Open<br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tCategory : <br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tSeverity : <br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tPriority : <br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tDescription : <br>zzzz<br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tSolution : <br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tThe comments are : <br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t<br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tRegards<br>Support Administrator\"}'),(25,'17x597',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"your-support name\",\"toEmail\":\",hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Ticket Number : TT3 HHHHHHHHH& MMMMMMMMMMMMM\",\"content\":\"Ticket ID : 597<br>Ticket Title : HHHHHHHHH& MMMMMMMMMMMMM<br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tDear Administrator Hiral,<br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tThe Ticket is replied the details are :<br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tTicket No : TT3<br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tStatus : Open<br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tCategory : <br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tSeverity : <br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tPriority : <br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tDescription : <br>wwww<br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tSolution : <br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t<br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tRegards<br>Support Administrator\"}'),(28,'17x597',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"your-support name\",\"toEmail\":\",hiralp.variance@outlook.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"TT3 [ Ticket Id : 597 ] HHHHHHHHH& MMMMMMMMMMMMM\",\"content\":\"Ticket ID : 597<br>Ticket Title : HHHHHHHHH& MMMMMMMMMMMMM<br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tDear hiralp.variance ,<br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tThe Ticket is replied the details are :<br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tTicket No : TT3<br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tStatus : Open<br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tCategory : <br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tSeverity : <br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tPriority : <br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tDescription : <br>wwww<br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tSolution : <br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tThe comments are : <br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t<br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tRegards<br>Support Administrator\"}'),(25,'17x598',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"your-support name\",\"toEmail\":\",hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Ticket Number : TT4 HHHHHHHHH& MMMMMMMMMMMMM\",\"content\":\"Ticket ID : 598<br>Ticket Title : HHHHHHHHH& MMMMMMMMMMMMM<br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tDear Administrator Hiral,<br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tThe Ticket is replied the details are :<br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tTicket No : TT4<br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tStatus : In Progress<br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tCategory : <br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tSeverity : <br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tPriority : <br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tDescription : <br>rrrr<br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tSolution : <br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t<br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tRegards<br>Support Administrator\"}'),(28,'17x598',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"your-support name\",\"toEmail\":\",hiralp.variance@outlook.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"TT4 [ Ticket Id : 598 ] HHHHHHHHH& MMMMMMMMMMMMM\",\"content\":\"Ticket ID : 598<br>Ticket Title : HHHHHHHHH& MMMMMMMMMMMMM<br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tDear hiralp.variance ,<br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tThe Ticket is replied the details are :<br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tTicket No : TT4<br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tStatus : In Progress<br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tCategory : <br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tSeverity : <br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tPriority : <br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tDescription : <br>rrrr<br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tSolution : <br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tThe comments are : <br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t<br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tRegards<br>Support Administrator\"}'),(6,'12x623',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON102<\\/b><br>LastName:<b>johnwallmart01<\\/b><br>FirstName:<b>c111111<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-johnwallmart01@outlook.com<br><br>Thank You<br>Admin\"}'),(6,'12x634',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON103<\\/b><br>LastName:<b>nidhi.variance<\\/b><br>FirstName:<b><\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-nidhi.variance@gmail.com<br><br>Thank You<br>Admin\"}'),(6,'12x797',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON104<\\/b><br>LastName:<b>c1<\\/b><br>FirstName:<b>c1<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin\"}'),(25,'17x800',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"your-support name\",\"toEmail\":\",hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Ticket Number : TT5 111111111\",\"content\":\"Ticket ID : 800<br>Ticket Title : 111111111<br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tDear Administrator Hiral,<br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tThe Ticket is replied the details are :<br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tTicket No : TT5<br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tStatus : Open<br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tCategory : <br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tSeverity : <br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tPriority : <br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tDescription : <br>111111<br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tSolution : <br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t<br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tRegards<br>Support Administrator\"}'),(6,'12x802',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON105<\\/b><br>LastName:<b>c22222222<\\/b><br>FirstName:<b>c11111111<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-poojachandarana.variance@gmail.com<br><br>Thank You<br>Admin\"}'),(25,'17x806',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"your-support name\",\"toEmail\":\",hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Ticket Number : TT6 adding tickrtttttt\",\"content\":\"Ticket ID : 806<br>Ticket Title : adding tickrtttttt<br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tDear Administrator Hiral,<br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tThe Ticket is replied the details are :<br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tTicket No : TT6<br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tStatus : Open<br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tCategory : <br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tSeverity : <br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tPriority : <br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tDescription : <br>adding tickrtttttt<br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tSolution : <br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t<br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tRegards<br>Support Administrator\"}'),(28,'17x806',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"your-support name\",\"toEmail\":\",poojachandarana.variance@gmail.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"TT6 [ Ticket Id : 806 ] adding tickrtttttt\",\"content\":\"Ticket ID : 806<br>Ticket Title : adding tickrtttttt<br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tDear c22222222 c11111111,<br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tThe Ticket is replied the details are :<br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tTicket No : TT6<br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tStatus : Open<br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tCategory : <br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tSeverity : <br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tPriority : <br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tDescription : <br>adding tickrtttttt<br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tSolution : <br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tThe comments are : <br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t<br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tRegards<br>Support Administrator\"}'),(25,'17x807',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"your-support name\",\"toEmail\":\",hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Ticket Number : TT7 c22222222\",\"content\":\"Ticket ID : 807<br>Ticket Title : c22222222<br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tDear Administrator Hiral,<br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tThe Ticket is replied the details are :<br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tTicket No : TT7<br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tStatus : In Progress<br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tCategory : <br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tSeverity : <br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tPriority : <br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tDescription : <br>c2222222<br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tSolution : <br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t<br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tRegards<br>Support Administrator\"}'),(28,'17x807',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"your-support name\",\"toEmail\":\",poojachandarana.variance@gmail.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"TT7 [ Ticket Id : 807 ] c22222222\",\"content\":\"Ticket ID : 807<br>Ticket Title : c22222222<br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tDear c22222222 c11111111,<br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tThe Ticket is replied the details are :<br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tTicket No : TT7<br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tStatus : In Progress<br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tCategory : <br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tSeverity : <br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tPriority : <br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tDescription : <br>c2222222<br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tSolution : <br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tThe comments are : <br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t<br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tRegards<br>Support Administrator\"}'),(25,'17x808',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"your-support name\",\"toEmail\":\",hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Ticket Number : TT8 ccc3\",\"content\":\"Ticket ID : 808<br>Ticket Title : ccc3<br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tDear Administrator Hiral,<br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tThe Ticket is replied the details are :<br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tTicket No : TT8<br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tStatus : Open<br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tCategory : <br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tSeverity : <br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tPriority : <br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tDescription : <br>c444444<br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tSolution : <br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t<br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tRegards<br>Support Administrator\"}'),(28,'17x808',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"your-support name\",\"toEmail\":\",poojachandarana.variance@gmail.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"TT8 [ Ticket Id : 808 ] ccc3\",\"content\":\"Ticket ID : 808<br>Ticket Title : ccc3<br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tDear c22222222 c11111111,<br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tThe Ticket is replied the details are :<br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tTicket No : TT8<br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tStatus : Open<br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tCategory : <br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tSeverity : <br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tPriority : <br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tDescription : <br>c444444<br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tSolution : <br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tThe comments are : <br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t<br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tRegards<br>Support Administrator\"}'),(25,'17x817',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"your-support name\",\"toEmail\":\",hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Ticket Number : TT9 T111111111\",\"content\":\"Ticket ID : 817<br>Ticket Title : T111111111<br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tDear Administrator Hiral,<br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tThe Ticket is replied the details are :<br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tTicket No : TT9<br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tStatus : Open<br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tCategory : <br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tSeverity : <br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tPriority : <br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tDescription : <br>T111111111<br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tSolution : <br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t<br><br>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tRegards<br>Support Administrator\"}'),(6,'12x522',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON98<\\/b><br>LastName:<b>ddddd<\\/b><br>FirstName:<b><\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-johnwallmart01@outlook.com<br><br>Thank You<br>Admin\"}'),(6,'12x493',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON97<\\/b><br>LastName:<b>eeee<\\/b><br>FirstName:<b><\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-canyaman98@outlook.com<br><br>Thank You<br>Admin\"}'),(6,'12x491',0,'{\"fromEmail\":\"hiral.prajapati@varianceinfotech.com\",\"fromName\":\"admin\",\"toEmail\":\"hiral.prajapati@varianceinfotech.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON96<\\/b><br>LastName:<b>65<\\/b><br>FirstName:<b><\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-suite787@outlook.com<br><br>Thank You<br>Admin\"}');
/*!40000 ALTER TABLE `com_vtiger_workflowtask_queue` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `com_vtiger_workflowtasks`
--
DROP TABLE IF EXISTS `com_vtiger_workflowtasks`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `com_vtiger_workflowtasks` (
`task_id` int NOT NULL AUTO_INCREMENT,
`workflow_id` int DEFAULT NULL,
`summary` varchar(400) NOT NULL,
`task` text,
PRIMARY KEY (`task_id`),
UNIQUE KEY `com_vtiger_workflowtasks_idx` (`task_id`)
) ENGINE=InnoDB AUTO_INCREMENT=29 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `com_vtiger_workflowtasks`
--
LOCK TABLES `com_vtiger_workflowtasks` WRITE;
/*!40000 ALTER TABLE `com_vtiger_workflowtasks` DISABLE KEYS */;
INSERT INTO `com_vtiger_workflowtasks` VALUES (1,1,'','O:18:\"VTEntityMethodTask\":6:{s:18:\"executeImmediately\";b:1;s:10:\"workflowId\";i:1;s:7:\"summary\";s:0:\"\";s:6:\"active\";b:1;s:10:\"methodName\";s:15:\"UpdateInventory\";s:2:\"id\";i:1;}'),(2,2,'An account has been created ','O:11:\"VTEmailTask\":9:{s:18:\"executeImmediately\";s:0:\"\";s:10:\"workflowId\";s:1:\"2\";s:7:\"summary\";s:28:\"An account has been created \";s:6:\"active\";s:1:\"1\";s:10:\"methodName\";s:11:\"NotifyOwner\";s:9:\"recepient\";s:36:\"$(assigned_user_id : (Users) email1)\";s:7:\"subject\";s:26:\"Regarding Account Creation\";s:7:\"content\";s:301:\"An Account has been assigned to you on vtigerCRM<br>Details of account are :<br><br>AccountId:<b>$account_no</b><br>AccountName:<b>$accountname</b><br>Rating:<b>$rating</b><br>Industry:<b>$industry</b><br>AccountType:<b>$accounttype</b><br>Description:<b>$description</b><br><br><br>Thank You<br>Admin\";s:2:\"id\";s:1:\"2\";}'),(3,3,'An contact has been created ','O:11:\"VTEmailTask\":9:{s:18:\"executeImmediately\";s:0:\"\";s:10:\"workflowId\";s:1:\"3\";s:7:\"summary\";s:28:\"An contact has been created \";s:6:\"active\";s:1:\"1\";s:10:\"methodName\";s:11:\"NotifyOwner\";s:9:\"recepient\";s:36:\"$(assigned_user_id : (Users) email1)\";s:7:\"subject\";s:26:\"Regarding Contact Creation\";s:7:\"content\";s:305:\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>$contact_no</b><br>LastName:<b>$lastname</b><br>FirstName:<b>$firstname</b><br>Lead Source:<b>$leadsource</b><br>Department:<b>$department</b><br>Description:<b>$description</b><br><br><br>Thank You<br>Admin\";s:2:\"id\";s:1:\"3\";}'),(4,4,'Email Customer Portal Login Details','O:18:\"VTEntityMethodTask\":6:{s:18:\"executeImmediately\";b:1;s:10:\"workflowId\";i:4;s:7:\"summary\";s:35:\"Email Customer Portal Login Details\";s:6:\"active\";b:1;s:10:\"methodName\";s:22:\"SendPortalLoginDetails\";s:2:\"id\";i:4;}'),(5,5,'An Potential has been created ','O:11:\"VTEmailTask\":8:{s:18:\"executeImmediately\";s:0:\"\";s:10:\"workflowId\";s:1:\"5\";s:7:\"summary\";s:30:\"An Potential has been created \";s:6:\"active\";s:1:\"1\";s:9:\"recepient\";s:36:\"$(assigned_user_id : (Users) email1)\";s:7:\"subject\";s:30:\"Regarding Potential Assignment\";s:7:\"content\";s:342:\"An Potential has been assigned to you on vtigerCRM<br>Details of Potential are :<br><br>Potential No:<b>$potential_no</b><br>Potential Name:<b>$potentialname</b><br>Amount:<b>$amount</b><br>Expected Close Date:<b>$closingdate ($_DATE_FORMAT_)</b><br>Type:<b>$opportunity_type</b><br><br><br>Description :$description<br><br>Thank You<br>Admin\";s:2:\"id\";s:1:\"5\";}'),(6,6,'An contact has been created ','O:11:\"VTEmailTask\":8:{s:18:\"executeImmediately\";s:0:\"\";s:10:\"workflowId\";s:1:\"6\";s:7:\"summary\";s:28:\"An contact has been created \";s:6:\"active\";s:1:\"1\";s:9:\"recepient\";s:36:\"$(assigned_user_id : (Users) email1)\";s:7:\"subject\";s:28:\"Regarding Contact Assignment\";s:7:\"content\";s:384:\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>$contact_no</b><br>LastName:<b>$lastname</b><br>FirstName:<b>$firstname</b><br>Lead Source:<b>$leadsource</b><br>Department:<b>$department</b><br>Description:<b>$description</b><br><br><br>And <b>CustomerPortal Login Details</b> is sent to the EmailID :-$email<br><br>Thank You<br>Admin\";s:2:\"id\";s:1:\"6\";}'),(7,7,'Notify Related Contact when Ticket is created from Portal','O:11:\"VTEmailTask\":9:{s:18:\"executeImmediately\";s:1:\"0\";s:7:\"summary\";s:57:\"Notify Related Contact when Ticket is created from Portal\";s:6:\"active\";s:1:\"1\";s:2:\"id\";s:1:\"7\";s:10:\"workflowId\";s:1:\"7\";s:9:\"fromEmail\";s:93:\"$(general : (__VtigerMeta__) supportName)<$(general : (__VtigerMeta__) supportEmailId)>\";s:9:\"recepient\";s:33:\",$(contact_id : (Contacts) email)\";s:7:\"subject\";s:93:\"[From Portal] $ticket_no [ Ticket Id : $(general : (__VtigerMeta__) recordId) ] $ticket_title\";s:7:\"content\";s:161:\"Ticket No : $ticket_no<br>\r\n Ticket ID : $(general : (__VtigerMeta__) recordId)<br>\r\n Ticket Title : $ticket_title<br><br>\r\n $description\";}'),(10,9,'Send Email to Contact on Ticket Update','O:11:\"VTEmailTask\":9:{s:18:\"executeImmediately\";s:1:\"0\";s:7:\"summary\";s:38:\"Send Email to Contact on Ticket Update\";s:6:\"active\";s:1:\"1\";s:2:\"id\";s:2:\"10\";s:9:\"fromEmail\";s:93:\"$(general : (__VtigerMeta__) supportName)<$(general : (__VtigerMeta__) supportEmailId)>\";s:9:\"recepient\";s:33:\",$(contact_id : (Contacts) email)\";s:7:\"subject\";s:79:\"$ticket_no [ Ticket Id : $(general : (__VtigerMeta__) recordId) ] $ticket_title\";s:7:\"content\";s:636:\"Ticket ID : $(general : (__VtigerMeta__) recordId)<br>Ticket Title : $ticket_title<br><br>\r\n Dear $(contact_id : (Contacts) lastname) $(contact_id : (Contacts) firstname),<br><br>\r\n The Ticket is replied the details are :<br><br>\r\n Ticket No : $ticket_no<br>\r\n Status : $ticketstatus<br>\r\n Category : $ticketcategories<br>\r\n Severity : $ticketseverities<br>\r\n Priority : $ticketpriorities<br><br>\r\n Description : <br>$description<br><br>\r\n Solution : <br>$solution<br>\r\n The comments are : <br>\r\n $allComments<br><br>\r\n Regards<br>Support Administrator\";s:10:\"workflowId\";s:1:\"9\";}'),(13,12,'update forecast amount','O:18:\"VTUpdateFieldsTask\":6:{s:18:\"executeImmediately\";b:1;s:10:\"workflowId\";i:12;s:7:\"summary\";s:22:\"update forecast amount\";s:6:\"active\";b:1;s:19:\"field_value_mapping\";s:95:\"[{\"fieldname\":\"forecast_amount\",\"valuetype\":\"expression\",\"value\":\"amount * probability / 100\"}]\";s:2:\"id\";i:13;}'),(14,13,'Send Notification Email to Record Owner','O:11:\"VTEmailTask\":8:{s:18:\"executeImmediately\";s:0:\"\";s:10:\"workflowId\";s:2:\"13\";s:7:\"summary\";s:39:\"Send Notification Email to Record Owner\";s:6:\"active\";s:1:\"1\";s:9:\"recepient\";s:36:\"$(assigned_user_id : (Users) email1)\";s:7:\"subject\";s:17:\"Event : $subject\";s:7:\"content\";s:771:\"$(assigned_user_id : (Users) last_name) $(assigned_user_id : (Users) first_name) ,<br/><b>Activity Notification Details:</b><br/>Subject : $subject<br/>Start date and time : $date_start ($(general : (__VtigerMeta__) usertimezone))<br/>End date and time : $due_date ($(general : (__VtigerMeta__) usertimezone)) <br/>Status : $eventstatus <br/>Priority : $taskpriority <br/>Related To : $(parent_id : (Leads) lastname) $(parent_id : (Leads) firstname) $(parent_id : (Accounts) accountname) $(parent_id : (Potentials) potentialname) $(parent_id : (HelpDesk) ticket_title) $(parent_id : (Campaigns) campaignname) <br/>Contacts List : $contact_id <br/>Location : $location <br/>Description : $description\";s:2:\"id\";s:2:\"14\";}'),(15,14,'Send Notification Email to Record Owner','O:11:\"VTEmailTask\":8:{s:18:\"executeImmediately\";s:0:\"\";s:10:\"workflowId\";s:2:\"14\";s:7:\"summary\";s:39:\"Send Notification Email to Record Owner\";s:6:\"active\";s:1:\"1\";s:9:\"recepient\";s:36:\"$(assigned_user_id : (Users) email1)\";s:7:\"subject\";s:16:\"Task : $subject\";s:7:\"content\";s:689:\"$(assigned_user_id : (Users) last_name) $(assigned_user_id : (Users) first_name) ,<br/><b>Task Notification Details:</b><br/>Subject : $subject<br/>Start date and time : $date_start ($(general : (__VtigerMeta__) usertimezone))<br/>End date and time : $due_date ($_DATE_FORMAT_) <br/>Status : $taskstatus <br/>Priority : $taskpriority <br/>Related To : $(parent_id : (Leads) lastname) $(parent_id : (Leads) firstname) $(parent_id : (Accounts) accountname) $(parent_id : (Potentials) potentialname) $(parent_id : (HelpDesk) ticket_title) $(parent_id : (Campaigns) campaignname) <br/>Contacts List : $contact_id <br/>Description : $description\";s:2:\"id\";s:2:\"15\";}'),(18,16,'Update Inventory Products','O:18:\"VTEntityMethodTask\":6:{s:18:\"executeImmediately\";b:1;s:10:\"workflowId\";i:16;s:7:\"summary\";s:25:\"Update Inventory Products\";s:6:\"active\";b:1;s:10:\"methodName\";s:15:\"UpdateInventory\";s:2:\"id\";i:18;}'),(19,17,'Comment Added From Portal : Send Email to Record Owner','O:11:\"VTEmailTask\":9:{s:18:\"executeImmediately\";s:1:\"0\";s:7:\"summary\";s:54:\"Comment Added From Portal : Send Email to Record Owner\";s:6:\"active\";s:1:\"1\";s:2:\"id\";s:2:\"19\";s:10:\"workflowId\";s:2:\"17\";s:9:\"fromEmail\";s:112:\"$(contact_id : (Contacts) lastname) $(contact_id : (Contacts) firstname)<$(contact_id : (Contacts) email)>\";s:9:\"recepient\";s:37:\",$(assigned_user_id : (Users) email1)\";s:7:\"subject\";s:92:\"Respond to Ticket ID## $(general : (__VtigerMeta__) recordId) ## in Customer Portal - URGENT\";s:7:\"content\";s:329:\"Dear $(assigned_user_id : (Users) last_name) $(assigned_user_id : (Users) first_name),<br><br>\r\n Customer has provided the following additional information to your reply:<br><br>\r\n <b>$lastComment</b><br><br>\r\n Kindly respond to above ticket at the earliest.<br><br>\r\n Regards<br>Support Administrator\";}'),(20,18,'Comment Added From CRM : Send Email to Contact, where Contact is not a Portal User','O:11:\"VTEmailTask\":9:{s:18:\"executeImmediately\";s:1:\"0\";s:7:\"summary\";s:82:\"Comment Added From CRM : Send Email to Contact, where Contact is not a Portal User\";s:6:\"active\";s:1:\"1\";s:2:\"id\";s:2:\"20\";s:10:\"workflowId\";s:2:\"18\";s:9:\"fromEmail\";s:93:\"$(general : (__VtigerMeta__) supportName)<$(general : (__VtigerMeta__) supportEmailId)>\";s:9:\"recepient\";s:33:\",$(contact_id : (Contacts) email)\";s:7:\"subject\";s:79:\"$ticket_no [ Ticket Id : $(general : (__VtigerMeta__) recordId) ] $ticket_title\";s:7:\"content\";s:525:\"Dear $(contact_id : (Contacts) lastname) $(contact_id : (Contacts) firstname),<br><br>\r\n The Ticket is replied the details are :<br><br>\r\n Ticket No : $ticket_no<br>\r\n Status : $ticketstatus<br>\r\n Category : $ticketcategories<br>\r\n Severity : $ticketseverities<br>\r\n Priority : $ticketpriorities<br><br>\r\n Description : <br>$description<br><br>\r\n Solution : <br>$solution<br>\r\n The comments are : <br>\r\n $allComments<br><br>\r\n Regards<br>Support Administrator\";}'),(21,19,'Comment Added From CRM : Send Email to Contact, where Contact is Portal User','O:11:\"VTEmailTask\":9:{s:18:\"executeImmediately\";s:1:\"0\";s:7:\"summary\";s:76:\"Comment Added From CRM : Send Email to Contact, where Contact is Portal User\";s:6:\"active\";s:1:\"1\";s:2:\"id\";s:2:\"21\";s:10:\"workflowId\";s:2:\"19\";s:9:\"fromEmail\";s:93:\"$(general : (__VtigerMeta__) supportName)<$(general : (__VtigerMeta__) supportEmailId)>\";s:9:\"recepient\";s:33:\",$(contact_id : (Contacts) email)\";s:7:\"subject\";s:79:\"$ticket_no [ Ticket Id : $(general : (__VtigerMeta__) recordId) ] $ticket_title\";s:7:\"content\";s:554:\"Ticket No : $ticket_no<br>\r\n Ticket Id : $(general : (__VtigerMeta__) recordId)<br>\r\n Subject : $ticket_title<br><br>\r\n Dear $(contact_id : (Contacts) lastname) $(contact_id : (Contacts) firstname),<br><br>\r\n There is a reply to <b>$ticket_title</b> in the \"Customer Portal\" at VTiger.\r\n You can use the following link to view the replies made:<br>\r\n <a href=\"$(general : (__VtigerMeta__) portaldetailviewurl)\">Ticket Details</a><br><br>\r\n Thanks<br>$(general : (__VtigerMeta__) supportName)\";}'),(22,15,'Comment Added From CRM : Send Email to Organization','O:11:\"VTEmailTask\":9:{s:18:\"executeImmediately\";s:1:\"0\";s:7:\"summary\";s:51:\"Comment Added From CRM : Send Email to Organization\";s:6:\"active\";s:1:\"1\";s:2:\"id\";s:2:\"22\";s:10:\"workflowId\";s:2:\"15\";s:9:\"fromEmail\";s:93:\"$(general : (__VtigerMeta__) supportName)<$(general : (__VtigerMeta__) supportEmailId)>\";s:9:\"recepient\";s:34:\",$(parent_id : (Accounts) email1),\";s:7:\"subject\";s:79:\"$ticket_no [ Ticket Id : $(general : (__VtigerMeta__) recordId) ] $ticket_title\";s:7:\"content\";s:601:\"Ticket ID : $(general : (__VtigerMeta__) recordId)<br>Ticket Title : $ticket_title<br><br>\r\n Dear $(parent_id : (Accounts) accountname),<br><br>\r\n The Ticket is replied the details are :<br><br>\r\n Ticket No : $ticket_no<br>\r\n Status : $ticketstatus<br>\r\n Category : $ticketcategories<br>\r\n Severity : $ticketseverities<br>\r\n Priority : $ticketpriorities<br><br>\r\n Description : <br>$description<br><br>\r\n Solution : <br>$solution<br>\r\n The comments are : <br>\r\n $allComments<br><br>\r\n Regards<br>Support Administrator\";}'),(23,7,'Notify Record Owner when Ticket is created from Portal','O:11:\"VTEmailTask\":9:{s:18:\"executeImmediately\";s:1:\"0\";s:7:\"summary\";s:54:\"Notify Record Owner when Ticket is created from Portal\";s:6:\"active\";s:1:\"1\";s:2:\"id\";s:2:\"23\";s:10:\"workflowId\";s:1:\"7\";s:9:\"fromEmail\";s:124:\"$(contact_id : (Contacts) lastname) $(contact_id : (Contacts) firstname)<$(general : (__VtigerMeta__) supportEmailId)>\";s:9:\"recepient\";s:37:\",$(assigned_user_id : (Users) email1)\";s:7:\"subject\";s:93:\"[From Portal] $ticket_no [ Ticket Id : $(general : (__VtigerMeta__) recordId) ] $ticket_title\";s:7:\"content\";s:161:\"Ticket No : $ticket_no<br>\r\n Ticket ID : $(general : (__VtigerMeta__) recordId)<br>\r\n Ticket Title : $ticket_title<br><br>\r\n $description\";}'),(24,20,'Send Email to Record Owner on Ticket Update','O:11:\"VTEmailTask\":9:{s:18:\"executeImmediately\";s:1:\"0\";s:7:\"summary\";s:43:\"Send Email to Record Owner on Ticket Update\";s:6:\"active\";s:1:\"1\";s:2:\"id\";s:2:\"24\";s:10:\"workflowId\";s:2:\"20\";s:9:\"fromEmail\";s:93:\"$(general : (__VtigerMeta__) supportName)<$(general : (__VtigerMeta__) supportEmailId)>\";s:9:\"recepient\";s:37:\",$(assigned_user_id : (Users) email1)\";s:7:\"subject\";s:40:\"Ticket Number : $ticket_no $ticket_title\";s:7:\"content\";s:607:\"Ticket ID : $(general : (__VtigerMeta__) recordId)<br>Ticket Title : $ticket_title<br><br>\r\n Dear $(assigned_user_id : (Users) last_name) $(assigned_user_id : (Users) first_name),<br><br>\r\n The Ticket is replied the details are :<br><br>\r\n Ticket No : $ticket_no<br>\r\n Status : $ticketstatus<br>\r\n Category : $ticketcategories<br>\r\n Severity : $ticketseverities<br>\r\n Priority : $ticketpriorities<br><br>\r\n Description : <br>$description<br><br>\r\n Solution : <br>$solution\r\n $allComments<br><br>\r\n Regards<br>Support Administrator\";}'),(25,21,'Ticket Creation From CRM : Send Email to Record Owner','O:11:\"VTEmailTask\":9:{s:18:\"executeImmediately\";s:1:\"0\";s:7:\"summary\";s:53:\"Ticket Creation From CRM : Send Email to Record Owner\";s:6:\"active\";s:1:\"1\";s:2:\"id\";s:2:\"25\";s:10:\"workflowId\";s:2:\"21\";s:9:\"fromEmail\";s:93:\"$(general : (__VtigerMeta__) supportName)<$(general : (__VtigerMeta__) supportEmailId)>\";s:9:\"recepient\";s:37:\",$(assigned_user_id : (Users) email1)\";s:7:\"subject\";s:40:\"Ticket Number : $ticket_no $ticket_title\";s:7:\"content\";s:607:\"Ticket ID : $(general : (__VtigerMeta__) recordId)<br>Ticket Title : $ticket_title<br><br>\r\n Dear $(assigned_user_id : (Users) last_name) $(assigned_user_id : (Users) first_name),<br><br>\r\n The Ticket is replied the details are :<br><br>\r\n Ticket No : $ticket_no<br>\r\n Status : $ticketstatus<br>\r\n Category : $ticketcategories<br>\r\n Severity : $ticketseverities<br>\r\n Priority : $ticketpriorities<br><br>\r\n Description : <br>$description<br><br>\r\n Solution : <br>$solution\r\n $allComments<br><br>\r\n Regards<br>Support Administrator\";}'),(26,22,'Send Email to Organization on Ticket Update','O:11:\"VTEmailTask\":9:{s:18:\"executeImmediately\";s:1:\"0\";s:7:\"summary\";s:43:\"Send Email to Organization on Ticket Update\";s:6:\"active\";s:1:\"1\";s:2:\"id\";s:2:\"26\";s:9:\"fromEmail\";s:93:\"$(general : (__VtigerMeta__) supportName)<$(general : (__VtigerMeta__) supportEmailId)>\";s:9:\"recepient\";s:33:\",$(parent_id : (Accounts) email1)\";s:7:\"subject\";s:79:\"$ticket_no [ Ticket Id : $(general : (__VtigerMeta__) recordId) ] $ticket_title\";s:7:\"content\";s:601:\"Ticket ID : $(general : (__VtigerMeta__) recordId)<br>Ticket Title : $ticket_title<br><br>\r\n Dear $(parent_id : (Accounts) accountname),<br><br>\r\n The Ticket is replied the details are :<br><br>\r\n Ticket No : $ticket_no<br>\r\n Status : $ticketstatus<br>\r\n Category : $ticketcategories<br>\r\n Severity : $ticketseverities<br>\r\n Priority : $ticketpriorities<br><br>\r\n Description : <br>$description<br><br>\r\n Solution : <br>$solution<br>\r\n The comments are : <br>\r\n $allComments<br><br>\r\n Regards<br>Support Administrator\";s:10:\"workflowId\";s:2:\"22\";}'),(27,23,'Ticket Creation From CRM : Send Email to Organization','O:11:\"VTEmailTask\":9:{s:18:\"executeImmediately\";s:1:\"0\";s:7:\"summary\";s:53:\"Ticket Creation From CRM : Send Email to Organization\";s:6:\"active\";s:1:\"1\";s:2:\"id\";s:2:\"27\";s:9:\"fromEmail\";s:93:\"$(general : (__VtigerMeta__) supportName)<$(general : (__VtigerMeta__) supportEmailId)>\";s:9:\"recepient\";s:33:\",$(parent_id : (Accounts) email1)\";s:7:\"subject\";s:79:\"$ticket_no [ Ticket Id : $(general : (__VtigerMeta__) recordId) ] $ticket_title\";s:7:\"content\";s:601:\"Ticket ID : $(general : (__VtigerMeta__) recordId)<br>Ticket Title : $ticket_title<br><br>\r\n Dear $(parent_id : (Accounts) accountname),<br><br>\r\n The Ticket is replied the details are :<br><br>\r\n Ticket No : $ticket_no<br>\r\n Status : $ticketstatus<br>\r\n Category : $ticketcategories<br>\r\n Severity : $ticketseverities<br>\r\n Priority : $ticketpriorities<br><br>\r\n Description : <br>$description<br><br>\r\n Solution : <br>$solution<br>\r\n The comments are : <br>\r\n $allComments<br><br>\r\n Regards<br>Support Administrator\";s:10:\"workflowId\";s:2:\"23\";}'),(28,24,'Ticket Creation From CRM : Send Email to Contact','O:11:\"VTEmailTask\":9:{s:18:\"executeImmediately\";s:1:\"0\";s:7:\"summary\";s:48:\"Ticket Creation From CRM : Send Email to Contact\";s:6:\"active\";s:1:\"1\";s:2:\"id\";s:2:\"28\";s:9:\"fromEmail\";s:93:\"$(general : (__VtigerMeta__) supportName)<$(general : (__VtigerMeta__) supportEmailId)>\";s:9:\"recepient\";s:33:\",$(contact_id : (Contacts) email)\";s:7:\"subject\";s:79:\"$ticket_no [ Ticket Id : $(general : (__VtigerMeta__) recordId) ] $ticket_title\";s:7:\"content\";s:636:\"Ticket ID : $(general : (__VtigerMeta__) recordId)<br>Ticket Title : $ticket_title<br><br>\r\n Dear $(contact_id : (Contacts) lastname) $(contact_id : (Contacts) firstname),<br><br>\r\n The Ticket is replied the details are :<br><br>\r\n Ticket No : $ticket_no<br>\r\n Status : $ticketstatus<br>\r\n Category : $ticketcategories<br>\r\n Severity : $ticketseverities<br>\r\n Priority : $ticketpriorities<br><br>\r\n Description : <br>$description<br><br>\r\n Solution : <br>$solution<br>\r\n The comments are : <br>\r\n $allComments<br><br>\r\n Regards<br>Support Administrator\";s:10:\"workflowId\";s:2:\"24\";}');
/*!40000 ALTER TABLE `com_vtiger_workflowtasks` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `com_vtiger_workflowtasks_entitymethod`
--
DROP TABLE IF EXISTS `com_vtiger_workflowtasks_entitymethod`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `com_vtiger_workflowtasks_entitymethod` (
`workflowtasks_entitymethod_id` int NOT NULL,
`module_name` varchar(100) DEFAULT NULL,
`method_name` varchar(100) DEFAULT NULL,
`function_path` varchar(400) DEFAULT NULL,
`function_name` varchar(100) DEFAULT NULL,
PRIMARY KEY (`workflowtasks_entitymethod_id`),
UNIQUE KEY `com_vtiger_workflowtasks_entitymethod_idx` (`workflowtasks_entitymethod_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `com_vtiger_workflowtasks_entitymethod`
--
LOCK TABLES `com_vtiger_workflowtasks_entitymethod` WRITE;
/*!40000 ALTER TABLE `com_vtiger_workflowtasks_entitymethod` DISABLE KEYS */;
INSERT INTO `com_vtiger_workflowtasks_entitymethod` VALUES (1,'SalesOrder','UpdateInventory','include/InventoryHandler.php','handleInventoryProductRel'),(2,'Invoice','UpdateInventory','include/InventoryHandler.php','handleInventoryProductRel'),(3,'Contacts','SendPortalLoginDetails','modules/Contacts/ContactsHandler.php','Contacts_sendCustomerPortalLoginDetails'),(4,'HelpDesk','NotifyOnPortalTicketCreation','modules/HelpDesk/HelpDeskHandler.php','HelpDesk_nofifyOnPortalTicketCreation'),(5,'HelpDesk','NotifyOnPortalTicketComment','modules/HelpDesk/HelpDeskHandler.php','HelpDesk_notifyOnPortalTicketComment'),(6,'HelpDesk','NotifyOwnerOnTicketChange','modules/HelpDesk/HelpDeskHandler.php','HelpDesk_notifyOwnerOnTicketChange'),(7,'HelpDesk','NotifyParentOnTicketChange','modules/HelpDesk/HelpDeskHandler.php','HelpDesk_notifyParentOnTicketChange'),(8,'ModComments','CustomerCommentFromPortal','modules/ModComments/ModCommentsHandler.php','CustomerCommentFromPortal'),(9,'ModComments','TicketOwnerComments','modules/ModComments/ModCommentsHandler.php','TicketOwnerComments'),(10,'PurchaseOrder','UpdateInventory','include/InventoryHandler.php','handleInventoryProductRel');
/*!40000 ALTER TABLE `com_vtiger_workflowtasks_entitymethod` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `com_vtiger_workflowtasks_entitymethod_seq`
--
DROP TABLE IF EXISTS `com_vtiger_workflowtasks_entitymethod_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `com_vtiger_workflowtasks_entitymethod_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `com_vtiger_workflowtasks_entitymethod_seq`
--
LOCK TABLES `com_vtiger_workflowtasks_entitymethod_seq` WRITE;
/*!40000 ALTER TABLE `com_vtiger_workflowtasks_entitymethod_seq` DISABLE KEYS */;
INSERT INTO `com_vtiger_workflowtasks_entitymethod_seq` VALUES (10);
/*!40000 ALTER TABLE `com_vtiger_workflowtasks_entitymethod_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `com_vtiger_workflowtasks_seq`
--
DROP TABLE IF EXISTS `com_vtiger_workflowtasks_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `com_vtiger_workflowtasks_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `com_vtiger_workflowtasks_seq`
--
LOCK TABLES `com_vtiger_workflowtasks_seq` WRITE;
/*!40000 ALTER TABLE `com_vtiger_workflowtasks_seq` DISABLE KEYS */;
INSERT INTO `com_vtiger_workflowtasks_seq` VALUES (28);
/*!40000 ALTER TABLE `com_vtiger_workflowtasks_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `com_vtiger_workflowtemplates`
--
DROP TABLE IF EXISTS `com_vtiger_workflowtemplates`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `com_vtiger_workflowtemplates` (
`template_id` int NOT NULL AUTO_INCREMENT,
`module_name` varchar(100) DEFAULT NULL,
`title` varchar(400) DEFAULT NULL,
`template` text,
PRIMARY KEY (`template_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `com_vtiger_workflowtemplates`
--
LOCK TABLES `com_vtiger_workflowtemplates` WRITE;
/*!40000 ALTER TABLE `com_vtiger_workflowtemplates` DISABLE KEYS */;
/*!40000 ALTER TABLE `com_vtiger_workflowtemplates` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `ctgoogleoffice365suite_googlecron_log`
--
DROP TABLE IF EXISTS `ctgoogleoffice365suite_googlecron_log`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `ctgoogleoffice365suite_googlecron_log` (
`user_id` int DEFAULT NULL,
`module` varchar(255) DEFAULT NULL,
`created_time` datetime DEFAULT NULL,
`synctovtiger` bigint DEFAULT NULL,
`synctogoogle` bigint DEFAULT NULL,
`Type` enum('Auto','Manual','','') DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `ctgoogleoffice365suite_googlecron_log`
--
LOCK TABLES `ctgoogleoffice365suite_googlecron_log` WRITE;
/*!40000 ALTER TABLE `ctgoogleoffice365suite_googlecron_log` DISABLE KEYS */;
/*!40000 ALTER TABLE `ctgoogleoffice365suite_googlecron_log` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `ctgoogleoffice365suite_googlesuite_token`
--
DROP TABLE IF EXISTS `ctgoogleoffice365suite_googlesuite_token`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `ctgoogleoffice365suite_googlesuite_token` (
`user_id` int NOT NULL DEFAULT '0',
`token` longtext,
`scope_type` varchar(255) DEFAULT NULL,
`google_user` varchar(255) DEFAULT NULL,
`user_email` text NOT NULL,
PRIMARY KEY (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `ctgoogleoffice365suite_googlesuite_token`
--
LOCK TABLES `ctgoogleoffice365suite_googlesuite_token` WRITE;
/*!40000 ALTER TABLE `ctgoogleoffice365suite_googlesuite_token` DISABLE KEYS */;
/*!40000 ALTER TABLE `ctgoogleoffice365suite_googlesuite_token` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `ctgoogleoffice365suite_googlesuitecontactgroup_nexttokens`
--
DROP TABLE IF EXISTS `ctgoogleoffice365suite_googlesuitecontactgroup_nexttokens`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `ctgoogleoffice365suite_googlesuitecontactgroup_nexttokens` (
`user_id` int DEFAULT NULL,
`contact_group_id` varchar(255) DEFAULT NULL,
`nextsynctoken` longtext,
`nextpagetoken` longtext
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `ctgoogleoffice365suite_googlesuitecontactgroup_nexttokens`
--
LOCK TABLES `ctgoogleoffice365suite_googlesuitecontactgroup_nexttokens` WRITE;
/*!40000 ALTER TABLE `ctgoogleoffice365suite_googlesuitecontactgroup_nexttokens` DISABLE KEYS */;
/*!40000 ALTER TABLE `ctgoogleoffice365suite_googlesuitecontactgroup_nexttokens` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `ctgoogleoffice365suite_googlesuitesynccalendar_calendarlist`
--
DROP TABLE IF EXISTS `ctgoogleoffice365suite_googlesuitesynccalendar_calendarlist`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `ctgoogleoffice365suite_googlesuitesynccalendar_calendarlist` (
`cal_id` int NOT NULL AUTO_INCREMENT,
`google_cal_id` varchar(250) NOT NULL,
`summary` varchar(255) NOT NULL,
`time_zone` varchar(200) NOT NULL,
`access_role` varchar(100) NOT NULL,
`userid` int DEFAULT NULL,
PRIMARY KEY (`cal_id`)
) ENGINE=InnoDB AUTO_INCREMENT=4850 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `ctgoogleoffice365suite_googlesuitesynccalendar_calendarlist`
--
LOCK TABLES `ctgoogleoffice365suite_googlesuitesynccalendar_calendarlist` WRITE;
/*!40000 ALTER TABLE `ctgoogleoffice365suite_googlesuitesynccalendar_calendarlist` DISABLE KEYS */;
/*!40000 ALTER TABLE `ctgoogleoffice365suite_googlesuitesynccalendar_calendarlist` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `ctgoogleoffice365suite_googlesuitesynccalendar_settings`
--
DROP TABLE IF EXISTS `ctgoogleoffice365suite_googlesuitesynccalendar_settings`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `ctgoogleoffice365suite_googlesuitesynccalendar_settings` (
`user_id` varchar(10) NOT NULL,
`event_type` varchar(50) DEFAULT NULL,
`default_status` varchar(50) DEFAULT NULL,
`st_past` varchar(50) DEFAULT NULL,
`st_future` varchar(50) DEFAULT NULL,
`calendar_selected` varchar(1000) DEFAULT '',
`deleted_from_google` tinyint(1) DEFAULT NULL,
`deleted_from_vtiger` tinyint(1) DEFAULT NULL,
`calendar_primary` varchar(1000) DEFAULT NULL,
`sync_to_date` date DEFAULT NULL,
`sync_from_date` date DEFAULT NULL,
`from_current_date` int DEFAULT NULL,
`nextsynctoken` varchar(255) DEFAULT NULL,
PRIMARY KEY (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `ctgoogleoffice365suite_googlesuitesynccalendar_settings`
--
LOCK TABLES `ctgoogleoffice365suite_googlesuitesynccalendar_settings` WRITE;
/*!40000 ALTER TABLE `ctgoogleoffice365suite_googlesuitesynccalendar_settings` DISABLE KEYS */;
/*!40000 ALTER TABLE `ctgoogleoffice365suite_googlesuitesynccalendar_settings` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `ctgoogleoffice365suite_googlesuitesynccalendar_user_management`
--
DROP TABLE IF EXISTS `ctgoogleoffice365suite_googlesuitesynccalendar_user_management`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `ctgoogleoffice365suite_googlesuitesynccalendar_user_management` (
`user_id` int NOT NULL,
`contact_sync_id` varchar(250) DEFAULT NULL,
`contact_sync_key` varchar(250) DEFAULT NULL,
`contact_limit` int DEFAULT NULL,
`calendar_sync_id` varchar(250) DEFAULT NULL,
`calendar_sync_key` varchar(250) DEFAULT NULL,
`calendar_limit` int DEFAULT NULL,
`admin_user_id` int DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `ctgoogleoffice365suite_googlesuitesynccalendar_user_management`
--
LOCK TABLES `ctgoogleoffice365suite_googlesuitesynccalendar_user_management` WRITE;
/*!40000 ALTER TABLE `ctgoogleoffice365suite_googlesuitesynccalendar_user_management` DISABLE KEYS */;
/*!40000 ALTER TABLE `ctgoogleoffice365suite_googlesuitesynccalendar_user_management` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `ctgoogleoffice365suite_googlesuitesynccontacts_contactsgroup`
--
DROP TABLE IF EXISTS `ctgoogleoffice365suite_googlesuitesynccontacts_contactsgroup`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `ctgoogleoffice365suite_googlesuitesynccontacts_contactsgroup` (
`groupid` int NOT NULL AUTO_INCREMENT,
`google_contacts_id` varchar(250) NOT NULL,
`summary` varchar(255) NOT NULL,
`user_id` int DEFAULT NULL,
PRIMARY KEY (`groupid`)
) ENGINE=InnoDB AUTO_INCREMENT=7447 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `ctgoogleoffice365suite_googlesuitesynccontacts_contactsgroup`
--
LOCK TABLES `ctgoogleoffice365suite_googlesuitesynccontacts_contactsgroup` WRITE;
/*!40000 ALTER TABLE `ctgoogleoffice365suite_googlesuitesynccontacts_contactsgroup` DISABLE KEYS */;
/*!40000 ALTER TABLE `ctgoogleoffice365suite_googlesuitesynccontacts_contactsgroup` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `ctgoogleoffice365suite_googlesuitesynccontacts_fieldmapping`
--
DROP TABLE IF EXISTS `ctgoogleoffice365suite_googlesuitesynccontacts_fieldmapping`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `ctgoogleoffice365suite_googlesuitesynccontacts_fieldmapping` (
`fieldmappingid` int NOT NULL AUTO_INCREMENT,
`user_id` int DEFAULT NULL,
`selected_module` varchar(1000) DEFAULT NULL,
`vtiger_fields` varchar(255) DEFAULT NULL,
`google_fields` varchar(255) DEFAULT NULL,
`google_field_type` varchar(255) DEFAULT NULL,
`custom_fields` varchar(255) DEFAULT NULL,
PRIMARY KEY (`fieldmappingid`)
) ENGINE=InnoDB AUTO_INCREMENT=2082 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `ctgoogleoffice365suite_googlesuitesynccontacts_fieldmapping`
--
LOCK TABLES `ctgoogleoffice365suite_googlesuitesynccontacts_fieldmapping` WRITE;
/*!40000 ALTER TABLE `ctgoogleoffice365suite_googlesuitesynccontacts_fieldmapping` DISABLE KEYS */;
/*!40000 ALTER TABLE `ctgoogleoffice365suite_googlesuitesynccontacts_fieldmapping` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `ctgoogleoffice365suite_googlesuitesynccontacts_settings`
--
DROP TABLE IF EXISTS `ctgoogleoffice365suite_googlesuitesynccontacts_settings`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `ctgoogleoffice365suite_googlesuitesynccontacts_settings` (
`setting_id` int NOT NULL AUTO_INCREMENT,
`user_id` varchar(10) NOT NULL,
`contactgroup_selected` varchar(1000) DEFAULT '',
`deleted_from_google` tinyint(1) DEFAULT NULL,
`deleted_from_vtiger` tinyint(1) DEFAULT NULL,
`selected_module` varchar(1000) DEFAULT NULL,
`selected_cvid` int NOT NULL,
PRIMARY KEY (`setting_id`)
) ENGINE=InnoDB AUTO_INCREMENT=262 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `ctgoogleoffice365suite_googlesuitesynccontacts_settings`
--
LOCK TABLES `ctgoogleoffice365suite_googlesuitesynccontacts_settings` WRITE;
/*!40000 ALTER TABLE `ctgoogleoffice365suite_googlesuitesynccontacts_settings` DISABLE KEYS */;
/*!40000 ALTER TABLE `ctgoogleoffice365suite_googlesuitesynccontacts_settings` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `ctgoogleoffice365suite_googlesuitesynccontacts_user_management`
--
DROP TABLE IF EXISTS `ctgoogleoffice365suite_googlesuitesynccontacts_user_management`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `ctgoogleoffice365suite_googlesuitesynccontacts_user_management` (
`user_id` int NOT NULL,
`contact_limit` int DEFAULT NULL,
`admin_user_id` int DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `ctgoogleoffice365suite_googlesuitesynccontacts_user_management`
--
LOCK TABLES `ctgoogleoffice365suite_googlesuitesynccontacts_user_management` WRITE;
/*!40000 ALTER TABLE `ctgoogleoffice365suite_googlesuitesynccontacts_user_management` DISABLE KEYS */;
/*!40000 ALTER TABLE `ctgoogleoffice365suite_googlesuitesynccontacts_user_management` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `ctgoogleoffice365suite_googlesuitesyncgoogleemail_setting`
--
DROP TABLE IF EXISTS `ctgoogleoffice365suite_googlesuitesyncgoogleemail_setting`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `ctgoogleoffice365suite_googlesuitesyncgoogleemail_setting` (
`enable` int NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `ctgoogleoffice365suite_googlesuitesyncgoogleemail_setting`
--
LOCK TABLES `ctgoogleoffice365suite_googlesuitesyncgoogleemail_setting` WRITE;
/*!40000 ALTER TABLE `ctgoogleoffice365suite_googlesuitesyncgoogleemail_setting` DISABLE KEYS */;
INSERT INTO `ctgoogleoffice365suite_googlesuitesyncgoogleemail_setting` VALUES (1);
/*!40000 ALTER TABLE `ctgoogleoffice365suite_googlesuitesyncgoogleemail_setting` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `ctgoogleoffice365suite_syncgooglesuite_enableautosync`
--
DROP TABLE IF EXISTS `ctgoogleoffice365suite_syncgooglesuite_enableautosync`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `ctgoogleoffice365suite_syncgooglesuite_enableautosync` (
`user_id` int NOT NULL,
`enablesync_contact` int NOT NULL DEFAULT '0',
`batch_contact` int NOT NULL,
`enablesync_event` int DEFAULT '0',
`batch_event` int DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `ctgoogleoffice365suite_syncgooglesuite_enableautosync`
--
LOCK TABLES `ctgoogleoffice365suite_syncgooglesuite_enableautosync` WRITE;
/*!40000 ALTER TABLE `ctgoogleoffice365suite_syncgooglesuite_enableautosync` DISABLE KEYS */;
/*!40000 ALTER TABLE `ctgoogleoffice365suite_syncgooglesuite_enableautosync` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `ctgoogleoffice365suite_syncgooglesuitecalendar_schedulerdata`
--
DROP TABLE IF EXISTS `ctgoogleoffice365suite_syncgooglesuitecalendar_schedulerdata`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `ctgoogleoffice365suite_syncgooglesuitecalendar_schedulerdata` (
`syncid` int NOT NULL AUTO_INCREMENT,
`user_id` int NOT NULL,
`status` varchar(10) DEFAULT NULL,
`batch` int DEFAULT NULL,
`next_trigger_time` datetime DEFAULT '0000-00-00 00:00:00',
`nextsynctoken` longtext,
`nextpagetoken` longtext,
`totalrecord` int DEFAULT NULL,
`totalsyncedrecord` int DEFAULT NULL,
`calendarids` longtext,
`synctype` varchar(255) NOT NULL,
`sync_from_date` date DEFAULT NULL,
`sync_to_date` date DEFAULT NULL,
PRIMARY KEY (`syncid`)
) ENGINE=InnoDB AUTO_INCREMENT=18 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `ctgoogleoffice365suite_syncgooglesuitecalendar_schedulerdata`
--
LOCK TABLES `ctgoogleoffice365suite_syncgooglesuitecalendar_schedulerdata` WRITE;
/*!40000 ALTER TABLE `ctgoogleoffice365suite_syncgooglesuitecalendar_schedulerdata` DISABLE KEYS */;
/*!40000 ALTER TABLE `ctgoogleoffice365suite_syncgooglesuitecalendar_schedulerdata` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `ctgoogleoffice365suite_syncgooglesuitecontacts_schedulerdata`
--
DROP TABLE IF EXISTS `ctgoogleoffice365suite_syncgooglesuitecontacts_schedulerdata`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `ctgoogleoffice365suite_syncgooglesuitecontacts_schedulerdata` (
`syncid` int NOT NULL AUTO_INCREMENT,
`user_id` int NOT NULL,
`status` varchar(10) DEFAULT NULL,
`batch` int DEFAULT NULL,
`next_trigger_time` datetime DEFAULT NULL,
`nextsynctime` varchar(255) DEFAULT NULL,
`totalrecord` int DEFAULT NULL,
`totalsyncedrecord` int DEFAULT NULL,
`contactids` longtext,
`synctype` varchar(255) NOT NULL,
`nextsynctoken` longtext,
`nextpagetoken` longtext,
PRIMARY KEY (`syncid`)
) ENGINE=InnoDB AUTO_INCREMENT=31 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `ctgoogleoffice365suite_syncgooglesuitecontacts_schedulerdata`
--
LOCK TABLES `ctgoogleoffice365suite_syncgooglesuitecontacts_schedulerdata` WRITE;
/*!40000 ALTER TABLE `ctgoogleoffice365suite_syncgooglesuitecontacts_schedulerdata` DISABLE KEYS */;
/*!40000 ALTER TABLE `ctgoogleoffice365suite_syncgooglesuitecontacts_schedulerdata` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_account`
--
DROP TABLE IF EXISTS `vtiger_account`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_account` (
`accountid` int NOT NULL DEFAULT '0',
`account_no` varchar(100) NOT NULL,
`accountname` varchar(100) NOT NULL,
`parentid` int DEFAULT '0',
`account_type` varchar(200) DEFAULT NULL,
`industry` varchar(200) DEFAULT NULL,
`annualrevenue` decimal(25,8) DEFAULT NULL,
`rating` varchar(200) DEFAULT NULL,
`ownership` varchar(50) DEFAULT NULL,
`siccode` varchar(50) DEFAULT NULL,
`tickersymbol` varchar(30) DEFAULT NULL,
`phone` varchar(30) DEFAULT NULL,
`otherphone` varchar(30) DEFAULT NULL,
`email1` varchar(100) DEFAULT NULL,
`email2` varchar(100) DEFAULT NULL,
`website` varchar(100) DEFAULT NULL,
`fax` varchar(30) DEFAULT NULL,
`employees` int DEFAULT '0',
`emailoptout` varchar(3) DEFAULT '0',
`notify_owner` varchar(3) DEFAULT '0',
`isconvertedfromlead` varchar(3) DEFAULT '0',
PRIMARY KEY (`accountid`),
KEY `account_account_type_idx` (`account_type`),
KEY `email_idx` (`email1`,`email2`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_account`
--
LOCK TABLES `vtiger_account` WRITE;
/*!40000 ALTER TABLE `vtiger_account` DISABLE KEYS */;
INSERT INTO `vtiger_account` VALUES (89,'ACC1',' o4545',0,'','',0.00000000,'','','','','','','','','','',0,'0','0','0'),(91,'ACC2','ttestttt12',0,'','',0.00000000,'','','','','','','','','','',0,'0','0','0'),(93,'ACC3','1111111',0,'','',0.00000000,'','','','','','','','','','',0,'0','0','0'),(474,'ACC4','xxxxxx',0,'','',0.00000000,'','','','','','','','','','',0,'0','0','0'),(487,'ACC5','4',0,'','',0.00000000,'','','','','','','','','','',0,'0','0','0'),(814,'ACC6','gmail',0,'','',0.00000000,'','','','','','','','','','',0,'0','0','0'),(897,'ACC7','outlook',0,'','',0.00000000,'','','','','1','','','','','',0,'0','0','0');
/*!40000 ALTER TABLE `vtiger_account` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_accountbillads`
--
DROP TABLE IF EXISTS `vtiger_accountbillads`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_accountbillads` (
`accountaddressid` int NOT NULL DEFAULT '0',
`bill_city` varchar(30) DEFAULT NULL,
`bill_code` varchar(30) DEFAULT NULL,
`bill_country` varchar(30) DEFAULT NULL,
`bill_state` varchar(30) DEFAULT NULL,
`bill_street` varchar(250) DEFAULT NULL,
`bill_pobox` varchar(30) DEFAULT NULL,
PRIMARY KEY (`accountaddressid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_accountbillads`
--
LOCK TABLES `vtiger_accountbillads` WRITE;
/*!40000 ALTER TABLE `vtiger_accountbillads` DISABLE KEYS */;
INSERT INTO `vtiger_accountbillads` VALUES (89,'','','','','',''),(91,'','','','','',''),(93,'','','','','',''),(474,'','','','','',''),(487,'','','','','',''),(814,'','','','','',''),(897,'','','','','','');
/*!40000 ALTER TABLE `vtiger_accountbillads` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_accountrating`
--
DROP TABLE IF EXISTS `vtiger_accountrating`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_accountrating` (
`accountratingid` int NOT NULL AUTO_INCREMENT,
`rating` varchar(200) NOT NULL,
`sortorderid` int NOT NULL DEFAULT '0',
`presence` int NOT NULL DEFAULT '1',
PRIMARY KEY (`accountratingid`),
UNIQUE KEY `accountrating_rating_idx` (`rating`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_accountrating`
--
LOCK TABLES `vtiger_accountrating` WRITE;
/*!40000 ALTER TABLE `vtiger_accountrating` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_accountrating` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_accountscf`
--
DROP TABLE IF EXISTS `vtiger_accountscf`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_accountscf` (
`accountid` int NOT NULL DEFAULT '0',
PRIMARY KEY (`accountid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_accountscf`
--
LOCK TABLES `vtiger_accountscf` WRITE;
/*!40000 ALTER TABLE `vtiger_accountscf` DISABLE KEYS */;
INSERT INTO `vtiger_accountscf` VALUES (89),(91),(93),(474),(487),(814),(897);
/*!40000 ALTER TABLE `vtiger_accountscf` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_accountshipads`
--
DROP TABLE IF EXISTS `vtiger_accountshipads`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_accountshipads` (
`accountaddressid` int NOT NULL DEFAULT '0',
`ship_city` varchar(30) DEFAULT NULL,
`ship_code` varchar(30) DEFAULT NULL,
`ship_country` varchar(30) DEFAULT NULL,
`ship_state` varchar(30) DEFAULT NULL,
`ship_pobox` varchar(30) DEFAULT NULL,
`ship_street` varchar(250) DEFAULT NULL,
PRIMARY KEY (`accountaddressid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_accountshipads`
--
LOCK TABLES `vtiger_accountshipads` WRITE;
/*!40000 ALTER TABLE `vtiger_accountshipads` DISABLE KEYS */;
INSERT INTO `vtiger_accountshipads` VALUES (89,'','','','','',''),(91,'','','','','',''),(93,'','','','','',''),(474,'','','','','',''),(487,'','','','','',''),(814,'','','','','',''),(897,'','','','','','');
/*!40000 ALTER TABLE `vtiger_accountshipads` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_accounttype`
--
DROP TABLE IF EXISTS `vtiger_accounttype`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_accounttype` (
`accounttypeid` int NOT NULL AUTO_INCREMENT,
`accounttype` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT NULL,
PRIMARY KEY (`accounttypeid`),
UNIQUE KEY `accounttype_accounttype_idx` (`accounttype`)
) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_accounttype`
--
LOCK TABLES `vtiger_accounttype` WRITE;
/*!40000 ALTER TABLE `vtiger_accounttype` DISABLE KEYS */;
INSERT INTO `vtiger_accounttype` VALUES (2,'Analyst',1,2,1),(3,'Competitor',1,3,2),(4,'Customer',1,4,3),(5,'Integrator',1,5,4),(6,'Investor',1,6,5),(7,'Partner',1,7,6),(8,'Press',1,8,7),(9,'Prospect',1,9,8),(10,'Reseller',1,10,9),(11,'Other',1,11,10);
/*!40000 ALTER TABLE `vtiger_accounttype` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_accounttype_seq`
--
DROP TABLE IF EXISTS `vtiger_accounttype_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_accounttype_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_accounttype_seq`
--
LOCK TABLES `vtiger_accounttype_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_accounttype_seq` DISABLE KEYS */;
INSERT INTO `vtiger_accounttype_seq` VALUES (11);
/*!40000 ALTER TABLE `vtiger_accounttype_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_actionmapping`
--
DROP TABLE IF EXISTS `vtiger_actionmapping`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_actionmapping` (
`actionid` int NOT NULL,
`actionname` varchar(200) NOT NULL,
`securitycheck` int DEFAULT NULL,
PRIMARY KEY (`actionid`,`actionname`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_actionmapping`
--
LOCK TABLES `vtiger_actionmapping` WRITE;
/*!40000 ALTER TABLE `vtiger_actionmapping` DISABLE KEYS */;
INSERT INTO `vtiger_actionmapping` VALUES (0,'Save',0),(0,'SavePriceBook',1),(0,'SaveVendor',1),(1,'DetailViewAjax',1),(1,'EditView',0),(1,'PriceBookEditView',1),(1,'QuickCreate',1),(1,'VendorEditView',1),(2,'Delete',0),(2,'DeletePriceBook',1),(2,'DeleteVendor',1),(3,'index',0),(3,'Popup',1),(4,'DetailView',0),(4,'PriceBookDetailView',1),(4,'TagCloud',1),(4,'VendorDetailView',1),(5,'Import',0),(6,'Export',0),(8,'Merge',0),(9,'ConvertLead',0),(10,'DuplicatesHandling',0),(11,'ReceiveIncomingCalls',0),(12,'MakeOutgoingCalls',0),(13,'Print',0);
/*!40000 ALTER TABLE `vtiger_actionmapping` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_activity`
--
DROP TABLE IF EXISTS `vtiger_activity`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_activity` (
`activityid` int NOT NULL DEFAULT '0',
`subject` varchar(100) NOT NULL,
`semodule` varchar(20) DEFAULT NULL,
`activitytype` varchar(200) NOT NULL,
`date_start` date NOT NULL,
`due_date` date DEFAULT NULL,
`time_start` varchar(50) DEFAULT NULL,
`time_end` varchar(50) DEFAULT NULL,
`sendnotification` varchar(3) NOT NULL DEFAULT '0',
`duration_hours` varchar(200) DEFAULT NULL,
`duration_minutes` varchar(200) DEFAULT NULL,
`status` varchar(200) DEFAULT NULL,
`eventstatus` varchar(200) DEFAULT NULL,
`priority` varchar(200) DEFAULT NULL,
`location` varchar(150) DEFAULT NULL,
`notime` varchar(3) NOT NULL DEFAULT '0',
`visibility` varchar(50) NOT NULL DEFAULT 'all',
`recurringtype` varchar(200) DEFAULT NULL,
PRIMARY KEY (`activityid`),
KEY `activity_activityid_subject_idx` (`activityid`,`subject`),
KEY `activity_activitytype_date_start_idx` (`activitytype`,`date_start`),
KEY `activity_date_start_due_date_idx` (`date_start`,`due_date`),
KEY `activity_date_start_time_start_idx` (`date_start`,`time_start`),
KEY `activity_eventstatus_idx` (`eventstatus`),
KEY `activity_status_idx` (`status`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_activity`
--
LOCK TABLES `vtiger_activity` WRITE;
/*!40000 ALTER TABLE `vtiger_activity` DISABLE KEYS */;
INSERT INTO `vtiger_activity` VALUES (6,'2333333333',NULL,'Call','2024-11-23','2024-11-23','00:00:00+00:00','23:59:00+00:00','0','0','',NULL,'Planned','High','','0','Public',''),(8,'266 mahniakk',NULL,'Meeting','2024-11-25','2024-11-25','18:30:00','18:35:00','0','0','5',NULL,'Planned','','','0','Public',''),(10,'Auto Sync From VTG',NULL,'Call','2024-11-28','2024-11-28','18:30:00','18:35:00','0','0','5',NULL,'Planned','','','0','Public',''),(12,'A1 UPDATEE',NULL,'Call','2024-11-01','2024-11-01','00:00:00+00:00','23:59:00+00:00','0','0','',NULL,'Planned','High','','0','Public',''),(14,'A2',NULL,'Call','2024-11-02','2024-11-02','00:00:00+00:00','23:59:00+00:00','0','0','',NULL,'Planned','High','San Diego State University, 5500 Campanile Dr, San Diego, CA 92182, USA','0','Public',''),(16,'yyyy',NULL,'Call','2024-11-07','2024-11-07','00:00:00+00:00','23:59:00+00:00','0','0','',NULL,'Planned','High','','0','Public',''),(18,'888888',NULL,'Call','2024-11-14','2024-11-14','00:00:00+00:00','23:59:00+00:00','0','0','',NULL,'Planned','High','','0','Public',''),(20,'4AAAAA',NULL,'Call','2024-11-03','2024-11-03','19:30:00','20:30:00','0','1','0',NULL,'Planned','','iscon cross road','0','Public','--None--'),(21,'5555555',NULL,'Call','2024-11-04','2024-11-04','18:30:00','18:35:00','0','0','5',NULL,'Planned','','','0','Public',''),(22,'25555',NULL,'Call','2024-11-24','2024-11-24','18:30:00','18:35:00','0','0','5',NULL,'Planned','','','0','Public',''),(23,'22222',NULL,'Call','2024-11-21','2024-11-21','18:30:00','18:35:00','0','0','5',NULL,'Planned','','','0','Public',''),(24,'PPP UPDATEEEE',NULL,'Call','2024-11-06','2024-11-06','00:00:00+00:00','23:59:00+00:00','0','0','',NULL,'Planned','High','','0','Public',''),(26,'JJJJJJJ',NULL,'Call','2024-11-22','2024-11-22','18:30:00','18:35:00','0','0','5',NULL,'Planned','','','0','Public',''),(27,'AAAA',NULL,'Call','2024-11-19','2024-11-19','18:30:00','18:35:00','0','0','5',NULL,'Planned','','','0','Public',''),(28,'222',NULL,'Call','2024-11-22','2024-11-22','00:00:00+00:00','23:59:00+00:00','0','0',NULL,NULL,'Planned','High','','0','Public',NULL),(30,'155555555555',NULL,'Call','2024-11-15','2024-11-15','00:00:00+00:00','23:59:00+00:00','0','0',NULL,NULL,'Planned','High','','0','Public',NULL),(32,'666666666',NULL,'Call','2024-11-12','2024-11-12','18:30:00','18:35:00','0','0','5',NULL,'Planned','','','0','Public',''),(33,'23333333333',NULL,'Meeting','2024-11-23','2024-11-23','00:00:00+00:00','23:59:00+00:00','0','0','',NULL,'Not Held','Medium','','0','Public',''),(35,'sdsd',NULL,'Meeting','2024-11-13','2024-11-13','00:00:00+00:00','23:59:00+00:00','0','0','',NULL,'Planned','Medium','','0','Public',''),(37,'Repet',NULL,'Meeting','2024-11-01','2024-11-01','10:30:00+00:00','11:30:00+00:00','0','0','',NULL,'Planned','Medium','','0','Public',''),(39,'Repet',NULL,'Meeting','2024-11-02','2024-11-02','10:30:00+00:00','11:30:00+00:00','0','0','',NULL,'Planned','Medium','','0','Public',''),(41,'Repet',NULL,'Meeting','2024-11-03','2024-11-03','10:30:00+00:00','11:30:00+00:00','0','0','',NULL,'Planned','Medium','','0','Public',''),(43,'Repet',NULL,'Meeting','2024-11-04','2024-11-04','10:30:00+00:00','11:30:00+00:00','0','0','',NULL,'Planned','Medium','','0','Public',''),(45,'Repet up',NULL,'Meeting','2024-11-05','2024-11-05','10:30:00+00:00','11:30:00+00:00','0','0','',NULL,'Planned','Medium','','0','Public',''),(47,'Repet',NULL,'Meeting','2024-11-06','2024-11-06','10:30:00+00:00','11:30:00+00:00','0','0','',NULL,'Planned','Medium','','0','Public',''),(49,'Repet',NULL,'Meeting','2024-11-07','2024-11-07','10:30:00+00:00','11:30:00+00:00','0','0','',NULL,'Planned','Medium','','0','Public',''),(51,'Repet',NULL,'Meeting','2024-11-08','2024-11-08','10:30:00+00:00','11:30:00+00:00','0','0','',NULL,'Planned','Medium','','0','Public',''),(53,'Repet',NULL,'Meeting','2024-11-09','2024-11-09','10:30:00+00:00','11:30:00+00:00','0','0','',NULL,'Planned','Medium','','0','Public',''),(55,'Repet',NULL,'Meeting','2024-11-10','2024-11-10','10:30:00+00:00','11:30:00+00:00','0','0','',NULL,'Planned','Medium','','0','Public',''),(57,'19 POOJAAAAAAAAA',NULL,'Call','2024-11-18','2024-11-18','18:30:00','18:35:00','0','0','5',NULL,'Planned','','','0','Public',''),(58,'2111111111',NULL,'Meeting','2024-11-21','2024-11-21','00:00:00+00:00','23:59:00+00:00','0','0','',NULL,'Planned','Medium','','0','Public',''),(60,'x1x1',NULL,'Meeting','2024-11-14','2024-11-14','00:00:00+00:00','23:59:00+00:00','0','0','',NULL,'Planned','Medium','','0','Public',''),(62,'x2',NULL,'Meeting','2024-11-15','2024-11-15','00:00:00+00:00','23:59:00+00:00','0','0','',NULL,'Planned','Medium','','0','Public',''),(64,'xxxx3x3',NULL,'Meeting','2024-11-15','2024-11-15','00:00:00+00:00','23:59:00+00:00','0','0','',NULL,'Planned','Medium','','0','Public',''),(66,'a4a444',NULL,'Meeting','2024-11-16','2024-11-16','00:00:00+00:00','23:59:00+00:00','0','0','',NULL,'Planned','Medium','','0','Public',''),(68,'t1t1t',NULL,'Meeting','2024-11-18','2024-11-18','00:00:00+00:00','23:59:00+00:00','0','0','',NULL,'Planned','Medium','','0','Public',''),(70,'t11tt1',NULL,'Meeting','2024-11-22','2024-11-22','00:00:00+00:00','23:59:00+00:00','0','0','',NULL,'Planned','Medium','','0','Public',''),(72,'y6y66y',NULL,'Meeting','2024-11-22','2024-11-22','00:00:00+00:00','23:59:00+00:00','0','0','',NULL,'Planned','Medium','','0','Public',''),(74,'24A1',NULL,'Meeting','2024-11-25','2024-11-25','00:00:00+00:00','23:59:00+00:00','0','0','',NULL,'Not Held','Medium','','0','Public',''),(76,'24A22',NULL,'Meeting','2024-11-26','2024-11-26','00:00:00+00:00','23:59:00+00:00','0','0','',NULL,'Not Held','Medium','','0','Public',''),(78,'24A3',NULL,'Meeting','2024-11-24','2024-11-24','00:00:00+00:00','23:59:00+00:00','0','0','',NULL,'Not Held','Medium','','0','Public',''),(80,'uuuuuuuuuuuuuu',NULL,'Call','2024-11-20','2024-11-20','18:30:00','18:35:00','0','0','5',NULL,'Planned','','','0','Public',''),(81,'tttttt',NULL,'Call','2024-11-27','2024-11-27','18:30:00','18:35:00','0','0','5',NULL,'Planned','','','0','Public',''),(259,'Test mail about the mail server configuration.','Contacts','Emails','2025-09-30',NULL,'12:00',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(260,'JENNSSSSSSSS','','Emails','2025-10-13',NULL,'11:41',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(263,'sw1','','Emails','2025-10-13',NULL,'11:44',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(266,'imageeeeeeee11111111111111111','Contacts','Emails','2025-10-14',NULL,'05:29',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(268,'Re: asdD111111111','','Emails','2025-10-14',NULL,'06:28',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(274,'213123213','','Emails','2025-10-14',NULL,'13:08',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(275,'test cc and bcc','','Emails','2025-10-16',NULL,'08:01',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(285,'Test ','','Emails','2025-10-29',NULL,'07:36',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(286,'Hello Test123','','Emails','2025-10-29',NULL,'07:37',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(292,'send mail test from crm','','Emails','2025-10-29',NULL,'08:49',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(294,'test from CRM','','Emails','2025-10-29',NULL,'08:52',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(310,'attachments','','Emails','2025-10-29',NULL,'08:58',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(313,'test by crmtiger','','Emails','2025-10-29',NULL,'10:34',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(314,'cxds','','Emails','2025-10-29',NULL,'10:36',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(315,'Asasas','','Emails','2025-10-29',NULL,'10:36',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(316,'AZx','','Emails','2025-10-29',NULL,'10:37',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(317,'frfffd','','Emails','2025-10-29',NULL,'10:38',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(318,'asas','','Emails','2025-10-29',NULL,'10:40',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(319,'TT-NIdhi-179','','Emails','2025-10-29',NULL,'10:41',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(320,'dfdfff','','Emails','2025-10-29',NULL,'10:43',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(321,'xxz','','Emails','2025-10-29',NULL,'10:44',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(322,'AaaA','','Emails','2025-10-29',NULL,'10:45',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(323,'Test ','','Emails','2025-10-29',NULL,'10:50',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(324,'aasa','','Emails','2025-10-29',NULL,'10:50',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(325,'aAAAAAAAAAA','','Emails','2025-10-29',NULL,'10:53',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(326,'sddsd','','Emails','2025-10-29',NULL,'10:53',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(327,'awe','','Emails','2025-10-29',NULL,'10:54',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(328,'sdsddf','','Emails','2025-10-29',NULL,'10:55',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(329,'aaSS','','Emails','2025-10-29',NULL,'10:56',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(330,'csdsd','','Emails','2025-10-29',NULL,'10:58',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(331,'vcvcv','','Emails','2025-10-29',NULL,'10:59',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(332,'dsdd','','Emails','2025-10-29',NULL,'11:00',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(333,'asasas','','Emails','2025-10-29',NULL,'11:00',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(334,'xccxc','','Emails','2025-10-29',NULL,'11:01',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(335,'dfdfdfd','','Emails','2025-10-29',NULL,'11:06',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(336,'ccvc','','Emails','2025-10-29',NULL,'11:11',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(337,'cdds','','Emails','2025-10-29',NULL,'11:12',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(338,'ddsd','','Emails','2025-10-29',NULL,'11:13',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(339,'fr','','Emails','2025-10-29',NULL,'11:14',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(340,'fdff','','Emails','2025-10-29',NULL,'11:15',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(341,'fddfd','','Emails','2025-10-29',NULL,'11:17',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(342,'asasas','','Emails','2025-10-29',NULL,'11:18',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(343,'dfr','','Emails','2025-10-29',NULL,'11:19',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(344,'ssas','','Emails','2025-10-29',NULL,'11:20',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(345,'cvcvcv','','Emails','2025-10-29',NULL,'11:21',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(346,'sdsd','','Emails','2025-10-29',NULL,'11:29',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(347,'Commercial Drywall Panel Supply','','Emails','2025-10-29',NULL,'11:31',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(348,'ccxc','','Emails','2025-10-29',NULL,'11:32',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(349,'fdfdf','','Emails','2025-10-29',NULL,'11:34',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(350,'sddsd','','Emails','2025-10-29',NULL,'11:36',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(351,'cxc','','Emails','2025-10-29',NULL,'11:39',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(352,'Test ','','Emails','2025-10-29',NULL,'11:39',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(353,'sas','','Emails','2025-10-29',NULL,'11:41',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(364,'dsdd','','Emails','2025-10-29',NULL,'11:53',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(365,'ssasasas','','Emails','2025-10-29',NULL,'11:54',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(366,'aAAA','','Emails','2025-10-29',NULL,'11:55',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(367,'dw','','Emails','2025-10-29',NULL,'12:02',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(391,'ddd','','Emails','2025-10-29',NULL,'12:17',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(393,'wwww','','Emails','2025-10-29',NULL,'12:21',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(395,'uuuu','','Emails','2025-10-29',NULL,'12:23',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(410,'xsxx','','Emails','2025-10-29',NULL,'13:15',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(427,'','Contacts','Emails','1970-01-01',NULL,'00:00',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(432,'','Contacts','Emails','1970-01-01',NULL,'00:00',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(440,'','Contacts','Emails','1970-01-01',NULL,'00:00',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(451,'','Contacts','Emails','1970-01-01',NULL,'00:00',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(453,'','Contacts','Emails','1970-01-01',NULL,'00:00',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(455,'','Contacts','Emails','1970-01-01',NULL,'00:00',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(457,'','Contacts','Emails','1970-01-01',NULL,'00:00',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(459,'','Contacts','Emails','1970-01-01',NULL,'00:00',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(461,'','Contacts','Emails','1970-01-01',NULL,'00:00',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(466,'','Contacts','Emails','1970-01-01',NULL,'00:00',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(473,'','Contacts','Emails','1970-01-01',NULL,'00:00',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(475,'','Accounts','Emails','1970-01-01',NULL,'00:00',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(488,'','Accounts','Emails','1970-01-01',NULL,'00:00',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(490,'','Contacts','Emails','1970-01-01',NULL,'00:00',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(492,'','Contacts','Emails','1970-01-01',NULL,'00:00',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(494,'','Contacts','Emails','1970-01-01',NULL,'00:00',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(507,'Test evemt',NULL,'Call','2025-10-30','2025-10-30','12:40:00','12:45:00','0','0','',NULL,'Planned','','','0','Public',''),(523,'','Contacts','Emails','1970-01-01',NULL,'00:00',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(555,'','Contacts','Emails','1970-01-01',NULL,'00:00',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(558,'','Contacts','Emails','1970-01-01',NULL,'00:00',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(560,'','Contacts','Emails','1970-01-01',NULL,'00:00',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(561,'HHHHHHHHH& MMMMMMMMMMMMM',NULL,'Meeting','2025-10-31','2025-10-31','09:30:00','09:35:00','0','0','',NULL,'Planned','','','0','Public',''),(562,'HHHHHHHHH& MMMMMMMMMMMMM',NULL,'Call','2025-10-31','2025-10-31','09:44:00','09:49:00','0','0','',NULL,'Planned','','','0','Public',''),(564,'','Contacts','Emails','1970-01-01',NULL,'00:00',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(566,'test task',NULL,'Task','2025-10-31','2025-10-31','09:47:00','','0','','','In Progress','','','','0','Public',''),(567,'','Contacts','Emails','1970-01-01',NULL,'00:00',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(571,'HHHHHHHHH& MMMMMMMMMMMMM',NULL,'Call','2025-10-31','2025-10-31','10:36:00','10:41:00','0','0','',NULL,'Planned','','','0','Public',''),(577,'HHHHHHHHH& MMMMMMMMMMMMM taskkk',NULL,'Task','2025-10-31','2025-10-31','10:38:00','','0','','','Not Started','','','','0','Public',''),(578,'','Contacts','Emails','1970-01-01',NULL,'00:00',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(590,'HHHHHHHHH& MMMMMMMMMMMMM','','Emails','2025-10-15',NULL,'10:48:24',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(591,'HHHHHHHHH& MMMMMMMMMMMMM','','Emails','2025-10-15',NULL,'10:48:24',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(592,'HHHHHHHHH& MMMMMMMMMMMMM','','Emails','2025-10-15',NULL,'10:48:24',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(593,'HHHHHHHHH& MMMMMMMMMMMMM','','Emails','2025-10-15',NULL,'10:48:24',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(608,'HHHHHHHHH& MMMMMMMMMMMMM','','Emails','2025-10-15',NULL,'10:48:24',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(624,'','Contacts','Emails','1970-01-01',NULL,'00:00',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(625,'event today',NULL,'Call','2025-11-03','2025-11-03','11:12:00','11:17:00','0','0','',NULL,'Planned','','','0','Public',''),(635,'','Contacts','Emails','1970-01-01',NULL,'00:00',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(641,'Jecobbbbbbbb',NULL,'Meeting','2025-11-03','2025-11-03','13:36:00','13:41:00','0','0','',NULL,'Planned','','','0','Public',''),(642,'','Contacts','Emails','1970-01-01',NULL,'00:00',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(646,'Request for Consultation Meeting',NULL,'Call','2025-11-04','2025-11-04','06:12:00','06:17:00','0','0','',NULL,'Planned','','','0','Public',''),(707,'c111111111','','Emails','2025-11-04',NULL,'11:12',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(708,'test from 6.5 outlook','','Emails','2025-11-04',NULL,'11:13',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(790,'eventttttt',NULL,'Call','2025-11-04','2025-11-04','12:00:00','12:05:00','0','0','',NULL,'Planned','','','0','Public',''),(791,'d11111',NULL,'Call','2025-11-04','2025-11-04','12:01:00','12:06:00','0','0','',NULL,'Planned','','','0','Public',''),(792,'vvvvvvvvvvvv',NULL,'Call','2025-11-04','2025-11-04','12:02:00','12:07:00','0','0','',NULL,'Planned','','','0','Public',''),(793,'event',NULL,'Call','2025-11-04','2025-11-04','18:30:00','18:35:00','0','0','5',NULL,'Planned','','','0','Public',''),(794,'to dooooooo',NULL,'Task','2025-11-04','2025-11-05','18:30:00','','0','-489498','-30','In Progress','','','','0','Private',''),(795,'to99999999',NULL,'Call','2025-11-04','2025-11-04','12:03:00','12:08:00','0','0','',NULL,'Planned','','','0','Public',''),(796,'ttttttttttttttt',NULL,'Call','2025-11-04','2025-11-04','12:14:00','12:19:00','0','0','',NULL,'Planned','','','0','Public',''),(798,'','Contacts','Emails','1970-01-01',NULL,'00:00',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(801,'','Contacts','Emails','1970-01-01',NULL,'00:00',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(803,'','Contacts','Emails','1970-01-01',NULL,'00:00',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(804,'event',NULL,'Call','2025-11-04','2025-11-04','13:03:00','13:08:00','0','0','',NULL,'Planned','','','0','Public',''),(805,'to dooooooo',NULL,'Task','2025-11-04','2025-11-04','13:04:00','','0','','','Completed','','','','0','Public',''),(812,'','Contacts','Emails','1970-01-01',NULL,'00:00',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(813,'','Contacts','Emails','1970-01-01',NULL,'00:00',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(815,'','Accounts','Emails','1970-01-01',NULL,'00:00',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(816,'c1',NULL,'Call','2025-11-04','2025-11-04','13:11:00','13:16:00','0','0','',NULL,'Planned','','','0','Public',''),(819,'','Accounts','Emails','1970-01-01',NULL,'00:00',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(821,'','Leads','Emails','1970-01-01',NULL,'00:00',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(822,'','Leads','Emails','1970-01-01',NULL,'00:00',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(823,'','Leads','Emails','1970-01-01',NULL,'00:00',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(824,'','Leads','Emails','1970-01-01',NULL,'00:00',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(832,'jenniferrrrr','','Emails','2025-11-05',NULL,'06:23',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(835,'Helo11111111111','','Emails','2025-11-05',NULL,'07:00',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(836,'Ft1111111','','Emails','2025-11-05',NULL,'07:08',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(837,'a1111111111111111111111111111111','','Emails','2025-11-05',NULL,'07:09',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(838,'d111111111111111111111111','','Emails','2025-11-05',NULL,'07:09',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(843,'Hello 333333333','','Emails','2025-11-05',NULL,'07:37',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(845,'OKOKOKOKOK123','','Emails','2025-11-05',NULL,'07:39',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(846,'11111','','Emails','2025-11-05',NULL,'07:53',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(847,'TTTTTTTTT','','Emails','2025-11-05',NULL,'07:54',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(848,'Announcement for Release','','Emails','2025-11-05',NULL,'08:58',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(849,'Thanks Note','','Emails','2025-11-05',NULL,'08:59',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(850,'check to cc bcc','','Emails','2025-11-05',NULL,'09:07',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(851,'draft mail tooday 11 nov ','','Emails','2025-11-05',NULL,'09:18',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(852,'draft maill 11111111111','','Emails','2025-11-05',NULL,'09:23',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(853,'Invoices Pending','','Emails','2025-11-06',NULL,'05:41',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(854,'reply in gmail','','Emails','2025-11-06',NULL,'05:47',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(855,'Fwd: Testing mailll ook fffffffff','','Emails','2025-11-06',NULL,'05:49',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(856,'a5555555',NULL,'Meeting','2025-11-06','2025-11-06','09:45:00','09:50:00','0','0','',NULL,'Planned','','','0','Public',''),(857,'eventttttttttttt',NULL,'Task','2025-11-06','2025-11-06','09:46:00','','0','','','Not Started','','','','0','Public',''),(858,'test contact','','Emails','2025-11-07',NULL,'07:01',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(859,'Test contactttttt','','Emails','2025-11-07',NULL,'07:07',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(860,'Test contactttttt','','Emails','2025-11-07',NULL,'07:07',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(861,'ssssssss','','Emails','2025-11-07',NULL,'07:08',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(862,'dddddddddddd','','Emails','2025-11-07',NULL,'07:11',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(863,'testttttt wwwwwwww','','Emails','2025-11-07',NULL,'07:16',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(864,'testtttt conatct','','Emails','2025-11-07',NULL,'07:17',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(865,'dddddddddefeff','','Emails','2025-11-07',NULL,'07:20',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(866,'sw','','Emails','2025-11-07',NULL,'07:21',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(867,'dsss','','Emails','2025-11-07',NULL,'07:30',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(868,'sda','','Emails','2025-11-07',NULL,'07:31',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(869,'event',NULL,'Call','2025-11-06','2025-11-06','18:30:00','18:35:00','0','0','5',NULL,'Planned','','','0','Public',''),(870,'to do',NULL,'Call','2025-11-06','2025-11-06','18:30:00','18:35:00','0','0','5',NULL,'Planned','','','0','Public',''),(871,'toooooooo doooo',NULL,'Task','2025-11-06','2025-11-07','18:30:00','','0','-489642','-30','In Progress','','','','0','Private',''),(872,'gggggggggggg',NULL,'Task','2025-11-10','2025-11-10','09:41:00','','0','','','Not Started','','','','0','Public',''),(873,'jjjjjjjjjjjjj',NULL,'Task','2025-11-10','2025-11-10','09:42:00','','0','','','In Progress','','','','0','Public',''),(874,'mmmmmmmmmmmmm',NULL,'Task','2025-11-10','2025-11-10','09:43:00','','0','','','Completed','','','','0','Public',''),(875,'helllloooooooooooo11111111111','','Emails','2025-11-11',NULL,'10:32',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(879,'QQQQQQQ','','Emails','2025-11-11',NULL,'10:34',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(881,'send mail from the crm TOO','','Emails','2025-11-11',NULL,'11:07',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(882,'Hello i am sending you testing mail so ignore it ...................','','Emails','2025-11-11',NULL,'11:10:23',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(883,'Hello i am sending you testing mail so ignore it ...................',NULL,'Task','2025-11-11','2025-11-11','11:20:00','','0','','','In Progress','','','','0','Public',''),(884,'todyaaaaaaaaaa',NULL,'Task','2025-11-11','2025-11-11','11:22:00','','0','','','Completed','','','','0','Public',''),(885,'event todayyyyyyy',NULL,'Call','2025-11-11','2025-11-11','11:23:00','11:28:00','0','0','',NULL,'Planned','','','0','Public',''),(886,'tooooooo doooooooo',NULL,'Call','2025-11-13','2025-11-13','11:24:00','11:29:00','0','0','',NULL,'Planned','','','0','Public',''),(887,'to do for today',NULL,'Task','2025-11-11','2025-11-11','11:27:00','','0','','','In Progress','','','','0','Public',''),(888,'to do for next dateeeeee',NULL,'Meeting','2025-11-12','2025-11-12','11:27:00','11:32:00','0','0','',NULL,'Planned','','','0','Public',''),(889,'todaayyyyyyyyyyyyyy',NULL,'Call','2025-11-11','2025-11-11','11:30:00','11:35:00','0','0','',NULL,'Planned','','','0','Public',''),(890,'nextttttt dayyyyyyy',NULL,'Task','2025-11-12','2025-11-12','11:30:00','','0','','','In Progress','','','','0','Public',''),(891,'z111111111111111111',NULL,'Task','2025-11-11','2025-11-11','11:31:00','','0','','','In Progress','','','','0','Public',''),(892,'c11111111111111',NULL,'Task','2025-11-15','2025-11-15','11:31:00','','0','','','Not Started','','','','0','Public',''),(893,'H1H1H1H11',NULL,'Task','2025-11-15','2025-11-15','11:32:00','','0','','','In Progress','','','','0','Public',''),(894,'Hello i am sending you testing mail so ignore it ...................',NULL,'Task','2025-11-11','2025-11-11','11:35:00','','0','','','Not Started','','','','0','Public',''),(896,'Re: confirmmmmmmmmmmm','','Emails','2025-11-11',NULL,'11:43',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(898,'','Accounts','Emails','1970-01-01',NULL,'00:00',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(899,'','Accounts','Emails','1970-01-01',NULL,'00:00',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(900,'TT-NIdhi-179','','Emails','2025-11-11',NULL,'13:46',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL),(901,'ppppppp','','Emails','2025-11-11',NULL,'13:47',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL);
/*!40000 ALTER TABLE `vtiger_activity` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_activity_reminder`
--
DROP TABLE IF EXISTS `vtiger_activity_reminder`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_activity_reminder` (
`activity_id` int NOT NULL,
`reminder_time` int NOT NULL,
`reminder_sent` int NOT NULL,
`recurringid` int NOT NULL,
PRIMARY KEY (`activity_id`,`recurringid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_activity_reminder`
--
LOCK TABLES `vtiger_activity_reminder` WRITE;
/*!40000 ALTER TABLE `vtiger_activity_reminder` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_activity_reminder` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_activity_reminder_popup`
--
DROP TABLE IF EXISTS `vtiger_activity_reminder_popup`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_activity_reminder_popup` (
`reminderid` int NOT NULL AUTO_INCREMENT,
`semodule` varchar(100) NOT NULL,
`recordid` int NOT NULL,
`date_start` date NOT NULL,
`time_start` varchar(100) NOT NULL,
`status` int NOT NULL,
PRIMARY KEY (`reminderid`)
) ENGINE=InnoDB AUTO_INCREMENT=18 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_activity_reminder_popup`
--
LOCK TABLES `vtiger_activity_reminder_popup` WRITE;
/*!40000 ALTER TABLE `vtiger_activity_reminder_popup` DISABLE KEYS */;
INSERT INTO `vtiger_activity_reminder_popup` VALUES (1,'Calendar',6,'2024-11-23','00:00:00+00:00',0),(2,'Calendar',8,'2024-11-25','18:30:00',0),(3,'Calendar',10,'2024-11-28','18:30:00',0),(4,'Calendar',22,'2024-11-24','18:30:00',0),(5,'Calendar',26,'2024-11-22','18:30:00',0),(6,'Calendar',33,'2024-11-23','00:00:00+00:00',1),(7,'Calendar',74,'2024-11-25','00:00:00+00:00',1),(8,'Calendar',76,'2024-11-26','00:00:00+00:00',1),(9,'Calendar',78,'2024-11-24','00:00:00+00:00',1),(10,'Calendar',81,'2024-11-27','18:30:00',0),(11,'Calendar',793,'2025-11-04','18:30:00',0),(12,'Calendar',794,'2025-11-04','18:30:00',0),(13,'Calendar',886,'2025-11-13','11:24:00',0),(14,'Calendar',888,'2025-11-12','11:27:00',0),(15,'Calendar',890,'2025-11-12','11:30:00',0),(16,'Calendar',892,'2025-11-15','11:31:00',0),(17,'Calendar',893,'2025-11-15','11:32:00',0);
/*!40000 ALTER TABLE `vtiger_activity_reminder_popup` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_activity_view`
--
DROP TABLE IF EXISTS `vtiger_activity_view`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_activity_view` (
`activity_viewid` int NOT NULL AUTO_INCREMENT,
`activity_view` varchar(200) NOT NULL,
`sortorderid` int NOT NULL DEFAULT '0',
`presence` int NOT NULL DEFAULT '1',
PRIMARY KEY (`activity_viewid`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_activity_view`
--
LOCK TABLES `vtiger_activity_view` WRITE;
/*!40000 ALTER TABLE `vtiger_activity_view` DISABLE KEYS */;
INSERT INTO `vtiger_activity_view` VALUES (1,'Today',0,1),(2,'This Week',1,1),(3,'This Month',2,1),(4,'This Year',3,1);
/*!40000 ALTER TABLE `vtiger_activity_view` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_activity_view_seq`
--
DROP TABLE IF EXISTS `vtiger_activity_view_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_activity_view_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_activity_view_seq`
--
LOCK TABLES `vtiger_activity_view_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_activity_view_seq` DISABLE KEYS */;
INSERT INTO `vtiger_activity_view_seq` VALUES (4);
/*!40000 ALTER TABLE `vtiger_activity_view_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_activitycf`
--
DROP TABLE IF EXISTS `vtiger_activitycf`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_activitycf` (
`activityid` int NOT NULL DEFAULT '0',
PRIMARY KEY (`activityid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_activitycf`
--
LOCK TABLES `vtiger_activitycf` WRITE;
/*!40000 ALTER TABLE `vtiger_activitycf` DISABLE KEYS */;
INSERT INTO `vtiger_activitycf` VALUES (6),(8),(10),(12),(14),(16),(18),(20),(21),(22),(23),(24),(26),(27),(28),(30),(32),(33),(35),(37),(39),(41),(43),(45),(47),(49),(51),(53),(55),(57),(58),(60),(62),(64),(66),(68),(70),(72),(74),(76),(78),(80),(81),(507),(561),(562),(566),(571),(577),(625),(641),(646),(790),(791),(792),(793),(794),(795),(796),(804),(805),(816),(856),(857),(869),(870),(871),(872),(873),(874),(883),(884),(885),(886),(887),(888),(889),(890),(891),(892),(893),(894);
/*!40000 ALTER TABLE `vtiger_activitycf` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_activityproductrel`
--
DROP TABLE IF EXISTS `vtiger_activityproductrel`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_activityproductrel` (
`activityid` int NOT NULL DEFAULT '0',
`productid` int NOT NULL DEFAULT '0',
PRIMARY KEY (`activityid`,`productid`),
KEY `activityproductrel_activityid_idx` (`activityid`),
KEY `activityproductrel_productid_idx` (`productid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_activityproductrel`
--
LOCK TABLES `vtiger_activityproductrel` WRITE;
/*!40000 ALTER TABLE `vtiger_activityproductrel` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_activityproductrel` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_activitytype`
--
DROP TABLE IF EXISTS `vtiger_activitytype`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_activitytype` (
`activitytypeid` int NOT NULL AUTO_INCREMENT,
`activitytype` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT NULL,
PRIMARY KEY (`activitytypeid`),
UNIQUE KEY `activitytype_activitytype_idx` (`activitytype`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_activitytype`
--
LOCK TABLES `vtiger_activitytype` WRITE;
/*!40000 ALTER TABLE `vtiger_activitytype` DISABLE KEYS */;
INSERT INTO `vtiger_activitytype` VALUES (1,'Call',0,12,0),(2,'Meeting',0,13,1),(3,'Mobile Call',0,295,1);
/*!40000 ALTER TABLE `vtiger_activitytype` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_activitytype_seq`
--
DROP TABLE IF EXISTS `vtiger_activitytype_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_activitytype_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_activitytype_seq`
--
LOCK TABLES `vtiger_activitytype_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_activitytype_seq` DISABLE KEYS */;
INSERT INTO `vtiger_activitytype_seq` VALUES (3);
/*!40000 ALTER TABLE `vtiger_activitytype_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_announcement`
--
DROP TABLE IF EXISTS `vtiger_announcement`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_announcement` (
`creatorid` int NOT NULL,
`announcement` text,
`title` varchar(255) DEFAULT NULL,
`time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
PRIMARY KEY (`creatorid`),
KEY `announcement_creatorid_idx` (`creatorid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_announcement`
--
LOCK TABLES `vtiger_announcement` WRITE;
/*!40000 ALTER TABLE `vtiger_announcement` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_announcement` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_assets`
--
DROP TABLE IF EXISTS `vtiger_assets`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_assets` (
`assetsid` int NOT NULL,
`asset_no` varchar(30) NOT NULL,
`account` int DEFAULT NULL,
`product` int NOT NULL,
`serialnumber` varchar(200) DEFAULT NULL,
`datesold` date DEFAULT NULL,
`dateinservice` date DEFAULT NULL,
`assetstatus` varchar(200) DEFAULT 'In Service',
`tagnumber` varchar(300) DEFAULT NULL,
`invoiceid` int DEFAULT NULL,
`shippingmethod` varchar(200) DEFAULT NULL,
`shippingtrackingnumber` varchar(200) DEFAULT NULL,
`assetname` varchar(100) DEFAULT NULL,
`contact` int DEFAULT NULL,
PRIMARY KEY (`assetsid`),
CONSTRAINT `fk_1_vtiger_assets` FOREIGN KEY (`assetsid`) REFERENCES `vtiger_crmentity` (`crmid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_assets`
--
LOCK TABLES `vtiger_assets` WRITE;
/*!40000 ALTER TABLE `vtiger_assets` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_assets` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_assetscf`
--
DROP TABLE IF EXISTS `vtiger_assetscf`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_assetscf` (
`assetsid` int NOT NULL,
PRIMARY KEY (`assetsid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_assetscf`
--
LOCK TABLES `vtiger_assetscf` WRITE;
/*!40000 ALTER TABLE `vtiger_assetscf` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_assetscf` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_assetstatus`
--
DROP TABLE IF EXISTS `vtiger_assetstatus`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_assetstatus` (
`assetstatusid` int NOT NULL AUTO_INCREMENT,
`assetstatus` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT '0',
PRIMARY KEY (`assetstatusid`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_assetstatus`
--
LOCK TABLES `vtiger_assetstatus` WRITE;
/*!40000 ALTER TABLE `vtiger_assetstatus` DISABLE KEYS */;
INSERT INTO `vtiger_assetstatus` VALUES (1,'In Service',1,286,1),(2,'Out-of-service',1,287,2);
/*!40000 ALTER TABLE `vtiger_assetstatus` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_assetstatus_seq`
--
DROP TABLE IF EXISTS `vtiger_assetstatus_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_assetstatus_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_assetstatus_seq`
--
LOCK TABLES `vtiger_assetstatus_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_assetstatus_seq` DISABLE KEYS */;
INSERT INTO `vtiger_assetstatus_seq` VALUES (2);
/*!40000 ALTER TABLE `vtiger_assetstatus_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_asterisk`
--
DROP TABLE IF EXISTS `vtiger_asterisk`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_asterisk` (
`server` varchar(30) DEFAULT NULL,
`port` varchar(30) DEFAULT NULL,
`username` varchar(50) DEFAULT NULL,
`password` varchar(50) DEFAULT NULL,
`version` varchar(50) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_asterisk`
--
LOCK TABLES `vtiger_asterisk` WRITE;
/*!40000 ALTER TABLE `vtiger_asterisk` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_asterisk` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_asteriskextensions`
--
DROP TABLE IF EXISTS `vtiger_asteriskextensions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_asteriskextensions` (
`userid` int DEFAULT NULL,
`asterisk_extension` varchar(50) DEFAULT NULL,
`use_asterisk` varchar(3) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_asteriskextensions`
--
LOCK TABLES `vtiger_asteriskextensions` WRITE;
/*!40000 ALTER TABLE `vtiger_asteriskextensions` DISABLE KEYS */;
INSERT INTO `vtiger_asteriskextensions` VALUES (1,NULL,NULL),(5,NULL,NULL),(6,NULL,NULL),(8,NULL,NULL),(9,NULL,NULL),(10,NULL,NULL),(11,NULL,NULL),(12,NULL,NULL),(13,NULL,NULL),(14,NULL,NULL),(15,NULL,NULL),(16,NULL,NULL),(17,NULL,NULL),(18,NULL,NULL),(19,NULL,NULL),(20,NULL,NULL),(21,NULL,NULL),(22,NULL,NULL),(23,NULL,NULL),(24,NULL,NULL),(25,NULL,NULL),(26,NULL,NULL),(27,NULL,NULL),(28,NULL,NULL),(29,NULL,NULL);
/*!40000 ALTER TABLE `vtiger_asteriskextensions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_asteriskincomingcalls`
--
DROP TABLE IF EXISTS `vtiger_asteriskincomingcalls`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_asteriskincomingcalls` (
`from_number` varchar(50) DEFAULT NULL,
`from_name` varchar(50) DEFAULT NULL,
`to_number` varchar(50) DEFAULT NULL,
`callertype` varchar(30) DEFAULT NULL,
`flag` int DEFAULT NULL,
`timer` int DEFAULT NULL,
`refuid` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_asteriskincomingcalls`
--
LOCK TABLES `vtiger_asteriskincomingcalls` WRITE;
/*!40000 ALTER TABLE `vtiger_asteriskincomingcalls` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_asteriskincomingcalls` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_asteriskincomingevents`
--
DROP TABLE IF EXISTS `vtiger_asteriskincomingevents`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_asteriskincomingevents` (
`uid` varchar(255) NOT NULL,
`channel` varchar(100) DEFAULT NULL,
`from_number` bigint DEFAULT NULL,
`from_name` varchar(100) DEFAULT NULL,
`to_number` bigint DEFAULT NULL,
`callertype` varchar(100) DEFAULT NULL,
`timer` int DEFAULT NULL,
`flag` varchar(3) DEFAULT NULL,
`pbxrecordid` int DEFAULT NULL,
`relcrmid` int DEFAULT NULL,
PRIMARY KEY (`uid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_asteriskincomingevents`
--
LOCK TABLES `vtiger_asteriskincomingevents` WRITE;
/*!40000 ALTER TABLE `vtiger_asteriskincomingevents` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_asteriskincomingevents` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_attachments`
--
DROP TABLE IF EXISTS `vtiger_attachments`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_attachments` (
`attachmentsid` int NOT NULL,
`name` varchar(255) NOT NULL,
`description` text,
`type` varchar(100) DEFAULT NULL,
`path` text,
`subject` varchar(255) DEFAULT NULL,
PRIMARY KEY (`attachmentsid`),
KEY `attachments_attachmentsid_idx` (`attachmentsid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_attachments`
--
LOCK TABLES `vtiger_attachments` WRITE;
/*!40000 ALTER TABLE `vtiger_attachments` DISABLE KEYS */;
INSERT INTO `vtiger_attachments` VALUES (262,'9B.jfif',NULL,'image/jpeg','storage/2025/October/week2/',NULL),(264,'invoice.pdf','invoice.pdf','application/pdf','storage/2025/October/week2/',NULL),(267,'invoice.pdf','invoice.pdf','application/pdf','storage/mailscanner/',NULL),(269,'','','application/octet-stream','storage/2025/October/week2/',NULL),(270,'','','application/octet-stream','storage/2025/October/week2/',NULL),(271,'','','application/octet-stream','storage/2025/October/week2/',NULL),(272,'','','application/octet-stream','storage/2025/October/week2/',NULL),(273,'','','application/octet-stream','storage/2025/October/week2/',NULL),(276,'test_html_31628215f80b618f.png','test_html_31628215f80b618f.png','image/png','storage/2025/October/week5/',NULL),(277,'LOGO.jpg','LOGO.jpg','image/jpeg','storage/2025/October/week5/',NULL),(278,'Invoice_INV6_(1).pdf','Invoice_INV6_(1).pdf','application/pdf','storage/2025/October/week5/',NULL),(279,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/October/week5/',NULL),(280,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/October/week5/',NULL),(281,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/October/week5/',NULL),(282,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/October/week5/',NULL),(283,'Quotes_QUO3.pdf','Quotes_QUO3.pdf','application/pdf','storage/2025/October/week5/',NULL),(284,'crmtiger.png','crmtiger.png','image/png','storage/2025/October/week5/',NULL),(287,'screenshot_1.png','screenshot_1.png','image/png','storage/2025/October/week5/',NULL),(288,'LOGO.jpg','LOGO.jpg','image/jpeg','storage/2025/October/week5/',NULL),(289,'test_html_5913f8c1726fe322.gif','test_html_5913f8c1726fe322.gif','image/gif','storage/2025/October/week5/',NULL),(290,'test1_html_9dfa7c6d86f658d9.jpg','test1_html_9dfa7c6d86f658d9.jpg','image/jpeg','storage/2025/October/week5/',NULL),(291,'test_html_31628215f80b618f.png','test_html_31628215f80b618f.png','image/png','storage/2025/October/week5/',NULL),(293,'screenshot_1.png','\n<p>helloo</p>\n\n<p> </p>\n\n<p><img alt=\"\" src=\"https://vtigergoogleoffice65suite.crmtiger.com//test/upload/images/screenshot_1.png\" style=\"width:991px;height:586px;\" /></p>\n','image/png','storage/2025/October/week5/',NULL),(295,'screenshot.png','\n<p>test os inline attahments : </p>\n\n<p>Screenshort 3<img alt=\"\" src=\"https://vtigergoogleoffice65suite.crmtiger.com//test/upload/images/screenshot_3.png\" style=\"height:768px;\" /></p>\n','image/png','storage/2025/October/week5/',NULL),(296,'sparkles.gif','sparkles.gif','image/gif','storage/2025/October/week5/',NULL),(297,'SampleJPGImage_200kbmb_(1).jpg','SampleJPGImage_200kbmb_(1).jpg','image/jpeg','storage/2025/October/week5/',NULL),(298,'SampleJPGImage_200kbmb_(1).jpg','SampleJPGImage_200kbmb_(1).jpg','image/jpeg','storage/2025/October/week5/',NULL),(299,'SampleJPGImage_200kbmb_(1).jpg','SampleJPGImage_200kbmb_(1).jpg','image/jpeg','storage/2025/October/week5/',NULL),(300,'SampleJPGImage_200kbmb.jpg','SampleJPGImage_200kbmb.jpg','image/jpeg','storage/2025/October/week5/',NULL),(301,'LOGO.jpg','LOGO.jpg','image/jpeg','storage/2025/October/week5/',NULL),(302,'2c.jfif','2c.jfif','application/octet-stream','storage/2025/October/week5/',NULL),(303,'1A.jfif','1A.jfif','application/octet-stream','storage/2025/October/week5/',NULL),(304,'Invoice_INV6_(1)-1.pdf','Invoice_INV6_(1)-1.pdf','application/pdf','storage/2025/October/week5/',NULL),(305,'Invoice_INV6_(1).pdf','Invoice_INV6_(1).pdf','application/pdf','storage/2025/October/week5/',NULL),(306,'CTChatLog.png','CTChatLog.png','image/png','storage/2025/October/week5/',NULL),(307,'Group_1.png','Group_1.png','image/png','storage/2025/October/week5/',NULL),(308,'screenshot.png','screenshot.png','image/png','storage/2025/October/week5/',NULL),(309,'screenshot_1.png','screenshot_1.png','image/png','storage/2025/October/week5/',NULL),(311,'screenshot.png','test attachments','image/png','storage/2025/October/week5/',NULL),(312,'screenshot.png','screenshot.png','image/png','storage/2025/October/week5/',NULL),(354,'test_html_31628215f80b618f.png','test_html_31628215f80b618f.png','image/png','storage/2025/October/week5/',NULL),(355,'LOGO.jpg','LOGO.jpg','image/jpeg','storage/2025/October/week5/',NULL),(356,'Invoice_INV6_(1).pdf','Invoice_INV6_(1).pdf','application/pdf','storage/2025/October/week5/',NULL),(357,'screenshot.png','screenshot.png','image/png','storage/2025/October/week5/',NULL),(358,'screenshot.png','screenshot.png','image/png','storage/2025/October/week5/',NULL),(359,'screenshot_1.png','screenshot_1.png','image/png','storage/2025/October/week5/',NULL),(360,'screenshot_1.png','screenshot_1.png','image/png','storage/2025/October/week5/',NULL),(361,'LOGO.jpg','LOGO.jpg','image/jpeg','storage/2025/October/week5/',NULL),(362,'test_html_5913f8c1726fe322.gif','test_html_5913f8c1726fe322.gif','image/gif','storage/2025/October/week5/',NULL),(363,'test1_html_9dfa7c6d86f658d9.jpg','test1_html_9dfa7c6d86f658d9.jpg','image/jpeg','storage/2025/October/week5/',NULL),(368,'test_html_31628215f80b618f.png','test_html_31628215f80b618f.png','image/png','storage/2025/October/week5/',NULL),(369,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/October/week5/',NULL),(370,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/October/week5/',NULL),(371,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/October/week5/',NULL),(372,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/October/week5/',NULL),(373,'Quotes_QUO3.pdf','Quotes_QUO3.pdf','application/pdf','storage/2025/October/week5/',NULL),(374,'sparkles.gif','sparkles.gif','image/gif','storage/2025/October/week5/',NULL),(375,'SampleJPGImage_200kbmb_(1).jpg','SampleJPGImage_200kbmb_(1).jpg','image/jpeg','storage/2025/October/week5/',NULL),(376,'SampleJPGImage_200kbmb_(1).jpg','SampleJPGImage_200kbmb_(1).jpg','image/jpeg','storage/2025/October/week5/',NULL),(377,'SampleJPGImage_200kbmb_(1).jpg','SampleJPGImage_200kbmb_(1).jpg','image/jpeg','storage/2025/October/week5/',NULL),(378,'SampleJPGImage_200kbmb.jpg','SampleJPGImage_200kbmb.jpg','image/jpeg','storage/2025/October/week5/',NULL),(379,'LOGO.jpg','LOGO.jpg','image/jpeg','storage/2025/October/week5/',NULL),(380,'2c.jfif','2c.jfif','application/octet-stream','storage/2025/October/week5/',NULL),(381,'1A.jfif','1A.jfif','application/octet-stream','storage/2025/October/week5/',NULL),(382,'Invoice_INV6_(1)-1.pdf','Invoice_INV6_(1)-1.pdf','application/pdf','storage/2025/October/week5/',NULL),(383,'Invoice_INV6_(1).pdf','Invoice_INV6_(1).pdf','application/pdf','storage/2025/October/week5/',NULL),(384,'CTChatLog.png','CTChatLog.png','image/png','storage/2025/October/week5/',NULL),(385,'Group_1.png','Group_1.png','image/png','storage/2025/October/week5/',NULL),(386,'9B.jfif','9B.jfif','application/octet-stream','storage/2025/October/week5/',NULL),(387,'9B.jfif','9B.jfif','application/octet-stream','storage/2025/October/week5/',NULL),(388,'9B.jfif','9B.jfif','application/octet-stream','storage/2025/October/week5/',NULL),(389,'9B.jfif','9B.jfif','application/octet-stream','storage/2025/October/week5/',NULL),(390,'crmtiger.png','crmtiger.png','image/png','storage/2025/October/week5/',NULL),(392,'9B.jfif','9B.jfif','application/octet-stream','storage/2025/October/week5/',NULL),(394,'screenshot_1.png','wwww','image/png','storage/2025/October/week5/',NULL),(396,'screenshot_1.png','screenshot_1.png','image/png','storage/2025/October/week5/',NULL),(397,'test_html_31628215f80b618f.png','test_html_31628215f80b618f.png','image/png','storage/2025/October/week5/',NULL),(398,'LOGO.jpg','LOGO.jpg','image/jpeg','storage/2025/October/week5/',NULL),(399,'Invoice_INV6_(1).pdf','Invoice_INV6_(1).pdf','application/pdf','storage/2025/October/week5/',NULL),(400,'screenshot_1.png','screenshot_1.png','image/png','storage/2025/October/week5/',NULL),(401,'9B.jfif','9B.jfif','application/octet-stream','storage/2025/October/week5/',NULL),(402,'9B.jfif','9B.jfif','application/octet-stream','storage/2025/October/week5/',NULL),(403,'9B.jfif','9B.jfif','application/octet-stream','storage/2025/October/week5/',NULL),(404,'9B.jfif','9B.jfif','application/octet-stream','storage/2025/October/week5/',NULL),(405,'9B.jfif','9B.jfif','application/octet-stream','storage/2025/October/week5/',NULL),(406,'screenshot.png','screenshot.png','image/png','storage/2025/October/week5/',NULL),(407,'screenshot.png','screenshot.png','image/png','storage/2025/October/week5/',NULL),(408,'screenshot_1.png','screenshot_1.png','image/png','storage/2025/October/week5/',NULL),(409,'screenshot_1.png','screenshot_1.png','image/png','storage/2025/October/week5/',NULL),(411,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/October/week5/',NULL),(412,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/October/week5/',NULL),(413,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/October/week5/',NULL),(414,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/October/week5/',NULL),(415,'Quotes_QUO3.pdf','Quotes_QUO3.pdf','application/pdf','storage/2025/October/week5/',NULL),(416,'crmtiger.png','crmtiger.png','image/png','storage/2025/October/week5/',NULL),(417,'test_html_31628215f80b618f.png','test_html_31628215f80b618f.png','image/png','storage/2025/October/week5/',NULL),(418,'LOGO.jpg','LOGO.jpg','image/jpeg','storage/2025/October/week5/',NULL),(419,'Invoice_INV6_(1).pdf','Invoice_INV6_(1).pdf','application/pdf','storage/2025/October/week5/',NULL),(420,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/October/week5/',NULL),(421,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/October/week5/',NULL),(422,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/October/week5/',NULL),(423,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/October/week5/',NULL),(424,'Quotes_QUO3.pdf','Quotes_QUO3.pdf','application/pdf','storage/2025/October/week5/',NULL),(425,'crmtiger.png','crmtiger.png','image/png','storage/2025/October/week5/',NULL),(428,'test_html_31628215f80b618f.png','test_html_31628215f80b618f.png','image/png','storage/2025/October/week5/',NULL),(429,'LOGO.jpg','LOGO.jpg','image/jpeg','storage/2025/October/week5/',NULL),(430,'Invoice_INV6_(1).pdf','Invoice_INV6_(1).pdf','application/pdf','storage/2025/October/week5/',NULL),(433,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/October/week5/',NULL),(434,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/October/week5/',NULL),(435,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/October/week5/',NULL),(436,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/October/week5/',NULL),(437,'Quotes_QUO3.pdf','Quotes_QUO3.pdf','application/pdf','storage/2025/October/week5/',NULL),(438,'crmtiger.png','crmtiger.png','image/png','storage/2025/October/week5/',NULL),(441,'test_html_31628215f80b618f.png','test_html_31628215f80b618f.png','image/png','storage/2025/October/week5/',NULL),(442,'LOGO.jpg','LOGO.jpg','image/jpeg','storage/2025/October/week5/',NULL),(443,'Invoice_INV6_(1).pdf','Invoice_INV6_(1).pdf','application/pdf','storage/2025/October/week5/',NULL),(444,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/October/week5/',NULL),(445,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/October/week5/',NULL),(446,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/October/week5/',NULL),(447,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/October/week5/',NULL),(448,'Quotes_QUO3.pdf','Quotes_QUO3.pdf','application/pdf','storage/2025/October/week5/',NULL),(449,'crmtiger.png','crmtiger.png','image/png','storage/2025/October/week5/',NULL),(462,'test_html_31628215f80b618f.png','test_html_31628215f80b618f.png','image/png','storage/2025/October/week5/',NULL),(463,'LOGO.jpg','LOGO.jpg','image/jpeg','storage/2025/October/week5/',NULL),(464,'Invoice_INV6_(1).pdf','Invoice_INV6_(1).pdf','application/pdf','storage/2025/October/week5/',NULL),(467,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/October/week5/',NULL),(468,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/October/week5/',NULL),(469,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/October/week5/',NULL),(470,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/October/week5/',NULL),(471,'Quotes_QUO3.pdf','Quotes_QUO3.pdf','application/pdf','storage/2025/October/week5/',NULL),(476,'crmtiger.png','crmtiger.png','image/png','storage/2025/October/week5/',NULL),(477,'test_html_31628215f80b618f.png','test_html_31628215f80b618f.png','image/png','storage/2025/October/week5/',NULL),(478,'LOGO.jpg','LOGO.jpg','image/jpeg','storage/2025/October/week5/',NULL),(479,'Invoice_INV6_(1).pdf','Invoice_INV6_(1).pdf','application/pdf','storage/2025/October/week5/',NULL),(480,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/October/week5/',NULL),(481,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/October/week5/',NULL),(482,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/October/week5/',NULL),(483,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/October/week5/',NULL),(484,'Quotes_QUO3.pdf','Quotes_QUO3.pdf','application/pdf','storage/2025/October/week5/',NULL),(485,'crmtiger.png','crmtiger.png','image/png','storage/2025/October/week5/',NULL),(495,'test_html_31628215f80b618f.png','test_html_31628215f80b618f.png','image/png','storage/2025/October/week5/',NULL),(496,'LOGO.jpg','LOGO.jpg','image/jpeg','storage/2025/October/week5/',NULL),(497,'Invoice_INV6_(1).pdf','Invoice_INV6_(1).pdf','application/pdf','storage/2025/October/week5/',NULL),(498,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/October/week5/',NULL),(499,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/October/week5/',NULL),(500,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/October/week5/',NULL),(501,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/October/week5/',NULL),(502,'Quotes_QUO3.pdf','Quotes_QUO3.pdf','application/pdf','storage/2025/October/week5/',NULL),(503,'crmtiger.png','crmtiger.png','image/png','storage/2025/October/week5/',NULL),(504,'test_html_31628215f80b618f.png','test_html_31628215f80b618f.png','image/png','storage/2025/October/week5/',NULL),(505,'LOGO.jpg','LOGO.jpg','image/jpeg','storage/2025/October/week5/',NULL),(506,'Invoice_INV6_(1).pdf','Invoice_INV6_(1).pdf','application/pdf','storage/2025/October/week5/',NULL),(508,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/October/week5/',NULL),(509,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/October/week5/',NULL),(510,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/October/week5/',NULL),(511,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/October/week5/',NULL),(512,'Quotes_QUO3.pdf','Quotes_QUO3.pdf','application/pdf','storage/2025/October/week5/',NULL),(513,'crmtiger.png','crmtiger.png','image/png','storage/2025/October/week5/',NULL),(514,'test_html_31628215f80b618f.png','test_html_31628215f80b618f.png','image/png','storage/2025/October/week5/',NULL),(515,'LOGO.jpg','LOGO.jpg','image/jpeg','storage/2025/October/week5/',NULL),(516,'Invoice_INV6_(1).pdf','Invoice_INV6_(1).pdf','application/pdf','storage/2025/October/week5/',NULL),(517,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/October/week5/',NULL),(518,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/October/week5/',NULL),(519,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/October/week5/',NULL),(520,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/October/week5/',NULL),(521,'Quotes_QUO3.pdf','Quotes_QUO3.pdf','application/pdf','storage/2025/October/week5/',NULL),(524,'crmtiger.png','crmtiger.png','image/png','storage/2025/October/week5/',NULL),(525,'test_html_31628215f80b618f.png','test_html_31628215f80b618f.png','image/png','storage/2025/October/week5/',NULL),(526,'LOGO.jpg','LOGO.jpg','image/jpeg','storage/2025/October/week5/',NULL),(527,'Invoice_INV6_(1).pdf','Invoice_INV6_(1).pdf','application/pdf','storage/2025/October/week5/',NULL),(528,'test_html_31628215f80b618f.png','test_html_31628215f80b618f.png','image/png','storage/2025/October/week5/',NULL),(529,'LOGO.jpg','LOGO.jpg','image/jpeg','storage/2025/October/week5/',NULL),(530,'Invoice_INV6_(1).pdf','Invoice_INV6_(1).pdf','application/pdf','storage/2025/October/week5/',NULL),(531,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/October/week5/',NULL),(532,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/October/week5/',NULL),(533,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/October/week5/',NULL),(534,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/October/week5/',NULL),(535,'Quotes_QUO3.pdf','Quotes_QUO3.pdf','application/pdf','storage/2025/October/week5/',NULL),(536,'crmtiger.png','crmtiger.png','image/png','storage/2025/October/week5/',NULL),(537,'test_html_31628215f80b618f.png','test_html_31628215f80b618f.png','image/png','storage/2025/October/week5/',NULL),(538,'LOGO.jpg','LOGO.jpg','image/jpeg','storage/2025/October/week5/',NULL),(539,'Invoice_INV6_(1).pdf','Invoice_INV6_(1).pdf','application/pdf','storage/2025/October/week5/',NULL),(540,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/October/week5/',NULL),(541,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/October/week5/',NULL),(542,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/October/week5/',NULL),(543,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/October/week5/',NULL),(544,'Quotes_QUO3.pdf','Quotes_QUO3.pdf','application/pdf','storage/2025/October/week5/',NULL),(545,'crmtiger.png','crmtiger.png','image/png','storage/2025/October/week5/',NULL),(546,'test_html_31628215f80b618f.png','test_html_31628215f80b618f.png','image/png','storage/2025/October/week5/',NULL),(547,'LOGO.jpg','LOGO.jpg','image/jpeg','storage/2025/October/week5/',NULL),(548,'Invoice_INV6_(1).pdf','Invoice_INV6_(1).pdf','application/pdf','storage/2025/October/week5/',NULL),(549,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/October/week5/',NULL),(550,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/October/week5/',NULL),(551,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/October/week5/',NULL),(552,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/October/week5/',NULL),(553,'Quotes_QUO3.pdf','Quotes_QUO3.pdf','application/pdf','storage/2025/October/week5/',NULL),(556,'crmtiger.png','crmtiger.png','image/png','storage/2025/October/week5/',NULL),(568,'test_html_31628215f80b618f.png','test_html_31628215f80b618f.png','image/png','storage/2025/October/week5/',NULL),(569,'LOGO.jpg','LOGO.jpg','image/jpeg','storage/2025/October/week5/',NULL),(570,'Invoice_INV6_(1).pdf','Invoice_INV6_(1).pdf','application/pdf','storage/2025/October/week5/',NULL),(572,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/October/week5/',NULL),(573,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/October/week5/',NULL),(574,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/October/week5/',NULL),(575,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/October/week5/',NULL),(576,'Quotes_QUO3.pdf','Quotes_QUO3.pdf','application/pdf','storage/2025/October/week5/',NULL),(579,'crmtiger.png','crmtiger.png','image/png','storage/2025/October/week5/',NULL),(581,'test_html_31628215f80b618f.png','test_html_31628215f80b618f.png','image/png','storage/2025/October/week5/',NULL),(582,'LOGO.jpg','LOGO.jpg','image/jpeg','storage/2025/October/week5/',NULL),(583,'Invoice_INV6_(1).pdf','Invoice_INV6_(1).pdf','application/pdf','storage/2025/October/week5/',NULL),(584,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/October/week5/',NULL),(585,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/October/week5/',NULL),(586,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/October/week5/',NULL),(587,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/October/week5/',NULL),(588,'Quotes_QUO3.pdf','Quotes_QUO3.pdf','application/pdf','storage/2025/October/week5/',NULL),(589,'crmtiger.png','crmtiger.png','image/png','storage/2025/October/week5/',NULL),(599,'test_html_31628215f80b618f.png','test_html_31628215f80b618f.png','image/png','storage/2025/October/week5/',NULL),(600,'LOGO.jpg','LOGO.jpg','image/jpeg','storage/2025/October/week5/',NULL),(601,'Invoice_INV6_(1).pdf','Invoice_INV6_(1).pdf','application/pdf','storage/2025/October/week5/',NULL),(602,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/October/week5/',NULL),(603,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/October/week5/',NULL),(604,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/October/week5/',NULL),(605,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/October/week5/',NULL),(606,'Quotes_QUO3.pdf','Quotes_QUO3.pdf','application/pdf','storage/2025/October/week5/',NULL),(607,'crmtiger.png','crmtiger.png','image/png','storage/2025/October/week5/',NULL),(609,'test_html_31628215f80b618f.png','test_html_31628215f80b618f.png','image/png','storage/2025/November/week1/',NULL),(610,'LOGO.jpg','LOGO.jpg','image/jpeg','storage/2025/November/week1/',NULL),(611,'Invoice_INV6_(1).pdf','Invoice_INV6_(1).pdf','application/pdf','storage/2025/November/week1/',NULL),(612,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/November/week1/',NULL),(613,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/November/week1/',NULL),(614,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/November/week1/',NULL),(615,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/November/week1/',NULL),(616,'Quotes_QUO3.pdf','Quotes_QUO3.pdf','application/pdf','storage/2025/November/week1/',NULL),(617,'crmtiger.png','crmtiger.png','image/png','storage/2025/November/week1/',NULL),(618,'1A.jfif','1A.jfif','application/octet-stream','storage/2025/November/week1/',NULL),(619,'test_html_5913f8c1726fe322.gif','test_html_5913f8c1726fe322.gif','image/gif','storage/2025/November/week1/',NULL),(620,'1A.jfif','1A.jfif','application/octet-stream','storage/2025/November/week1/',NULL),(621,'file-sample_150kB_(1).pdf','file-sample_150kB_(1).pdf','application/pdf','storage/2025/November/week1/',NULL),(622,'11.png','11.png','image/png','storage/2025/November/week1/',NULL),(626,'2025-06-29.png','2025-06-29.png','image/png','storage/2025/November/week1/',NULL),(627,'QUO1361.pdf','QUO1361.pdf','application/pdf','storage/2025/November/week1/',NULL),(628,'LOGO.jpg','LOGO.jpg','image/jpeg','storage/2025/November/week1/',NULL),(629,'Invoice_INV6_(1).pdf','Invoice_INV6_(1).pdf','application/pdf','storage/2025/November/week1/',NULL),(630,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/November/week1/',NULL),(631,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/November/week1/',NULL),(632,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/November/week1/',NULL),(633,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/November/week1/',NULL),(636,'1A.jfif','1A.jfif','application/octet-stream','storage/2025/November/week1/',NULL),(637,'test_html_5913f8c1726fe322.gif','test_html_5913f8c1726fe322.gif','image/gif','storage/2025/November/week1/',NULL),(638,'1A.jfif','1A.jfif','application/octet-stream','storage/2025/November/week1/',NULL),(639,'file-sample_150kB_(1).pdf','file-sample_150kB_(1).pdf','application/pdf','storage/2025/November/week1/',NULL),(640,'11.png','11.png','image/png','storage/2025/November/week1/',NULL),(643,'2025-06-29.png','2025-06-29.png','image/png','storage/2025/November/week1/',NULL),(644,'QUO1361.pdf','QUO1361.pdf','application/pdf','storage/2025/November/week1/',NULL),(645,'LOGO.jpg','LOGO.jpg','image/jpeg','storage/2025/November/week1/',NULL),(647,'2025-06-29.png','2025-06-29.png','image/png','storage/2025/November/week1/',NULL),(648,'2025-09-01_(3).png','2025-09-01_(3).png','image/png','storage/2025/November/week1/',NULL),(649,'Screenshot_(21).png','Screenshot_(21).png','image/png','storage/2025/November/week1/',NULL),(650,'test_html_31628215f80b618f.png','test_html_31628215f80b618f.png','image/png','storage/2025/November/week1/',NULL),(651,'10221534-faae-4043-a71c-bc7b06db4c52','10221534-faae-4043-a71c-bc7b06db4c52','application/octet-stream','storage/2025/November/week1/',NULL),(652,'f89b318f-60f3-431c-a31c-f7c7529aa07f','f89b318f-60f3-431c-a31c-f7c7529aa07f','application/octet-stream','storage/2025/November/week1/',NULL),(653,'a67c094e-2e1b-4178-84ff-a4c2d552dc6b','a67c094e-2e1b-4178-84ff-a4c2d552dc6b','application/octet-stream','storage/2025/November/week1/',NULL),(654,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/November/week1/',NULL),(655,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/November/week1/',NULL),(656,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/November/week1/',NULL),(657,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/November/week1/',NULL),(658,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/November/week1/',NULL),(659,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/November/week1/',NULL),(660,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/November/week1/',NULL),(661,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/November/week1/',NULL),(662,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/November/week1/',NULL),(663,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/November/week1/',NULL),(664,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/November/week1/',NULL),(665,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/November/week1/',NULL),(666,'xcallayPrototypeReviews_(1).docx','xcallayPrototypeReviews_(1).docx','application/octet-stream','storage/2025/November/week1/',NULL),(667,'sharing_metadata.xml','sharing_metadata.xml','text/xml','storage/2025/November/week1/',NULL),(668,'sharing_metadata.xml','sharing_metadata.xml','text/xml','storage/2025/November/week1/',NULL),(669,'sharing_metadata.xml','sharing_metadata.xml','text/xml','storage/2025/November/week1/',NULL),(670,'sharing_metadata.xml','sharing_metadata.xml','text/xml','storage/2025/November/week1/',NULL),(671,'sharing_metadata.xml','sharing_metadata.xml','text/xml','storage/2025/November/week1/',NULL),(672,'MicrosoftImage.png','MicrosoftImage.png','image/png','storage/2025/November/week1/',NULL),(673,'TransparentConsumerWelcomeMailOutlookHeader.png','TransparentConsumerWelcomeMailOutlookHeader.png','image/png','storage/2025/November/week1/',NULL),(674,'TransparentConsumerWelcomeMailOutlookFooter.png','TransparentConsumerWelcomeMailOutlookFooter.png','image/png','storage/2025/November/week1/',NULL),(675,'TransparentConsumerWelcomeMailOutlookConversations.png','TransparentConsumerWelcomeMailOutlookConversations.png','image/png','storage/2025/November/week1/',NULL),(676,'TransparentConsumerWelcomeMailOutlookFiles.png','TransparentConsumerWelcomeMailOutlookFiles.png','image/png','storage/2025/November/week1/',NULL),(677,'TransparentConsumerWelcomeMailOutlookEvents.png','TransparentConsumerWelcomeMailOutlookEvents.png','image/png','storage/2025/November/week1/',NULL),(678,'TransparentConsumerWelcomeMailTrustedSender.png','TransparentConsumerWelcomeMailTrustedSender.png','image/png','storage/2025/November/week1/',NULL),(679,'MicrosoftImage.png','MicrosoftImage.png','image/png','storage/2025/November/week1/',NULL),(680,'TransparentConsumerWelcomeMailOutlookHeader.png','TransparentConsumerWelcomeMailOutlookHeader.png','image/png','storage/2025/November/week1/',NULL),(681,'TransparentConsumerWelcomeMailOutlookFooter.png','TransparentConsumerWelcomeMailOutlookFooter.png','image/png','storage/2025/November/week1/',NULL),(682,'TransparentConsumerWelcomeMailOutlookConversations.png','TransparentConsumerWelcomeMailOutlookConversations.png','image/png','storage/2025/November/week1/',NULL),(683,'TransparentConsumerWelcomeMailOutlookFiles.png','TransparentConsumerWelcomeMailOutlookFiles.png','image/png','storage/2025/November/week1/',NULL),(684,'TransparentConsumerWelcomeMailOutlookEvents.png','TransparentConsumerWelcomeMailOutlookEvents.png','image/png','storage/2025/November/week1/',NULL),(685,'TransparentConsumerWelcomeMailTrustedSender.png','TransparentConsumerWelcomeMailTrustedSender.png','image/png','storage/2025/November/week1/',NULL),(686,'colors.png','colors.png','image/png','storage/2025/November/week1/',NULL),(687,'colors-top.png','colors-top.png','image/png','storage/2025/November/week1/',NULL),(688,'devices.png','devices.png','image/png','storage/2025/November/week1/',NULL),(689,'feature-attachments.png','feature-attachments.png','image/png','storage/2025/November/week1/',NULL),(690,'feature-calendars.png','feature-calendars.png','image/png','storage/2025/November/week1/',NULL),(691,'feature-integrations.png','feature-integrations.png','image/png','storage/2025/November/week1/',NULL),(692,'feature-office.png','feature-office.png','image/png','storage/2025/November/week1/',NULL),(693,'landing-appstore.png','landing-appstore.png','image/png','storage/2025/November/week1/',NULL),(694,'landing-playstore.png','landing-playstore.png','image/png','storage/2025/November/week1/',NULL),(695,'landing-winstore.png','landing-winstore.png','image/png','storage/2025/November/week1/',NULL),(696,'microsoft-logo.png','microsoft-logo.png','image/png','storage/2025/November/week1/',NULL),(697,'wm-qrcode.png','wm-qrcode.png','image/png','storage/2025/November/week1/',NULL),(698,'wm-calendar.png','wm-calendar.png','image/png','storage/2025/November/week1/',NULL),(699,'wm-security.png','wm-security.png','image/png','storage/2025/November/week1/',NULL),(700,'wm-search.png','wm-search.png','image/png','storage/2025/November/week1/',NULL),(701,'wm-personalize.png','wm-personalize.png','image/png','storage/2025/November/week1/',NULL),(702,'wm-m365.png','wm-m365.png','image/png','storage/2025/November/week1/',NULL),(703,'wm-hero.png','wm-hero.png','image/png','storage/2025/November/week1/',NULL),(704,'wm-emailwriting.png','wm-emailwriting.png','image/png','storage/2025/November/week1/',NULL),(705,'wm-google-store.png','wm-google-store.png','image/png','storage/2025/November/week1/',NULL),(706,'wm-apple-store.png','wm-apple-store.png','image/png','storage/2025/November/week1/',NULL),(709,'2025-09-01_(2).png','2025-09-01_(2).png','image/png','storage/2025/November/week1/',NULL),(710,'2025-09-01_(2).png','2025-09-01_(2).png','image/png','storage/2025/November/week1/',NULL),(711,'2025-06-29.png','2025-06-29.png','image/png','storage/2025/November/week1/',NULL),(712,'2025-06-29.png','2025-06-29.png','image/png','storage/2025/November/week1/',NULL),(713,'2025-09-01_(3).png','2025-09-01_(3).png','image/png','storage/2025/November/week1/',NULL),(714,'Screenshot_(21).png','Screenshot_(21).png','image/png','storage/2025/November/week1/',NULL),(715,'test_html_31628215f80b618f.png','test_html_31628215f80b618f.png','image/png','storage/2025/November/week1/',NULL),(716,'10221534-faae-4043-a71c-bc7b06db4c52','10221534-faae-4043-a71c-bc7b06db4c52','application/octet-stream','storage/2025/November/week1/',NULL),(717,'f89b318f-60f3-431c-a31c-f7c7529aa07f','f89b318f-60f3-431c-a31c-f7c7529aa07f','application/octet-stream','storage/2025/November/week1/',NULL),(718,'a67c094e-2e1b-4178-84ff-a4c2d552dc6b','a67c094e-2e1b-4178-84ff-a4c2d552dc6b','application/octet-stream','storage/2025/November/week1/',NULL),(719,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/November/week1/',NULL),(720,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/November/week1/',NULL),(721,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/November/week1/',NULL),(722,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/November/week1/',NULL),(723,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/November/week1/',NULL),(724,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/November/week1/',NULL),(725,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/November/week1/',NULL),(726,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/November/week1/',NULL),(727,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/November/week1/',NULL),(728,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/November/week1/',NULL),(729,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/November/week1/',NULL),(730,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/November/week1/',NULL),(731,'xcallayPrototypeReviews_(1).docx','xcallayPrototypeReviews_(1).docx','application/octet-stream','storage/2025/November/week1/',NULL),(732,'sharing_metadata.xml','sharing_metadata.xml','text/xml','storage/2025/November/week1/',NULL),(733,'sharing_metadata.xml','sharing_metadata.xml','text/xml','storage/2025/November/week1/',NULL),(734,'sharing_metadata.xml','sharing_metadata.xml','text/xml','storage/2025/November/week1/',NULL),(735,'sharing_metadata.xml','sharing_metadata.xml','text/xml','storage/2025/November/week1/',NULL),(736,'sharing_metadata.xml','sharing_metadata.xml','text/xml','storage/2025/November/week1/',NULL),(737,'MicrosoftImage.png','MicrosoftImage.png','image/png','storage/2025/November/week1/',NULL),(738,'TransparentConsumerWelcomeMailOutlookHeader.png','TransparentConsumerWelcomeMailOutlookHeader.png','image/png','storage/2025/November/week1/',NULL),(739,'TransparentConsumerWelcomeMailOutlookFooter.png','TransparentConsumerWelcomeMailOutlookFooter.png','image/png','storage/2025/November/week1/',NULL),(740,'TransparentConsumerWelcomeMailOutlookConversations.png','TransparentConsumerWelcomeMailOutlookConversations.png','image/png','storage/2025/November/week1/',NULL),(741,'TransparentConsumerWelcomeMailOutlookFiles.png','TransparentConsumerWelcomeMailOutlookFiles.png','image/png','storage/2025/November/week1/',NULL),(742,'TransparentConsumerWelcomeMailOutlookEvents.png','TransparentConsumerWelcomeMailOutlookEvents.png','image/png','storage/2025/November/week1/',NULL),(743,'TransparentConsumerWelcomeMailTrustedSender.png','TransparentConsumerWelcomeMailTrustedSender.png','image/png','storage/2025/November/week1/',NULL),(744,'MicrosoftImage.png','MicrosoftImage.png','image/png','storage/2025/November/week1/',NULL),(745,'TransparentConsumerWelcomeMailOutlookHeader.png','TransparentConsumerWelcomeMailOutlookHeader.png','image/png','storage/2025/November/week1/',NULL),(746,'TransparentConsumerWelcomeMailOutlookFooter.png','TransparentConsumerWelcomeMailOutlookFooter.png','image/png','storage/2025/November/week1/',NULL),(747,'TransparentConsumerWelcomeMailOutlookConversations.png','TransparentConsumerWelcomeMailOutlookConversations.png','image/png','storage/2025/November/week1/',NULL),(748,'TransparentConsumerWelcomeMailOutlookFiles.png','TransparentConsumerWelcomeMailOutlookFiles.png','image/png','storage/2025/November/week1/',NULL),(749,'TransparentConsumerWelcomeMailOutlookEvents.png','TransparentConsumerWelcomeMailOutlookEvents.png','image/png','storage/2025/November/week1/',NULL),(750,'TransparentConsumerWelcomeMailTrustedSender.png','TransparentConsumerWelcomeMailTrustedSender.png','image/png','storage/2025/November/week1/',NULL),(751,'colors.png','colors.png','image/png','storage/2025/November/week1/',NULL),(752,'colors-top.png','colors-top.png','image/png','storage/2025/November/week1/',NULL),(753,'devices.png','devices.png','image/png','storage/2025/November/week1/',NULL),(754,'feature-attachments.png','feature-attachments.png','image/png','storage/2025/November/week1/',NULL),(755,'feature-calendars.png','feature-calendars.png','image/png','storage/2025/November/week1/',NULL),(756,'feature-integrations.png','feature-integrations.png','image/png','storage/2025/November/week1/',NULL),(757,'feature-office.png','feature-office.png','image/png','storage/2025/November/week1/',NULL),(758,'landing-appstore.png','landing-appstore.png','image/png','storage/2025/November/week1/',NULL),(759,'landing-playstore.png','landing-playstore.png','image/png','storage/2025/November/week1/',NULL),(760,'landing-winstore.png','landing-winstore.png','image/png','storage/2025/November/week1/',NULL),(761,'microsoft-logo.png','microsoft-logo.png','image/png','storage/2025/November/week1/',NULL),(762,'wm-qrcode.png','wm-qrcode.png','image/png','storage/2025/November/week1/',NULL),(763,'wm-calendar.png','wm-calendar.png','image/png','storage/2025/November/week1/',NULL),(764,'wm-security.png','wm-security.png','image/png','storage/2025/November/week1/',NULL),(765,'wm-search.png','wm-search.png','image/png','storage/2025/November/week1/',NULL),(766,'wm-personalize.png','wm-personalize.png','image/png','storage/2025/November/week1/',NULL),(767,'wm-m365.png','wm-m365.png','image/png','storage/2025/November/week1/',NULL),(768,'wm-hero.png','wm-hero.png','image/png','storage/2025/November/week1/',NULL),(769,'wm-emailwriting.png','wm-emailwriting.png','image/png','storage/2025/November/week1/',NULL),(770,'wm-google-store.png','wm-google-store.png','image/png','storage/2025/November/week1/',NULL),(771,'wm-apple-store.png','wm-apple-store.png','image/png','storage/2025/November/week1/',NULL),(772,'test_html_31628215f80b618f.png','test_html_31628215f80b618f.png','image/png','storage/2025/November/week1/',NULL),(773,'LOGO.jpg','LOGO.jpg','image/jpeg','storage/2025/November/week1/',NULL),(774,'Invoice_INV6_(1).pdf','Invoice_INV6_(1).pdf','application/pdf','storage/2025/November/week1/',NULL),(775,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/November/week1/',NULL),(776,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/November/week1/',NULL),(777,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/November/week1/',NULL),(778,'AttachedImage','AttachedImage','application/octet-stream','storage/2025/November/week1/',NULL),(779,'Quotes_QUO3.pdf','Quotes_QUO3.pdf','application/pdf','storage/2025/November/week1/',NULL),(780,'crmtiger.png','crmtiger.png','image/png','storage/2025/November/week1/',NULL),(781,'screenshot_1.png','screenshot_1.png','image/png','storage/2025/November/week1/',NULL),(782,'screenshot_3.png','screenshot_3.png','image/png','storage/2025/November/week1/',NULL),(783,'Itineraries.pdf','Itineraries.pdf','application/pdf','storage/2025/November/week1/',NULL),(784,'2025-09-01_(4).png','2025-09-01_(4).png','image/png','storage/2025/November/week1/',NULL),(785,'2025-09-01_(1).png','2025-09-01_(1).png','image/png','storage/2025/November/week1/',NULL),(786,'sparkles.gif','sparkles.gif','image/gif','storage/2025/November/week1/',NULL),(787,'SampleJPGImage_200kbmb_(1).jpg','SampleJPGImage_200kbmb_(1).jpg','image/jpeg','storage/2025/November/week1/',NULL),(788,'SampleJPGImage_200kbmb.jpg','SampleJPGImage_200kbmb.jpg','image/jpeg','storage/2025/November/week1/',NULL),(789,'LOGO.jpg','LOGO.jpg','image/jpeg','storage/2025/November/week1/',NULL),(825,'1A.jfif','1A.jfif','application/octet-stream','storage/2025/November/week1/',NULL),(826,'2c.jfif','2c.jfif','application/octet-stream','storage/2025/November/week1/',NULL),(827,'9A.jfif','9A.jfif','application/octet-stream','storage/2025/November/week1/',NULL),(828,'9B.jfif','9B.jfif','application/octet-stream','storage/2025/November/week1/',NULL),(829,'9C.jfif','9C.jfif','application/octet-stream','storage/2025/November/week1/',NULL),(830,'9D.jfif','9D.jfif','application/octet-stream','storage/2025/November/week1/',NULL),(831,'test_html_31628215f80b618f.png','test_html_31628215f80b618f.png','image/png','storage/2025/November/week1/',NULL),(833,'screenshot.png','screenshot.png','image/png','storage/2025/November/week1/',NULL),(834,'1A.jfif','1A.jfif','application/octet-stream','storage/2025/November/week1/',NULL),(839,'9B.jfif','9B.jfif','application/octet-stream','storage/2025/November/week1/',NULL),(840,'9B.jfif','9B.jfif','application/octet-stream','storage/2025/November/week1/',NULL),(841,'screenshot.png','screenshot.png','image/png','storage/2025/November/week1/',NULL),(842,'1A.jfif','1A.jfif','application/octet-stream','storage/2025/November/week1/',NULL),(844,'1A.jfif','Hello 333333333<br />\n Hello 333333333<br />\n Hello 333333333<br />\n Hello 333333333 <br />\n Hello 333333333<br />\n Hello 333333333<br />\n Hello 333333333 <br />\n Hello 333333333<br />\n Hello 333333333<br />\n Hello 333333333<br />\n Hello 333333333<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n ','image/jpeg','storage/2025/November/week1/',NULL),(876,'9B.jfif','9B.jfif','application/octet-stream','storage/2025/November/week2/',NULL),(877,'9B.jfif','9B.jfif','application/octet-stream','storage/2025/November/week2/',NULL),(878,'screenshot.png','screenshot.png','image/png','storage/2025/November/week2/',NULL),(880,'1A.jfif','1A.jfif','application/octet-stream','storage/2025/November/week2/',NULL);
/*!40000 ALTER TABLE `vtiger_attachments` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_attachmentsfolder`
--
DROP TABLE IF EXISTS `vtiger_attachmentsfolder`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_attachmentsfolder` (
`folderid` int NOT NULL AUTO_INCREMENT,
`foldername` varchar(200) NOT NULL,
`description` varchar(250) DEFAULT NULL,
`createdby` int NOT NULL,
`sequence` int DEFAULT NULL,
PRIMARY KEY (`folderid`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_attachmentsfolder`
--
LOCK TABLES `vtiger_attachmentsfolder` WRITE;
/*!40000 ALTER TABLE `vtiger_attachmentsfolder` DISABLE KEYS */;
INSERT INTO `vtiger_attachmentsfolder` VALUES (1,'Default','This is a Default Folder',1,1);
/*!40000 ALTER TABLE `vtiger_attachmentsfolder` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_attachmentsfolder_seq`
--
DROP TABLE IF EXISTS `vtiger_attachmentsfolder_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_attachmentsfolder_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_attachmentsfolder_seq`
--
LOCK TABLES `vtiger_attachmentsfolder_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_attachmentsfolder_seq` DISABLE KEYS */;
INSERT INTO `vtiger_attachmentsfolder_seq` VALUES (1);
/*!40000 ALTER TABLE `vtiger_attachmentsfolder_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_audit_trial`
--
DROP TABLE IF EXISTS `vtiger_audit_trial`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_audit_trial` (
`auditid` int NOT NULL,
`userid` int DEFAULT NULL,
`module` varchar(255) DEFAULT NULL,
`action` varchar(255) DEFAULT NULL,
`recordid` varchar(20) DEFAULT NULL,
`actiondate` datetime DEFAULT NULL,
PRIMARY KEY (`auditid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_audit_trial`
--
LOCK TABLES `vtiger_audit_trial` WRITE;
/*!40000 ALTER TABLE `vtiger_audit_trial` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_audit_trial` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_blocks`
--
DROP TABLE IF EXISTS `vtiger_blocks`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_blocks` (
`blockid` int NOT NULL,
`tabid` int NOT NULL,
`blocklabel` varchar(100) NOT NULL,
`sequence` int DEFAULT NULL,
`show_title` int DEFAULT NULL,
`visible` int NOT NULL DEFAULT '0',
`create_view` int NOT NULL DEFAULT '0',
`edit_view` int NOT NULL DEFAULT '0',
`detail_view` int NOT NULL DEFAULT '0',
`display_status` int NOT NULL DEFAULT '1',
`iscustom` int NOT NULL DEFAULT '0',
PRIMARY KEY (`blockid`),
KEY `block_tabid_idx` (`tabid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_blocks`
--
LOCK TABLES `vtiger_blocks` WRITE;
/*!40000 ALTER TABLE `vtiger_blocks` DISABLE KEYS */;
INSERT INTO `vtiger_blocks` VALUES (1,2,'LBL_OPPORTUNITY_INFORMATION',1,0,0,0,0,0,1,0),(2,2,'LBL_CUSTOM_INFORMATION',2,0,0,0,0,0,1,0),(3,2,'LBL_DESCRIPTION_INFORMATION',3,0,0,0,0,0,1,0),(4,4,'LBL_CONTACT_INFORMATION',1,0,0,0,0,0,1,0),(5,4,'LBL_CUSTOM_INFORMATION',2,0,0,0,0,0,1,0),(6,4,'LBL_CUSTOMER_PORTAL_INFORMATION',3,0,0,0,0,0,1,0),(7,4,'LBL_ADDRESS_INFORMATION',4,0,0,0,0,0,1,0),(8,4,'LBL_DESCRIPTION_INFORMATION',5,0,0,0,0,0,1,0),(9,6,'LBL_ACCOUNT_INFORMATION',1,0,0,0,0,0,1,0),(10,6,'LBL_CUSTOM_INFORMATION',2,0,0,0,0,0,1,0),(11,6,'LBL_ADDRESS_INFORMATION',3,0,0,0,0,0,1,0),(12,6,'LBL_DESCRIPTION_INFORMATION',4,0,0,0,0,0,1,0),(13,7,'LBL_LEAD_INFORMATION',1,0,0,0,0,0,1,0),(14,7,'LBL_CUSTOM_INFORMATION',2,0,0,0,0,0,1,0),(15,7,'LBL_ADDRESS_INFORMATION',3,0,0,0,0,0,1,0),(16,7,'LBL_DESCRIPTION_INFORMATION',4,0,0,0,0,0,1,0),(17,8,'LBL_NOTE_INFORMATION',1,0,0,0,0,0,1,0),(18,8,'LBL_FILE_INFORMATION',3,1,0,0,0,0,1,0),(19,9,'LBL_TASK_INFORMATION',1,0,0,0,0,0,1,0),(20,9,'LBL_DESCRIPTION_INFORMATION',2,1,0,0,0,0,1,0),(21,10,'LBL_EMAIL_INFORMATION',1,0,0,0,0,0,1,0),(22,10,'Emails_Block1',2,1,0,0,0,0,1,0),(23,10,'Emails_Block2',3,1,0,0,0,0,1,0),(24,10,'Emails_Block3',4,1,0,0,0,0,1,0),(25,13,'LBL_TICKET_INFORMATION',1,0,0,0,0,0,1,0),(26,13,'',2,1,0,0,0,0,1,0),(27,13,'LBL_CUSTOM_INFORMATION',3,0,0,0,0,0,1,0),(28,13,'LBL_DESCRIPTION_INFORMATION',4,0,0,0,0,0,1,0),(29,13,'LBL_TICKET_RESOLUTION',5,0,0,1,0,0,1,0),(30,13,'LBL_COMMENTS',6,0,0,1,0,0,1,0),(31,14,'LBL_PRODUCT_INFORMATION',1,0,0,0,0,0,1,0),(32,14,'LBL_PRICING_INFORMATION',2,0,0,0,0,0,1,0),(33,14,'LBL_STOCK_INFORMATION',3,0,0,0,0,0,1,0),(34,14,'LBL_CUSTOM_INFORMATION',4,0,0,0,0,0,1,0),(35,14,'LBL_IMAGE_INFORMATION',5,0,0,0,0,0,1,0),(36,14,'LBL_DESCRIPTION_INFORMATION',6,0,0,0,0,0,1,0),(37,15,'LBL_FAQ_INFORMATION',1,0,0,0,0,0,1,0),(38,15,'LBL_COMMENT_INFORMATION',4,0,0,1,0,0,1,0),(39,16,'LBL_EVENT_INFORMATION',1,0,0,0,0,0,1,0),(40,16,'LBL_REMINDER_INFORMATION',2,0,0,0,0,0,1,0),(41,16,'LBL_DESCRIPTION_INFORMATION',5,0,0,0,0,0,1,0),(42,18,'LBL_VENDOR_INFORMATION',1,0,0,0,0,0,1,0),(43,18,'LBL_CUSTOM_INFORMATION',2,0,0,0,0,0,1,0),(44,18,'LBL_VENDOR_ADDRESS_INFORMATION',3,0,0,0,0,0,1,0),(45,18,'LBL_DESCRIPTION_INFORMATION',4,0,0,0,0,0,1,0),(46,19,'LBL_PRICEBOOK_INFORMATION',1,0,0,0,0,0,1,0),(47,19,'LBL_CUSTOM_INFORMATION',2,0,0,0,0,0,1,0),(48,19,'LBL_DESCRIPTION_INFORMATION',3,0,0,0,0,0,1,0),(49,20,'LBL_QUOTE_INFORMATION',1,0,0,0,0,0,1,0),(50,20,'LBL_CUSTOM_INFORMATION',2,0,0,0,0,0,1,0),(51,20,'LBL_ADDRESS_INFORMATION',3,0,0,0,0,0,1,0),(52,20,'LBL_RELATED_PRODUCTS',4,0,0,0,0,0,1,0),(53,20,'LBL_TERMS_INFORMATION',5,0,0,0,0,0,1,0),(54,20,'LBL_DESCRIPTION_INFORMATION',6,0,0,0,0,0,1,0),(55,21,'LBL_PO_INFORMATION',1,0,0,0,0,0,1,0),(56,21,'LBL_CUSTOM_INFORMATION',2,0,0,0,0,0,1,0),(57,21,'LBL_ADDRESS_INFORMATION',3,0,0,0,0,0,1,0),(58,21,'LBL_RELATED_PRODUCTS',4,0,0,0,0,0,1,0),(59,21,'LBL_TERMS_INFORMATION',5,0,0,0,0,0,1,0),(60,21,'LBL_DESCRIPTION_INFORMATION',6,0,0,0,0,0,1,0),(61,22,'LBL_SO_INFORMATION',1,0,0,0,0,0,1,0),(62,22,'LBL_CUSTOM_INFORMATION',3,0,0,0,0,0,1,0),(63,22,'LBL_ADDRESS_INFORMATION',4,0,0,0,0,0,1,0),(64,22,'LBL_RELATED_PRODUCTS',5,0,0,0,0,0,1,0),(65,22,'LBL_TERMS_INFORMATION',6,0,0,0,0,0,1,0),(66,22,'LBL_DESCRIPTION_INFORMATION',7,0,0,0,0,0,1,0),(67,23,'LBL_INVOICE_INFORMATION',1,0,0,0,0,0,1,0),(68,23,'LBL_CUSTOM_INFORMATION',2,0,0,0,0,0,1,0),(69,23,'LBL_ADDRESS_INFORMATION',3,0,0,0,0,0,1,0),(70,23,'LBL_RELATED_PRODUCTS',4,0,0,0,0,0,1,0),(71,23,'LBL_TERMS_INFORMATION',5,0,0,0,0,0,1,0),(72,23,'LBL_DESCRIPTION_INFORMATION',6,0,0,0,0,0,1,0),(73,4,'LBL_IMAGE_INFORMATION',6,0,0,0,0,0,1,0),(74,26,'LBL_CAMPAIGN_INFORMATION',1,0,0,0,0,0,1,0),(75,26,'LBL_CUSTOM_INFORMATION',2,0,0,0,0,0,1,0),(76,26,'LBL_EXPECTATIONS_AND_ACTUALS',3,0,0,0,0,0,1,0),(77,29,'LBL_USERLOGIN_ROLE',1,0,0,0,0,0,1,0),(78,29,'LBL_CURRENCY_CONFIGURATION',3,0,0,0,0,0,1,0),(79,29,'LBL_MORE_INFORMATION',4,0,0,0,0,0,1,0),(80,29,'LBL_ADDRESS_INFORMATION',5,0,0,0,0,0,1,0),(81,26,'LBL_DESCRIPTION_INFORMATION',4,0,0,0,0,0,1,0),(82,29,'LBL_USER_IMAGE_INFORMATION',5,0,0,0,0,0,1,0),(83,29,'LBL_USER_ADV_OPTIONS',6,0,0,0,0,0,1,0),(84,8,'LBL_DESCRIPTION',2,0,0,0,0,0,1,0),(85,22,'Recurring Invoice Information',2,0,0,0,0,0,1,0),(86,9,'LBL_CUSTOM_INFORMATION',3,0,0,0,0,0,1,0),(87,16,'LBL_CUSTOM_INFORMATION',6,0,0,0,0,0,1,0),(88,31,'LBL_PBXMANAGER_INFORMATION',1,0,0,0,0,0,1,0),(89,35,'LBL_SERVICE_CONTRACT_INFORMATION',1,0,0,0,0,0,1,0),(90,35,'LBL_CUSTOM_INFORMATION',2,0,0,0,0,0,1,0),(91,36,'LBL_SERVICE_INFORMATION',1,0,0,0,0,0,1,0),(92,36,'LBL_PRICING_INFORMATION',2,0,0,0,0,0,1,0),(93,36,'LBL_CUSTOM_INFORMATION',3,0,0,0,0,0,1,0),(94,36,'LBL_DESCRIPTION_INFORMATION',4,0,0,0,0,0,1,0),(95,38,'LBL_PROJECT_MILESTONE_INFORMATION',1,0,0,0,0,0,1,0),(96,38,'LBL_CUSTOM_INFORMATION',2,0,0,0,0,0,1,0),(97,38,'LBL_DESCRIPTION_INFORMATION',3,0,0,0,0,0,1,0),(98,39,'LBL_PROJECT_TASK_INFORMATION',1,0,0,0,0,0,1,0),(99,39,'LBL_CUSTOM_INFORMATION',2,0,0,0,0,0,1,0),(100,39,'LBL_DESCRIPTION_INFORMATION',3,0,0,0,0,0,1,0),(101,40,'LBL_PROJECT_INFORMATION',1,0,0,0,0,0,1,0),(102,40,'LBL_CUSTOM_INFORMATION',2,0,0,0,0,0,1,0),(103,40,'LBL_DESCRIPTION_INFORMATION',3,0,0,0,0,0,1,0),(104,41,'LBL_ASSET_INFORMATION',1,0,0,0,0,0,1,0),(105,41,'LBL_CUSTOM_INFORMATION',2,0,0,0,0,0,1,0),(106,41,'LBL_DESCRIPTION_INFORMATION',3,0,0,0,0,0,1,0),(107,42,'LBL_MODCOMMENTS_INFORMATION',1,0,0,0,0,0,1,0),(108,42,'LBL_OTHER_INFORMATION',2,0,0,0,0,0,1,0),(109,42,'LBL_CUSTOM_INFORMATION',3,0,0,0,0,0,1,0),(110,45,'LBL_SMSNOTIFIER_INFORMATION',1,0,0,0,0,0,1,0),(111,45,'LBL_CUSTOM_INFORMATION',2,0,0,0,0,0,1,0),(112,45,'StatusInformation',3,0,0,0,0,0,1,0),(113,23,'LBL_ITEM_DETAILS',5,0,0,0,0,0,1,0),(114,22,'LBL_ITEM_DETAILS',5,0,0,0,0,0,1,0),(115,21,'LBL_ITEM_DETAILS',5,0,0,0,0,0,1,0),(116,20,'LBL_ITEM_DETAILS',5,0,0,0,0,0,1,0),(117,16,'LBL_RECURRENCE_INFORMATION',3,0,0,0,0,0,1,0),(118,29,'LBL_CALENDAR_SETTINGS',2,0,0,0,0,0,1,0),(119,16,'LBL_RELATED_TO',4,0,0,0,0,0,1,0),(120,51,'CTGoogleSuite Information',1,0,0,0,0,0,1,0),(121,52,'CTGoogleOffice365SuiteLog Information',1,0,0,0,0,0,1,0),(122,52,'Google/Office365 Contact Log Information',2,0,0,0,0,0,1,0),(123,52,'Google/Office365 Calendar Log Information',3,0,0,0,0,0,1,0),(124,53,'CTGoogleSuite Information',1,0,0,0,0,0,1,0),(125,53,'CTGoogleOffice365SuiteLog Information',2,0,0,0,0,0,1,0),(126,53,'Google/Office365 Contact Log Information',3,0,0,0,0,0,1,0),(127,53,'Google/Office365 Calendar Log Information',4,0,0,0,0,0,1,0);
/*!40000 ALTER TABLE `vtiger_blocks` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_blocks_seq`
--
DROP TABLE IF EXISTS `vtiger_blocks_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_blocks_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_blocks_seq`
--
LOCK TABLES `vtiger_blocks_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_blocks_seq` DISABLE KEYS */;
INSERT INTO `vtiger_blocks_seq` VALUES (127);
/*!40000 ALTER TABLE `vtiger_blocks_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_calendar_default_activitytypes`
--
DROP TABLE IF EXISTS `vtiger_calendar_default_activitytypes`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_calendar_default_activitytypes` (
`id` int NOT NULL,
`module` varchar(50) DEFAULT NULL,
`fieldname` varchar(50) DEFAULT NULL,
`defaultcolor` varchar(50) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_calendar_default_activitytypes`
--
LOCK TABLES `vtiger_calendar_default_activitytypes` WRITE;
/*!40000 ALTER TABLE `vtiger_calendar_default_activitytypes` DISABLE KEYS */;
INSERT INTO `vtiger_calendar_default_activitytypes` VALUES (1,'Events','Events','#17309A'),(2,'Calendar','Tasks','#3A87AD'),(3,'Potentials','Potentials','#AA6705'),(4,'Contacts','support_end_date','#953B39'),(5,'Contacts','birthday','#545252'),(6,'Invoice','Invoice','#87865D'),(7,'Project','Project','#C71585'),(8,'ProjectTask','Project Task','#006400');
/*!40000 ALTER TABLE `vtiger_calendar_default_activitytypes` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_calendar_default_activitytypes_seq`
--
DROP TABLE IF EXISTS `vtiger_calendar_default_activitytypes_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_calendar_default_activitytypes_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_calendar_default_activitytypes_seq`
--
LOCK TABLES `vtiger_calendar_default_activitytypes_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_calendar_default_activitytypes_seq` DISABLE KEYS */;
INSERT INTO `vtiger_calendar_default_activitytypes_seq` VALUES (8);
/*!40000 ALTER TABLE `vtiger_calendar_default_activitytypes_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_calendar_user_activitytypes`
--
DROP TABLE IF EXISTS `vtiger_calendar_user_activitytypes`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_calendar_user_activitytypes` (
`id` int NOT NULL,
`defaultid` int DEFAULT NULL,
`userid` int DEFAULT NULL,
`color` varchar(50) DEFAULT NULL,
`visible` int DEFAULT '1',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_calendar_user_activitytypes`
--
LOCK TABLES `vtiger_calendar_user_activitytypes` WRITE;
/*!40000 ALTER TABLE `vtiger_calendar_user_activitytypes` DISABLE KEYS */;
INSERT INTO `vtiger_calendar_user_activitytypes` VALUES (1,1,1,'#17309A',1),(2,2,1,'#3A87AD',1),(3,3,1,'#AA6705',1),(4,4,1,'#953B39',1),(5,5,1,'#545252',1),(6,6,1,'#87865D',1),(7,7,1,'#C71585',1),(8,8,1,'#006400',1),(9,1,5,'#17309A',1),(10,2,5,'#3A87AD',1),(11,3,5,'#AA6705',1),(12,4,5,'#953B39',1),(13,5,5,'#545252',1),(14,6,5,'#87865D',1),(15,7,5,'#C71585',1),(16,8,5,'#006400',1),(17,1,6,'#17309A',1),(18,2,6,'#3A87AD',1),(19,3,6,'#AA6705',1),(20,4,6,'#953B39',1),(21,5,6,'#545252',1),(22,6,6,'#87865D',1),(23,7,6,'#C71585',1),(24,8,6,'#006400',1),(25,1,8,'#17309A',1),(26,2,8,'#3A87AD',1),(27,3,8,'#AA6705',1),(28,4,8,'#953B39',1),(29,5,8,'#545252',1),(30,6,8,'#87865D',1),(31,7,8,'#C71585',1),(32,8,8,'#006400',1),(33,1,9,'#17309A',1),(34,2,9,'#3A87AD',1),(35,3,9,'#AA6705',1),(36,4,9,'#953B39',1),(37,5,9,'#545252',1),(38,6,9,'#87865D',1),(39,7,9,'#C71585',1),(40,8,9,'#006400',1),(41,1,10,'#17309A',1),(42,2,10,'#3A87AD',1),(43,3,10,'#AA6705',1),(44,4,10,'#953B39',1),(45,5,10,'#545252',1),(46,6,10,'#87865D',1),(47,7,10,'#C71585',1),(48,8,10,'#006400',1),(49,1,11,'#17309A',1),(50,2,11,'#3A87AD',1),(51,3,11,'#AA6705',1),(52,4,11,'#953B39',1),(53,5,11,'#545252',1),(54,6,11,'#87865D',1),(55,7,11,'#C71585',1),(56,8,11,'#006400',1),(57,1,12,'#17309A',1),(58,2,12,'#3A87AD',1),(59,3,12,'#AA6705',1),(60,4,12,'#953B39',1),(61,5,12,'#545252',1),(62,6,12,'#87865D',1),(63,7,12,'#C71585',1),(64,8,12,'#006400',1),(65,1,13,'#17309A',1),(66,2,13,'#3A87AD',1),(67,3,13,'#AA6705',1),(68,4,13,'#953B39',1),(69,5,13,'#545252',1),(70,6,13,'#87865D',1),(71,7,13,'#C71585',1),(72,8,13,'#006400',1),(73,1,14,'#17309A',1),(74,2,14,'#3A87AD',1),(75,3,14,'#AA6705',1),(76,4,14,'#953B39',1),(77,5,14,'#545252',1),(78,6,14,'#87865D',1),(79,7,14,'#C71585',1),(80,8,14,'#006400',1),(81,1,15,'#17309A',1),(82,2,15,'#3A87AD',1),(83,3,15,'#AA6705',1),(84,4,15,'#953B39',1),(85,5,15,'#545252',1),(86,6,15,'#87865D',1),(87,7,15,'#C71585',1),(88,8,15,'#006400',1),(89,1,16,'#17309A',1),(90,2,16,'#3A87AD',1),(91,3,16,'#AA6705',1),(92,4,16,'#953B39',1),(93,5,16,'#545252',1),(94,6,16,'#87865D',1),(95,7,16,'#C71585',1),(96,8,16,'#006400',1),(97,1,17,'#17309A',1),(98,2,17,'#3A87AD',1),(99,3,17,'#AA6705',1),(100,4,17,'#953B39',1),(101,5,17,'#545252',1),(102,6,17,'#87865D',1),(103,7,17,'#C71585',1),(104,8,17,'#006400',1),(105,1,18,'#17309A',1),(106,2,18,'#3A87AD',1),(107,3,18,'#AA6705',1),(108,4,18,'#953B39',1),(109,5,18,'#545252',1),(110,6,18,'#87865D',1),(111,7,18,'#C71585',1),(112,8,18,'#006400',1),(113,1,20,'#17309A',1),(114,2,20,'#3A87AD',1),(115,3,20,'#AA6705',1),(116,4,20,'#953B39',1),(117,5,20,'#545252',1),(118,6,20,'#87865D',1),(119,7,20,'#C71585',1),(120,8,20,'#006400',1),(121,1,22,'#17309A',1),(122,2,22,'#3A87AD',1),(123,3,22,'#AA6705',1),(124,4,22,'#953B39',1),(125,5,22,'#545252',1),(126,6,22,'#87865D',1),(127,7,22,'#C71585',1),(128,8,22,'#006400',1),(129,1,23,'#17309A',1),(130,2,23,'#3A87AD',1),(131,3,23,'#AA6705',1),(132,4,23,'#953B39',1),(133,5,23,'#545252',1),(134,6,23,'#87865D',1),(135,7,23,'#C71585',1),(136,8,23,'#006400',1),(137,1,24,'#17309A',1),(138,2,24,'#3A87AD',1),(139,3,24,'#AA6705',1),(140,4,24,'#953B39',1),(141,5,24,'#545252',1),(142,6,24,'#87865D',1),(143,7,24,'#C71585',1),(144,8,24,'#006400',1),(145,1,25,'#17309A',1),(146,2,25,'#3A87AD',1),(147,3,25,'#AA6705',1),(148,4,25,'#953B39',1),(149,5,25,'#545252',1),(150,6,25,'#87865D',1),(151,7,25,'#C71585',1),(152,8,25,'#006400',1),(153,1,26,'#17309A',1),(154,2,26,'#3A87AD',1),(155,3,26,'#AA6705',1),(156,4,26,'#953B39',1),(157,5,26,'#545252',1),(158,6,26,'#87865D',1),(159,7,26,'#C71585',1),(160,8,26,'#006400',1),(161,1,27,'#17309A',1),(162,2,27,'#3A87AD',1),(163,3,27,'#AA6705',1),(164,4,27,'#953B39',1),(165,5,27,'#545252',1),(166,6,27,'#87865D',1),(167,7,27,'#C71585',1),(168,8,27,'#006400',1),(169,1,28,'#17309A',1),(170,2,28,'#3A87AD',1),(171,3,28,'#AA6705',1),(172,4,28,'#953B39',1),(173,5,28,'#545252',1),(174,6,28,'#87865D',1),(175,7,28,'#C71585',1),(176,8,28,'#006400',1),(177,1,29,'#17309A',1),(178,2,29,'#3A87AD',1),(179,3,29,'#AA6705',1),(180,4,29,'#953B39',1),(181,5,29,'#545252',1),(182,6,29,'#87865D',1),(183,7,29,'#C71585',1),(184,8,29,'#006400',1);
/*!40000 ALTER TABLE `vtiger_calendar_user_activitytypes` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_calendar_user_activitytypes_seq`
--
DROP TABLE IF EXISTS `vtiger_calendar_user_activitytypes_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_calendar_user_activitytypes_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_calendar_user_activitytypes_seq`
--
LOCK TABLES `vtiger_calendar_user_activitytypes_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_calendar_user_activitytypes_seq` DISABLE KEYS */;
INSERT INTO `vtiger_calendar_user_activitytypes_seq` VALUES (184);
/*!40000 ALTER TABLE `vtiger_calendar_user_activitytypes_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_calendarsharedtype`
--
DROP TABLE IF EXISTS `vtiger_calendarsharedtype`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_calendarsharedtype` (
`calendarsharedtypeid` int NOT NULL AUTO_INCREMENT,
`calendarsharedtype` varchar(200) NOT NULL,
`sortorderid` int DEFAULT NULL,
`presence` int NOT NULL DEFAULT '1',
PRIMARY KEY (`calendarsharedtypeid`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_calendarsharedtype`
--
LOCK TABLES `vtiger_calendarsharedtype` WRITE;
/*!40000 ALTER TABLE `vtiger_calendarsharedtype` DISABLE KEYS */;
INSERT INTO `vtiger_calendarsharedtype` VALUES (1,'public',1,1),(2,'private',2,1),(3,'seletedusers',3,1);
/*!40000 ALTER TABLE `vtiger_calendarsharedtype` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_calendarsharedtype_seq`
--
DROP TABLE IF EXISTS `vtiger_calendarsharedtype_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_calendarsharedtype_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_calendarsharedtype_seq`
--
LOCK TABLES `vtiger_calendarsharedtype_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_calendarsharedtype_seq` DISABLE KEYS */;
INSERT INTO `vtiger_calendarsharedtype_seq` VALUES (3);
/*!40000 ALTER TABLE `vtiger_calendarsharedtype_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_callduration`
--
DROP TABLE IF EXISTS `vtiger_callduration`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_callduration` (
`calldurationid` int NOT NULL AUTO_INCREMENT,
`callduration` varchar(200) NOT NULL,
`sortorderid` int DEFAULT NULL,
`presence` int NOT NULL DEFAULT '1',
PRIMARY KEY (`calldurationid`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_callduration`
--
LOCK TABLES `vtiger_callduration` WRITE;
/*!40000 ALTER TABLE `vtiger_callduration` DISABLE KEYS */;
INSERT INTO `vtiger_callduration` VALUES (1,'5',1,1),(2,'10',2,1),(3,'30',3,1),(4,'60',4,1),(5,'120',5,1);
/*!40000 ALTER TABLE `vtiger_callduration` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_callduration_seq`
--
DROP TABLE IF EXISTS `vtiger_callduration_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_callduration_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_callduration_seq`
--
LOCK TABLES `vtiger_callduration_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_callduration_seq` DISABLE KEYS */;
INSERT INTO `vtiger_callduration_seq` VALUES (5);
/*!40000 ALTER TABLE `vtiger_callduration_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_campaign`
--
DROP TABLE IF EXISTS `vtiger_campaign`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_campaign` (
`campaign_no` varchar(100) NOT NULL,
`campaignname` varchar(255) DEFAULT NULL,
`campaigntype` varchar(200) DEFAULT NULL,
`campaignstatus` varchar(200) DEFAULT NULL,
`expectedrevenue` decimal(25,8) DEFAULT NULL,
`budgetcost` decimal(25,8) DEFAULT NULL,
`actualcost` decimal(25,8) DEFAULT NULL,
`expectedresponse` varchar(200) DEFAULT NULL,
`numsent` decimal(11,0) DEFAULT NULL,
`product_id` int DEFAULT NULL,
`sponsor` varchar(255) DEFAULT NULL,
`targetaudience` varchar(255) DEFAULT NULL,
`targetsize` int DEFAULT NULL,
`expectedresponsecount` int DEFAULT NULL,
`expectedsalescount` int DEFAULT NULL,
`expectedroi` decimal(25,8) DEFAULT NULL,
`actualresponsecount` int DEFAULT NULL,
`actualsalescount` int DEFAULT NULL,
`actualroi` decimal(25,8) DEFAULT NULL,
`campaignid` int NOT NULL,
`closingdate` date DEFAULT NULL,
PRIMARY KEY (`campaignid`),
KEY `campaign_campaignstatus_idx` (`campaignstatus`),
KEY `campaign_campaignname_idx` (`campaignname`),
KEY `campaign_campaignid_idx` (`campaignid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_campaign`
--
LOCK TABLES `vtiger_campaign` WRITE;
/*!40000 ALTER TABLE `vtiger_campaign` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_campaign` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_campaignaccountrel`
--
DROP TABLE IF EXISTS `vtiger_campaignaccountrel`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_campaignaccountrel` (
`campaignid` int DEFAULT NULL,
`accountid` int DEFAULT NULL,
`campaignrelstatusid` int DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_campaignaccountrel`
--
LOCK TABLES `vtiger_campaignaccountrel` WRITE;
/*!40000 ALTER TABLE `vtiger_campaignaccountrel` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_campaignaccountrel` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_campaigncontrel`
--
DROP TABLE IF EXISTS `vtiger_campaigncontrel`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_campaigncontrel` (
`campaignid` int NOT NULL DEFAULT '0',
`contactid` int NOT NULL DEFAULT '0',
`campaignrelstatusid` int NOT NULL DEFAULT '0',
PRIMARY KEY (`campaignid`,`contactid`,`campaignrelstatusid`),
KEY `campaigncontrel_contractid_idx` (`contactid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_campaigncontrel`
--
LOCK TABLES `vtiger_campaigncontrel` WRITE;
/*!40000 ALTER TABLE `vtiger_campaigncontrel` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_campaigncontrel` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_campaignleadrel`
--
DROP TABLE IF EXISTS `vtiger_campaignleadrel`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_campaignleadrel` (
`campaignid` int NOT NULL DEFAULT '0',
`leadid` int NOT NULL DEFAULT '0',
`campaignrelstatusid` int NOT NULL DEFAULT '0',
PRIMARY KEY (`campaignid`,`leadid`,`campaignrelstatusid`),
KEY `campaignleadrel_leadid_campaignid_idx` (`leadid`,`campaignid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_campaignleadrel`
--
LOCK TABLES `vtiger_campaignleadrel` WRITE;
/*!40000 ALTER TABLE `vtiger_campaignleadrel` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_campaignleadrel` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_campaignrelstatus`
--
DROP TABLE IF EXISTS `vtiger_campaignrelstatus`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_campaignrelstatus` (
`campaignrelstatusid` int DEFAULT NULL,
`campaignrelstatus` varchar(256) DEFAULT NULL,
`sortorderid` int DEFAULT NULL,
`presence` int DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_campaignrelstatus`
--
LOCK TABLES `vtiger_campaignrelstatus` WRITE;
/*!40000 ALTER TABLE `vtiger_campaignrelstatus` DISABLE KEYS */;
INSERT INTO `vtiger_campaignrelstatus` VALUES (2,'Contacted - Successful',1,1),(3,'Contacted - Unsuccessful',2,1),(4,'Contacted - Never Contact Again',3,1);
/*!40000 ALTER TABLE `vtiger_campaignrelstatus` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_campaignrelstatus_seq`
--
DROP TABLE IF EXISTS `vtiger_campaignrelstatus_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_campaignrelstatus_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_campaignrelstatus_seq`
--
LOCK TABLES `vtiger_campaignrelstatus_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_campaignrelstatus_seq` DISABLE KEYS */;
INSERT INTO `vtiger_campaignrelstatus_seq` VALUES (4);
/*!40000 ALTER TABLE `vtiger_campaignrelstatus_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_campaignscf`
--
DROP TABLE IF EXISTS `vtiger_campaignscf`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_campaignscf` (
`campaignid` int NOT NULL DEFAULT '0',
PRIMARY KEY (`campaignid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_campaignscf`
--
LOCK TABLES `vtiger_campaignscf` WRITE;
/*!40000 ALTER TABLE `vtiger_campaignscf` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_campaignscf` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_campaignstatus`
--
DROP TABLE IF EXISTS `vtiger_campaignstatus`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_campaignstatus` (
`campaignstatusid` int NOT NULL AUTO_INCREMENT,
`campaignstatus` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT NULL,
PRIMARY KEY (`campaignstatusid`),
KEY `campaignstatus_campaignstatus_idx` (`campaignstatus`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_campaignstatus`
--
LOCK TABLES `vtiger_campaignstatus` WRITE;
/*!40000 ALTER TABLE `vtiger_campaignstatus` DISABLE KEYS */;
INSERT INTO `vtiger_campaignstatus` VALUES (2,'Planning',1,15,1),(3,'Active',1,16,2),(4,'Inactive',1,17,3),(5,'Completed',1,18,4),(6,'Cancelled',1,19,5);
/*!40000 ALTER TABLE `vtiger_campaignstatus` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_campaignstatus_seq`
--
DROP TABLE IF EXISTS `vtiger_campaignstatus_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_campaignstatus_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_campaignstatus_seq`
--
LOCK TABLES `vtiger_campaignstatus_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_campaignstatus_seq` DISABLE KEYS */;
INSERT INTO `vtiger_campaignstatus_seq` VALUES (6);
/*!40000 ALTER TABLE `vtiger_campaignstatus_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_campaigntype`
--
DROP TABLE IF EXISTS `vtiger_campaigntype`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_campaigntype` (
`campaigntypeid` int NOT NULL AUTO_INCREMENT,
`campaigntype` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT NULL,
PRIMARY KEY (`campaigntypeid`),
UNIQUE KEY `campaigntype_campaigntype_idx` (`campaigntype`)
) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_campaigntype`
--
LOCK TABLES `vtiger_campaigntype` WRITE;
/*!40000 ALTER TABLE `vtiger_campaigntype` DISABLE KEYS */;
INSERT INTO `vtiger_campaigntype` VALUES (2,'Conference',1,21,1),(3,'Webinar',1,22,2),(4,'Trade Show',1,23,3),(5,'Public Relations',1,24,4),(6,'Partners',1,25,5),(7,'Referral Program',1,26,6),(8,'Advertisement',1,27,7),(9,'Banner Ads',1,28,8),(10,'Direct Mail',1,29,9),(11,'Email',1,30,10),(12,'Telemarketing',1,31,11),(13,'Others',1,32,12);
/*!40000 ALTER TABLE `vtiger_campaigntype` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_campaigntype_seq`
--
DROP TABLE IF EXISTS `vtiger_campaigntype_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_campaigntype_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_campaigntype_seq`
--
LOCK TABLES `vtiger_campaigntype_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_campaigntype_seq` DISABLE KEYS */;
INSERT INTO `vtiger_campaigntype_seq` VALUES (13);
/*!40000 ALTER TABLE `vtiger_campaigntype_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_carrier`
--
DROP TABLE IF EXISTS `vtiger_carrier`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_carrier` (
`carrierid` int NOT NULL AUTO_INCREMENT,
`carrier` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT NULL,
PRIMARY KEY (`carrierid`),
UNIQUE KEY `carrier_carrier_idx` (`carrier`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_carrier`
--
LOCK TABLES `vtiger_carrier` WRITE;
/*!40000 ALTER TABLE `vtiger_carrier` DISABLE KEYS */;
INSERT INTO `vtiger_carrier` VALUES (1,'FedEx',1,33,0),(2,'UPS',1,34,1),(3,'USPS',1,35,2),(4,'DHL',1,36,3),(5,'BlueDart',1,37,4);
/*!40000 ALTER TABLE `vtiger_carrier` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_carrier_seq`
--
DROP TABLE IF EXISTS `vtiger_carrier_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_carrier_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_carrier_seq`
--
LOCK TABLES `vtiger_carrier_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_carrier_seq` DISABLE KEYS */;
INSERT INTO `vtiger_carrier_seq` VALUES (5);
/*!40000 ALTER TABLE `vtiger_carrier_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_cntactivityrel`
--
DROP TABLE IF EXISTS `vtiger_cntactivityrel`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_cntactivityrel` (
`contactid` int NOT NULL DEFAULT '0',
`activityid` int NOT NULL DEFAULT '0',
PRIMARY KEY (`contactid`,`activityid`),
KEY `cntactivityrel_contactid_idx` (`contactid`),
KEY `cntactivityrel_activityid_idx` (`activityid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_cntactivityrel`
--
LOCK TABLES `vtiger_cntactivityrel` WRITE;
/*!40000 ALTER TABLE `vtiger_cntactivityrel` DISABLE KEYS */;
INSERT INTO `vtiger_cntactivityrel` VALUES (258,641),(265,872),(265,873),(265,874),(265,883),(265,884),(265,885),(265,886),(493,507),(493,856),(493,857),(557,562),(557,566),(557,571),(557,577),(623,625),(634,646),(802,804),(802,805);
/*!40000 ALTER TABLE `vtiger_cntactivityrel` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_contactaddress`
--
DROP TABLE IF EXISTS `vtiger_contactaddress`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_contactaddress` (
`contactaddressid` int NOT NULL DEFAULT '0',
`mailingcity` varchar(40) DEFAULT NULL,
`mailingstreet` varchar(250) DEFAULT NULL,
`mailingcountry` varchar(40) DEFAULT NULL,
`othercountry` varchar(30) DEFAULT NULL,
`mailingstate` varchar(30) DEFAULT NULL,
`mailingpobox` varchar(30) DEFAULT NULL,
`othercity` varchar(40) DEFAULT NULL,
`otherstate` varchar(50) DEFAULT NULL,
`mailingzip` varchar(30) DEFAULT NULL,
`otherzip` varchar(30) DEFAULT NULL,
`otherstreet` varchar(250) DEFAULT NULL,
`otherpobox` varchar(30) DEFAULT NULL,
PRIMARY KEY (`contactaddressid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_contactaddress`
--
LOCK TABLES `vtiger_contactaddress` WRITE;
/*!40000 ALTER TABLE `vtiger_contactaddress` DISABLE KEYS */;
INSERT INTO `vtiger_contactaddress` VALUES (95,'','','','','','','','','','','',''),(97,'','','','','','','','','','','',''),(104,'','','','','','','','','','','',''),(105,'','','','','','','','','','','',''),(107,'','','','','','','','','','','',''),(109,'','','','','','','','','','','',''),(111,'','','','','','','','','','','',''),(113,'','','','','','','','','','','',''),(115,'','','','','','','','','','','',''),(117,'','','','','','','','','','','',''),(119,'','','','','','','','','','','',''),(121,'','','','','','','','','','','',''),(123,'','','','','','','','','','','',''),(125,'','','','','','','','','','','',''),(127,'','','','','','','','','','','',''),(129,'','','','','','','','','','','',''),(130,'','','','','','','','','','','',''),(132,'','','','','','','','','','','',''),(134,'','','','','','','','','','','',''),(136,'','','','','','','','','','','',''),(138,'','','','','','','','','','','',''),(140,'','','','','','','','','','','',''),(142,'','','','','','','','','','','',''),(144,'','','','','','','','','','','',''),(146,'','','','','','','','','','','',''),(148,'','','','','','','','','','','',''),(150,'','','','','','','','','','','',''),(152,'','','','','','','','','','','',''),(154,'','','','','','','','','','','',''),(156,'','','','','','','','','','','',''),(158,'','','','','','','','','','','',''),(160,'','','','','','','','','','','',''),(162,'','','','','','','','','','','',''),(164,'','','','','','','','','','','',''),(166,'','','','','','','','','','','',''),(168,'','','','','','','','','','','',''),(170,'','','','','','','','','','','',''),(172,'','','','','','','','','','','',''),(174,'','','','','','','','','','','',''),(176,'','','','','','','','','','','',''),(178,'','','','','','','','','','','',''),(180,'','','','','','','','','','','',''),(182,'','','','','','','','','','','',''),(184,'','','','','','','','','','','',''),(186,'','','','','','','','','','','',''),(188,'','','','','','','','','','','',''),(190,'','','','','','','','','','','',''),(192,'','','','','','','','','','','',''),(194,'','','','','','','','','','','',''),(196,'','','','','','','','','','','',''),(198,'','','','','','','','','','','',''),(200,'','','','','','','','','','','',''),(202,'','','','','','','','','','','',''),(204,'','','','','','','','','','','',''),(206,'','','','','','','','','','','',''),(208,'','','','','','','','','','','',''),(210,'','','','','','','','','','','',''),(212,'','','','','','','','','','','',''),(214,'','','','','','','','','','','',''),(216,'','','','','','','','','','','',''),(218,'','','','','','','','','','','',''),(220,'','','','','','','','','','','',''),(222,'','','','','','','','','','','',''),(224,'','','','','','','','','','','',''),(226,'','','','','','','','','','','',''),(228,'','','','','','','','','','','',''),(230,'','','','','','','','','','','',''),(232,'','','','','','','','','','','',''),(234,'','','','','','','','','','','',''),(236,'','','','','','','','','','','',''),(238,'','','','','','','','','','','',''),(240,'','','','','','','','','','','',''),(242,'','','','','','','','','','','',''),(244,'','','','','','','','','','','',''),(246,'','','','','','','','','','','',''),(248,'','','','','','','','','','','',''),(250,'','','','','','','','','','','',''),(252,'','','','','','','','','','','',''),(254,'','','','','','','','','','','',''),(256,'','','','','','','','','','','',''),(258,'','','','','','','','','','','',''),(265,'','','','','','','','','','','',''),(426,'','','','','','','','','','','',''),(431,'','','','','','','','','','','',''),(439,'','','','','','','','','','','',''),(450,'','','','','','','','','','','',''),(452,'','','','','','','','','','','',''),(454,'','','','','','','','','','','',''),(456,'','','','','','','','','','','',''),(458,'','','','','','','','','','','',''),(460,'','','','','','','','','','','',''),(465,'','','','','','','','','','','',''),(472,'','','','','','','','','','','',''),(486,'','','','','','','','','','','',''),(489,'','','','','','','','','','','',''),(491,'','','','','','','','','','','',''),(493,'','','','','','','','','','','',''),(522,'','','','','','','','','','','',''),(554,'','','','','','','','','','','',''),(557,'','','','','','','','','','','',''),(559,'','','','','','','','','','','',''),(623,'','','','','','','','','','','',''),(634,'','','','','','','','','','','',''),(797,'','','','','','','','','','','',''),(802,'','','','','','','','','','','',''),(902,'','','','','','','','','','','',''),(903,'','','','','','','','','','','',''),(904,'','','','','','','','','','','',''),(905,'','','','','','','','','','','','');
/*!40000 ALTER TABLE `vtiger_contactaddress` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_contactdetails`
--
DROP TABLE IF EXISTS `vtiger_contactdetails`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_contactdetails` (
`contactid` int NOT NULL DEFAULT '0',
`contact_no` varchar(100) NOT NULL,
`accountid` int DEFAULT NULL,
`salutation` varchar(200) DEFAULT NULL,
`firstname` varchar(40) DEFAULT NULL,
`lastname` varchar(80) NOT NULL,
`email` varchar(100) DEFAULT NULL,
`phone` varchar(50) DEFAULT NULL,
`mobile` varchar(50) DEFAULT NULL,
`title` varchar(50) DEFAULT NULL,
`department` varchar(30) DEFAULT NULL,
`fax` varchar(50) DEFAULT NULL,
`reportsto` varchar(30) DEFAULT NULL,
`training` varchar(50) DEFAULT NULL,
`usertype` varchar(50) DEFAULT NULL,
`contacttype` varchar(50) DEFAULT NULL,
`otheremail` varchar(100) DEFAULT NULL,
`secondaryemail` varchar(100) DEFAULT NULL,
`donotcall` varchar(3) DEFAULT NULL,
`emailoptout` varchar(3) DEFAULT '0',
`imagename` varchar(150) DEFAULT NULL,
`reference` varchar(3) DEFAULT NULL,
`notify_owner` varchar(3) DEFAULT '0',
`isconvertedfromlead` varchar(3) DEFAULT '0',
PRIMARY KEY (`contactid`),
KEY `contactdetails_accountid_idx` (`accountid`),
KEY `email_idx` (`email`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_contactdetails`
--
LOCK TABLES `vtiger_contactdetails` WRITE;
/*!40000 ALTER TABLE `vtiger_contactdetails` DISABLE KEYS */;
INSERT INTO `vtiger_contactdetails` VALUES (95,'CON1',0,'','Pojaaaupdatee','chandarajna update','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(97,'CON2',0,'','testtt1 T5555555','testinggggT55','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(104,'CON3',0,'','E1','E1','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(105,'CON4',0,'','AUTOO uPATEEE','AUTOO uPATEEE','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(107,'CON5',0,'','Googleee1updateeeeeee','Googleee1updateeeeeee','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(109,'CON6',0,'','d111111111','d11111111','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(111,'CON7',0,'','t111111111','1ttttttttttt','','','9874563210','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(113,'CON8',0,'','KIA-- 111','KIA-- 222222','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(115,'CON9',0,'','8888','999999','','','91067 52965','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(117,'CON10',0,'','OOOO','OOOOOOOOOO','','9874563210','9874563210','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(119,'CON11',0,'','7777777','7777777','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(121,'CON12',0,'','gggggggg','gggggggggggg','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(123,'CON13',0,'','v1 ii','v22ioioioioioioioio','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(125,'CON14',0,'','mmmmmmm','mmmmmmmmmmm','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(127,'CON15',0,'','BIRTHDAT12','BIRTHDAT12','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(129,'CON16',0,'','1A VVVVVVV','1BVVVVVVVV','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(130,'CON17',0,'','t1','t1','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(132,'CON18',0,'','t2','t2','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(134,'CON19',0,'','c1222222222222','c444444','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(136,'CON20',0,'','p9','p8','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(138,'CON21',0,'','28','28','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(140,'CON22',0,'','18','18','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(142,'CON23',0,'','6','6','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(144,'CON24',0,'','25','25','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(146,'CON25',0,'','13','13','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(148,'CON26',0,'','14','14','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(150,'CON27',0,'','11','11','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(152,'CON28',0,'','26','26','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(154,'CON29',0,'','16','16','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(156,'CON30',0,'','24','24','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(158,'CON31',0,'','16','16','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(160,'CON32',0,'','30','30','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(162,'CON33',0,'','19','19','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(164,'CON34',0,'','17','17','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(166,'CON35',0,'','1','1','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(168,'CON36',0,'','2','2','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(170,'CON37',0,'','29','29','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(172,'CON38',0,'','22','22','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(174,'CON39',0,'','5','5','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(176,'CON40',0,'','12','12','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(178,'CON41',0,'','9','9','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(180,'CON42',0,'','10','10','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(182,'CON43',0,'','27','27','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(184,'CON44',0,'','7','7','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(186,'CON45',0,'','15','15','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(188,'CON46',0,'','4','4','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(190,'CON47',0,'','3','3','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(192,'CON48',0,'','21','21','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(194,'CON49',0,'','23','23','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(196,'CON50',0,'','20','20','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(198,'CON51',0,'','a6a','a6a','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(200,'CON52',0,'','a15','a15','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(202,'CON53',0,'','a1a4','a1a4','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(204,'CON54',0,'','a27','a27','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(206,'CON55',0,'','a29','a29','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(208,'CON56',0,'','a11','a11','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(210,'CON57',0,'','a18','a18','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(212,'CON58',0,'','a4','a4','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(214,'CON59',0,'','a12','a12','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(216,'CON60',0,'','a19','a19','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(218,'CON61',0,'','a17','a17','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(220,'CON62',0,'','a1','a1','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(222,'CON63',0,'','a25','a25','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(224,'CON64',0,'','a30','a30','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(226,'CON65',0,'','a28','a28','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(228,'CON66',0,'','a24','a24','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(230,'CON67',0,'','a7','a7','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(232,'CON68',0,'','a22','a22','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(234,'CON69',0,'','a2','a2','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(236,'CON70',0,'','a23','a23','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(238,'CON71',0,'','a3','a3','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(240,'CON72',0,'','a26','a26','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(242,'CON73',0,'','a5','a5','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(244,'CON74',0,'','a8','a8','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(246,'CON75',0,'','a20','a20','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(248,'CON76',0,'','a13','a13','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(250,'CON77',0,'','a9','a9','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(252,'CON78',0,'','a21','a21','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(254,'CON79',0,'','a16','a16','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(256,'CON80',0,'','a10','a10','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(258,'CON81',0,'','','reecepotts','reecepotts999@gmail.com','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(265,'CON82',0,'','newww contact1111111','canyaman98','canyaman98@outlook.com','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(426,'CON83',0,'','test','crmtiger','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(431,'CON84',0,'','nidhi','Jethva','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(439,'CON85',0,'','','test 30','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(450,'CON86',0,'','','crmtiger','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(452,'CON87',0,'','','fgfgfg','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(454,'CON88',0,'','','3333','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(456,'CON89',0,'','','jennifer','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(458,'CON90',0,'','Jennifer','crmtiger ','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(460,'CON91',0,'','','dddd','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(465,'CON92',0,'','','rr','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(472,'CON93',0,'','','22','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(486,'CON94',0,'','','230','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(489,'CON95',0,'','','123','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(491,'CON96',0,'','','65','suite787@outlook.com','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(493,'CON97',0,'','','eeee','canyaman98@outlook.com','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(522,'CON98',0,'','','ddddd','johnwallmart01@outlook.com','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(554,'CON99',0,'','','test mail','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(557,'CON100',0,'','','hiralp.variance','hiralp.variance@outlook.com','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(559,'CON101',0,'','','jennifer701911','jennifer701911@outlook.com','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(623,'CON102',0,'','c111111','johnwallmart01','johnwallmart01@outlook.com','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(634,'CON103',0,'','','nidhi.variance','nidhi.variance@gmail.com','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(797,'CON104',0,'','c1','c1','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(802,'CON105',0,'','c11111111','c22222222','poojachandarana.variance@gmail.com','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(902,'CON106',0,'','nonamdin','nonamdin','canyaman98@outlook.com','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(903,'CON107',0,'','nonamdin','nonamdin','canyaman98@outlook.com','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(904,'CON108',0,'','nonamdin','nonamdin','canyaman98@outlook.com','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0'),(905,'CON109',0,'','nonamdin','nonamdin','canyaman98@outlook.com','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0');
/*!40000 ALTER TABLE `vtiger_contactdetails` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_contactscf`
--
DROP TABLE IF EXISTS `vtiger_contactscf`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_contactscf` (
`contactid` int NOT NULL DEFAULT '0',
PRIMARY KEY (`contactid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_contactscf`
--
LOCK TABLES `vtiger_contactscf` WRITE;
/*!40000 ALTER TABLE `vtiger_contactscf` DISABLE KEYS */;
INSERT INTO `vtiger_contactscf` VALUES (95),(97),(104),(105),(107),(109),(111),(113),(115),(117),(119),(121),(123),(125),(127),(129),(130),(132),(134),(136),(138),(140),(142),(144),(146),(148),(150),(152),(154),(156),(158),(160),(162),(164),(166),(168),(170),(172),(174),(176),(178),(180),(182),(184),(186),(188),(190),(192),(194),(196),(198),(200),(202),(204),(206),(208),(210),(212),(214),(216),(218),(220),(222),(224),(226),(228),(230),(232),(234),(236),(238),(240),(242),(244),(246),(248),(250),(252),(254),(256),(258),(265),(426),(431),(439),(450),(452),(454),(456),(458),(460),(465),(472),(486),(489),(491),(493),(522),(554),(557),(559),(623),(634),(797),(802),(902),(903),(904),(905);
/*!40000 ALTER TABLE `vtiger_contactscf` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_contactsubdetails`
--
DROP TABLE IF EXISTS `vtiger_contactsubdetails`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_contactsubdetails` (
`contactsubscriptionid` int NOT NULL DEFAULT '0',
`homephone` varchar(50) DEFAULT NULL,
`otherphone` varchar(50) DEFAULT NULL,
`assistant` varchar(30) DEFAULT NULL,
`assistantphone` varchar(50) DEFAULT NULL,
`birthday` date DEFAULT NULL,
`laststayintouchrequest` int DEFAULT '0',
`laststayintouchsavedate` int DEFAULT '0',
`leadsource` varchar(200) DEFAULT NULL,
PRIMARY KEY (`contactsubscriptionid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_contactsubdetails`
--
LOCK TABLES `vtiger_contactsubdetails` WRITE;
/*!40000 ALTER TABLE `vtiger_contactsubdetails` DISABLE KEYS */;
INSERT INTO `vtiger_contactsubdetails` VALUES (95,'','','','',NULL,0,0,''),(97,'','','','',NULL,0,0,''),(104,'','','','',NULL,0,0,''),(105,'','','','',NULL,0,0,NULL),(107,'','','','',NULL,0,0,''),(109,'','','','',NULL,0,0,''),(111,'','','','',NULL,0,0,''),(113,'','','','',NULL,0,0,''),(115,'','','','',NULL,0,0,''),(117,'','','','',NULL,0,0,''),(119,'','','','',NULL,0,0,''),(121,'','','','',NULL,0,0,''),(123,'','','','',NULL,0,0,''),(125,'','','','',NULL,0,0,''),(127,'','','','',NULL,0,0,''),(129,'','','','',NULL,0,0,''),(130,'','','','',NULL,0,0,''),(132,'','','','',NULL,0,0,''),(134,'','','','',NULL,0,0,''),(136,'','','','',NULL,0,0,''),(138,'','','','',NULL,0,0,''),(140,'','','','',NULL,0,0,''),(142,'','','','',NULL,0,0,''),(144,'','','','',NULL,0,0,''),(146,'','','','',NULL,0,0,''),(148,'','','','',NULL,0,0,''),(150,'','','','',NULL,0,0,''),(152,'','','','',NULL,0,0,''),(154,'','','','',NULL,0,0,''),(156,'','','','',NULL,0,0,''),(158,'','','','',NULL,0,0,''),(160,'','','','',NULL,0,0,''),(162,'','','','',NULL,0,0,''),(164,'','','','',NULL,0,0,''),(166,'','','','',NULL,0,0,''),(168,'','','','',NULL,0,0,''),(170,'','','','',NULL,0,0,''),(172,'','','','',NULL,0,0,''),(174,'','','','',NULL,0,0,''),(176,'','','','',NULL,0,0,''),(178,'','','','',NULL,0,0,''),(180,'','','','',NULL,0,0,''),(182,'','','','',NULL,0,0,''),(184,'','','','',NULL,0,0,''),(186,'','','','',NULL,0,0,''),(188,'','','','',NULL,0,0,''),(190,'','','','',NULL,0,0,''),(192,'','','','',NULL,0,0,''),(194,'','','','',NULL,0,0,''),(196,'','','','',NULL,0,0,''),(198,'','','','',NULL,0,0,''),(200,'','','','',NULL,0,0,''),(202,'','','','',NULL,0,0,''),(204,'','','','',NULL,0,0,''),(206,'','','','',NULL,0,0,''),(208,'','','','',NULL,0,0,''),(210,'','','','',NULL,0,0,''),(212,'','','','',NULL,0,0,''),(214,'','','','',NULL,0,0,''),(216,'','','','',NULL,0,0,''),(218,'','','','',NULL,0,0,''),(220,'','','','',NULL,0,0,''),(222,'','','','',NULL,0,0,''),(224,'','','','',NULL,0,0,''),(226,'','','','',NULL,0,0,''),(228,'','','','',NULL,0,0,''),(230,'','','','',NULL,0,0,''),(232,'','','','',NULL,0,0,''),(234,'','','','',NULL,0,0,''),(236,'','','','',NULL,0,0,''),(238,'','','','',NULL,0,0,''),(240,'','','','',NULL,0,0,''),(242,'','','','',NULL,0,0,''),(244,'','','','',NULL,0,0,''),(246,'','','','',NULL,0,0,''),(248,'','','','',NULL,0,0,''),(250,'','','','',NULL,0,0,''),(252,'','','','',NULL,0,0,''),(254,'','','','',NULL,0,0,''),(256,'','','','',NULL,0,0,''),(258,'','','','',NULL,0,0,''),(265,'','','','',NULL,0,0,''),(426,'','','','',NULL,0,0,''),(431,'','','','',NULL,0,0,''),(439,'','','','',NULL,0,0,''),(450,'','','','',NULL,0,0,''),(452,'','','','',NULL,0,0,''),(454,'','','','',NULL,0,0,''),(456,'','','','',NULL,0,0,''),(458,'','','','',NULL,0,0,''),(460,'','','','',NULL,0,0,''),(465,'','','','',NULL,0,0,''),(472,'','','','',NULL,0,0,''),(486,'','','','',NULL,0,0,''),(489,'','','','',NULL,0,0,''),(491,'','','','',NULL,0,0,''),(493,'','','','',NULL,0,0,''),(522,'','','','',NULL,0,0,''),(554,'','','','',NULL,0,0,''),(557,'','','','',NULL,0,0,''),(559,'','','','',NULL,0,0,''),(623,'','','','',NULL,0,0,''),(634,'','','','',NULL,0,0,''),(797,'','','','',NULL,0,0,''),(802,'','','','',NULL,0,0,''),(902,'','','','',NULL,0,0,''),(903,'','','','',NULL,0,0,''),(904,'','','','',NULL,0,0,''),(905,'','','','',NULL,0,0,'');
/*!40000 ALTER TABLE `vtiger_contactsubdetails` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_contpotentialrel`
--
DROP TABLE IF EXISTS `vtiger_contpotentialrel`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_contpotentialrel` (
`contactid` int NOT NULL DEFAULT '0',
`potentialid` int NOT NULL DEFAULT '0',
PRIMARY KEY (`contactid`,`potentialid`),
KEY `contpotentialrel_potentialid_idx` (`potentialid`),
KEY `contpotentialrel_contactid_idx` (`contactid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_contpotentialrel`
--
LOCK TABLES `vtiger_contpotentialrel` WRITE;
/*!40000 ALTER TABLE `vtiger_contpotentialrel` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_contpotentialrel` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_contract_priority`
--
DROP TABLE IF EXISTS `vtiger_contract_priority`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_contract_priority` (
`contract_priorityid` int NOT NULL AUTO_INCREMENT,
`contract_priority` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT '0',
PRIMARY KEY (`contract_priorityid`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_contract_priority`
--
LOCK TABLES `vtiger_contract_priority` WRITE;
/*!40000 ALTER TABLE `vtiger_contract_priority` DISABLE KEYS */;
INSERT INTO `vtiger_contract_priority` VALUES (1,'Low',1,220,1),(2,'Normal',1,221,2),(3,'High',1,222,3);
/*!40000 ALTER TABLE `vtiger_contract_priority` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_contract_priority_seq`
--
DROP TABLE IF EXISTS `vtiger_contract_priority_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_contract_priority_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_contract_priority_seq`
--
LOCK TABLES `vtiger_contract_priority_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_contract_priority_seq` DISABLE KEYS */;
INSERT INTO `vtiger_contract_priority_seq` VALUES (3);
/*!40000 ALTER TABLE `vtiger_contract_priority_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_contract_status`
--
DROP TABLE IF EXISTS `vtiger_contract_status`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_contract_status` (
`contract_statusid` int NOT NULL AUTO_INCREMENT,
`contract_status` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT '0',
PRIMARY KEY (`contract_statusid`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_contract_status`
--
LOCK TABLES `vtiger_contract_status` WRITE;
/*!40000 ALTER TABLE `vtiger_contract_status` DISABLE KEYS */;
INSERT INTO `vtiger_contract_status` VALUES (1,'Undefined',1,214,1),(2,'In Planning',1,215,2),(3,'In Progress',1,216,3),(4,'On Hold',1,217,4),(5,'Complete',0,218,5),(6,'Archived',1,219,6);
/*!40000 ALTER TABLE `vtiger_contract_status` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_contract_status_seq`
--
DROP TABLE IF EXISTS `vtiger_contract_status_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_contract_status_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_contract_status_seq`
--
LOCK TABLES `vtiger_contract_status_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_contract_status_seq` DISABLE KEYS */;
INSERT INTO `vtiger_contract_status_seq` VALUES (6);
/*!40000 ALTER TABLE `vtiger_contract_status_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_contract_type`
--
DROP TABLE IF EXISTS `vtiger_contract_type`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_contract_type` (
`contract_typeid` int NOT NULL AUTO_INCREMENT,
`contract_type` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT '0',
PRIMARY KEY (`contract_typeid`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_contract_type`
--
LOCK TABLES `vtiger_contract_type` WRITE;
/*!40000 ALTER TABLE `vtiger_contract_type` DISABLE KEYS */;
INSERT INTO `vtiger_contract_type` VALUES (1,'Support',1,223,1),(2,'Services',1,224,2),(3,'Administrative',1,225,3);
/*!40000 ALTER TABLE `vtiger_contract_type` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_contract_type_seq`
--
DROP TABLE IF EXISTS `vtiger_contract_type_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_contract_type_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_contract_type_seq`
--
LOCK TABLES `vtiger_contract_type_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_contract_type_seq` DISABLE KEYS */;
INSERT INTO `vtiger_contract_type_seq` VALUES (3);
/*!40000 ALTER TABLE `vtiger_contract_type_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_convertleadmapping`
--
DROP TABLE IF EXISTS `vtiger_convertleadmapping`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_convertleadmapping` (
`cfmid` int NOT NULL AUTO_INCREMENT,
`leadfid` int NOT NULL,
`accountfid` int DEFAULT NULL,
`contactfid` int DEFAULT NULL,
`potentialfid` int DEFAULT NULL,
`editable` int DEFAULT '1',
PRIMARY KEY (`cfmid`)
) ENGINE=InnoDB AUTO_INCREMENT=32 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_convertleadmapping`
--
LOCK TABLES `vtiger_convertleadmapping` WRITE;
/*!40000 ALTER TABLE `vtiger_convertleadmapping` DISABLE KEYS */;
INSERT INTO `vtiger_convertleadmapping` VALUES (1,43,1,0,110,0),(2,49,14,0,0,1),(3,40,3,69,0,NULL),(4,0,0,0,0,NULL),(5,44,5,77,0,1),(6,52,13,0,0,1),(7,46,9,80,0,0),(8,48,4,0,0,1),(9,61,26,98,0,1),(10,60,30,0,0,1),(11,62,32,104,0,1),(12,63,28,100,0,1),(13,59,24,96,0,1),(14,64,34,106,0,1),(15,61,27,0,0,1),(16,60,31,0,0,1),(17,62,33,0,0,1),(18,63,29,0,0,1),(19,59,25,0,0,1),(20,64,35,0,0,1),(21,65,36,109,125,1),(22,37,0,66,0,1),(23,38,0,67,0,0),(24,41,0,70,0,0),(25,42,0,71,0,1),(26,45,0,76,0,1),(27,55,0,83,0,1),(28,47,0,74,117,1),(29,50,0,0,0,1),(30,53,10,0,0,1),(31,51,17,0,0,1);
/*!40000 ALTER TABLE `vtiger_convertleadmapping` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_crmentity`
--
DROP TABLE IF EXISTS `vtiger_crmentity`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_crmentity` (
`crmid` int NOT NULL,
`smcreatorid` int NOT NULL DEFAULT '0',
`smownerid` int NOT NULL DEFAULT '0',
`modifiedby` int NOT NULL DEFAULT '0',
`setype` varchar(30) NOT NULL,
`description` mediumtext,
`createdtime` datetime NOT NULL,
`modifiedtime` datetime NOT NULL,
`viewedtime` datetime DEFAULT NULL,
`status` varchar(50) DEFAULT NULL,
`version` int NOT NULL DEFAULT '0',
`presence` int DEFAULT '1',
`deleted` int NOT NULL DEFAULT '0',
`label` varchar(255) DEFAULT NULL,
PRIMARY KEY (`crmid`),
KEY `crmentity_smcreatorid_idx` (`smcreatorid`),
KEY `crmentity_modifiedby_idx` (`modifiedby`),
KEY `crmentity_deleted_idx` (`deleted`),
KEY `crm_ownerid_del_setype_idx` (`smownerid`,`deleted`,`setype`),
KEY `vtiger_crmentity_labelidx` (`label`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_crmentity`
--
LOCK TABLES `vtiger_crmentity` WRITE;
/*!40000 ALTER TABLE `vtiger_crmentity` DISABLE KEYS */;
INSERT INTO `vtiger_crmentity` VALUES (2,1,1,1,'Leads','','2024-11-22 08:40:22','2024-11-22 08:40:22',NULL,NULL,0,1,0,'Hiral Prajapati'),(4,1,1,1,'Leads','','2024-11-22 09:03:06','2024-11-22 09:03:06',NULL,NULL,0,1,0,'Google To vtiger Google To Vtiger'),(11,1,1,1,'Leads','','2024-11-22 09:15:10','2024-11-22 09:15:10',NULL,NULL,0,1,0,'Auto FROMMM VTG Leadsss Auto'),(14,1,1,1,'Calendar','ADDED description','2024-11-22 09:28:01','2024-11-22 09:28:56',NULL,NULL,0,1,0,'A2'),(16,1,1,1,'Calendar','','2024-11-22 09:40:34','2024-11-22 09:40:34',NULL,NULL,0,1,0,'yyyy'),(18,1,1,1,'Calendar','','2024-11-22 09:41:23','2024-11-22 09:41:23',NULL,NULL,0,1,0,'888888'),(20,1,1,1,'Calendar','ADDEDD DESSSSSSSSSSSS','2024-11-22 09:50:07','2024-11-22 09:50:07',NULL,NULL,0,1,0,'4AAAAA'),(21,1,1,1,'Calendar','','2024-11-22 09:50:32','2024-11-22 09:50:32',NULL,NULL,0,1,0,'5555555'),(22,1,1,1,'Calendar','','2024-11-22 09:51:13','2024-11-22 09:51:13',NULL,NULL,0,1,0,'25555'),(23,1,1,1,'Calendar','','2024-11-22 09:51:34','2024-11-22 09:51:34',NULL,NULL,0,1,0,'22222'),(26,1,1,1,'Calendar','','2024-11-22 09:53:07','2024-11-22 09:53:07',NULL,NULL,0,1,0,'JJJJJJJ'),(27,1,1,1,'Calendar','','2024-11-22 09:53:42','2024-11-22 09:53:42',NULL,NULL,0,1,0,'AAAA'),(28,1,1,1,'Calendar','','2024-11-22 10:00:14','2024-11-22 10:00:14',NULL,NULL,0,1,0,'222'),(30,1,1,1,'Calendar','','2024-11-22 10:01:55','2024-11-22 10:01:55',NULL,NULL,0,1,0,'155555555555'),(32,1,1,1,'Calendar','','2024-11-22 10:14:51','2024-11-22 10:14:51',NULL,NULL,0,1,0,'666666666'),(33,1,1,1,'Calendar','','2024-11-22 10:17:08','2024-11-22 10:17:08',NULL,NULL,0,1,0,'23333333333'),(35,1,1,1,'Calendar','','2024-11-22 10:17:08','2024-11-22 10:17:08',NULL,NULL,0,1,0,'sdsd'),(57,1,1,1,'Calendar','','2024-11-22 10:28:28','2024-11-22 10:28:28',NULL,NULL,0,1,0,'19 POOJAAAAAAAAA'),(58,1,1,1,'Calendar','','2024-11-22 10:28:59','2024-11-22 10:28:59',NULL,NULL,0,1,0,'2111111111'),(60,1,1,1,'Calendar','','2024-11-22 10:35:44','2024-11-22 10:35:44',NULL,NULL,0,1,0,'x1x1'),(62,1,1,1,'Calendar','','2024-11-22 10:35:55','2024-11-22 10:35:55',NULL,NULL,0,1,0,'x2'),(64,1,1,1,'Calendar','','2024-11-22 10:36:13','2024-11-22 10:36:13',NULL,NULL,0,1,0,'xxxx3x3'),(66,1,1,1,'Calendar','','2024-11-22 10:36:13','2024-11-22 10:36:13',NULL,NULL,0,1,0,'a4a444'),(68,1,1,1,'Calendar','','2024-11-22 10:36:40','2024-11-22 10:36:40',NULL,NULL,0,1,0,'t1t1t'),(70,1,1,1,'Calendar','','2024-11-22 10:36:40','2024-11-22 10:36:40',NULL,NULL,0,1,0,'t11tt1'),(72,1,1,1,'Calendar','','2024-11-22 10:36:54','2024-11-22 10:36:54',NULL,NULL,0,1,0,'y6y66y'),(74,1,1,1,'Calendar','','2024-11-22 10:37:26','2024-11-22 10:37:58',NULL,NULL,0,1,0,'24A1'),(76,1,1,1,'Calendar','','2024-11-22 10:37:35','2024-11-22 10:37:58',NULL,NULL,0,1,0,'24A22'),(78,1,1,1,'Calendar','','2024-11-22 10:37:46','2024-11-22 10:37:46',NULL,NULL,0,1,0,'24A3'),(80,1,1,1,'Calendar','','2024-11-22 11:21:31','2024-11-22 11:21:31',NULL,NULL,0,1,0,'uuuuuuuuuuuuuu'),(82,1,1,1,'Leads','','2024-11-22 11:26:18','2025-11-03 13:10:28',NULL,NULL,0,1,1,'c1 c1ppuppppppp'),(84,1,1,1,'Leads','','2024-11-22 11:30:18','2024-11-22 11:30:18',NULL,NULL,0,1,0,'c2222222 c222222222222222'),(87,1,1,1,'Leads','','2024-11-22 11:32:35','2024-11-22 11:32:35',NULL,NULL,0,1,0,' p2'),(89,1,1,1,'Accounts','','2024-11-22 11:45:18','2024-11-22 11:45:18',NULL,NULL,0,1,0,' o4545'),(91,1,1,1,'Accounts','','2024-11-22 11:45:19','2024-11-22 11:45:19',NULL,NULL,0,1,0,'ttestttt12'),(93,1,1,1,'Accounts','','2024-11-22 11:46:49','2024-11-22 11:46:49',NULL,NULL,0,1,0,'1111111'),(123,1,1,1,'Contacts','','2024-11-22 13:17:31','2024-11-22 13:18:02',NULL,NULL,0,1,0,'v1 ii v22ioioioioioioioio'),(125,1,1,1,'Contacts','','2024-11-22 13:20:24','2024-11-22 13:20:24',NULL,NULL,0,1,0,'mmmmmmm mmmmmmmmmmm'),(127,1,1,1,'Contacts','','2024-11-22 13:22:12','2024-11-22 13:22:12',NULL,NULL,0,1,0,'BIRTHDAT12 BIRTHDAT12'),(129,1,1,1,'Contacts','','2024-11-22 13:22:58','2024-11-22 13:23:42',NULL,NULL,0,1,0,'1A VVVVVVV 1BVVVVVVVV'),(130,1,1,1,'Contacts','','2024-11-25 05:22:27','2024-11-25 05:22:27',NULL,NULL,0,1,0,'t1 t1'),(131,1,1,1,'CTGoogleSuiteLog','','2024-11-25 05:22:27','2024-11-25 05:22:27',NULL,NULL,0,1,0,''),(132,1,1,1,'Contacts','','2024-11-25 05:40:11','2024-11-25 05:40:11',NULL,NULL,0,1,0,'t2 t2'),(133,1,1,1,'CTGoogleSuiteLog','','2024-11-25 05:40:11','2024-11-25 05:40:11',NULL,NULL,0,1,0,''),(134,1,1,1,'Contacts','','2024-11-25 05:40:11','2024-11-25 05:40:11',NULL,NULL,0,1,0,'c1222222222222 c444444'),(135,1,1,1,'CTGoogleSuiteLog','','2024-11-25 05:40:11','2024-11-25 05:40:11',NULL,NULL,0,1,0,''),(136,1,1,1,'Contacts','','2024-11-25 06:01:09','2024-11-25 06:01:09',NULL,NULL,0,1,0,'p9 p8'),(137,1,1,1,'CTGoogleSuiteLog','','2024-11-25 06:01:09','2024-11-25 06:01:09',NULL,NULL,0,1,0,''),(138,1,1,1,'Contacts','','2024-11-25 06:03:57','2024-11-25 06:03:57',NULL,NULL,0,1,0,'28 28'),(139,1,1,1,'CTGoogleSuiteLog','','2024-11-25 06:03:57','2024-11-25 06:03:57',NULL,NULL,0,1,0,''),(140,1,1,1,'Contacts','','2024-11-25 06:03:57','2024-11-25 06:03:57',NULL,NULL,0,1,0,'18 18'),(141,1,1,1,'CTGoogleSuiteLog','','2024-11-25 06:03:57','2024-11-25 06:03:57',NULL,NULL,0,1,0,''),(142,1,1,1,'Contacts','','2024-11-25 06:03:58','2024-11-25 06:03:58',NULL,NULL,0,1,0,'6 6'),(143,1,1,1,'CTGoogleSuiteLog','','2024-11-25 06:03:58','2024-11-25 06:03:58',NULL,NULL,0,1,0,''),(144,1,1,1,'Contacts','','2024-11-25 06:03:58','2024-11-25 06:03:58',NULL,NULL,0,1,0,'25 25'),(145,1,1,1,'CTGoogleSuiteLog','','2024-11-25 06:03:58','2024-11-25 06:03:58',NULL,NULL,0,1,0,''),(146,1,1,1,'Contacts','','2024-11-25 06:03:58','2024-11-25 06:03:58',NULL,NULL,0,1,0,'13 13'),(147,1,1,1,'CTGoogleSuiteLog','','2024-11-25 06:03:58','2024-11-25 06:03:58',NULL,NULL,0,1,0,''),(148,1,1,1,'Contacts','','2024-11-25 06:03:58','2024-11-25 06:03:58',NULL,NULL,0,1,0,'14 14'),(149,1,1,1,'CTGoogleSuiteLog','','2024-11-25 06:03:58','2024-11-25 06:03:58',NULL,NULL,0,1,0,''),(150,1,1,1,'Contacts','','2024-11-25 06:03:58','2024-11-25 06:03:58',NULL,NULL,0,1,0,'11 11'),(151,1,1,1,'CTGoogleSuiteLog','','2024-11-25 06:03:58','2024-11-25 06:03:58',NULL,NULL,0,1,0,''),(152,1,1,1,'Contacts','','2024-11-25 06:03:58','2024-11-25 06:03:58',NULL,NULL,0,1,0,'26 26'),(153,1,1,1,'CTGoogleSuiteLog','','2024-11-25 06:03:58','2024-11-25 06:03:58',NULL,NULL,0,1,0,''),(154,1,1,1,'Contacts','','2024-11-25 06:03:58','2024-11-25 06:03:58',NULL,NULL,0,1,0,'16 16'),(155,1,1,1,'CTGoogleSuiteLog','','2024-11-25 06:03:58','2024-11-25 06:03:58',NULL,NULL,0,1,0,''),(156,1,1,1,'Contacts','','2024-11-25 06:03:58','2024-11-25 06:03:58',NULL,NULL,0,1,0,'24 24'),(157,1,1,1,'CTGoogleSuiteLog','','2024-11-25 06:03:58','2024-11-25 06:03:58',NULL,NULL,0,1,0,''),(158,1,1,1,'Contacts','','2024-11-25 06:03:58','2024-11-25 06:03:58',NULL,NULL,0,1,0,'16 16'),(159,1,1,1,'CTGoogleSuiteLog','','2024-11-25 06:03:58','2024-11-25 06:03:58',NULL,NULL,0,1,0,''),(160,1,1,1,'Contacts','','2024-11-25 06:03:58','2024-11-25 06:03:58',NULL,NULL,0,1,0,'30 30'),(161,1,1,1,'CTGoogleSuiteLog','','2024-11-25 06:03:58','2024-11-25 06:03:58',NULL,NULL,0,1,0,''),(162,1,1,1,'Contacts','','2024-11-25 06:03:58','2024-11-25 06:03:58',NULL,NULL,0,1,0,'19 19'),(163,1,1,1,'CTGoogleSuiteLog','','2024-11-25 06:03:58','2024-11-25 06:03:58',NULL,NULL,0,1,0,''),(164,1,1,1,'Contacts','','2024-11-25 06:03:58','2024-11-25 06:03:58',NULL,NULL,0,1,0,'17 17'),(165,1,1,1,'CTGoogleSuiteLog','','2024-11-25 06:03:59','2024-11-25 06:03:59',NULL,NULL,0,1,0,''),(166,1,1,1,'Contacts','','2024-11-25 06:03:59','2024-11-25 06:03:59',NULL,NULL,0,1,0,'1 1'),(167,1,1,1,'CTGoogleSuiteLog','','2024-11-25 06:03:59','2024-11-25 06:03:59',NULL,NULL,0,1,0,''),(168,1,1,1,'Contacts','','2024-11-25 06:03:59','2024-11-25 06:03:59',NULL,NULL,0,1,0,'2 2'),(169,1,1,1,'CTGoogleSuiteLog','','2024-11-25 06:03:59','2024-11-25 06:03:59',NULL,NULL,0,1,0,''),(170,1,1,1,'Contacts','','2024-11-25 06:03:59','2024-11-25 06:03:59',NULL,NULL,0,1,0,'29 29'),(171,1,1,1,'CTGoogleSuiteLog','','2024-11-25 06:03:59','2024-11-25 06:03:59',NULL,NULL,0,1,0,''),(172,1,1,1,'Contacts','','2024-11-25 06:03:59','2024-11-25 06:03:59',NULL,NULL,0,1,0,'22 22'),(173,1,1,1,'CTGoogleSuiteLog','','2024-11-25 06:03:59','2024-11-25 06:03:59',NULL,NULL,0,1,0,''),(174,1,1,1,'Contacts','','2024-11-25 06:03:59','2024-11-25 06:03:59',NULL,NULL,0,1,0,'5 5'),(175,1,1,1,'CTGoogleSuiteLog','','2024-11-25 06:03:59','2024-11-25 06:03:59',NULL,NULL,0,1,0,''),(176,1,1,1,'Contacts','','2024-11-25 06:03:59','2024-11-25 06:03:59',NULL,NULL,0,1,0,'12 12'),(177,1,1,1,'CTGoogleSuiteLog','','2024-11-25 06:03:59','2024-11-25 06:03:59',NULL,NULL,0,1,0,''),(178,1,1,1,'Contacts','','2024-11-25 06:03:59','2024-11-25 06:03:59',NULL,NULL,0,1,0,'9 9'),(179,1,1,1,'CTGoogleSuiteLog','','2024-11-25 06:03:59','2024-11-25 06:03:59',NULL,NULL,0,1,0,''),(180,1,1,1,'Contacts','','2024-11-25 06:03:59','2024-11-25 06:03:59',NULL,NULL,0,1,0,'10 10'),(181,1,1,1,'CTGoogleSuiteLog','','2024-11-25 06:03:59','2024-11-25 06:03:59',NULL,NULL,0,1,0,''),(182,1,1,1,'Contacts','','2024-11-25 06:03:59','2024-11-25 06:03:59',NULL,NULL,0,1,0,'27 27'),(183,1,1,1,'CTGoogleSuiteLog','','2024-11-25 06:03:59','2024-11-25 06:03:59',NULL,NULL,0,1,0,''),(184,1,1,1,'Contacts','','2024-11-25 06:03:59','2024-11-25 06:03:59',NULL,NULL,0,1,0,'7 7'),(185,1,1,1,'CTGoogleSuiteLog','','2024-11-25 06:03:59','2024-11-25 06:03:59',NULL,NULL,0,1,0,''),(186,1,1,1,'Contacts','','2024-11-25 06:03:59','2024-11-25 06:03:59',NULL,NULL,0,1,0,'15 15'),(187,1,1,1,'CTGoogleSuiteLog','','2024-11-25 06:03:59','2024-11-25 06:03:59',NULL,NULL,0,1,0,''),(188,1,1,1,'Contacts','','2024-11-25 06:04:00','2024-11-25 06:04:00',NULL,NULL,0,1,0,'4 4'),(189,1,1,1,'CTGoogleSuiteLog','','2024-11-25 06:04:00','2024-11-25 06:04:00',NULL,NULL,0,1,0,''),(190,1,1,1,'Contacts','','2024-11-25 06:04:00','2024-11-25 06:04:00',NULL,NULL,0,1,0,'3 3'),(191,1,1,1,'CTGoogleSuiteLog','','2024-11-25 06:04:00','2024-11-25 06:04:00',NULL,NULL,0,1,0,''),(192,1,1,1,'Contacts','','2024-11-25 06:04:00','2024-11-25 06:04:00',NULL,NULL,0,1,0,'21 21'),(193,1,1,1,'CTGoogleSuiteLog','','2024-11-25 06:04:00','2024-11-25 06:04:00',NULL,NULL,0,1,0,''),(194,1,1,1,'Contacts','','2024-11-25 06:04:00','2024-11-25 06:04:00',NULL,NULL,0,1,0,'23 23'),(195,1,1,1,'CTGoogleSuiteLog','','2024-11-25 06:04:00','2024-11-25 06:04:00',NULL,NULL,0,1,0,''),(196,1,1,1,'Contacts','','2024-11-25 06:04:00','2024-11-25 06:04:00',NULL,NULL,0,1,0,'20 20'),(197,1,1,1,'CTGoogleSuiteLog','','2024-11-25 06:04:00','2024-11-25 06:04:00',NULL,NULL,0,1,0,''),(198,1,1,1,'Contacts','','2024-11-25 06:06:08','2024-11-25 06:06:08',NULL,NULL,0,1,0,'a6a a6a'),(199,1,1,1,'CTGoogleSuiteLog','','2024-11-25 06:06:08','2024-11-25 06:06:08',NULL,NULL,0,1,0,''),(200,1,1,1,'Contacts','','2024-11-25 06:06:08','2024-11-25 06:06:08',NULL,NULL,0,1,0,'a15 a15'),(201,1,1,1,'CTGoogleSuiteLog','','2024-11-25 06:06:08','2024-11-25 06:06:08',NULL,NULL,0,1,0,''),(202,1,1,1,'Contacts','','2024-11-25 06:06:08','2024-11-25 06:06:08',NULL,NULL,0,1,0,'a1a4 a1a4'),(203,1,1,1,'CTGoogleSuiteLog','','2024-11-25 06:06:08','2024-11-25 06:06:08',NULL,NULL,0,1,0,''),(204,1,1,1,'Contacts','','2024-11-25 06:06:08','2024-11-25 06:06:08',NULL,NULL,0,1,0,'a27 a27'),(205,1,1,1,'CTGoogleSuiteLog','','2024-11-25 06:06:08','2024-11-25 06:06:08',NULL,NULL,0,1,0,''),(206,1,1,1,'Contacts','','2024-11-25 06:06:08','2024-11-25 06:06:08',NULL,NULL,0,1,0,'a29 a29'),(207,1,1,1,'CTGoogleSuiteLog','','2024-11-25 06:06:08','2024-11-25 06:06:08',NULL,NULL,0,1,0,''),(208,1,1,1,'Contacts','','2024-11-25 06:06:08','2024-11-25 06:06:08',NULL,NULL,0,1,0,'a11 a11'),(209,1,1,1,'CTGoogleSuiteLog','','2024-11-25 06:06:08','2024-11-25 06:06:08',NULL,NULL,0,1,0,''),(210,1,1,1,'Contacts','','2024-11-25 06:06:08','2024-11-25 06:06:08',NULL,NULL,0,1,0,'a18 a18'),(211,1,1,1,'CTGoogleSuiteLog','','2024-11-25 06:06:08','2024-11-25 06:06:08',NULL,NULL,0,1,0,''),(212,1,1,1,'Contacts','','2024-11-25 06:06:08','2024-11-25 06:06:08',NULL,NULL,0,1,0,'a4 a4'),(213,1,1,1,'CTGoogleSuiteLog','','2024-11-25 06:06:08','2024-11-25 06:06:08',NULL,NULL,0,1,0,''),(214,1,1,1,'Contacts','','2024-11-25 06:06:08','2024-11-25 06:06:08',NULL,NULL,0,1,0,'a12 a12'),(215,1,1,1,'CTGoogleSuiteLog','','2024-11-25 06:06:08','2024-11-25 06:06:08',NULL,NULL,0,1,0,''),(216,1,1,1,'Contacts','','2024-11-25 06:06:08','2024-11-25 06:06:08',NULL,NULL,0,1,0,'a19 a19'),(217,1,1,1,'CTGoogleSuiteLog','','2024-11-25 06:06:09','2024-11-25 06:06:09',NULL,NULL,0,1,0,''),(218,1,1,1,'Contacts','','2024-11-25 06:06:09','2024-11-25 06:06:09',NULL,NULL,0,1,0,'a17 a17'),(219,1,1,1,'CTGoogleSuiteLog','','2024-11-25 06:06:09','2024-11-25 06:06:09',NULL,NULL,0,1,0,''),(220,1,1,1,'Contacts','','2024-11-25 06:06:09','2024-11-25 06:06:09',NULL,NULL,0,1,0,'a1 a1'),(221,1,1,1,'CTGoogleSuiteLog','','2024-11-25 06:06:09','2024-11-25 06:06:09',NULL,NULL,0,1,0,''),(222,1,1,1,'Contacts','','2024-11-25 06:06:09','2024-11-25 06:06:09',NULL,NULL,0,1,0,'a25 a25'),(223,1,1,1,'CTGoogleSuiteLog','','2024-11-25 06:06:09','2024-11-25 06:06:09',NULL,NULL,0,1,0,''),(224,1,1,1,'Contacts','','2024-11-25 06:06:09','2024-11-25 06:06:09',NULL,NULL,0,1,0,'a30 a30'),(225,1,1,1,'CTGoogleSuiteLog','','2024-11-25 06:06:09','2024-11-25 06:06:09',NULL,NULL,0,1,0,''),(226,1,1,1,'Contacts','','2024-11-25 06:06:09','2024-11-25 06:06:09',NULL,NULL,0,1,0,'a28 a28'),(227,1,1,1,'CTGoogleSuiteLog','','2024-11-25 06:06:09','2024-11-25 06:06:09',NULL,NULL,0,1,0,''),(228,1,1,1,'Contacts','','2024-11-25 06:06:09','2024-11-25 06:06:09',NULL,NULL,0,1,0,'a24 a24'),(229,1,1,1,'CTGoogleSuiteLog','','2024-11-25 06:06:09','2024-11-25 06:06:09',NULL,NULL,0,1,0,''),(230,1,1,1,'Contacts','','2024-11-25 06:06:09','2024-11-25 06:06:09',NULL,NULL,0,1,0,'a7 a7'),(231,1,1,1,'CTGoogleSuiteLog','','2024-11-25 06:06:09','2024-11-25 06:06:09',NULL,NULL,0,1,0,''),(232,1,1,1,'Contacts','','2024-11-25 06:06:09','2024-11-25 06:06:09',NULL,NULL,0,1,0,'a22 a22'),(233,1,1,1,'CTGoogleSuiteLog','','2024-11-25 06:06:09','2024-11-25 06:06:09',NULL,NULL,0,1,0,''),(234,1,1,1,'Contacts','','2024-11-25 06:06:09','2024-11-25 06:06:09',NULL,NULL,0,1,0,'a2 a2'),(235,1,1,1,'CTGoogleSuiteLog','','2024-11-25 06:06:09','2024-11-25 06:06:09',NULL,NULL,0,1,0,''),(236,1,1,1,'Contacts','','2024-11-25 06:06:09','2024-11-25 06:06:09',NULL,NULL,0,1,0,'a23 a23'),(237,1,1,1,'CTGoogleSuiteLog','','2024-11-25 06:06:10','2024-11-25 06:06:10',NULL,NULL,0,1,0,''),(238,1,1,1,'Contacts','','2024-11-25 06:06:10','2024-11-25 06:06:10',NULL,NULL,0,1,0,'a3 a3'),(239,1,1,1,'CTGoogleSuiteLog','','2024-11-25 06:06:10','2024-11-25 06:06:10',NULL,NULL,0,1,0,''),(240,1,1,1,'Contacts','','2024-11-25 06:06:10','2024-11-25 06:06:10',NULL,NULL,0,1,0,'a26 a26'),(241,1,1,1,'CTGoogleSuiteLog','','2024-11-25 06:06:10','2024-11-25 06:06:10',NULL,NULL,0,1,0,''),(242,1,1,1,'Contacts','','2024-11-25 06:06:10','2024-11-25 06:06:10',NULL,NULL,0,1,0,'a5 a5'),(243,1,1,1,'CTGoogleSuiteLog','','2024-11-25 06:06:10','2024-11-25 06:06:10',NULL,NULL,0,1,0,''),(244,1,1,1,'Contacts','','2024-11-25 06:06:10','2024-11-25 06:06:10',NULL,NULL,0,1,0,'a8 a8'),(245,1,1,1,'CTGoogleSuiteLog','','2024-11-25 06:06:10','2024-11-25 06:06:10',NULL,NULL,0,1,0,''),(246,1,1,1,'Contacts','','2024-11-25 06:06:10','2024-11-25 06:06:10',NULL,NULL,0,1,0,'a20 a20'),(247,1,1,1,'CTGoogleSuiteLog','','2024-11-25 06:06:10','2024-11-25 06:06:10',NULL,NULL,0,1,0,''),(248,1,1,1,'Contacts','','2024-11-25 06:06:21','2024-11-25 06:06:21',NULL,NULL,0,1,0,'a13 a13'),(249,1,1,1,'CTGoogleSuiteLog','','2024-11-25 06:06:21','2024-11-25 06:06:21',NULL,NULL,0,1,0,''),(250,1,1,1,'Contacts','','2024-11-25 06:06:21','2024-11-25 06:06:21',NULL,NULL,0,1,0,'a9 a9'),(251,1,1,1,'CTGoogleSuiteLog','','2024-11-25 06:06:21','2024-11-25 06:06:21',NULL,NULL,0,1,0,''),(252,1,1,1,'Contacts','','2024-11-25 06:06:21','2024-11-25 06:06:21',NULL,NULL,0,1,0,'a21 a21'),(253,1,1,1,'CTGoogleSuiteLog','','2024-11-25 06:06:21','2024-11-25 06:06:21',NULL,NULL,0,1,0,''),(254,1,1,1,'Contacts','','2024-11-25 06:06:21','2024-11-25 06:06:21',NULL,NULL,0,1,0,'a16 a16'),(255,1,1,1,'CTGoogleSuiteLog','','2024-11-25 06:06:21','2024-11-25 06:06:21',NULL,NULL,0,1,0,''),(256,1,1,1,'Contacts','','2024-11-25 06:06:21','2024-11-25 06:06:21',NULL,NULL,0,1,0,'a10 a10'),(257,1,1,1,'CTGoogleSuiteLog','','2024-11-25 06:06:21','2024-11-25 06:06:21',NULL,NULL,0,1,0,''),(258,1,1,1,'Contacts','','2025-10-06 09:46:25','2025-10-06 09:46:25',NULL,NULL,0,1,0,' reecepotts'),(259,1,1,1,'Emails','Dear admin, <br /><br /><b> This is a test mail sent to confirm if a mail is \r\n actually being sent through the smtp server that you have configured. </b><br />Feel free to delete this mail.\r\n <br /><br />Thanks and Regards,<br /> Team vTiger <br /><br />\r\n\r\n\r\n<br /><br />','2025-10-06 09:46:25','2025-10-06 09:46:25',NULL,NULL,0,1,0,'Test mail about the mail server configuration.'),(260,1,1,1,'Emails','JENNSSSSSSSS','2025-10-13 11:41:32','2025-10-13 11:41:32',NULL,NULL,0,1,0,'JENNSSSSSSSS'),(261,1,1,1,'Documents',NULL,'2025-10-13 11:42:58','2025-10-13 11:42:58',NULL,NULL,0,1,0,'DOC111111'),(262,1,1,0,'Documents Attachment',NULL,'2025-10-13 11:42:58','2025-10-13 11:42:58',NULL,NULL,0,1,0,NULL),(263,1,1,1,'Emails',' ','2025-10-13 11:44:48','2025-10-13 11:44:48',NULL,NULL,0,1,0,'sw1'),(264,1,1,1,'MailManager Attachment','invoice.pdf','9924-04-27 05:49:00','9924-04-27 05:49:00',NULL,NULL,0,1,1,NULL),(265,1,1,1,'Contacts','','2025-10-14 05:36:03','2025-11-11 11:18:11',NULL,NULL,0,1,0,'newww contact1111111 canyaman98'),(266,1,1,1,'Emails','\r\n\r\n\r\n\r\n\r\n\r\n<div style=\"font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);\">\r\n<span style=\"font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; color: rgb(0, 0, 0);\" class=\"entityDelimiterBefore\"></span><span style=\"display: inline-block;\" class=\"_Entity _EType_THUMBNAIL_VIEW_LINK _EId_THUMBNAIL_VIEW_LINK_1 _EReadonly_1\"><span><a style=\"width: 158px; height: 138px; background-color: rgb(244, 244, 244); border-radius: 3px; display: block; margin-right: 10px; position: relative; top: 5px; border: 1px solid rgb(244, 244, 244);\" class=\"OWAAutoLink\" target=\"_blank\" href=\"https://1drv.ms/i/c/5743d78c5aaf188a/EaHSsS6tHaxEgm4CBO__gcQBsHm_hiwi5TFCPdwuyYYLdA\">\r\n<div style=\"width: 158px; height: 118px; border-radius: 3px;\"><img style=\"display: block; width: 100%; height: 100%; object-fit: cover; border-radius: 3px;\" role=\"presentation\" alt=\"\" src=\"https://japaneast1-mediap.svc.ms/transform/thumbnail?provider=spo&farmid=197105&inputFormat=png&cs=OTE5OWJmMjAtYTEzZi00MTA3LTg1ZGMtMDIxMTQ3ODdlZjQ4fFNQTw&docid=https%3A%2F%2Fmy.microsoftpersonalcontent.com%2F_api%2Fv2.0%2Fdrives%2Fb!gEC_RPneUUCbKEcicn57qfmLymAYZrBGpA3wyovW_VzcgS85qDJtS7X9e1WgvHhY%2Fitems%2F01RI6XWX5B2KYS5LI5VRCIE3QCATX77AOE%3Ftempauth%3Dv1e.eyJzaXRlaWQiOiI0NGJmNDA4MC1kZWY5LTQwNTEtOWIyOC00NzIyNzI3ZTdiYTkiLCJhcHBpZCI6IjkxOTliZjIwLWExM2YtNDEwNy04NWRjLTAyMTE0Nzg3ZWY0OCIsImF1ZCI6IjAwMDAwMDAzLTAwMDAtMGZmMS1jZTAwLTAwMDAwMDAwMDAwMC9teS5taWNyb3NvZnRwZXJzb25hbGNvbnRlbnQuY29tQDkxODgwNDBkLTZjNjctNGM1Yi1iMTEyLTM2YTMwNGI2NmRhZCIsImV4cCI6IjE3NjA0MzI0MDAifQ.T_qCLfDaq9AIa3y6G8GpkG4ItLdeRo555GTdnsvtfYnME9nZaBQ4fHus_FA8r1qwLxBmHQ8Bq0hdPOHUI51XMgWmQst85cHCP5h_bIG8LQ8Uu7TJbTmejJmvEEiP6GWDKSQbN5ccgq66AmzX3WTrvqAtoVsPPhrNJy7BGABX2TGQ8UCHzKb9gMMMFl74Cidjo-m0djDDR-iOXNEA1aJOWWh9gzNGpCbN_wQ9DEzPNTdwC7EsqLAnjEjJQoKO8YCZyetqazFlhah_i0QC8gKmw7T9Hhj01O6LfiaUVahD4e4VIdrjgmzVRAQgUsLIbzEW10OhhxY-muDQZqZ1_A0mb10cKHRn40RX8H0dS2gUokSL4ke63FNKjTekHTFpicmjFVUuJdb00E3DLNuD_4OT4eizgfyLYPGSwJ2-PvkK_YG43ospSCCROTjir24iMHUp._W_MksbtpOvytQD1OC42YkrNMfVw9l-0jTktebrEAkA%26version%3DPublished&width=176&height=176&cb=63896016495\" /></div>\r\n<div style=\"height: 20px;\"><img style=\"padding-left: 1px;\" role=\"presentation\" alt=\"\" src=\"https://res.public.onecdn.static.microsoft/assets/mail/file-icon/png/cloud_blue_16x16.png\" /><span style=\"padding: 0px 2px 0px 1px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 14px; font-family: "Segoe UI"; width: 138px; max-width: 138px; display: inline-block; text-decoration: underline;\" spellcheck=\"false\">2025-09-01\r\n (5).png</span></div>\r\n</a></span></span><span style=\"font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; color: rgb(0, 0, 0);\" class=\"entityDelimiterAfter\"></span></div>\r\n<div style=\"font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);\" class=\"elementToProof\">\r\n<br />\r\n</div>\r\n<div style=\"font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);\" class=\"elementToProof\">\r\n<br />\r\n</div>\r\n<div style=\"font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);\" class=\"elementToProof\">\r\n<span class=\"entityDelimiterBefore\"></span><span style=\"display: inline-block;\" class=\"_Entity _EType_OWALink _EId_OWALink _EReadonly_1\"><span><a class=\"OWAAutoLink none\" rel=\"noopener noreferrer\" href=\"https://1drv.ms/i/c/5743d78c5aaf188a/EYgvs_imgpZCu_8yHxDMjm4BJc5omQZi5eNjGQVrtH4lfw\">https://1drv.ms/i/c/5743d78c5aaf188a/EYgvs_imgpZCu_8yHxDMjm4BJc5omQZi5eNjGQVrtH4lfw</a></span></span><span class=\"entityDelimiterAfter\"></span></div>\r\n\r\n\r\n<br /><br />','2025-10-14 05:36:03','2025-10-14 05:36:03',NULL,NULL,0,1,0,'imageeeeeeee11111111111111111'),(267,1,1,1,'Emails Attachment','invoice.pdf','2025-10-14 05:36:03','2025-10-14 05:36:03',NULL,NULL,0,1,0,NULL),(268,1,1,1,'Emails','\n<p> </p>\n\n<p style=\"margin:0;padding:0;\">On 10-14-2025 11:40 AM, jennifer701911@outlook.com, wrote:</p>\n\n<blockquote style=\"border:0;margin:0;border-left:1px solid #808080;padding:0 0 0 2px;\">\n<div class=\"elementToProof\" style=\"font-family:Aptos, \'Aptos_EmbeddedFont\', \'Aptos_MSFontService\', Calibri, Helvetica, sans-serif;font-size:12pt;color:rgb(0,0,0);\">asda</div>\n<br />\n </blockquote>\n','2025-10-14 06:28:02','2025-10-14 06:28:02',NULL,NULL,0,1,0,'Re: asdD111111111'),(269,1,1,1,'MailManager Attachment','','9924-04-27 19:27:00','9924-04-27 19:27:00',NULL,NULL,0,1,1,NULL),(270,1,1,1,'MailManager Attachment','','9924-04-27 19:27:00','9924-04-27 19:27:00',NULL,NULL,0,1,1,NULL),(271,1,1,1,'MailManager Attachment','','9924-04-27 19:27:00','9924-04-27 19:27:00',NULL,NULL,0,1,1,NULL),(272,1,1,1,'MailManager Attachment','','9924-04-27 19:27:00','9924-04-27 19:27:00',NULL,NULL,0,1,1,NULL),(273,1,1,1,'MailManager Attachment','','9924-04-27 19:27:00','9924-04-27 19:27:00',NULL,NULL,0,1,1,NULL),(274,1,1,1,'Emails',' ','2025-10-14 13:08:35','2025-11-11 11:02:59',NULL,NULL,0,1,1,'213123213'),(275,1,1,1,'Emails','\n<p>test cc and bcc</p>\n\n<p>test cc and bcc</p>\n','2025-10-16 08:01:17','2025-10-16 08:01:17',NULL,NULL,0,1,0,'test cc and bcc'),(276,1,1,1,'MailManager Attachment','test_html_31628215f80b618f.png','9924-10-18 02:06:50','9924-10-18 02:06:50',NULL,NULL,0,1,0,NULL),(277,1,1,1,'MailManager Attachment','LOGO.jpg','9924-10-18 02:06:56','9924-10-18 02:06:56',NULL,NULL,0,1,0,NULL),(278,1,1,1,'MailManager Attachment','Invoice_INV6_(1).pdf','9924-10-18 02:06:58','9924-10-18 02:06:58',NULL,NULL,0,1,0,NULL),(279,1,1,1,'MailManager Attachment','AttachedImage','9924-10-18 02:08:45','9924-10-18 02:08:45',NULL,NULL,0,1,0,NULL),(280,1,1,1,'MailManager Attachment','AttachedImage','9924-10-18 02:08:45','9924-10-18 02:08:45',NULL,NULL,0,1,0,NULL),(281,1,1,1,'MailManager Attachment','AttachedImage','9924-10-18 02:08:45','9924-10-18 02:08:45',NULL,NULL,0,1,0,NULL),(282,1,1,1,'MailManager Attachment','AttachedImage','9924-10-18 02:08:46','9924-10-18 02:08:46',NULL,NULL,0,1,0,NULL),(283,1,1,1,'MailManager Attachment','Quotes_QUO3.pdf','9924-10-18 02:08:48','9924-10-18 02:08:48',NULL,NULL,0,1,0,NULL),(284,1,1,1,'MailManager Attachment','crmtiger.png','9924-10-18 02:10:25','9924-10-18 02:10:25',NULL,NULL,0,1,0,NULL),(285,1,1,1,'Emails','Test ','2025-10-29 07:36:25','2025-10-29 07:36:25',NULL,NULL,0,1,0,'Test '),(286,1,1,1,'Emails','Hello Test123','2025-10-29 07:37:53','2025-10-29 07:37:53',NULL,NULL,0,1,0,'Hello Test123'),(287,1,1,1,'MailManager Attachment','screenshot_1.png','9924-10-18 02:16:56','9924-10-18 02:16:56',NULL,NULL,0,1,0,NULL),(288,1,1,1,'MailManager Attachment','LOGO.jpg','9924-10-18 02:16:59','9924-10-18 02:16:59',NULL,NULL,0,1,0,NULL),(289,1,1,1,'MailManager Attachment','test_html_5913f8c1726fe322.gif','9924-10-18 02:16:59','9924-10-18 02:16:59',NULL,NULL,0,1,0,NULL),(290,1,1,1,'MailManager Attachment','test1_html_9dfa7c6d86f658d9.jpg','9924-10-18 02:16:59','9924-10-18 02:16:59',NULL,NULL,0,1,0,NULL),(291,1,1,1,'MailManager Attachment','test_html_31628215f80b618f.png','9924-10-18 02:17:00','9924-10-18 02:17:00',NULL,NULL,0,1,0,NULL),(292,1,1,1,'Emails','\n<p>helloo</p>\n\n<p> </p>\n\n<p><img alt=\"\" src=\"https://vtigergoogleoffice65suite.crmtiger.com//test/upload/images/screenshot_1.png\" style=\"width:991px;height:586px;\" /></p>\n','2025-10-29 08:49:36','2025-10-29 08:49:36',NULL,NULL,0,1,0,'send mail test from crm'),(293,1,1,0,'Emails Attachment','\n<p>helloo</p>\n\n<p> </p>\n\n<p><img alt=\"\" src=\"https://vtigergoogleoffice65suite.crmtiger.com//test/upload/images/screenshot_1.png\" style=\"width:991px;height:586px;\" /></p>\n','2025-10-29 08:49:36','2025-10-29 08:49:36',NULL,NULL,0,1,0,NULL),(294,1,1,1,'Emails','\n<p>test os inline attahments : </p>\n\n<p>Screenshort 3<img alt=\"\" src=\"https://vtigergoogleoffice65suite.crmtiger.com//test/upload/images/screenshot_3.png\" style=\"height:768px;\" /></p>\n','2025-10-29 08:52:31','2025-10-29 08:52:31',NULL,NULL,0,1,0,'test from CRM'),(295,1,1,0,'Emails Attachment','\n<p>test os inline attahments : </p>\n\n<p>Screenshort 3<img alt=\"\" src=\"https://vtigergoogleoffice65suite.crmtiger.com//test/upload/images/screenshot_3.png\" style=\"height:768px;\" /></p>\n','2025-10-29 08:52:31','2025-10-29 08:52:31',NULL,NULL,0,1,0,NULL),(296,1,1,1,'MailManager Attachment','sparkles.gif','9924-10-18 05:28:37','9924-10-18 05:28:37',NULL,NULL,0,1,0,NULL),(297,1,1,1,'MailManager Attachment','SampleJPGImage_200kbmb_(1).jpg','9924-10-18 05:28:38','9924-10-18 05:28:38',NULL,NULL,0,1,0,NULL),(298,1,1,1,'MailManager Attachment','SampleJPGImage_200kbmb_(1).jpg','9924-10-18 05:29:05','9924-10-18 05:29:05',NULL,NULL,0,1,0,NULL),(299,1,1,1,'MailManager Attachment','SampleJPGImage_200kbmb_(1).jpg','9924-10-18 05:29:05','9924-10-18 05:29:05',NULL,NULL,0,1,0,NULL),(300,1,1,1,'MailManager Attachment','SampleJPGImage_200kbmb.jpg','9924-10-18 05:29:05','9924-10-18 05:29:05',NULL,NULL,0,1,0,NULL),(301,1,1,1,'MailManager Attachment','LOGO.jpg','9924-10-18 05:29:06','9924-10-18 05:29:06',NULL,NULL,0,1,0,NULL),(302,1,1,1,'MailManager Attachment','2c.jfif','9924-10-18 05:29:09','9924-10-18 05:29:09',NULL,NULL,0,1,0,NULL),(303,1,1,1,'MailManager Attachment','1A.jfif','9924-10-18 05:29:09','9924-10-18 05:29:09',NULL,NULL,0,1,0,NULL),(304,1,1,1,'MailManager Attachment','Invoice_INV6_(1)-1.pdf','9924-10-18 05:30:48','9924-10-18 05:30:48',NULL,NULL,0,1,0,NULL),(305,1,1,1,'MailManager Attachment','Invoice_INV6_(1).pdf','9924-10-18 05:30:50','9924-10-18 05:30:50',NULL,NULL,0,1,0,NULL),(306,1,1,1,'MailManager Attachment','CTChatLog.png','9924-10-18 05:30:50','9924-10-18 05:30:50',NULL,NULL,0,1,0,NULL),(307,1,1,1,'MailManager Attachment','Group_1.png','9924-10-18 05:30:51','9924-10-18 05:30:51',NULL,NULL,0,1,0,NULL),(308,1,1,1,'MailManager Attachment','screenshot.png','9924-10-18 05:33:37','9924-10-18 05:33:37',NULL,NULL,0,1,0,NULL),(309,1,1,1,'MailManager Attachment','screenshot_1.png','9924-10-18 05:33:38','9924-10-18 05:33:38',NULL,NULL,0,1,0,NULL),(310,1,1,1,'Emails','test attachments','2025-10-29 08:58:15','2025-10-29 08:58:15',NULL,NULL,0,1,0,'attachments'),(311,1,1,0,'Emails Attachment','test attachments','2025-10-29 08:58:15','2025-10-29 08:58:15',NULL,NULL,0,1,0,NULL),(312,1,1,1,'MailManager Attachment','screenshot.png','9924-10-18 05:39:07','9924-10-18 05:39:07',NULL,NULL,0,1,0,NULL),(313,1,1,1,'Emails','test by crmtiger','2025-10-29 10:34:33','2025-10-29 10:34:33',NULL,NULL,0,1,0,'test by crmtiger'),(314,1,1,1,'Emails','edsfsf','2025-10-29 10:36:01','2025-10-29 10:36:01',NULL,NULL,0,1,0,'cxds'),(315,1,1,1,'Emails','assass','2025-10-29 10:36:53','2025-10-29 10:36:53',NULL,NULL,0,1,0,'Asasas'),(316,1,1,1,'Emails','xzz','2025-10-29 10:37:29','2025-10-29 10:37:29',NULL,NULL,0,1,0,'AZx'),(317,1,1,1,'Emails','fdfg','2025-10-29 10:38:52','2025-10-29 10:38:52',NULL,NULL,0,1,0,'frfffd'),(318,1,1,1,'Emails','sasasa','2025-10-29 10:40:11','2025-10-29 10:40:11',NULL,NULL,0,1,0,'asas'),(319,1,1,1,'Emails','ddfddf','2025-10-29 10:41:22','2025-10-29 10:41:22',NULL,NULL,0,1,0,'TT-NIdhi-179'),(320,1,1,1,'Emails','vffvx','2025-10-29 10:43:45','2025-10-29 10:43:45',NULL,NULL,0,1,0,'dfdfff'),(321,1,1,1,'Emails','xzzxz','2025-10-29 10:44:48','2025-10-29 10:44:48',NULL,NULL,0,1,0,'xxz'),(322,1,1,1,'Emails','ASAASA','2025-10-29 10:45:16','2025-10-29 10:45:16',NULL,NULL,0,1,0,'AaaA'),(323,1,1,1,'Emails','dcd','2025-10-29 10:50:05','2025-10-29 10:50:05',NULL,NULL,0,1,0,'Test '),(324,1,1,1,'Emails','asasas','2025-10-29 10:50:59','2025-10-29 10:50:59',NULL,NULL,0,1,0,'aasa'),(325,1,1,1,'Emails','ASAs','2025-10-29 10:53:03','2025-10-29 10:53:03',NULL,NULL,0,1,0,'aAAAAAAAAAA'),(326,1,1,1,'Emails','dsdds','2025-10-29 10:53:40','2025-10-29 10:53:40',NULL,NULL,0,1,0,'sddsd'),(327,1,1,1,'Emails','dsds','2025-10-29 10:54:34','2025-10-29 10:54:34',NULL,NULL,0,1,0,'awe'),(328,1,1,1,'Emails','dssdsds','2025-10-29 10:55:42','2025-10-29 10:55:42',NULL,NULL,0,1,0,'sdsddf'),(329,1,1,1,'Emails','AASAS','2025-10-29 10:56:45','2025-10-29 10:56:45',NULL,NULL,0,1,0,'aaSS'),(330,1,1,1,'Emails','sdsdsds','2025-10-29 10:58:39','2025-10-29 10:58:39',NULL,NULL,0,1,0,'csdsd'),(331,1,1,1,'Emails','dfdfffdf','2025-10-29 10:59:05','2025-10-29 10:59:05',NULL,NULL,0,1,0,'vcvcv'),(332,1,1,1,'Emails','d','2025-10-29 11:00:02','2025-10-29 11:00:02',NULL,NULL,0,1,0,'dsdd'),(333,1,1,1,'Emails','xs','2025-10-29 11:00:39','2025-10-29 11:00:39',NULL,NULL,0,1,0,'asasas'),(334,1,1,1,'Emails','cxcxcx','2025-10-29 11:01:08','2025-10-29 11:01:08',NULL,NULL,0,1,0,'xccxc'),(335,1,1,1,'Emails','fdff','2025-10-29 11:06:48','2025-10-29 11:06:48',NULL,NULL,0,1,0,'dfdfdfd'),(336,1,1,1,'Emails','vccvc','2025-10-29 11:11:59','2025-10-29 11:11:59',NULL,NULL,0,1,0,'ccvc'),(337,1,1,1,'Emails','sdsds','2025-10-29 11:12:45','2025-10-29 11:12:45',NULL,NULL,0,1,0,'cdds'),(338,1,1,1,'Emails','sdd','2025-10-29 11:13:02','2025-10-29 11:13:02',NULL,NULL,0,1,0,'ddsd'),(339,1,1,1,'Emails','frt','2025-10-29 11:14:46','2025-10-29 11:14:46',NULL,NULL,0,1,0,'fr'),(340,1,1,1,'Emails','fdfdf','2025-10-29 11:15:18','2025-10-29 11:15:18',NULL,NULL,0,1,0,'fdff'),(341,1,1,1,'Emails','dffdff','2025-10-29 11:17:06','2025-10-29 11:17:06',NULL,NULL,0,1,0,'fddfd'),(342,1,1,1,'Emails','ass','2025-10-29 11:18:07','2025-10-29 11:18:07',NULL,NULL,0,1,0,'asasas'),(343,1,1,1,'Emails','fer','2025-10-29 11:19:01','2025-10-29 11:19:01',NULL,NULL,0,1,0,'dfr'),(344,1,1,1,'Emails','sdsdds','2025-10-29 11:20:28','2025-10-29 11:20:28',NULL,NULL,0,1,0,'ssas'),(345,1,1,1,'Emails','vcvvv','2025-10-29 11:21:01','2025-10-29 11:21:01',NULL,NULL,0,1,0,'cvcvcv'),(346,1,1,1,'Emails','sds','2025-10-29 11:29:50','2025-10-29 11:29:50',NULL,NULL,0,1,0,'sdsd'),(347,1,1,1,'Emails','dd','2025-10-29 11:31:20','2025-10-29 11:31:20',NULL,NULL,0,1,0,'Commercial Drywall Panel Supply'),(348,1,1,1,'Emails','xxx','2025-10-29 11:32:39','2025-10-29 11:32:39',NULL,NULL,0,1,0,'ccxc'),(349,1,1,1,'Emails','fdf','2025-10-29 11:34:56','2025-10-29 11:34:56',NULL,NULL,0,1,0,'fdfdf'),(350,1,1,1,'Emails','dsd','2025-10-29 11:36:30','2025-10-29 11:36:30',NULL,NULL,0,1,0,'sddsd'),(351,1,1,1,'Emails','xd','2025-10-29 11:39:00','2025-10-29 11:39:00',NULL,NULL,0,1,0,'cxc'),(352,1,1,1,'Emails','ffffffg','2025-10-29 11:39:55','2025-10-29 11:39:55',NULL,NULL,0,1,0,'Test '),(353,1,1,1,'Emails','sass','2025-10-29 11:41:21','2025-10-29 11:41:21',NULL,NULL,0,1,0,'sas'),(354,1,1,1,'MailManager Attachment','test_html_31628215f80b618f.png','9924-10-18 13:45:32','9924-10-18 13:45:32',NULL,NULL,0,1,0,NULL),(355,1,1,1,'MailManager Attachment','LOGO.jpg','9924-10-18 13:45:36','9924-10-18 13:45:36',NULL,NULL,0,1,0,NULL),(356,1,1,1,'MailManager Attachment','Invoice_INV6_(1).pdf','9924-10-18 13:45:38','9924-10-18 13:45:38',NULL,NULL,0,1,0,NULL),(357,1,1,1,'MailManager Attachment','screenshot.png','9924-10-18 13:46:53','9924-10-18 13:46:53',NULL,NULL,0,1,0,NULL),(358,1,1,1,'MailManager Attachment','screenshot.png','9924-10-18 13:46:53','9924-10-18 13:46:53',NULL,NULL,0,1,0,NULL),(359,1,1,1,'MailManager Attachment','screenshot_1.png','9924-10-18 13:46:54','9924-10-18 13:46:54',NULL,NULL,0,1,0,NULL),(360,1,1,1,'MailManager Attachment','screenshot_1.png','9924-10-18 13:46:55','9924-10-18 13:46:55',NULL,NULL,0,1,0,NULL),(361,1,1,1,'MailManager Attachment','LOGO.jpg','9924-10-18 13:46:58','9924-10-18 13:46:58',NULL,NULL,0,1,0,NULL),(362,1,1,1,'MailManager Attachment','test_html_5913f8c1726fe322.gif','9924-10-18 13:46:58','9924-10-18 13:46:58',NULL,NULL,0,1,0,NULL),(363,1,1,1,'MailManager Attachment','test1_html_9dfa7c6d86f658d9.jpg','9924-10-18 13:46:59','9924-10-18 13:46:59',NULL,NULL,0,1,0,NULL),(364,1,1,1,'Emails','ddsd','2025-10-29 11:53:10','2025-10-29 11:53:10',NULL,NULL,0,1,0,'dsdd'),(365,1,1,1,'Emails','asss','2025-10-29 11:54:08','2025-10-29 11:54:08',NULL,NULL,0,1,0,'ssasasas'),(366,1,1,1,'Emails','AAAAAA','2025-10-29 11:55:13','2025-10-29 11:55:13',NULL,NULL,0,1,0,'aAAA'),(367,1,1,1,'Emails','dddddddd','2025-10-29 12:02:28','2025-10-29 12:02:28',NULL,NULL,0,1,0,'dw'),(368,1,1,1,'MailManager Attachment','test_html_31628215f80b618f.png','9924-10-18 15:12:06','9924-10-18 15:12:06',NULL,NULL,0,1,0,NULL),(369,1,1,1,'MailManager Attachment','AttachedImage','9924-10-18 15:13:28','9924-10-18 15:13:28',NULL,NULL,0,1,0,NULL),(370,1,1,1,'MailManager Attachment','AttachedImage','9924-10-18 15:13:28','9924-10-18 15:13:28',NULL,NULL,0,1,0,NULL),(371,1,1,1,'MailManager Attachment','AttachedImage','9924-10-18 15:13:28','9924-10-18 15:13:28',NULL,NULL,0,1,0,NULL),(372,1,1,1,'MailManager Attachment','AttachedImage','9924-10-18 15:13:28','9924-10-18 15:13:28',NULL,NULL,0,1,0,NULL),(373,1,1,1,'MailManager Attachment','Quotes_QUO3.pdf','9924-10-18 15:13:31','9924-10-18 15:13:31',NULL,NULL,0,1,0,NULL),(374,1,1,1,'MailManager Attachment','sparkles.gif','9924-10-18 15:15:46','9924-10-18 15:15:46',NULL,NULL,0,1,0,NULL),(375,1,1,1,'MailManager Attachment','SampleJPGImage_200kbmb_(1).jpg','9924-10-18 15:15:46','9924-10-18 15:15:46',NULL,NULL,0,1,0,NULL),(376,1,1,1,'MailManager Attachment','SampleJPGImage_200kbmb_(1).jpg','9924-10-18 15:15:47','9924-10-18 15:15:47',NULL,NULL,0,1,0,NULL),(377,1,1,1,'MailManager Attachment','SampleJPGImage_200kbmb_(1).jpg','9924-10-18 15:15:47','9924-10-18 15:15:47',NULL,NULL,0,1,0,NULL),(378,1,1,1,'MailManager Attachment','SampleJPGImage_200kbmb.jpg','9924-10-18 15:15:48','9924-10-18 15:15:48',NULL,NULL,0,1,0,NULL),(379,1,1,1,'MailManager Attachment','LOGO.jpg','9924-10-18 15:15:49','9924-10-18 15:15:49',NULL,NULL,0,1,0,NULL),(380,1,1,1,'MailManager Attachment','2c.jfif','9924-10-18 15:16:55','9924-10-18 15:16:55',NULL,NULL,0,1,0,NULL),(381,1,1,1,'MailManager Attachment','1A.jfif','9924-10-18 15:16:55','9924-10-18 15:16:55',NULL,NULL,0,1,0,NULL),(382,1,1,1,'MailManager Attachment','Invoice_INV6_(1)-1.pdf','9924-10-18 15:16:58','9924-10-18 15:16:58',NULL,NULL,0,1,0,NULL),(383,1,1,1,'MailManager Attachment','Invoice_INV6_(1).pdf','9924-10-18 15:17:19','9924-10-18 15:17:19',NULL,NULL,0,1,0,NULL),(384,1,1,1,'MailManager Attachment','CTChatLog.png','9924-10-18 15:17:19','9924-10-18 15:17:19',NULL,NULL,0,1,0,NULL),(385,1,1,1,'MailManager Attachment','Group_1.png','9924-10-18 15:17:20','9924-10-18 15:17:20',NULL,NULL,0,1,0,NULL),(386,1,1,1,'MailManager Attachment','9B.jfif','9924-10-18 15:17:39','9924-10-18 15:17:39',NULL,NULL,0,1,0,NULL),(387,1,1,1,'MailManager Attachment','9B.jfif','9924-10-18 15:18:20','9924-10-18 15:18:20',NULL,NULL,0,1,0,NULL),(388,1,1,1,'MailManager Attachment','9B.jfif','9924-10-18 15:18:20','9924-10-18 15:18:20',NULL,NULL,0,1,0,NULL),(389,1,1,1,'MailManager Attachment','9B.jfif','9924-10-18 15:18:20','9924-10-18 15:18:20',NULL,NULL,0,1,0,NULL),(390,1,1,1,'MailManager Attachment','crmtiger.png','9924-10-18 15:20:53','9924-10-18 15:20:53',NULL,NULL,0,1,0,NULL),(391,1,1,1,'Emails','dddd','2025-10-29 12:17:29','2025-10-29 12:17:29',NULL,NULL,0,1,0,'ddd'),(392,1,1,1,'MailManager Attachment','9B.jfif','9924-10-18 15:38:21','9924-10-18 15:38:21',NULL,NULL,0,1,0,NULL),(393,1,1,1,'Emails','wwww','2025-10-29 12:21:54','2025-10-29 12:21:54',NULL,NULL,0,1,0,'wwww'),(394,1,1,0,'Emails Attachment','wwww','2025-10-29 12:21:54','2025-10-29 12:21:54',NULL,NULL,0,1,0,NULL),(395,1,1,1,'Emails','dddddd','2025-10-29 12:23:13','2025-10-29 12:23:13',NULL,NULL,0,1,0,'uuuu'),(396,1,1,1,'MailManager Attachment','screenshot_1.png','9924-10-18 15:47:08','9924-10-18 15:47:08',NULL,NULL,0,1,0,NULL),(397,1,1,1,'MailManager Attachment','test_html_31628215f80b618f.png','9924-10-18 18:14:16','9924-10-18 18:14:16',NULL,NULL,0,1,0,NULL),(398,1,1,1,'MailManager Attachment','LOGO.jpg','9924-10-18 18:15:00','9924-10-18 18:15:00',NULL,NULL,0,1,0,NULL),(399,1,1,1,'MailManager Attachment','Invoice_INV6_(1).pdf','9924-10-18 18:15:02','9924-10-18 18:15:02',NULL,NULL,0,1,0,NULL),(400,1,1,1,'MailManager Attachment','screenshot_1.png','9924-10-18 18:15:47','9924-10-18 18:15:47',NULL,NULL,0,1,0,NULL),(401,1,1,1,'MailManager Attachment','9B.jfif','9924-10-18 18:15:47','9924-10-18 18:15:47',NULL,NULL,0,1,0,NULL),(402,1,1,1,'MailManager Attachment','9B.jfif','9924-10-18 18:15:49','9924-10-18 18:15:49',NULL,NULL,0,1,0,NULL),(403,1,1,1,'MailManager Attachment','9B.jfif','9924-10-18 18:15:49','9924-10-18 18:15:49',NULL,NULL,0,1,0,NULL),(404,1,1,1,'MailManager Attachment','9B.jfif','9924-10-18 18:15:49','9924-10-18 18:15:49',NULL,NULL,0,1,0,NULL),(405,1,1,1,'MailManager Attachment','9B.jfif','9924-10-18 18:15:50','9924-10-18 18:15:50',NULL,NULL,0,1,0,NULL),(406,1,1,1,'MailManager Attachment','screenshot.png','9924-10-18 18:15:50','9924-10-18 18:15:50',NULL,NULL,0,1,0,NULL),(407,1,1,1,'MailManager Attachment','screenshot.png','9924-10-18 18:15:51','9924-10-18 18:15:51',NULL,NULL,0,1,0,NULL),(408,1,1,1,'MailManager Attachment','screenshot_1.png','9924-10-18 18:15:51','9924-10-18 18:15:51',NULL,NULL,0,1,0,NULL),(409,1,1,1,'MailManager Attachment','screenshot_1.png','9924-10-18 18:15:53','9924-10-18 18:15:53',NULL,NULL,0,1,0,NULL),(410,1,1,1,'Emails','xxxsdsdsdddsdd','2025-10-29 13:15:07','2025-10-29 13:15:07',NULL,NULL,0,1,0,'xsxx'),(411,1,1,1,'MailManager Attachment','AttachedImage','9924-10-18 18:27:11','9924-10-18 18:27:11',NULL,NULL,0,1,0,NULL),(412,1,1,1,'MailManager Attachment','AttachedImage','9924-10-18 18:27:11','9924-10-18 18:27:11',NULL,NULL,0,1,0,NULL),(413,1,1,1,'MailManager Attachment','AttachedImage','9924-10-18 18:27:11','9924-10-18 18:27:11',NULL,NULL,0,1,0,NULL),(414,1,1,1,'MailManager Attachment','AttachedImage','9924-10-18 18:27:11','9924-10-18 18:27:11',NULL,NULL,0,1,0,NULL),(415,1,1,1,'MailManager Attachment','Quotes_QUO3.pdf','9924-10-18 18:27:14','9924-10-18 18:27:14',NULL,NULL,0,1,0,NULL),(416,1,1,1,'MailManager Attachment','crmtiger.png','9924-10-18 18:50:22','9924-10-18 18:50:22',NULL,NULL,0,1,0,NULL),(417,1,1,1,'MailManager Attachment','test_html_31628215f80b618f.png','9924-10-29 08:15:39','9924-10-29 08:15:39',NULL,NULL,0,1,0,NULL),(418,1,1,1,'MailManager Attachment','LOGO.jpg','9924-10-29 08:15:43','9924-10-29 08:15:43',NULL,NULL,0,1,0,NULL),(419,1,1,1,'MailManager Attachment','Invoice_INV6_(1).pdf','9924-10-29 08:15:44','9924-10-29 08:15:44',NULL,NULL,0,1,0,NULL),(420,1,1,1,'MailManager Attachment','AttachedImage','9924-10-29 09:34:04','9924-10-29 09:34:04',NULL,NULL,0,1,0,NULL),(421,1,1,1,'MailManager Attachment','AttachedImage','9924-10-29 09:34:04','9924-10-29 09:34:04',NULL,NULL,0,1,0,NULL),(422,1,1,1,'MailManager Attachment','AttachedImage','9924-10-29 09:34:04','9924-10-29 09:34:04',NULL,NULL,0,1,0,NULL),(423,1,1,1,'MailManager Attachment','AttachedImage','9924-10-29 09:34:04','9924-10-29 09:34:04',NULL,NULL,0,1,0,NULL),(424,1,1,1,'MailManager Attachment','Quotes_QUO3.pdf','9924-10-29 09:34:06','9924-10-29 09:34:06',NULL,NULL,0,1,0,NULL),(425,1,1,1,'MailManager Attachment','crmtiger.png','9924-10-29 09:35:11','9924-10-29 09:35:11',NULL,NULL,0,1,0,NULL),(426,1,1,1,'Contacts','','2025-10-30 05:43:39','2025-10-30 05:43:39',NULL,NULL,0,1,0,'test crmtiger'),(427,1,1,1,'Emails','','2025-10-30 05:43:40','2025-10-30 05:43:40',NULL,NULL,0,1,0,''),(428,1,1,1,'MailManager Attachment','test_html_31628215f80b618f.png','9924-10-29 12:16:53','9924-10-29 12:16:53',NULL,NULL,0,1,0,NULL),(429,1,1,1,'MailManager Attachment','LOGO.jpg','9924-10-29 12:16:58','9924-10-29 12:16:58',NULL,NULL,0,1,0,NULL),(430,1,1,1,'MailManager Attachment','Invoice_INV6_(1).pdf','9924-10-29 12:17:00','9924-10-29 12:17:00',NULL,NULL,0,1,0,NULL),(431,1,1,1,'Contacts','','2025-10-30 06:25:34','2025-10-30 06:25:34',NULL,NULL,0,1,0,'nidhi Jethva'),(432,1,1,1,'Emails','','2025-10-30 06:25:34','2025-10-30 06:25:34',NULL,NULL,0,1,0,''),(433,1,1,1,'MailManager Attachment','AttachedImage','9924-10-29 13:27:00','9924-10-29 13:27:00',NULL,NULL,0,1,0,NULL),(434,1,1,1,'MailManager Attachment','AttachedImage','9924-10-29 13:27:00','9924-10-29 13:27:00',NULL,NULL,0,1,0,NULL),(435,1,1,1,'MailManager Attachment','AttachedImage','9924-10-29 13:27:00','9924-10-29 13:27:00',NULL,NULL,0,1,0,NULL),(436,1,1,1,'MailManager Attachment','AttachedImage','9924-10-29 13:27:00','9924-10-29 13:27:00',NULL,NULL,0,1,0,NULL),(437,1,1,1,'MailManager Attachment','Quotes_QUO3.pdf','9924-10-29 13:27:03','9924-10-29 13:27:03',NULL,NULL,0,1,0,NULL),(438,1,1,1,'MailManager Attachment','crmtiger.png','9924-10-29 13:28:20','9924-10-29 13:28:20',NULL,NULL,0,1,0,NULL),(439,1,1,1,'Contacts','','2025-10-30 06:52:18','2025-10-30 06:52:18',NULL,NULL,0,1,0,' test 30'),(440,1,1,1,'Emails','','2025-10-30 06:52:19','2025-10-30 06:52:19',NULL,NULL,0,1,0,''),(441,1,1,1,'MailManager Attachment','test_html_31628215f80b618f.png','9924-10-29 15:05:08','9924-10-29 15:05:08',NULL,NULL,0,1,0,NULL),(442,1,1,1,'MailManager Attachment','LOGO.jpg','9924-10-29 15:05:12','9924-10-29 15:05:12',NULL,NULL,0,1,0,NULL),(443,1,1,1,'MailManager Attachment','Invoice_INV6_(1).pdf','9924-10-29 15:05:13','9924-10-29 15:05:13',NULL,NULL,0,1,0,NULL),(444,1,1,1,'MailManager Attachment','AttachedImage','9924-10-29 15:10:37','9924-10-29 15:10:37',NULL,NULL,0,1,0,NULL),(445,1,1,1,'MailManager Attachment','AttachedImage','9924-10-29 15:10:37','9924-10-29 15:10:37',NULL,NULL,0,1,0,NULL),(446,1,1,1,'MailManager Attachment','AttachedImage','9924-10-29 15:10:37','9924-10-29 15:10:37',NULL,NULL,0,1,0,NULL),(447,1,1,1,'MailManager Attachment','AttachedImage','9924-10-29 15:10:37','9924-10-29 15:10:37',NULL,NULL,0,1,0,NULL),(448,1,1,1,'MailManager Attachment','Quotes_QUO3.pdf','9924-10-29 15:10:40','9924-10-29 15:10:40',NULL,NULL,0,1,0,NULL),(449,1,1,1,'MailManager Attachment','crmtiger.png','9924-10-29 15:15:24','9924-10-29 15:15:24',NULL,NULL,0,1,0,NULL),(450,1,1,1,'Contacts','','2025-10-30 07:22:00','2025-10-30 07:22:00',NULL,NULL,0,1,0,' crmtiger'),(451,1,1,1,'Emails','','2025-10-30 07:22:00','2025-10-30 07:22:00',NULL,NULL,0,1,0,''),(452,1,1,1,'Contacts','','2025-10-30 07:26:33','2025-10-30 07:26:33',NULL,NULL,0,1,0,' fgfgfg'),(453,1,1,1,'Emails','','2025-10-30 07:26:34','2025-10-30 07:26:34',NULL,NULL,0,1,0,''),(454,1,1,1,'Contacts','','2025-10-30 07:29:02','2025-10-30 07:29:02',NULL,NULL,0,1,0,' 3333'),(455,1,1,1,'Emails','','2025-10-30 07:29:02','2025-10-30 07:29:02',NULL,NULL,0,1,0,''),(456,1,1,1,'Contacts','','2025-10-30 07:31:00','2025-10-30 07:31:00',NULL,NULL,0,1,0,' jennifer'),(457,1,1,1,'Emails','','2025-10-30 07:31:01','2025-10-30 07:31:01',NULL,NULL,0,1,0,''),(458,1,1,1,'Contacts','','2025-10-30 07:32:37','2025-10-30 07:32:37',NULL,NULL,0,1,0,'Jennifer crmtiger '),(459,1,1,1,'Emails','','2025-10-30 07:32:37','2025-10-30 07:32:37',NULL,NULL,0,1,0,''),(460,1,1,1,'Contacts','','2025-10-30 07:41:47','2025-10-30 07:41:47',NULL,NULL,0,1,0,' dddd'),(461,1,1,1,'Emails','','2025-10-30 07:41:48','2025-10-30 07:41:48',NULL,NULL,0,1,0,''),(462,1,1,1,'MailManager Attachment','test_html_31628215f80b618f.png','9924-10-29 19:25:48','9924-10-29 19:25:48',NULL,NULL,0,1,0,NULL),(463,1,1,1,'MailManager Attachment','LOGO.jpg','9924-10-29 19:25:52','9924-10-29 19:25:52',NULL,NULL,0,1,0,NULL),(464,1,1,1,'MailManager Attachment','Invoice_INV6_(1).pdf','9924-10-29 19:25:54','9924-10-29 19:25:54',NULL,NULL,0,1,0,NULL),(465,1,1,1,'Contacts','','2025-10-30 09:01:24','2025-10-30 09:01:24',NULL,NULL,0,1,0,' rr'),(466,1,1,1,'Emails','','2025-10-30 09:01:24','2025-10-30 09:01:24',NULL,NULL,0,1,0,''),(467,1,1,1,'MailManager Attachment','AttachedImage','9924-10-29 20:48:31','9924-10-29 20:48:31',NULL,NULL,0,1,0,NULL),(468,1,1,1,'MailManager Attachment','AttachedImage','9924-10-29 20:48:31','9924-10-29 20:48:31',NULL,NULL,0,1,0,NULL),(469,1,1,1,'MailManager Attachment','AttachedImage','9924-10-29 20:48:31','9924-10-29 20:48:31',NULL,NULL,0,1,0,NULL),(470,1,1,1,'MailManager Attachment','AttachedImage','9924-10-29 20:48:31','9924-10-29 20:48:31',NULL,NULL,0,1,0,NULL),(471,1,1,1,'MailManager Attachment','Quotes_QUO3.pdf','9924-10-29 20:48:34','9924-10-29 20:48:34',NULL,NULL,0,1,0,NULL),(472,1,1,1,'Contacts','','2025-10-30 09:15:47','2025-10-30 09:15:47',NULL,NULL,0,1,0,' 22'),(473,1,1,1,'Emails','','2025-10-30 09:15:48','2025-10-30 09:15:48',NULL,NULL,0,1,0,''),(474,1,1,1,'Accounts','','2025-10-30 09:20:05','2025-10-30 09:20:05',NULL,NULL,0,1,0,'xxxxxx'),(475,1,1,1,'Emails','','2025-10-30 09:20:06','2025-10-30 09:20:06',NULL,NULL,0,1,0,''),(476,1,1,1,'MailManager Attachment','crmtiger.png','9924-10-29 21:13:40','9924-10-29 21:13:40',NULL,NULL,0,1,0,NULL),(477,1,1,1,'MailManager Attachment','test_html_31628215f80b618f.png','9924-10-29 23:22:02','9924-10-29 23:22:02',NULL,NULL,0,1,0,NULL),(478,1,1,1,'MailManager Attachment','LOGO.jpg','9924-10-29 23:22:06','9924-10-29 23:22:06',NULL,NULL,0,1,0,NULL),(479,1,1,1,'MailManager Attachment','Invoice_INV6_(1).pdf','9924-10-29 23:22:08','9924-10-29 23:22:08',NULL,NULL,0,1,0,NULL),(480,1,1,1,'MailManager Attachment','AttachedImage','9924-10-29 23:25:32','9924-10-29 23:25:32',NULL,NULL,0,1,0,NULL),(481,1,1,1,'MailManager Attachment','AttachedImage','9924-10-29 23:25:32','9924-10-29 23:25:32',NULL,NULL,0,1,0,NULL),(482,1,1,1,'MailManager Attachment','AttachedImage','9924-10-29 23:25:32','9924-10-29 23:25:32',NULL,NULL,0,1,0,NULL),(483,1,1,1,'MailManager Attachment','AttachedImage','9924-10-29 23:25:32','9924-10-29 23:25:32',NULL,NULL,0,1,0,NULL),(484,1,1,1,'MailManager Attachment','Quotes_QUO3.pdf','9924-10-29 23:25:35','9924-10-29 23:25:35',NULL,NULL,0,1,0,NULL),(485,1,1,1,'MailManager Attachment','crmtiger.png','9924-10-29 23:26:50','9924-10-29 23:26:50',NULL,NULL,0,1,0,NULL),(486,1,1,1,'Contacts','','2025-10-30 10:07:21','2025-10-30 10:07:21',NULL,NULL,0,1,0,' 230'),(487,1,1,1,'Accounts','','2025-10-30 10:22:28','2025-10-30 10:22:28',NULL,NULL,0,1,0,'4'),(488,1,1,1,'Emails','','2025-10-30 10:22:28','2025-10-30 10:22:28',NULL,NULL,0,1,0,''),(489,1,1,1,'Contacts','','2025-10-30 10:23:50','2025-10-30 10:23:50',NULL,NULL,0,1,0,' 123'),(490,1,1,1,'Emails','','2025-10-30 10:23:50','2025-10-30 10:23:50',NULL,NULL,0,1,0,''),(491,1,1,1,'Contacts','','2025-10-30 10:51:18','2025-11-05 07:27:06',NULL,NULL,0,1,0,' 65'),(492,1,1,1,'Emails','','2025-10-30 10:51:18','2025-10-30 10:51:18',NULL,NULL,0,1,0,''),(493,1,1,1,'Contacts','','2025-10-30 10:54:31','2025-11-12 07:12:06',NULL,NULL,0,1,1,' eeee'),(494,1,1,1,'Emails','','2025-10-30 10:54:32','2025-10-30 10:54:32',NULL,NULL,0,1,0,''),(495,1,1,1,'MailManager Attachment','test_html_31628215f80b618f.png','9924-10-30 02:12:22','9924-10-30 02:12:22',NULL,NULL,0,1,0,NULL),(496,1,1,1,'MailManager Attachment','LOGO.jpg','9924-10-30 02:12:26','9924-10-30 02:12:26',NULL,NULL,0,1,0,NULL),(497,1,1,1,'MailManager Attachment','Invoice_INV6_(1).pdf','9924-10-30 02:12:27','9924-10-30 02:12:27',NULL,NULL,0,1,0,NULL),(498,1,1,1,'MailManager Attachment','AttachedImage','9924-10-30 02:15:09','9924-10-30 02:15:09',NULL,NULL,0,1,0,NULL),(499,1,1,1,'MailManager Attachment','AttachedImage','9924-10-30 02:15:09','9924-10-30 02:15:09',NULL,NULL,0,1,0,NULL),(500,1,1,1,'MailManager Attachment','AttachedImage','9924-10-30 02:15:09','9924-10-30 02:15:09',NULL,NULL,0,1,0,NULL),(501,1,1,1,'MailManager Attachment','AttachedImage','9924-10-30 02:15:09','9924-10-30 02:15:09',NULL,NULL,0,1,0,NULL),(502,1,1,1,'MailManager Attachment','Quotes_QUO3.pdf','9924-10-30 02:15:14','9924-10-30 02:15:14',NULL,NULL,0,1,0,NULL),(503,1,1,1,'MailManager Attachment','crmtiger.png','9924-10-30 02:21:52','9924-10-30 02:21:52',NULL,NULL,0,1,0,NULL),(504,1,1,1,'MailManager Attachment','test_html_31628215f80b618f.png','9924-10-30 05:55:07','9924-10-30 05:55:07',NULL,NULL,0,1,0,NULL),(505,1,1,1,'MailManager Attachment','LOGO.jpg','9924-10-30 05:55:20','9924-10-30 05:55:20',NULL,NULL,0,1,0,NULL),(506,1,1,1,'MailManager Attachment','Invoice_INV6_(1).pdf','9924-10-30 05:55:22','9924-10-30 05:55:22',NULL,NULL,0,1,0,NULL),(507,1,1,1,'Calendar','','2025-10-30 12:41:13','2025-10-30 12:41:13',NULL,NULL,0,1,0,'Test evemt'),(508,1,1,1,'MailManager Attachment','AttachedImage','9924-10-30 06:16:46','9924-10-30 06:16:46',NULL,NULL,0,1,0,NULL),(509,1,1,1,'MailManager Attachment','AttachedImage','9924-10-30 06:16:46','9924-10-30 06:16:46',NULL,NULL,0,1,0,NULL),(510,1,1,1,'MailManager Attachment','AttachedImage','9924-10-30 06:16:46','9924-10-30 06:16:46',NULL,NULL,0,1,0,NULL),(511,1,1,1,'MailManager Attachment','AttachedImage','9924-10-30 06:16:46','9924-10-30 06:16:46',NULL,NULL,0,1,0,NULL),(512,1,1,1,'MailManager Attachment','Quotes_QUO3.pdf','9924-10-30 06:16:49','9924-10-30 06:16:49',NULL,NULL,0,1,0,NULL),(513,1,1,1,'MailManager Attachment','crmtiger.png','9924-10-30 08:38:26','9924-10-30 08:38:26',NULL,NULL,0,1,0,NULL),(514,1,1,1,'MailManager Attachment','test_html_31628215f80b618f.png','9924-10-30 08:44:09','9924-10-30 08:44:09',NULL,NULL,0,1,0,NULL),(515,1,1,1,'MailManager Attachment','LOGO.jpg','9924-10-30 08:44:13','9924-10-30 08:44:13',NULL,NULL,0,1,0,NULL),(516,1,1,1,'MailManager Attachment','Invoice_INV6_(1).pdf','9924-10-30 08:44:15','9924-10-30 08:44:15',NULL,NULL,0,1,0,NULL),(517,1,1,1,'MailManager Attachment','AttachedImage','9924-10-30 09:14:04','9924-10-30 09:14:04',NULL,NULL,0,1,0,NULL),(518,1,1,1,'MailManager Attachment','AttachedImage','9924-10-30 09:14:04','9924-10-30 09:14:04',NULL,NULL,0,1,0,NULL),(519,1,1,1,'MailManager Attachment','AttachedImage','9924-10-30 09:14:04','9924-10-30 09:14:04',NULL,NULL,0,1,0,NULL),(520,1,1,1,'MailManager Attachment','AttachedImage','9924-10-30 09:14:04','9924-10-30 09:14:04',NULL,NULL,0,1,0,NULL),(521,1,1,1,'MailManager Attachment','Quotes_QUO3.pdf','9924-10-30 09:14:07','9924-10-30 09:14:07',NULL,NULL,0,1,0,NULL),(522,1,1,1,'Contacts','','2025-10-30 13:58:40','2025-11-05 07:26:43',NULL,NULL,0,1,0,' ddddd'),(523,1,1,1,'Emails','','2025-10-30 13:58:40','2025-10-30 13:58:40',NULL,NULL,0,1,0,''),(524,1,1,1,'MailManager Attachment','crmtiger.png','9924-10-30 10:26:45','9924-10-30 10:26:45',NULL,NULL,0,1,0,NULL),(525,1,1,1,'MailManager Attachment','test_html_31628215f80b618f.png','9924-11-10 00:14:13','9924-11-10 00:14:13',NULL,NULL,0,1,0,NULL),(526,1,1,1,'MailManager Attachment','LOGO.jpg','9924-11-10 00:14:17','9924-11-10 00:14:17',NULL,NULL,0,1,0,NULL),(527,1,1,1,'MailManager Attachment','Invoice_INV6_(1).pdf','9924-11-10 00:14:19','9924-11-10 00:14:19',NULL,NULL,0,1,0,NULL),(528,1,1,1,'MailManager Attachment','test_html_31628215f80b618f.png','9924-11-10 00:18:44','9924-11-10 00:18:44',NULL,NULL,0,1,0,NULL),(529,1,1,1,'MailManager Attachment','LOGO.jpg','9924-11-10 00:18:48','9924-11-10 00:18:48',NULL,NULL,0,1,0,NULL),(530,1,1,1,'MailManager Attachment','Invoice_INV6_(1).pdf','9924-11-10 00:18:50','9924-11-10 00:18:50',NULL,NULL,0,1,0,NULL),(531,1,1,1,'MailManager Attachment','AttachedImage','9924-11-10 00:25:34','9924-11-10 00:25:34',NULL,NULL,0,1,0,NULL),(532,1,1,1,'MailManager Attachment','AttachedImage','9924-11-10 00:25:34','9924-11-10 00:25:34',NULL,NULL,0,1,0,NULL),(533,1,1,1,'MailManager Attachment','AttachedImage','9924-11-10 00:25:34','9924-11-10 00:25:34',NULL,NULL,0,1,0,NULL),(534,1,1,1,'MailManager Attachment','AttachedImage','9924-11-10 00:25:34','9924-11-10 00:25:34',NULL,NULL,0,1,0,NULL),(535,1,1,1,'MailManager Attachment','Quotes_QUO3.pdf','9924-11-10 00:25:37','9924-11-10 00:25:37',NULL,NULL,0,1,0,NULL),(536,1,1,1,'MailManager Attachment','crmtiger.png','9924-11-10 00:27:01','9924-11-10 00:27:01',NULL,NULL,0,1,0,NULL),(537,1,1,1,'MailManager Attachment','test_html_31628215f80b618f.png','9924-11-10 03:08:30','9924-11-10 03:08:30',NULL,NULL,0,1,0,NULL),(538,1,1,1,'MailManager Attachment','LOGO.jpg','9924-11-10 03:08:34','9924-11-10 03:08:34',NULL,NULL,0,1,0,NULL),(539,1,1,1,'MailManager Attachment','Invoice_INV6_(1).pdf','9924-11-10 03:08:35','9924-11-10 03:08:35',NULL,NULL,0,1,0,NULL),(540,1,1,1,'MailManager Attachment','AttachedImage','9924-11-10 03:10:42','9924-11-10 03:10:42',NULL,NULL,0,1,0,NULL),(541,1,1,1,'MailManager Attachment','AttachedImage','9924-11-10 03:10:42','9924-11-10 03:10:42',NULL,NULL,0,1,0,NULL),(542,1,1,1,'MailManager Attachment','AttachedImage','9924-11-10 03:10:43','9924-11-10 03:10:43',NULL,NULL,0,1,0,NULL),(543,1,1,1,'MailManager Attachment','AttachedImage','9924-11-10 03:10:43','9924-11-10 03:10:43',NULL,NULL,0,1,0,NULL),(544,1,1,1,'MailManager Attachment','Quotes_QUO3.pdf','9924-11-10 03:10:45','9924-11-10 03:10:45',NULL,NULL,0,1,0,NULL),(545,1,1,1,'MailManager Attachment','crmtiger.png','9924-11-10 03:13:53','9924-11-10 03:13:53',NULL,NULL,0,1,0,NULL),(546,1,1,1,'MailManager Attachment','test_html_31628215f80b618f.png','9924-11-10 08:51:52','9924-11-10 08:51:52',NULL,NULL,0,1,0,NULL),(547,1,1,1,'MailManager Attachment','LOGO.jpg','9924-11-10 08:51:55','9924-11-10 08:51:55',NULL,NULL,0,1,0,NULL),(548,1,1,1,'MailManager Attachment','Invoice_INV6_(1).pdf','9924-11-10 08:51:57','9924-11-10 08:51:57',NULL,NULL,0,1,0,NULL),(549,1,1,1,'MailManager Attachment','AttachedImage','9924-11-10 08:57:36','9924-11-10 08:57:36',NULL,NULL,0,1,0,NULL),(550,1,1,1,'MailManager Attachment','AttachedImage','9924-11-10 08:57:36','9924-11-10 08:57:36',NULL,NULL,0,1,0,NULL),(551,1,1,1,'MailManager Attachment','AttachedImage','9924-11-10 08:57:36','9924-11-10 08:57:36',NULL,NULL,0,1,0,NULL),(552,1,1,1,'MailManager Attachment','AttachedImage','9924-11-10 08:57:36','9924-11-10 08:57:36',NULL,NULL,0,1,0,NULL),(553,1,1,1,'MailManager Attachment','Quotes_QUO3.pdf','9924-11-10 08:57:39','9924-11-10 08:57:39',NULL,NULL,0,1,0,NULL),(554,1,1,1,'Contacts','','2025-10-31 08:52:17','2025-11-04 12:42:48',NULL,NULL,0,1,1,' test mail'),(555,1,1,1,'Emails','','2025-10-31 08:52:18','2025-10-31 08:52:18',NULL,NULL,0,1,0,''),(556,1,1,1,'MailManager Attachment','crmtiger.png','9924-11-10 10:40:41','9924-11-10 10:40:41',NULL,NULL,0,1,0,NULL),(557,1,1,1,'Contacts','','2025-10-31 09:16:08','2025-11-04 11:28:19',NULL,NULL,0,1,1,' hiralp.variance'),(558,1,1,1,'Emails','','2025-10-31 09:16:08','2025-10-31 09:46:31',NULL,NULL,0,1,0,''),(559,1,1,1,'Contacts','','2025-10-31 09:28:42','2025-11-04 11:58:58',NULL,NULL,0,1,1,' jennifer701911'),(560,1,1,1,'Emails','','2025-10-31 09:28:42','2025-10-31 09:28:42',NULL,NULL,0,1,0,''),(561,1,1,1,'Calendar','','2025-10-31 09:30:33','2025-10-31 09:30:33',NULL,NULL,0,1,0,'HHHHHHHHH& MMMMMMMMMMMMM'),(562,1,1,1,'Calendar','','2025-10-31 09:44:49','2025-10-31 09:44:49',NULL,NULL,0,1,0,'HHHHHHHHH& MMMMMMMMMMMMM'),(563,1,1,1,'ModComments',NULL,'2025-10-31 09:45:32','2025-10-31 09:45:32',NULL,NULL,0,1,0,'testtttt'),(564,1,1,1,'Emails','','2025-10-31 09:45:57','2025-10-31 09:46:31',NULL,NULL,0,1,0,''),(565,1,1,1,'HelpDesk','','2025-10-31 09:47:07','2025-10-31 09:47:07',NULL,NULL,0,1,0,'ffff'),(566,1,1,1,'Calendar','','2025-10-31 09:47:45','2025-10-31 09:47:45',NULL,NULL,0,1,0,'test task'),(567,1,1,1,'Emails','','2025-10-31 09:51:21','2025-10-31 12:15:31',NULL,NULL,0,1,0,''),(568,1,1,1,'MailManager Attachment','test_html_31628215f80b618f.png','9924-11-10 13:29:04','9924-11-10 13:29:04',NULL,NULL,0,1,0,NULL),(569,1,1,1,'MailManager Attachment','LOGO.jpg','9924-11-10 13:29:08','9924-11-10 13:29:08',NULL,NULL,0,1,0,NULL),(570,1,1,1,'MailManager Attachment','Invoice_INV6_(1).pdf','9924-11-10 13:29:10','9924-11-10 13:29:10',NULL,NULL,0,1,0,NULL),(571,1,1,1,'Calendar','','2025-10-31 10:36:39','2025-10-31 10:36:39',NULL,NULL,0,1,0,'HHHHHHHHH& MMMMMMMMMMMMM'),(572,1,1,1,'MailManager Attachment','AttachedImage','9924-11-10 14:08:57','9924-11-10 14:08:57',NULL,NULL,0,1,0,NULL),(573,1,1,1,'MailManager Attachment','AttachedImage','9924-11-10 14:08:57','9924-11-10 14:08:57',NULL,NULL,0,1,0,NULL),(574,1,1,1,'MailManager Attachment','AttachedImage','9924-11-10 14:08:57','9924-11-10 14:08:57',NULL,NULL,0,1,0,NULL),(575,1,1,1,'MailManager Attachment','AttachedImage','9924-11-10 14:08:57','9924-11-10 14:08:57',NULL,NULL,0,1,0,NULL),(576,1,1,1,'MailManager Attachment','Quotes_QUO3.pdf','9924-11-10 14:09:00','9924-11-10 14:09:00',NULL,NULL,0,1,0,NULL),(577,1,1,1,'Calendar','','2025-10-31 10:38:26','2025-10-31 10:38:26',NULL,NULL,0,1,0,'HHHHHHHHH& MMMMMMMMMMMMM taskkk'),(578,1,1,1,'Emails','','2025-10-31 10:39:15','2025-10-31 12:15:31',NULL,NULL,0,1,0,''),(579,1,1,1,'MailManager Attachment','crmtiger.png','9924-11-10 14:14:08','9924-11-10 14:14:08',NULL,NULL,0,1,0,NULL),(580,1,1,1,'HelpDesk','zzzz','2025-10-31 10:44:07','2025-10-31 10:44:07',NULL,NULL,0,1,0,'HHHHHHHHH& MMMMMMMMMMMMM'),(581,1,1,1,'MailManager Attachment','test_html_31628215f80b618f.png','9924-11-10 16:33:45','9924-11-10 16:33:45',NULL,NULL,0,1,0,NULL),(582,1,1,1,'MailManager Attachment','LOGO.jpg','9924-11-10 16:33:50','9924-11-10 16:33:50',NULL,NULL,0,1,0,NULL),(583,1,1,1,'MailManager Attachment','Invoice_INV6_(1).pdf','9924-11-10 16:33:51','9924-11-10 16:33:51',NULL,NULL,0,1,0,NULL),(584,1,1,1,'MailManager Attachment','AttachedImage','9924-11-10 16:38:50','9924-11-10 16:38:50',NULL,NULL,0,1,0,NULL),(585,1,1,1,'MailManager Attachment','AttachedImage','9924-11-10 16:38:50','9924-11-10 16:38:50',NULL,NULL,0,1,0,NULL),(586,1,1,1,'MailManager Attachment','AttachedImage','9924-11-10 16:38:50','9924-11-10 16:38:50',NULL,NULL,0,1,0,NULL),(587,1,1,1,'MailManager Attachment','AttachedImage','9924-11-10 16:38:50','9924-11-10 16:38:50',NULL,NULL,0,1,0,NULL),(588,1,1,1,'MailManager Attachment','Quotes_QUO3.pdf','9924-11-10 16:38:53','9924-11-10 16:38:53',NULL,NULL,0,1,0,NULL),(589,1,1,1,'MailManager Attachment','crmtiger.png','9924-11-10 16:43:59','9924-11-10 16:43:59',NULL,NULL,0,1,0,NULL),(590,1,1,1,'Emails','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"></head><body>HHHHHHHHH& MMMMMMMMMMMMM </body></html>','2025-10-31 11:46:48','2025-10-31 12:15:31',NULL,NULL,0,1,0,'HHHHHHHHH& MMMMMMMMMMMMM'),(591,1,1,1,'Emails','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"></head><body>HHHHHHHHH& MMMMMMMMMMMMM </body></html>','2025-10-31 11:50:46','2025-10-31 12:15:31',NULL,NULL,0,1,0,'HHHHHHHHH& MMMMMMMMMMMMM'),(592,1,1,1,'Emails','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"></head><body>HHHHHHHHH& MMMMMMMMMMMMM </body></html>','2025-10-31 11:53:14','2025-10-31 12:15:31',NULL,NULL,0,1,0,'HHHHHHHHH& MMMMMMMMMMMMM'),(593,1,1,1,'Emails','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"></head><body>HHHHHHHHH& MMMMMMMMMMMMM </body></html>','2025-10-31 12:01:43','2025-10-31 12:15:31',NULL,NULL,0,1,0,'HHHHHHHHH& MMMMMMMMMMMMM'),(594,1,1,1,'ModComments',NULL,'2025-10-31 12:11:28','2025-10-31 12:11:28',NULL,NULL,0,1,0,'testtttjgfigjjkj'),(595,1,1,1,'ModComments',NULL,'2025-10-31 12:15:46','2025-10-31 12:15:46',NULL,NULL,0,1,0,'test from mailmanager'),(596,1,1,1,'ModComments',NULL,'2025-10-31 12:17:06','2025-10-31 12:17:06',NULL,NULL,0,1,0,'12344455555'),(597,1,1,1,'HelpDesk','wwww','2025-10-31 12:17:32','2025-10-31 12:17:32',NULL,NULL,0,1,0,'HHHHHHHHH& MMMMMMMMMMMMM'),(598,1,1,1,'HelpDesk','rrrr','2025-10-31 12:19:29','2025-10-31 12:19:29',NULL,NULL,0,1,0,'HHHHHHHHH& MMMMMMMMMMMMM'),(599,1,1,1,'MailManager Attachment','test_html_31628215f80b618f.png','9924-11-10 19:22:08','9924-11-10 19:22:08',NULL,NULL,0,1,0,NULL),(600,1,1,1,'MailManager Attachment','LOGO.jpg','9924-11-10 19:22:12','9924-11-10 19:22:12',NULL,NULL,0,1,0,NULL),(601,1,1,1,'MailManager Attachment','Invoice_INV6_(1).pdf','9924-11-10 19:22:13','9924-11-10 19:22:13',NULL,NULL,0,1,0,NULL),(602,1,1,1,'MailManager Attachment','AttachedImage','9924-11-10 19:31:47','9924-11-10 19:31:47',NULL,NULL,0,1,0,NULL),(603,1,1,1,'MailManager Attachment','AttachedImage','9924-11-10 19:31:47','9924-11-10 19:31:47',NULL,NULL,0,1,0,NULL),(604,1,1,1,'MailManager Attachment','AttachedImage','9924-11-10 19:31:47','9924-11-10 19:31:47',NULL,NULL,0,1,0,NULL),(605,1,1,1,'MailManager Attachment','AttachedImage','9924-11-10 19:31:47','9924-11-10 19:31:47',NULL,NULL,0,1,0,NULL),(606,1,1,1,'MailManager Attachment','Quotes_QUO3.pdf','9924-11-10 19:31:50','9924-11-10 19:31:50',NULL,NULL,0,1,0,NULL),(607,1,1,1,'MailManager Attachment','crmtiger.png','9924-11-10 19:45:45','9924-11-10 19:45:45',NULL,NULL,0,1,0,NULL),(608,1,1,1,'Emails','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"></head><body>HHHHHHHHH& MMMMMMMMMMMMM </body></html>','2025-10-31 12:40:55','2025-10-31 12:40:55',NULL,NULL,0,1,0,'HHHHHHHHH& MMMMMMMMMMMMM'),(609,1,1,1,'MailManager Attachment','test_html_31628215f80b618f.png','9927-02-21 21:20:47','9927-02-21 21:20:47',NULL,NULL,0,1,0,NULL),(610,1,1,1,'MailManager Attachment','LOGO.jpg','9927-02-21 21:20:51','9927-02-21 21:20:51',NULL,NULL,0,1,0,NULL),(611,1,1,1,'MailManager Attachment','Invoice_INV6_(1).pdf','9927-02-21 21:20:53','9927-02-21 21:20:53',NULL,NULL,0,1,0,NULL),(612,1,1,1,'MailManager Attachment','AttachedImage','9927-02-21 21:27:16','9927-02-21 21:27:16',NULL,NULL,0,1,0,NULL),(613,1,1,1,'MailManager Attachment','AttachedImage','9927-02-21 21:27:16','9927-02-21 21:27:16',NULL,NULL,0,1,0,NULL),(614,1,1,1,'MailManager Attachment','AttachedImage','9927-02-21 21:27:16','9927-02-21 21:27:16',NULL,NULL,0,1,0,NULL),(615,1,1,1,'MailManager Attachment','AttachedImage','9927-02-21 21:27:16','9927-02-21 21:27:16',NULL,NULL,0,1,0,NULL),(616,1,1,1,'MailManager Attachment','Quotes_QUO3.pdf','9927-02-21 21:27:18','9927-02-21 21:27:18',NULL,NULL,0,1,0,NULL),(617,1,1,1,'MailManager Attachment','crmtiger.png','9927-02-21 21:28:21','9927-02-21 21:28:21',NULL,NULL,0,1,0,NULL),(618,1,1,1,'MailManager Attachment','1A.jfif','9927-02-22 00:10:10','9927-02-22 00:10:10',NULL,NULL,0,1,0,NULL),(619,1,1,1,'MailManager Attachment','test_html_5913f8c1726fe322.gif','9927-02-22 00:10:11','9927-02-22 00:10:11',NULL,NULL,0,1,0,NULL),(620,1,1,1,'MailManager Attachment','1A.jfif','9927-02-22 00:10:11','9927-02-22 00:10:11',NULL,NULL,0,1,0,NULL),(621,1,1,1,'MailManager Attachment','file-sample_150kB_(1).pdf','9927-02-22 00:10:12','9927-02-22 00:10:12',NULL,NULL,0,1,0,NULL),(622,1,1,1,'MailManager Attachment','11.png','9927-02-22 00:10:35','9927-02-22 00:10:35',NULL,NULL,0,1,0,NULL),(623,1,1,1,'Contacts','','2025-11-03 11:12:08','2025-11-04 11:57:56',NULL,NULL,0,1,1,'c111111 johnwallmart01'),(624,1,1,1,'Emails','','2025-11-03 11:12:09','2025-11-03 11:12:09',NULL,NULL,0,1,0,''),(625,1,1,1,'Calendar','','2025-11-03 11:12:32','2025-11-03 11:12:32',NULL,NULL,0,1,0,'event today'),(626,1,1,1,'MailManager Attachment','2025-06-29.png','9927-02-22 00:14:11','9927-02-22 00:14:11',NULL,NULL,0,1,0,NULL),(627,1,1,1,'MailManager Attachment','QUO1361.pdf','9927-02-22 03:47:05','9927-02-22 03:47:05',NULL,NULL,0,1,0,NULL),(628,1,1,1,'MailManager Attachment','LOGO.jpg','9927-02-22 03:55:55','9927-02-22 03:55:55',NULL,NULL,0,1,0,NULL),(629,1,1,1,'MailManager Attachment','Invoice_INV6_(1).pdf','9927-02-22 04:07:16','9927-02-22 04:07:16',NULL,NULL,0,1,0,NULL),(630,1,1,1,'MailManager Attachment','AttachedImage','9927-02-22 04:07:19','9927-02-22 04:07:19',NULL,NULL,0,1,0,NULL),(631,1,1,1,'MailManager Attachment','AttachedImage','9927-02-22 04:07:19','9927-02-22 04:07:19',NULL,NULL,0,1,0,NULL),(632,1,1,1,'MailManager Attachment','AttachedImage','9927-02-22 04:07:19','9927-02-22 04:07:19',NULL,NULL,0,1,0,NULL),(633,1,1,1,'MailManager Attachment','AttachedImage','9927-02-22 04:07:19','9927-02-22 04:07:19',NULL,NULL,0,1,0,NULL),(634,1,1,1,'Contacts','','2025-11-03 13:12:00','2025-11-04 11:28:38',NULL,NULL,0,1,1,' nidhi.variance'),(635,1,1,1,'Emails','','2025-11-03 13:12:01','2025-11-03 13:12:01',NULL,NULL,0,1,0,''),(636,1,1,1,'MailManager Attachment','1A.jfif','9927-02-22 06:23:36','9927-02-22 06:23:36',NULL,NULL,0,1,0,NULL),(637,1,1,1,'MailManager Attachment','test_html_5913f8c1726fe322.gif','9927-02-22 06:23:37','9927-02-22 06:23:37',NULL,NULL,0,1,0,NULL),(638,1,1,1,'MailManager Attachment','1A.jfif','9927-02-22 06:23:37','9927-02-22 06:23:37',NULL,NULL,0,1,0,NULL),(639,1,1,1,'MailManager Attachment','file-sample_150kB_(1).pdf','9927-02-22 06:23:38','9927-02-22 06:23:38',NULL,NULL,0,1,0,NULL),(640,1,1,1,'MailManager Attachment','11.png','9927-02-22 06:26:52','9927-02-22 06:26:52',NULL,NULL,0,1,0,NULL),(641,1,1,1,'Calendar','','2025-11-03 13:36:58','2025-11-03 13:36:58',NULL,NULL,0,1,0,'Jecobbbbbbbb'),(642,1,1,1,'Emails','','2025-11-03 13:37:10','2025-11-03 13:37:10',NULL,NULL,0,1,0,''),(643,1,1,1,'MailManager Attachment','2025-06-29.png','9927-02-22 06:28:53','9927-02-22 06:28:53',NULL,NULL,0,1,0,NULL),(644,1,1,1,'MailManager Attachment','QUO1361.pdf','9927-02-22 06:34:00','9927-02-22 06:34:00',NULL,NULL,0,1,0,NULL),(645,1,1,1,'MailManager Attachment','LOGO.jpg','9927-03-04 21:28:35','9927-03-04 21:28:35',NULL,NULL,0,1,0,NULL),(646,1,1,1,'Calendar','','2025-11-04 06:13:10','2025-11-04 06:13:10',NULL,NULL,0,1,0,'Request for Consultation Meeting'),(647,1,1,1,'MailManager Attachment','2025-06-29.png','9927-03-05 12:05:15','9927-03-05 12:05:15',NULL,NULL,0,1,0,NULL),(648,1,1,1,'MailManager Attachment','2025-09-01_(3).png','9927-03-05 12:05:20','9927-03-05 12:05:20',NULL,NULL,0,1,0,NULL),(649,1,1,1,'MailManager Attachment','Screenshot_(21).png','9927-03-05 12:05:21','9927-03-05 12:05:21',NULL,NULL,0,1,0,NULL),(650,1,1,1,'MailManager Attachment','test_html_31628215f80b618f.png','9927-03-05 12:05:39','9927-03-05 12:05:39',NULL,NULL,0,1,0,NULL),(651,1,1,1,'MailManager Attachment','10221534-faae-4043-a71c-bc7b06db4c52','9927-03-05 12:15:26','9927-03-05 12:15:26',NULL,NULL,0,1,0,NULL),(652,1,1,1,'MailManager Attachment','f89b318f-60f3-431c-a31c-f7c7529aa07f','9927-03-05 12:15:26','9927-03-05 12:15:26',NULL,NULL,0,1,0,NULL),(653,1,1,1,'MailManager Attachment','a67c094e-2e1b-4178-84ff-a4c2d552dc6b','9927-03-05 12:15:26','9927-03-05 12:15:26',NULL,NULL,0,1,0,NULL),(654,1,1,1,'MailManager Attachment','AttachedImage','9927-03-05 12:15:27','9927-03-05 12:15:27',NULL,NULL,0,1,0,NULL),(655,1,1,1,'MailManager Attachment','AttachedImage','9927-03-05 12:15:27','9927-03-05 12:15:27',NULL,NULL,0,1,0,NULL),(656,1,1,1,'MailManager Attachment','AttachedImage','9927-03-05 12:15:27','9927-03-05 12:15:27',NULL,NULL,0,1,0,NULL),(657,1,1,1,'MailManager Attachment','AttachedImage','9927-03-05 12:15:27','9927-03-05 12:15:27',NULL,NULL,0,1,0,NULL),(658,1,1,1,'MailManager Attachment','AttachedImage','9927-03-05 12:15:27','9927-03-05 12:15:27',NULL,NULL,0,1,0,NULL),(659,1,1,1,'MailManager Attachment','AttachedImage','9927-03-05 12:15:27','9927-03-05 12:15:27',NULL,NULL,0,1,0,NULL),(660,1,1,1,'MailManager Attachment','AttachedImage','9927-03-05 12:15:27','9927-03-05 12:15:27',NULL,NULL,0,1,0,NULL),(661,1,1,1,'MailManager Attachment','AttachedImage','9927-03-05 12:15:27','9927-03-05 12:15:27',NULL,NULL,0,1,0,NULL),(662,1,1,1,'MailManager Attachment','AttachedImage','9927-03-05 12:15:28','9927-03-05 12:15:28',NULL,NULL,0,1,0,NULL),(663,1,1,1,'MailManager Attachment','AttachedImage','9927-03-05 12:15:28','9927-03-05 12:15:28',NULL,NULL,0,1,0,NULL),(664,1,1,1,'MailManager Attachment','AttachedImage','9927-03-05 12:15:28','9927-03-05 12:15:28',NULL,NULL,0,1,0,NULL),(665,1,1,1,'MailManager Attachment','AttachedImage','9927-03-05 12:15:28','9927-03-05 12:15:28',NULL,NULL,0,1,0,NULL),(666,1,1,1,'MailManager Attachment','xcallayPrototypeReviews_(1).docx','9927-03-05 12:15:32','9927-03-05 12:15:32',NULL,NULL,0,1,0,NULL),(667,1,1,1,'MailManager Attachment','sharing_metadata.xml','9927-03-05 12:17:04','9927-03-05 12:17:04',NULL,NULL,0,1,0,NULL),(668,1,1,1,'MailManager Attachment','sharing_metadata.xml','9927-03-05 12:17:04','9927-03-05 12:17:04',NULL,NULL,0,1,0,NULL),(669,1,1,1,'MailManager Attachment','sharing_metadata.xml','9927-03-05 12:17:05','9927-03-05 12:17:05',NULL,NULL,0,1,0,NULL),(670,1,1,1,'MailManager Attachment','sharing_metadata.xml','9927-03-05 12:17:05','9927-03-05 12:17:05',NULL,NULL,0,1,0,NULL),(671,1,1,1,'MailManager Attachment','sharing_metadata.xml','9927-03-05 12:17:06','9927-03-05 12:17:06',NULL,NULL,0,1,0,NULL),(672,1,1,1,'MailManager Attachment','MicrosoftImage.png','9927-03-05 12:17:09','9927-03-05 12:17:09',NULL,NULL,0,1,0,NULL),(673,1,1,1,'MailManager Attachment','TransparentConsumerWelcomeMailOutlookHeader.png','9927-03-05 12:17:09','9927-03-05 12:17:09',NULL,NULL,0,1,0,NULL),(674,1,1,1,'MailManager Attachment','TransparentConsumerWelcomeMailOutlookFooter.png','9927-03-05 12:17:09','9927-03-05 12:17:09',NULL,NULL,0,1,0,NULL),(675,1,1,1,'MailManager Attachment','TransparentConsumerWelcomeMailOutlookConversations.png','9927-03-05 12:17:09','9927-03-05 12:17:09',NULL,NULL,0,1,0,NULL),(676,1,1,1,'MailManager Attachment','TransparentConsumerWelcomeMailOutlookFiles.png','9927-03-05 12:17:09','9927-03-05 12:17:09',NULL,NULL,0,1,0,NULL),(677,1,1,1,'MailManager Attachment','TransparentConsumerWelcomeMailOutlookEvents.png','9927-03-05 12:17:09','9927-03-05 12:17:09',NULL,NULL,0,1,0,NULL),(678,1,1,1,'MailManager Attachment','TransparentConsumerWelcomeMailTrustedSender.png','9927-03-05 12:17:09','9927-03-05 12:17:09',NULL,NULL,0,1,0,NULL),(679,1,1,1,'MailManager Attachment','MicrosoftImage.png','9927-03-05 13:42:07','9927-03-05 13:42:07',NULL,NULL,0,1,0,NULL),(680,1,1,1,'MailManager Attachment','TransparentConsumerWelcomeMailOutlookHeader.png','9927-03-05 13:42:07','9927-03-05 13:42:07',NULL,NULL,0,1,0,NULL),(681,1,1,1,'MailManager Attachment','TransparentConsumerWelcomeMailOutlookFooter.png','9927-03-05 13:42:07','9927-03-05 13:42:07',NULL,NULL,0,1,0,NULL),(682,1,1,1,'MailManager Attachment','TransparentConsumerWelcomeMailOutlookConversations.png','9927-03-05 13:42:07','9927-03-05 13:42:07',NULL,NULL,0,1,0,NULL),(683,1,1,1,'MailManager Attachment','TransparentConsumerWelcomeMailOutlookFiles.png','9927-03-05 13:42:07','9927-03-05 13:42:07',NULL,NULL,0,1,0,NULL),(684,1,1,1,'MailManager Attachment','TransparentConsumerWelcomeMailOutlookEvents.png','9927-03-05 13:42:07','9927-03-05 13:42:07',NULL,NULL,0,1,0,NULL),(685,1,1,1,'MailManager Attachment','TransparentConsumerWelcomeMailTrustedSender.png','9927-03-05 13:42:07','9927-03-05 13:42:07',NULL,NULL,0,1,0,NULL),(686,1,1,1,'MailManager Attachment','colors.png','9927-03-05 13:49:12','9927-03-05 13:49:12',NULL,NULL,0,1,0,NULL),(687,1,1,1,'MailManager Attachment','colors-top.png','9927-03-05 13:49:12','9927-03-05 13:49:12',NULL,NULL,0,1,0,NULL),(688,1,1,1,'MailManager Attachment','devices.png','9927-03-05 13:49:12','9927-03-05 13:49:12',NULL,NULL,0,1,0,NULL),(689,1,1,1,'MailManager Attachment','feature-attachments.png','9927-03-05 13:49:12','9927-03-05 13:49:12',NULL,NULL,0,1,0,NULL),(690,1,1,1,'MailManager Attachment','feature-calendars.png','9927-03-05 13:49:12','9927-03-05 13:49:12',NULL,NULL,0,1,0,NULL),(691,1,1,1,'MailManager Attachment','feature-integrations.png','9927-03-05 13:49:12','9927-03-05 13:49:12',NULL,NULL,0,1,0,NULL),(692,1,1,1,'MailManager Attachment','feature-office.png','9927-03-05 13:49:12','9927-03-05 13:49:12',NULL,NULL,0,1,0,NULL),(693,1,1,1,'MailManager Attachment','landing-appstore.png','9927-03-05 13:49:12','9927-03-05 13:49:12',NULL,NULL,0,1,0,NULL),(694,1,1,1,'MailManager Attachment','landing-playstore.png','9927-03-05 13:49:12','9927-03-05 13:49:12',NULL,NULL,0,1,0,NULL),(695,1,1,1,'MailManager Attachment','landing-winstore.png','9927-03-05 13:49:12','9927-03-05 13:49:12',NULL,NULL,0,1,0,NULL),(696,1,1,1,'MailManager Attachment','microsoft-logo.png','9927-03-05 13:49:12','9927-03-05 13:49:12',NULL,NULL,0,1,0,NULL),(697,1,1,1,'MailManager Attachment','wm-qrcode.png','9927-03-05 13:49:12','9927-03-05 13:49:12',NULL,NULL,0,1,0,NULL),(698,1,1,1,'MailManager Attachment','wm-calendar.png','9927-03-05 13:49:12','9927-03-05 13:49:12',NULL,NULL,0,1,0,NULL),(699,1,1,1,'MailManager Attachment','wm-security.png','9927-03-05 13:49:12','9927-03-05 13:49:12',NULL,NULL,0,1,0,NULL),(700,1,1,1,'MailManager Attachment','wm-search.png','9927-03-05 13:49:12','9927-03-05 13:49:12',NULL,NULL,0,1,0,NULL),(701,1,1,1,'MailManager Attachment','wm-personalize.png','9927-03-05 13:49:12','9927-03-05 13:49:12',NULL,NULL,0,1,0,NULL),(702,1,1,1,'MailManager Attachment','wm-m365.png','9927-03-05 13:49:12','9927-03-05 13:49:12',NULL,NULL,0,1,0,NULL),(703,1,1,1,'MailManager Attachment','wm-hero.png','9927-03-05 13:49:12','9927-03-05 13:49:12',NULL,NULL,0,1,0,NULL),(704,1,1,1,'MailManager Attachment','wm-emailwriting.png','9927-03-05 13:49:13','9927-03-05 13:49:13',NULL,NULL,0,1,0,NULL),(705,1,1,1,'MailManager Attachment','wm-google-store.png','9927-03-05 13:49:13','9927-03-05 13:49:13',NULL,NULL,0,1,0,NULL),(706,1,1,1,'MailManager Attachment','wm-apple-store.png','9927-03-05 13:49:13','9927-03-05 13:49:13',NULL,NULL,0,1,0,NULL),(707,1,1,1,'Emails','c111111111','2025-11-04 11:12:34','2025-11-04 11:12:34',NULL,NULL,0,1,0,'c111111111'),(708,1,1,1,'Emails','test from 6.5 outlook','2025-11-04 11:13:37','2025-11-04 11:13:37',NULL,NULL,0,1,0,'test from 6.5 outlook'),(709,1,1,1,'MailManager Attachment','2025-09-01_(2).png','9927-03-05 14:10:15','9927-03-05 14:10:15',NULL,NULL,0,1,0,NULL),(710,1,1,1,'MailManager Attachment','2025-09-01_(2).png','9927-03-05 14:10:15','9927-03-05 14:10:15',NULL,NULL,0,1,0,NULL),(711,1,1,1,'MailManager Attachment','2025-06-29.png','9927-03-05 14:10:17','9927-03-05 14:10:17',NULL,NULL,0,1,0,NULL),(712,1,1,1,'MailManager Attachment','2025-06-29.png','9927-03-05 14:25:35','9927-03-05 14:25:35',NULL,NULL,0,1,0,NULL),(713,1,1,1,'MailManager Attachment','2025-09-01_(3).png','9927-03-05 14:25:38','9927-03-05 14:25:38',NULL,NULL,0,1,0,NULL),(714,1,1,1,'MailManager Attachment','Screenshot_(21).png','9927-03-05 14:25:39','9927-03-05 14:25:39',NULL,NULL,0,1,0,NULL),(715,1,1,1,'MailManager Attachment','test_html_31628215f80b618f.png','9927-03-05 14:26:58','9927-03-05 14:26:58',NULL,NULL,0,1,0,NULL),(716,1,1,1,'MailManager Attachment','10221534-faae-4043-a71c-bc7b06db4c52','9927-03-05 14:27:12','9927-03-05 14:27:12',NULL,NULL,0,1,0,NULL),(717,1,1,1,'MailManager Attachment','f89b318f-60f3-431c-a31c-f7c7529aa07f','9927-03-05 14:27:12','9927-03-05 14:27:12',NULL,NULL,0,1,0,NULL),(718,1,1,1,'MailManager Attachment','a67c094e-2e1b-4178-84ff-a4c2d552dc6b','9927-03-05 14:27:12','9927-03-05 14:27:12',NULL,NULL,0,1,0,NULL),(719,1,1,1,'MailManager Attachment','AttachedImage','9927-03-05 14:27:13','9927-03-05 14:27:13',NULL,NULL,0,1,0,NULL),(720,1,1,1,'MailManager Attachment','AttachedImage','9927-03-05 14:27:13','9927-03-05 14:27:13',NULL,NULL,0,1,0,NULL),(721,1,1,1,'MailManager Attachment','AttachedImage','9927-03-05 14:27:13','9927-03-05 14:27:13',NULL,NULL,0,1,0,NULL),(722,1,1,1,'MailManager Attachment','AttachedImage','9927-03-05 14:27:13','9927-03-05 14:27:13',NULL,NULL,0,1,0,NULL),(723,1,1,1,'MailManager Attachment','AttachedImage','9927-03-05 14:27:14','9927-03-05 14:27:14',NULL,NULL,0,1,0,NULL),(724,1,1,1,'MailManager Attachment','AttachedImage','9927-03-05 14:27:14','9927-03-05 14:27:14',NULL,NULL,0,1,0,NULL),(725,1,1,1,'MailManager Attachment','AttachedImage','9927-03-05 14:27:14','9927-03-05 14:27:14',NULL,NULL,0,1,0,NULL),(726,1,1,1,'MailManager Attachment','AttachedImage','9927-03-05 14:27:14','9927-03-05 14:27:14',NULL,NULL,0,1,0,NULL),(727,1,1,1,'MailManager Attachment','AttachedImage','9927-03-05 14:27:14','9927-03-05 14:27:14',NULL,NULL,0,1,0,NULL),(728,1,1,1,'MailManager Attachment','AttachedImage','9927-03-05 14:27:14','9927-03-05 14:27:14',NULL,NULL,0,1,0,NULL),(729,1,1,1,'MailManager Attachment','AttachedImage','9927-03-05 14:27:14','9927-03-05 14:27:14',NULL,NULL,0,1,0,NULL),(730,1,1,1,'MailManager Attachment','AttachedImage','9927-03-05 14:27:14','9927-03-05 14:27:14',NULL,NULL,0,1,0,NULL),(731,1,1,1,'MailManager Attachment','xcallayPrototypeReviews_(1).docx','9927-03-05 14:27:17','9927-03-05 14:27:17',NULL,NULL,0,1,0,NULL),(732,1,1,1,'MailManager Attachment','sharing_metadata.xml','9927-03-05 14:27:31','9927-03-05 14:27:31',NULL,NULL,0,1,0,NULL),(733,1,1,1,'MailManager Attachment','sharing_metadata.xml','9927-03-05 14:27:31','9927-03-05 14:27:31',NULL,NULL,0,1,0,NULL),(734,1,1,1,'MailManager Attachment','sharing_metadata.xml','9927-03-05 14:27:31','9927-03-05 14:27:31',NULL,NULL,0,1,0,NULL),(735,1,1,1,'MailManager Attachment','sharing_metadata.xml','9927-03-05 14:27:32','9927-03-05 14:27:32',NULL,NULL,0,1,0,NULL),(736,1,1,1,'MailManager Attachment','sharing_metadata.xml','9927-03-05 14:27:32','9927-03-05 14:27:32',NULL,NULL,0,1,0,NULL),(737,1,1,1,'MailManager Attachment','MicrosoftImage.png','9927-03-05 14:28:25','9927-03-05 14:28:25',NULL,NULL,0,1,0,NULL),(738,1,1,1,'MailManager Attachment','TransparentConsumerWelcomeMailOutlookHeader.png','9927-03-05 14:28:25','9927-03-05 14:28:25',NULL,NULL,0,1,0,NULL),(739,1,1,1,'MailManager Attachment','TransparentConsumerWelcomeMailOutlookFooter.png','9927-03-05 14:28:25','9927-03-05 14:28:25',NULL,NULL,0,1,0,NULL),(740,1,1,1,'MailManager Attachment','TransparentConsumerWelcomeMailOutlookConversations.png','9927-03-05 14:28:25','9927-03-05 14:28:25',NULL,NULL,0,1,0,NULL),(741,1,1,1,'MailManager Attachment','TransparentConsumerWelcomeMailOutlookFiles.png','9927-03-05 14:28:25','9927-03-05 14:28:25',NULL,NULL,0,1,0,NULL),(742,1,1,1,'MailManager Attachment','TransparentConsumerWelcomeMailOutlookEvents.png','9927-03-05 14:28:26','9927-03-05 14:28:26',NULL,NULL,0,1,0,NULL),(743,1,1,1,'MailManager Attachment','TransparentConsumerWelcomeMailTrustedSender.png','9927-03-05 14:28:26','9927-03-05 14:28:26',NULL,NULL,0,1,0,NULL),(744,1,1,1,'MailManager Attachment','MicrosoftImage.png','9927-03-05 14:28:59','9927-03-05 14:28:59',NULL,NULL,0,1,0,NULL),(745,1,1,1,'MailManager Attachment','TransparentConsumerWelcomeMailOutlookHeader.png','9927-03-05 14:28:59','9927-03-05 14:28:59',NULL,NULL,0,1,0,NULL),(746,1,1,1,'MailManager Attachment','TransparentConsumerWelcomeMailOutlookFooter.png','9927-03-05 14:28:59','9927-03-05 14:28:59',NULL,NULL,0,1,0,NULL),(747,1,1,1,'MailManager Attachment','TransparentConsumerWelcomeMailOutlookConversations.png','9927-03-05 14:28:59','9927-03-05 14:28:59',NULL,NULL,0,1,0,NULL),(748,1,1,1,'MailManager Attachment','TransparentConsumerWelcomeMailOutlookFiles.png','9927-03-05 14:28:59','9927-03-05 14:28:59',NULL,NULL,0,1,0,NULL),(749,1,1,1,'MailManager Attachment','TransparentConsumerWelcomeMailOutlookEvents.png','9927-03-05 14:28:59','9927-03-05 14:28:59',NULL,NULL,0,1,0,NULL),(750,1,1,1,'MailManager Attachment','TransparentConsumerWelcomeMailTrustedSender.png','9927-03-05 14:29:00','9927-03-05 14:29:00',NULL,NULL,0,1,0,NULL),(751,1,1,1,'MailManager Attachment','colors.png','9927-03-05 14:29:04','9927-03-05 14:29:04',NULL,NULL,0,1,0,NULL),(752,1,1,1,'MailManager Attachment','colors-top.png','9927-03-05 14:29:04','9927-03-05 14:29:04',NULL,NULL,0,1,0,NULL),(753,1,1,1,'MailManager Attachment','devices.png','9927-03-05 14:29:04','9927-03-05 14:29:04',NULL,NULL,0,1,0,NULL),(754,1,1,1,'MailManager Attachment','feature-attachments.png','9927-03-05 14:29:04','9927-03-05 14:29:04',NULL,NULL,0,1,0,NULL),(755,1,1,1,'MailManager Attachment','feature-calendars.png','9927-03-05 14:29:04','9927-03-05 14:29:04',NULL,NULL,0,1,0,NULL),(756,1,1,1,'MailManager Attachment','feature-integrations.png','9927-03-05 14:29:04','9927-03-05 14:29:04',NULL,NULL,0,1,0,NULL),(757,1,1,1,'MailManager Attachment','feature-office.png','9927-03-05 14:29:04','9927-03-05 14:29:04',NULL,NULL,0,1,0,NULL),(758,1,1,1,'MailManager Attachment','landing-appstore.png','9927-03-05 14:29:05','9927-03-05 14:29:05',NULL,NULL,0,1,0,NULL),(759,1,1,1,'MailManager Attachment','landing-playstore.png','9927-03-05 14:29:05','9927-03-05 14:29:05',NULL,NULL,0,1,0,NULL),(760,1,1,1,'MailManager Attachment','landing-winstore.png','9927-03-05 14:29:05','9927-03-05 14:29:05',NULL,NULL,0,1,0,NULL),(761,1,1,1,'MailManager Attachment','microsoft-logo.png','9927-03-05 14:29:05','9927-03-05 14:29:05',NULL,NULL,0,1,0,NULL),(762,1,1,1,'MailManager Attachment','wm-qrcode.png','9927-03-05 14:29:05','9927-03-05 14:29:05',NULL,NULL,0,1,0,NULL),(763,1,1,1,'MailManager Attachment','wm-calendar.png','9927-03-05 14:29:05','9927-03-05 14:29:05',NULL,NULL,0,1,0,NULL),(764,1,1,1,'MailManager Attachment','wm-security.png','9927-03-05 14:29:05','9927-03-05 14:29:05',NULL,NULL,0,1,0,NULL),(765,1,1,1,'MailManager Attachment','wm-search.png','9927-03-05 14:29:05','9927-03-05 14:29:05',NULL,NULL,0,1,0,NULL),(766,1,1,1,'MailManager Attachment','wm-personalize.png','9927-03-05 14:29:05','9927-03-05 14:29:05',NULL,NULL,0,1,0,NULL),(767,1,1,1,'MailManager Attachment','wm-m365.png','9927-03-05 14:29:05','9927-03-05 14:29:05',NULL,NULL,0,1,0,NULL),(768,1,1,1,'MailManager Attachment','wm-hero.png','9927-03-05 14:29:05','9927-03-05 14:29:05',NULL,NULL,0,1,0,NULL),(769,1,1,1,'MailManager Attachment','wm-emailwriting.png','9927-03-05 14:29:05','9927-03-05 14:29:05',NULL,NULL,0,1,0,NULL),(770,1,1,1,'MailManager Attachment','wm-google-store.png','9927-03-05 14:29:05','9927-03-05 14:29:05',NULL,NULL,0,1,0,NULL),(771,1,1,1,'MailManager Attachment','wm-apple-store.png','9927-03-05 14:29:05','9927-03-05 14:29:05',NULL,NULL,0,1,0,NULL),(772,1,1,1,'MailManager Attachment','test_html_31628215f80b618f.png','9927-03-05 14:33:20','9927-03-05 14:33:20',NULL,NULL,0,1,0,NULL),(773,1,1,1,'MailManager Attachment','LOGO.jpg','9927-03-05 14:33:24','9927-03-05 14:33:24',NULL,NULL,0,1,0,NULL),(774,1,1,1,'MailManager Attachment','Invoice_INV6_(1).pdf','9927-03-05 14:33:25','9927-03-05 14:33:25',NULL,NULL,0,1,0,NULL),(775,1,1,1,'MailManager Attachment','AttachedImage','9927-03-05 14:35:28','9927-03-05 14:35:28',NULL,NULL,0,1,0,NULL),(776,1,1,1,'MailManager Attachment','AttachedImage','9927-03-05 14:35:28','9927-03-05 14:35:28',NULL,NULL,0,1,0,NULL),(777,1,1,1,'MailManager Attachment','AttachedImage','9927-03-05 14:35:28','9927-03-05 14:35:28',NULL,NULL,0,1,0,NULL),(778,1,1,1,'MailManager Attachment','AttachedImage','9927-03-05 14:35:28','9927-03-05 14:35:28',NULL,NULL,0,1,0,NULL),(779,1,1,1,'MailManager Attachment','Quotes_QUO3.pdf','9927-03-05 14:35:31','9927-03-05 14:35:31',NULL,NULL,0,1,0,NULL),(780,1,1,1,'MailManager Attachment','crmtiger.png','9927-03-05 14:35:59','9927-03-05 14:35:59',NULL,NULL,0,1,0,NULL),(781,1,1,1,'MailManager Attachment','screenshot_1.png','9927-03-05 14:52:20','9927-03-05 14:52:20',NULL,NULL,0,1,0,NULL),(782,1,1,1,'MailManager Attachment','screenshot_3.png','9927-03-05 14:52:20','9927-03-05 14:52:20',NULL,NULL,0,1,0,NULL),(783,1,1,1,'MailManager Attachment','Itineraries.pdf','9927-03-05 14:52:20','9927-03-05 14:52:20',NULL,NULL,0,1,0,NULL),(784,1,1,1,'MailManager Attachment','2025-09-01_(4).png','9927-03-05 14:52:21','9927-03-05 14:52:21',NULL,NULL,0,1,0,NULL),(785,1,1,1,'MailManager Attachment','2025-09-01_(1).png','9927-03-05 14:52:21','9927-03-05 14:52:21',NULL,NULL,0,1,0,NULL),(786,1,1,1,'MailManager Attachment','sparkles.gif','9927-03-05 14:58:35','9927-03-05 14:58:35',NULL,NULL,0,1,0,NULL),(787,1,1,1,'MailManager Attachment','SampleJPGImage_200kbmb_(1).jpg','9927-03-05 14:58:36','9927-03-05 14:58:36',NULL,NULL,0,1,0,NULL),(788,1,1,1,'MailManager Attachment','SampleJPGImage_200kbmb.jpg','9927-03-05 14:58:36','9927-03-05 14:58:36',NULL,NULL,0,1,0,NULL),(789,1,1,1,'MailManager Attachment','LOGO.jpg','9927-03-05 14:58:36','9927-03-05 14:58:36',NULL,NULL,0,1,0,NULL),(790,1,1,1,'Calendar','','2025-11-04 12:00:35','2025-11-04 12:00:35',NULL,NULL,0,1,0,'eventttttt'),(791,1,1,1,'Calendar','','2025-11-04 12:01:36','2025-11-04 12:01:36',NULL,NULL,0,1,0,'d11111'),(792,1,1,1,'Calendar','','2025-11-04 12:02:28','2025-11-04 12:02:28',NULL,NULL,0,1,0,'vvvvvvvvvvvv'),(793,1,1,1,'Calendar','','2025-11-04 12:02:47','2025-11-04 12:02:47',NULL,NULL,0,1,0,'event'),(794,1,1,1,'Calendar','','2025-11-04 12:02:59','2025-11-04 12:02:59',NULL,NULL,0,1,0,'to dooooooo'),(795,1,1,1,'Calendar','','2025-11-04 12:03:42','2025-11-04 12:03:42',NULL,NULL,0,1,0,'to99999999'),(796,1,1,1,'Calendar','','2025-11-04 12:14:17','2025-11-04 12:14:17',NULL,NULL,0,1,0,'ttttttttttttttt'),(797,1,1,1,'Contacts','','2025-11-04 12:16:37','2025-11-04 12:40:56',NULL,NULL,0,1,1,'c1 c1'),(798,1,1,1,'Emails','','2025-11-04 12:16:38','2025-11-04 12:16:38',NULL,NULL,0,1,0,''),(799,1,1,1,'ModComments',NULL,'2025-11-04 12:16:53','2025-11-04 12:16:53',NULL,NULL,0,1,0,'1111111111'),(800,1,1,1,'HelpDesk','111111','2025-11-04 12:17:17','2025-11-04 12:17:17',NULL,NULL,0,1,0,'111111111'),(801,1,1,1,'Emails','','2025-11-04 12:17:26','2025-11-04 12:17:26',NULL,NULL,0,1,0,''),(802,1,1,1,'Contacts','','2025-11-04 13:03:21','2025-11-04 13:11:00',NULL,NULL,0,1,1,'c11111111 c22222222'),(803,1,1,1,'Emails','','2025-11-04 13:03:22','2025-11-04 13:03:22',NULL,NULL,0,1,0,''),(804,1,1,1,'Calendar','','2025-11-04 13:03:45','2025-11-04 13:03:45',NULL,NULL,0,1,0,'event'),(805,1,1,1,'Calendar','','2025-11-04 13:04:33','2025-11-04 13:04:33',NULL,NULL,0,1,0,'to dooooooo'),(806,1,1,1,'HelpDesk','adding tickrtttttt','2025-11-04 13:07:12','2025-11-04 13:07:12',NULL,NULL,0,1,0,'adding tickrtttttt'),(807,1,1,1,'HelpDesk','c2222222','2025-11-04 13:07:47','2025-11-04 13:07:47',NULL,NULL,0,1,0,'c22222222'),(808,1,1,1,'HelpDesk','c444444','2025-11-04 13:07:58','2025-11-04 13:07:58',NULL,NULL,0,1,0,'ccc3'),(809,1,1,1,'ModComments',NULL,'2025-11-04 13:09:19','2025-11-04 13:09:19',NULL,NULL,0,1,0,'A11111111'),(810,1,1,1,'ModComments',NULL,'2025-11-04 13:09:27','2025-11-04 13:09:27',NULL,NULL,0,1,0,'B111111111'),(811,1,1,1,'ModComments',NULL,'2025-11-04 13:09:37','2025-11-04 13:09:37',NULL,NULL,0,1,0,'B3333333'),(812,1,1,1,'Emails','','2025-11-04 13:10:00','2025-11-04 13:10:00',NULL,NULL,0,1,0,''),(813,1,1,1,'Emails','','2025-11-04 13:10:43','2025-11-04 13:10:43',NULL,NULL,0,1,0,''),(814,1,1,1,'Accounts','','2025-11-04 13:11:49','2025-11-04 13:11:49',NULL,NULL,0,1,0,'gmail'),(815,1,1,1,'Emails','','2025-11-04 13:11:49','2025-11-04 13:11:49',NULL,NULL,0,1,0,''),(816,1,1,1,'Calendar','','2025-11-04 13:12:06','2025-11-04 13:12:06',NULL,NULL,0,1,0,'c1'),(817,1,1,1,'HelpDesk','T111111111','2025-11-04 13:12:32','2025-11-04 13:12:32',NULL,NULL,0,1,0,'T111111111'),(818,1,1,1,'ModComments',NULL,'2025-11-04 13:12:38','2025-11-04 13:12:38',NULL,NULL,0,1,0,'C1111111111'),(819,1,1,1,'Emails','','2025-11-04 13:12:41','2025-11-04 13:12:41',NULL,NULL,0,1,0,''),(820,1,1,1,'Leads','','2025-11-04 13:31:51','2025-11-04 13:32:12',NULL,NULL,0,1,0,'leadddddd poojachandarana.variance'),(821,1,1,1,'Emails','','2025-11-04 13:31:51','2025-11-04 13:32:04',NULL,NULL,0,1,0,''),(822,1,1,1,'Emails','','2025-11-04 13:31:57','2025-11-04 13:32:04',NULL,NULL,0,1,0,''),(823,1,1,1,'Emails','','2025-11-04 13:32:21','2025-11-04 13:32:21',NULL,NULL,0,1,0,''),(824,1,1,1,'Emails','','2025-11-04 13:41:04','2025-11-04 13:41:04',NULL,NULL,0,1,0,''),(825,1,1,1,'MailManager Attachment','1A.jfif','9927-03-05 20:43:37','9927-03-05 20:43:37',NULL,NULL,0,1,0,NULL),(826,1,1,1,'MailManager Attachment','2c.jfif','9927-03-05 20:43:38','9927-03-05 20:43:38',NULL,NULL,0,1,0,NULL),(827,1,1,1,'MailManager Attachment','9A.jfif','9927-03-05 20:43:38','9927-03-05 20:43:38',NULL,NULL,0,1,0,NULL),(828,1,1,1,'MailManager Attachment','9B.jfif','9927-03-05 20:43:38','9927-03-05 20:43:38',NULL,NULL,0,1,0,NULL),(829,1,1,1,'MailManager Attachment','9C.jfif','9927-03-05 20:43:38','9927-03-05 20:43:38',NULL,NULL,0,1,0,NULL),(830,1,1,1,'MailManager Attachment','9D.jfif','9927-03-05 20:43:38','9927-03-05 20:43:38',NULL,NULL,0,1,0,NULL),(831,1,1,1,'MailManager Attachment','test_html_31628215f80b618f.png','9927-03-05 20:44:16','9927-03-05 20:44:16',NULL,NULL,0,1,0,NULL),(832,1,1,1,'Emails','jenniferrrrr','2025-11-05 06:23:41','2025-11-05 06:23:41',NULL,NULL,0,1,0,'jenniferrrrr'),(833,1,1,1,'MailManager Attachment','screenshot.png','9927-03-16 14:12:34','9927-03-16 14:12:34',NULL,NULL,0,1,0,NULL),(834,1,1,1,'MailManager Attachment','1A.jfif','9927-03-16 14:12:35','9927-03-16 14:12:35',NULL,NULL,0,1,0,NULL),(835,1,1,1,'Emails','Helo11111111111','2025-11-05 07:00:21','2025-11-05 07:00:21',NULL,NULL,0,1,0,'Helo11111111111'),(836,1,1,1,'Emails','Ft1111111','2025-11-05 07:08:05','2025-11-05 07:08:05',NULL,NULL,0,1,0,'Ft1111111'),(837,1,1,1,'Emails','a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111vvvvvv','2025-11-05 07:09:00','2025-11-05 07:09:00',NULL,NULL,0,1,0,'a1111111111111111111111111111111'),(838,1,1,1,'Emails','d111111111111111111111111','2025-11-05 07:09:52','2025-11-05 07:09:52',NULL,NULL,0,1,0,'d111111111111111111111111'),(839,1,1,1,'MailManager Attachment','9B.jfif','9927-03-16 16:37:01','9927-03-16 16:37:01',NULL,NULL,0,1,0,NULL),(840,1,1,1,'MailManager Attachment','9B.jfif','9927-03-16 16:37:02','9927-03-16 16:37:02',NULL,NULL,0,1,0,NULL),(841,1,1,1,'MailManager Attachment','screenshot.png','9927-03-16 16:37:05','9927-03-16 16:37:05',NULL,NULL,0,1,0,NULL),(842,1,1,1,'MailManager Attachment','1A.jfif','9927-03-16 16:37:07','9927-03-16 16:37:07',NULL,NULL,0,1,0,NULL),(843,1,1,1,'Emails','Hello 333333333<br />\n Hello 333333333<br />\n Hello 333333333<br />\n Hello 333333333 <br />\n Hello 333333333<br />\n Hello 333333333<br />\n Hello 333333333 <br />\n Hello 333333333<br />\n Hello 333333333<br />\n Hello 333333333<br />\n Hello 333333333<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n ','2025-11-05 07:37:12','2025-11-05 07:37:12',NULL,NULL,0,1,0,'Hello 333333333'),(844,1,1,0,'Emails Attachment','Hello 333333333<br />\n Hello 333333333<br />\n Hello 333333333<br />\n Hello 333333333 <br />\n Hello 333333333<br />\n Hello 333333333<br />\n Hello 333333333 <br />\n Hello 333333333<br />\n Hello 333333333<br />\n Hello 333333333<br />\n Hello 333333333<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n ','2025-11-05 07:37:12','2025-11-05 07:37:12',NULL,NULL,0,1,0,NULL),(845,1,1,1,'Emails','OKOKOKOKOK123','2025-11-05 07:39:41','2025-11-05 07:39:41',NULL,NULL,0,1,0,'OKOKOKOKOK123'),(846,1,1,1,'Emails','1111111','2025-11-05 07:53:57','2025-11-05 07:53:57',NULL,NULL,0,1,0,'11111'),(847,1,1,1,'Emails','TTTTTTTTTTT','2025-11-05 07:54:41','2025-11-05 07:54:41',NULL,NULL,0,1,0,'TTTTTTTTT'),(848,1,1,1,'Emails','Hello!<br />\n<br />\nOn behalf of the vtiger team, I am pleased to announce the release of vtiger crm4.2 . This is a feature packed release including the mass email template handling, custom view feature, vtiger_reports feature and a host of other utilities. vtiger runs on all platforms.<br />\n<br />\nNotable Features of vtiger are :<br />\n<br />\n-Email Client Integration<br />\n-Trouble Ticket Integration<br />\n-Invoice Management Integration<br />\n-Reports Integration<br />\n-Portal Integration<br />\n-Enhanced Word Plugin Support<br />\n-Custom View Integration<br />\n<br />\nKnown Issues:<br />\n-ABCD<br />\n-EFGH<br />\n-IJKL<br />\n-MNOP<br />\n-QRST','2025-11-05 08:58:00','2025-11-05 08:58:00',NULL,NULL,0,1,0,'Announcement for Release'),(849,1,1,1,'Emails','Dear<br />\n<br />\nThank you for your confidence in our ability to serve you.<br />\nWe are glad to be given the chance to serve you.I look<br />\nforward to establishing a long term partnership with you.<br />\nConsider me as a friend.<br />\nShould any need arise,please do give us a call.','2025-11-05 08:59:12','2025-11-05 08:59:12',NULL,NULL,0,1,0,'Thanks Note'),(850,1,1,1,'Emails','check to cc bcc','2025-11-05 09:07:50','2025-11-05 09:07:50',NULL,NULL,0,1,0,'check to cc bcc'),(851,1,1,1,'Emails','draft mail tooday 11 nov ','2025-11-05 09:18:30','2025-11-11 11:02:59',NULL,NULL,0,1,1,'draft mail tooday 11 nov '),(852,1,1,1,'Emails','draft maill 11111111111','2025-11-05 09:23:40','2025-11-11 11:02:59',NULL,NULL,0,1,1,'draft maill 11111111111'),(853,1,1,1,'Emails','name<br />\nstreet,<br />\ncity,<br />\nstate,<br />\nzip)<br />\n<br />\nDear<br />\n<br />\nPlease check the following invoices that are yet to be paid by you:<br />\n<br />\nNo. Date Amount<br />\n1 1/1/01 $4000<br />\n2 2/2//01 $5000<br />\n3 3/3/01 $10000<br />\n4 7/4/01 $23560<br />\n<br />\nKindly let us know if there are any issues that you feel are pending to be discussed.<br />\nWe will be more than happy to give you a call.<br />\nWe would like to continue our business with you.','2025-11-06 05:41:03','2025-11-06 05:41:03',NULL,NULL,0,1,0,'Invoices Pending'),(854,1,1,1,'Emails','\n<p> </p>\n\n<p style=\"margin:0;padding:0;\">On 06-11-2025 4:31 AM, poojachandarana.variance@gmail.com, wrote:</p>\n\n<blockquote style=\"border:0;margin:0;border-left:1px solid #808080;padding:0 0 0 2px;\"> </blockquote>\n','2025-11-06 05:47:34','2025-11-06 05:47:34',NULL,NULL,0,1,0,'reply in gmail'),(855,1,1,1,'Emails','\n<p> </p>\n\n<p>---------- Forwarded message ----------<br />\nFrom:poojachandarana.variance@gmail.com<br />\nDate: 06-11-2025 4:31 AM<br />\nSubject: Testing mailll ook<br />\nTo: johnsmith251902@outlook.com<br />\nCc: johnwallmart01@outlook.com</p>\n','2025-11-06 05:49:43','2025-11-06 05:49:43',NULL,NULL,0,1,0,'Fwd: Testing mailll ook fffffffff'),(856,1,1,1,'Calendar','','2025-11-06 09:45:43','2025-11-06 09:45:43',NULL,NULL,0,1,0,'a5555555'),(857,1,1,1,'Calendar','','2025-11-06 09:46:26','2025-11-06 09:46:26',NULL,NULL,0,1,0,'eventttttttttttt'),(858,1,1,1,'Emails','\n<p>test contact</p>\n\n<p>test contact</p>\n','2025-11-07 07:01:20','2025-11-07 07:01:20',NULL,NULL,0,1,0,'test contact'),(859,1,1,1,'Emails','recipientToList Test contactttttt','2025-11-07 07:07:29','2025-11-11 11:03:00',NULL,NULL,0,1,1,'Test contactttttt'),(860,1,1,1,'Emails','\n<p>Test contactttttt </p>\n\n<p>Test contactttttt</p>\n','2025-11-07 07:07:52','2025-11-07 07:07:52',NULL,NULL,0,1,0,'Test contactttttt'),(861,1,1,1,'Emails','ssssssssssss','2025-11-07 07:08:34','2025-11-07 07:08:34',NULL,NULL,0,1,0,'ssssssss'),(862,1,1,1,'Emails','ddddddddddddddddd','2025-11-07 07:11:27','2025-11-07 07:11:27',NULL,NULL,0,1,0,'dddddddddddd'),(863,1,1,1,'Emails','testttttt wwwwwwww','2025-11-07 07:16:27','2025-11-07 07:16:27',NULL,NULL,0,1,0,'testttttt wwwwwwww'),(864,1,1,1,'Emails','testtttt conatcttesttttt conatcttesttttt conatcttesttttt conatcttesttttt conatcttesttttt conatcttesttttt conatct','2025-11-07 07:17:08','2025-11-07 07:17:08',NULL,NULL,0,1,0,'testtttt conatct'),(865,1,1,1,'Emails','ddddddewfwwf','2025-11-07 07:20:42','2025-11-07 07:20:42',NULL,NULL,0,1,0,'dddddddddefeff'),(866,1,1,1,'Emails','wqsa','2025-11-07 07:21:27','2025-11-07 07:21:27',NULL,NULL,0,1,0,'sw'),(867,1,1,1,'Emails','dsss','2025-11-07 07:30:46','2025-11-07 07:30:46',NULL,NULL,0,1,0,'dsss'),(868,1,1,1,'Emails','sdfdsfsd','2025-11-07 07:31:33','2025-11-07 07:31:33',NULL,NULL,0,1,0,'sda'),(869,1,1,1,'Calendar','','2025-11-10 09:25:30','2025-11-10 09:25:30',NULL,NULL,0,1,0,'event'),(870,1,1,1,'Calendar','','2025-11-10 09:25:44','2025-11-10 09:26:00',NULL,NULL,0,1,1,'to do'),(871,1,1,1,'Calendar','','2025-11-10 09:26:25','2025-11-10 09:26:25',NULL,NULL,0,1,0,'toooooooo doooo'),(872,1,1,1,'Calendar','','2025-11-10 09:42:02','2025-11-10 09:42:02',NULL,NULL,0,1,0,'gggggggggggg'),(873,1,1,1,'Calendar','','2025-11-10 09:42:49','2025-11-10 09:42:49',NULL,NULL,0,1,0,'jjjjjjjjjjjjj'),(874,1,1,1,'Calendar','','2025-11-10 09:45:47','2025-11-10 09:45:47',NULL,NULL,0,1,0,'mmmmmmmmmmmmm'),(875,1,1,1,'Emails','helllloooooooooooo11111111111','2025-11-11 10:32:31','2025-11-11 10:32:31',NULL,NULL,0,1,0,'helllloooooooooooo11111111111'),(876,1,1,1,'MailManager Attachment','9B.jfif','9927-05-25 12:15:49','9927-05-25 12:15:49',NULL,NULL,0,1,0,NULL),(877,1,1,1,'MailManager Attachment','9B.jfif','9927-05-25 12:15:49','9927-05-25 12:15:49',NULL,NULL,0,1,0,NULL),(878,1,1,1,'MailManager Attachment','screenshot.png','9927-05-25 12:15:52','9927-05-25 12:15:52',NULL,NULL,0,1,0,NULL),(879,1,1,1,'Emails','QQQQQQQQQQQQ','2025-11-11 10:34:23','2025-11-11 10:34:23',NULL,NULL,0,1,0,'QQQQQQQ'),(880,1,1,1,'MailManager Attachment','1A.jfif','9927-05-25 14:10:22','9927-05-25 14:10:22',NULL,NULL,0,1,0,NULL),(881,1,1,1,'Emails','send mail from the crm TOO','2025-11-11 11:07:54','2025-11-11 11:07:54',NULL,NULL,0,1,0,'send mail from the crm TOO'),(882,1,1,1,'Emails','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"><style type=\"text/css\" style=\"display:none\">\r\n<!--\r\np\r\n {margin-top:0;\r\n margin-bottom:0}\r\n-->\r\n</style></head><body dir=\"ltr\"><div class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Hello i am sending you testing mail so ignore it ...................</div></body></html>','2025-11-11 11:18:10','2025-11-11 11:18:10',NULL,NULL,0,1,0,'Hello i am sending you testing mail so ignore it ...................'),(883,1,1,1,'Calendar','','2025-11-11 11:20:24','2025-11-11 11:20:24',NULL,NULL,0,1,0,'Hello i am sending you testing mail so ignore it ...................'),(884,1,1,1,'Calendar','','2025-11-11 11:22:44','2025-11-11 11:22:44',NULL,NULL,0,1,0,'todyaaaaaaaaaa'),(885,1,1,1,'Calendar','','2025-11-11 11:23:56','2025-11-11 11:23:56',NULL,NULL,0,1,0,'event todayyyyyyy'),(886,1,1,1,'Calendar','','2025-11-11 11:24:24','2025-11-11 11:24:24',NULL,NULL,0,1,0,'tooooooo doooooooo'),(887,1,1,1,'Calendar','','2025-11-11 11:27:37','2025-11-11 11:27:37',NULL,NULL,0,1,0,'to do for today'),(888,1,1,1,'Calendar','','2025-11-11 11:28:24','2025-11-11 11:28:24',NULL,NULL,0,1,0,'to do for next dateeeeee'),(889,1,1,1,'Calendar','','2025-11-11 11:30:24','2025-11-11 11:30:24',NULL,NULL,0,1,0,'todaayyyyyyyyyyyyyy'),(890,1,1,1,'Calendar','','2025-11-11 11:30:59','2025-11-11 11:30:59',NULL,NULL,0,1,0,'nextttttt dayyyyyyy'),(891,1,1,1,'Calendar','','2025-11-11 11:31:26','2025-11-11 11:31:26',NULL,NULL,0,1,0,'z111111111111111111'),(892,1,1,1,'Calendar','','2025-11-11 11:31:55','2025-11-11 11:31:55',NULL,NULL,0,1,0,'c11111111111111'),(893,1,1,1,'Calendar','','2025-11-11 11:32:48','2025-11-11 11:32:48',NULL,NULL,0,1,0,'H1H1H1H11'),(894,1,1,1,'Calendar','','2025-11-11 11:35:48','2025-11-11 11:35:48',NULL,NULL,0,1,0,'Hello i am sending you testing mail so ignore it ...................'),(895,1,1,1,'ModComments',NULL,'2025-11-11 11:39:40','2025-11-11 11:39:40',NULL,NULL,0,1,0,'C11111111111111111'),(896,1,1,1,'Emails','\n<p> </p>\n\n<p style=\"margin:0;padding:0;\">On 11-11-2025 11:10 AM, canyaman98@outlook.com, wrote:</p>\n\n<blockquote style=\"border:0;margin:0;border-left:1px solid #808080;padding:0 0 0 2px;\"> </blockquote>\n','2025-11-11 11:43:09','2025-11-11 11:43:09',NULL,NULL,0,1,0,'Re: confirmmmmmmmmmmm'),(897,1,1,1,'Accounts','','2025-11-11 11:44:45','2025-11-11 11:44:45',NULL,NULL,0,1,0,'outlook'),(898,1,1,1,'Emails','','2025-11-11 11:44:45','2025-11-11 11:44:45',NULL,NULL,0,1,0,''),(899,1,1,1,'Emails','','2025-11-11 11:44:51','2025-11-11 11:44:51',NULL,NULL,0,1,0,''),(900,1,1,1,'Emails','ppppppppppppp','2025-11-11 13:46:55','2025-11-11 13:46:55',NULL,NULL,0,1,0,'TT-NIdhi-179'),(901,1,1,1,'Emails','pppp','2025-11-11 13:47:33','2025-11-11 13:47:33',NULL,NULL,0,1,0,'ppppppp'),(902,1,11,1,'Contacts','','2025-11-12 07:12:46','2025-11-12 07:12:46',NULL,NULL,0,1,0,NULL),(903,1,11,1,'Contacts','','2025-11-12 07:21:18','2025-11-12 07:21:18',NULL,NULL,0,1,0,NULL),(904,1,11,1,'Contacts','','2025-11-12 07:21:21','2025-11-12 07:21:21',NULL,NULL,0,1,0,NULL),(905,1,11,1,'Contacts','','2025-11-12 07:21:25','2025-11-12 07:21:25',NULL,NULL,0,1,0,NULL);
/*!40000 ALTER TABLE `vtiger_crmentity` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_crmentity_seq`
--
DROP TABLE IF EXISTS `vtiger_crmentity_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_crmentity_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_crmentity_seq`
--
LOCK TABLES `vtiger_crmentity_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_crmentity_seq` DISABLE KEYS */;
INSERT INTO `vtiger_crmentity_seq` VALUES (905);
/*!40000 ALTER TABLE `vtiger_crmentity_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_crmentityrel`
--
DROP TABLE IF EXISTS `vtiger_crmentityrel`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_crmentityrel` (
`crmid` int NOT NULL,
`module` varchar(100) NOT NULL,
`relcrmid` int NOT NULL,
`relmodule` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_crmentityrel`
--
LOCK TABLES `vtiger_crmentityrel` WRITE;
/*!40000 ALTER TABLE `vtiger_crmentityrel` DISABLE KEYS */;
INSERT INTO `vtiger_crmentityrel` VALUES (557,'Contacts',608,'Emails'),(265,'Contacts',882,'Emails');
/*!40000 ALTER TABLE `vtiger_crmentityrel` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_crmsetup`
--
DROP TABLE IF EXISTS `vtiger_crmsetup`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_crmsetup` (
`userid` int DEFAULT NULL,
`setup_status` int DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_crmsetup`
--
LOCK TABLES `vtiger_crmsetup` WRITE;
/*!40000 ALTER TABLE `vtiger_crmsetup` DISABLE KEYS */;
INSERT INTO `vtiger_crmsetup` VALUES (1,1),(8,1);
/*!40000 ALTER TABLE `vtiger_crmsetup` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_cron_task`
--
DROP TABLE IF EXISTS `vtiger_cron_task`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_cron_task` (
`id` int NOT NULL AUTO_INCREMENT,
`name` varchar(100) DEFAULT NULL,
`handler_file` varchar(100) DEFAULT NULL,
`frequency` int DEFAULT NULL,
`laststart` int unsigned DEFAULT NULL,
`lastend` int unsigned DEFAULT NULL,
`status` int DEFAULT NULL,
`module` varchar(100) DEFAULT NULL,
`sequence` int DEFAULT NULL,
`description` text,
PRIMARY KEY (`id`),
UNIQUE KEY `name` (`name`),
UNIQUE KEY `handler_file` (`handler_file`)
) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_cron_task`
--
LOCK TABLES `vtiger_cron_task` WRITE;
/*!40000 ALTER TABLE `vtiger_cron_task` DISABLE KEYS */;
INSERT INTO `vtiger_cron_task` VALUES (1,'Workflow','cron/modules/com_vtiger_workflow/com_vtiger_workflow.service',900,NULL,NULL,1,'com_vtiger_workflow',1,'Recommended frequency for Workflow is 15 mins'),(2,'RecurringInvoice','cron/modules/SalesOrder/RecurringInvoice.service',43200,NULL,NULL,1,'SalesOrder',2,'Recommended frequency for RecurringInvoice is 12 hours'),(3,'SendReminder','cron/SendReminder.service',900,NULL,NULL,1,'Calendar',3,'Recommended frequency for SendReminder is 15 mins'),(5,'MailScanner','cron/MailScanner.service',900,NULL,NULL,1,'Settings',5,'Recommended frequency for MailScanner is 15 mins'),(6,'Scheduled Import','cron/modules/Import/ScheduledImport.service',900,NULL,NULL,0,'Import',6,'Recommended frequency for MailScanner is 15 mins'),(7,'ScheduleReports','cron/modules/Reports/ScheduleReports.service',900,NULL,NULL,1,'Reports',7,'Recommended frequency for ScheduleReports is 15 mins'),(8,'CTGoogleSuiteSyncGoogleContactsSyncToVtiger','cron/modules/CTGoogleSuite/CTGoogleSuiteSyncGoogleContactsSyncToVtiger.service',900,NULL,NULL,1,'CTGoogleSuite',1,'Recommended frequency for ScheduleReports is 15 mins'),(9,'CTGoogleSuiteSyncGoogleContactsSyncToGoogle','cron/modules/CTGoogleSuite/CTGoogleSuiteSyncGoogleContactsSyncToGoogle.service',900,NULL,NULL,1,'CTGoogleSuite',2,'Recommended frequency for ScheduleReports is 15 mins'),(10,'CTGoogleSuiteSyncGoogleCalendarSyncToGoogle','cron/modules/CTGoogleSuite/CTGoogleSuiteSyncGoogleCalendarSyncToGoogle.service',900,NULL,NULL,1,'CTGoogleSuite',3,'Recommended frequency for ScheduleReports is 15 mins'),(11,'CTGoogleSuiteSyncGoogleCalendarSyncToVtiger','cron/modules/CTGoogleSuite/CTGoogleSuiteSyncGoogleCalendarSyncToVtiger.service',900,NULL,NULL,1,'CTGoogleSuite',4,'Recommended frequency for ScheduleReports is 15 mins');
/*!40000 ALTER TABLE `vtiger_cron_task` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_ctgooglesuite`
--
DROP TABLE IF EXISTS `vtiger_ctgooglesuite`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_ctgooglesuite` (
`ctgooglesuiteid` int NOT NULL,
`ctgoogleSuite_no` varchar(255) DEFAULT NULL,
PRIMARY KEY (`ctgooglesuiteid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_ctgooglesuite`
--
LOCK TABLES `vtiger_ctgooglesuite` WRITE;
/*!40000 ALTER TABLE `vtiger_ctgooglesuite` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_ctgooglesuite` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_ctgooglesuite_trial_license`
--
DROP TABLE IF EXISTS `vtiger_ctgooglesuite_trial_license`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_ctgooglesuite_trial_license` (
`licensekey` varchar(255) DEFAULT NULL,
`authkey` varchar(255) DEFAULT NULL,
`license_date` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_ctgooglesuite_trial_license`
--
LOCK TABLES `vtiger_ctgooglesuite_trial_license` WRITE;
/*!40000 ALTER TABLE `vtiger_ctgooglesuite_trial_license` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_ctgooglesuite_trial_license` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_ctgooglesuitecf`
--
DROP TABLE IF EXISTS `vtiger_ctgooglesuitecf`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_ctgooglesuitecf` (
`ctgooglesuiteid` int NOT NULL,
PRIMARY KEY (`ctgooglesuiteid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_ctgooglesuitecf`
--
LOCK TABLES `vtiger_ctgooglesuitecf` WRITE;
/*!40000 ALTER TABLE `vtiger_ctgooglesuitecf` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_ctgooglesuitecf` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_ctgooglesuitelog`
--
DROP TABLE IF EXISTS `vtiger_ctgooglesuitelog`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_ctgooglesuitelog` (
`ctgooglesuitelogid` int NOT NULL,
`related_id` varchar(100) DEFAULT NULL,
`google_contact_id` longtext,
`google_etag_id` longtext,
`sync_type` varchar(50) DEFAULT NULL,
`contactgroup_id` longtext,
`ctgoogleoffice365suitelog_no` varchar(255) DEFAULT NULL,
`tags` varchar(1) DEFAULT NULL,
`module_type` varchar(50) DEFAULT NULL,
`type` varchar(100) DEFAULT NULL,
`action_type` varchar(100) DEFAULT NULL,
`status` varchar(100) DEFAULT NULL,
`description` varchar(100) DEFAULT NULL,
`contact_id` longtext,
`etag_id` longtext,
`event_id` longtext,
`calendargroup_id` longtext,
`deleted_status` int NOT NULL,
`series_master_id` longtext,
`group_id` varchar(100) DEFAULT NULL,
`user_id` varchar(100) DEFAULT NULL,
`icaluid` longtext,
`params` longtext,
PRIMARY KEY (`ctgooglesuitelogid`),
KEY `related_id` (`related_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_ctgooglesuitelog`
--
LOCK TABLES `vtiger_ctgooglesuitelog` WRITE;
/*!40000 ALTER TABLE `vtiger_ctgooglesuitelog` DISABLE KEYS */;
INSERT INTO `vtiger_ctgooglesuitelog` VALUES (3,'2',NULL,NULL,'VTG','contactGroups/f5e62f688e823da','',NULL,NULL,'Contacts','Delete From Google','Successfull','','people/c2084406845843723905','%EgUBAi43PRoEAQIFByIMenpTZkhFVmFHRUE9','','',1,'','','1','',''),(5,'4',NULL,NULL,'GTV','contactGroups/f5e62f688e823da','',NULL,NULL,'Contacts','Insert','Successfull','','people/c8499196007875596665','%EgUBAi43PRoEAQIFByIMQ3lGY3h2ZnhEKzA9','','',0,'','','1','',''),(7,'6',NULL,NULL,'GTV','','',NULL,NULL,'Event','Insert','Successfull','','','','5k4bl4cj80of5f7f4d8fmlpt5c','934d1ed34332fb296ed8aa3966ee8611126ce6b2ad8a052bbfc038f3512cd807@group.calendar.google.com',0,'','','1','5k4bl4cj80of5f7f4d8fmlpt5c@google.com',''),(9,'8',NULL,NULL,'VTG','','',NULL,NULL,'Event','Insert','Successfull','','','','1e6msv3hifs0upeet8ci32q634','934d1ed34332fb296ed8aa3966ee8611126ce6b2ad8a052bbfc038f3512cd807@group.calendar.google.com',0,'','','1','1e6msv3hifs0upeet8ci32q634@google.com',''),(13,'12',NULL,NULL,'GTV','','',NULL,NULL,'Event','Delete','Successfull','','','','6rinhl6jmh2nsg1jg1uf8hkp2u','859819aa8f4fb1ae80d8c845956493c6690d8ff9e64d276ffac03282225061a6@group.calendar.google.com',0,'','','1','6rinhl6jmh2nsg1jg1uf8hkp2u@google.com',''),(15,'14',NULL,NULL,'GTV','','',NULL,NULL,'Event','Deleted From Google','Successfull','','','','64o5u5jrkcj8pghbilhbbua7ai','859819aa8f4fb1ae80d8c845956493c6690d8ff9e64d276ffac03282225061a6@group.calendar.google.com',1,'','','1','64o5u5jrkcj8pghbilhbbua7ai@google.com',''),(17,'16',NULL,NULL,'GTV','','',NULL,NULL,'Event','Deleted From Google','Successfull','','','','433gpbcrbq7ua4jaiu460kk3gi','859819aa8f4fb1ae80d8c845956493c6690d8ff9e64d276ffac03282225061a6@group.calendar.google.com',1,'','','1','433gpbcrbq7ua4jaiu460kk3gi@google.com',''),(19,'18',NULL,NULL,'GTV','','',NULL,NULL,'Event','Deleted From Google','Successfull','','','','6490ob43s1hc00vvpr5mabjf64','859819aa8f4fb1ae80d8c845956493c6690d8ff9e64d276ffac03282225061a6@group.calendar.google.com',1,'','','1','6490ob43s1hc00vvpr5mabjf64@google.com',''),(25,'24',NULL,NULL,'GTV','','',NULL,NULL,'Event','Deleted','Successfull','','','','3gdtro94lfkpfg0tspq7btv3c9','859819aa8f4fb1ae80d8c845956493c6690d8ff9e64d276ffac03282225061a6@group.calendar.google.com',0,'','','1','3gdtro94lfkpfg0tspq7btv3c9@google.com',''),(29,'28',NULL,NULL,'GTV','','',NULL,NULL,'Event','Insert','Successfull','','','','0njadjb95opo19pf5uiqenm1qm','859819aa8f4fb1ae80d8c845956493c6690d8ff9e64d276ffac03282225061a6@group.calendar.google.com',0,'','','1','0njadjb95opo19pf5uiqenm1qm@google.com',''),(31,'30',NULL,NULL,'GTV','','',NULL,NULL,'Event','Deleted From Google','Successfull','','','','5bosr9u6qtm5pd82u0c6e2qsmb','859819aa8f4fb1ae80d8c845956493c6690d8ff9e64d276ffac03282225061a6@group.calendar.google.com',1,'','','1','5bosr9u6qtm5pd82u0c6e2qsmb@google.com',''),(34,'33',NULL,NULL,'GTV','','',NULL,NULL,'Event','Insert','Successfull','','','','0msrs1025d9q5rplqj1ds55e4m','859819aa8f4fb1ae80d8c845956493c6690d8ff9e64d276ffac03282225061a6@group.calendar.google.com',0,'','','1','0msrs1025d9q5rplqj1ds55e4m@google.com',''),(36,'35',NULL,NULL,'GTV','','',NULL,NULL,'Event','Insert','Successfull','','','','4lu6bvhdh0ni6fv5ppaqsrg2ak','859819aa8f4fb1ae80d8c845956493c6690d8ff9e64d276ffac03282225061a6@group.calendar.google.com',0,'','','1','4lu6bvhdh0ni6fv5ppaqsrg2ak@google.com',''),(38,'37',NULL,NULL,'GTV','','',NULL,NULL,'Event','Delete','Successfull','','','','2qsmp5s1964sub3dcii4ku0dmp_20241101T103000Z','859819aa8f4fb1ae80d8c845956493c6690d8ff9e64d276ffac03282225061a6@group.calendar.google.com',0,'','','1','2qsmp5s1964sub3dcii4ku0dmp@google.com',''),(40,'39',NULL,NULL,'GTV','','',NULL,NULL,'Event','Delete','Successfull','','','','2qsmp5s1964sub3dcii4ku0dmp_20241102T103000Z','859819aa8f4fb1ae80d8c845956493c6690d8ff9e64d276ffac03282225061a6@group.calendar.google.com',0,'','','1','2qsmp5s1964sub3dcii4ku0dmp@google.com',''),(42,'41',NULL,NULL,'GTV','','',NULL,NULL,'Event','Delete','Successfull','','','','2qsmp5s1964sub3dcii4ku0dmp_20241103T103000Z','859819aa8f4fb1ae80d8c845956493c6690d8ff9e64d276ffac03282225061a6@group.calendar.google.com',0,'','','1','2qsmp5s1964sub3dcii4ku0dmp@google.com',''),(44,'43',NULL,NULL,'GTV','','',NULL,NULL,'Event','Delete','Successfull','','','','2qsmp5s1964sub3dcii4ku0dmp_20241104T103000Z','859819aa8f4fb1ae80d8c845956493c6690d8ff9e64d276ffac03282225061a6@group.calendar.google.com',0,'','','1','2qsmp5s1964sub3dcii4ku0dmp@google.com',''),(46,'45',NULL,NULL,'GTV','','',NULL,NULL,'Event','Delete','Successfull','','','','2qsmp5s1964sub3dcii4ku0dmp_20241105T103000Z','859819aa8f4fb1ae80d8c845956493c6690d8ff9e64d276ffac03282225061a6@group.calendar.google.com',0,'','','1','2qsmp5s1964sub3dcii4ku0dmp@google.com',''),(48,'47',NULL,NULL,'GTV','','',NULL,NULL,'Event','Delete','Successfull','','','','2qsmp5s1964sub3dcii4ku0dmp_20241106T103000Z','859819aa8f4fb1ae80d8c845956493c6690d8ff9e64d276ffac03282225061a6@group.calendar.google.com',0,'','','1','2qsmp5s1964sub3dcii4ku0dmp@google.com',''),(50,'49',NULL,NULL,'GTV','','',NULL,NULL,'Event','Delete','Successfull','','','','2qsmp5s1964sub3dcii4ku0dmp_20241107T103000Z','859819aa8f4fb1ae80d8c845956493c6690d8ff9e64d276ffac03282225061a6@group.calendar.google.com',0,'','','1','2qsmp5s1964sub3dcii4ku0dmp@google.com',''),(52,'51',NULL,NULL,'GTV','','',NULL,NULL,'Event','Delete','Successfull','','','','2qsmp5s1964sub3dcii4ku0dmp_20241108T103000Z','859819aa8f4fb1ae80d8c845956493c6690d8ff9e64d276ffac03282225061a6@group.calendar.google.com',0,'','','1','2qsmp5s1964sub3dcii4ku0dmp@google.com',''),(54,'53',NULL,NULL,'GTV','','',NULL,NULL,'Event','Delete','Successfull','','','','2qsmp5s1964sub3dcii4ku0dmp_20241109T103000Z','859819aa8f4fb1ae80d8c845956493c6690d8ff9e64d276ffac03282225061a6@group.calendar.google.com',0,'','','1','2qsmp5s1964sub3dcii4ku0dmp@google.com',''),(56,'55',NULL,NULL,'GTV','','',NULL,NULL,'Event','Delete','Successfull','','','','2qsmp5s1964sub3dcii4ku0dmp_20241110T103000Z','859819aa8f4fb1ae80d8c845956493c6690d8ff9e64d276ffac03282225061a6@group.calendar.google.com',0,'','','1','2qsmp5s1964sub3dcii4ku0dmp@google.com',''),(59,'58',NULL,NULL,'GTV','','',NULL,NULL,'Event','Insert','Successfull','','','','3m4vke8g93huer1iglg7n77nvf','859819aa8f4fb1ae80d8c845956493c6690d8ff9e64d276ffac03282225061a6@group.calendar.google.com',0,'','','1','3m4vke8g93huer1iglg7n77nvf@google.com',''),(61,'60',NULL,NULL,'GTV','','',NULL,NULL,'Event','Insert','Successfull','','','','5oq6mfr85f23gr015htsmdsg82','859819aa8f4fb1ae80d8c845956493c6690d8ff9e64d276ffac03282225061a6@group.calendar.google.com',0,'','','1','5oq6mfr85f23gr015htsmdsg82@google.com',''),(63,'62',NULL,NULL,'GTV','','',NULL,NULL,'Event','Insert','Successfull','','','','6sdo42mg1i13d3boo5mu13cfpg','859819aa8f4fb1ae80d8c845956493c6690d8ff9e64d276ffac03282225061a6@group.calendar.google.com',0,'','','1','6sdo42mg1i13d3boo5mu13cfpg@google.com',''),(65,'64',NULL,NULL,'GTV','','',NULL,NULL,'Event','Insert','Successfull','','','','4a8v0lualhu00c9rmm3icughva','859819aa8f4fb1ae80d8c845956493c6690d8ff9e64d276ffac03282225061a6@group.calendar.google.com',0,'','','1','4a8v0lualhu00c9rmm3icughva@google.com',''),(67,'66',NULL,NULL,'GTV','','',NULL,NULL,'Event','Insert','Successfull','','','','2841rqdi3j2o15rdemd130ul81','859819aa8f4fb1ae80d8c845956493c6690d8ff9e64d276ffac03282225061a6@group.calendar.google.com',0,'','','1','2841rqdi3j2o15rdemd130ul81@google.com',''),(69,'68',NULL,NULL,'GTV','','',NULL,NULL,'Event','Insert','Successfull','','','','10o68h3setvedq9ecehkd3lvlo','859819aa8f4fb1ae80d8c845956493c6690d8ff9e64d276ffac03282225061a6@group.calendar.google.com',0,'','','1','10o68h3setvedq9ecehkd3lvlo@google.com',''),(71,'70',NULL,NULL,'GTV','','',NULL,NULL,'Event','Insert','Successfull','','','','15mgfsj34f8ig5435p48fip0ie','859819aa8f4fb1ae80d8c845956493c6690d8ff9e64d276ffac03282225061a6@group.calendar.google.com',0,'','','1','15mgfsj34f8ig5435p48fip0ie@google.com',''),(73,'72',NULL,NULL,'GTV','','',NULL,NULL,'Event','Insert','Successfull','','','','5j64bn5v3np92efh7bfppbt7jd','859819aa8f4fb1ae80d8c845956493c6690d8ff9e64d276ffac03282225061a6@group.calendar.google.com',0,'','','1','5j64bn5v3np92efh7bfppbt7jd@google.com',''),(75,'74',NULL,NULL,'GTV','','',NULL,NULL,'Event','Update','Successfull','','','','27pp4sohcb78m5kvclqssau9jf','859819aa8f4fb1ae80d8c845956493c6690d8ff9e64d276ffac03282225061a6@group.calendar.google.com',0,'','','1','27pp4sohcb78m5kvclqssau9jf@google.com',''),(77,'76',NULL,NULL,'GTV','','',NULL,NULL,'Event','Update','Successfull','','','','52gut4r3c9rovhhrqid7uifro4','859819aa8f4fb1ae80d8c845956493c6690d8ff9e64d276ffac03282225061a6@group.calendar.google.com',0,'','','1','52gut4r3c9rovhhrqid7uifro4@google.com',''),(79,'78',NULL,NULL,'GTV','','',NULL,NULL,'Event','Insert','Successfull','','','','4v97cdb1s7t9f5lrc05rbqfnel','859819aa8f4fb1ae80d8c845956493c6690d8ff9e64d276ffac03282225061a6@group.calendar.google.com',0,'','','1','4v97cdb1s7t9f5lrc05rbqfnel@google.com',''),(83,'82',NULL,NULL,'GTV','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Update','Successfull','','people/c8092624516651278524','%EgUBAi43PRoEAQIFByIMOEFNSFowTDBEUDQ9','','',0,'','','1','',''),(85,'11',NULL,NULL,'VTG','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Insert','Successfull','','people/c2805312680434040275','%EgUBAi43PRoEAQIFByIMNWRuL01xVXFIM2M9','','',0,'','','1','',''),(86,'84',NULL,NULL,'VTG','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Insert','Successfull','','people/c7719548820362009589','%EgUBAi43PRoEAQIFByIMWFpDdTQ5cDlZZDQ9','','',0,'','','1','',''),(88,'87',NULL,NULL,'GTV','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Insert','Successfull','','people/c8755387873636669942','%EgUBAi43PRoEAQIFByIMU0p2THZJQTJ2eWM9','','',0,'','','1','',''),(90,'89',NULL,NULL,'GTV','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Insert','Successfull','','people/c2768302562848219923','%EgQBDC43GgQBAgUHIgxhWW1rZ0E0SnRyOD0=','','',0,'','','1','',''),(92,'91',NULL,NULL,'GTV','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Insert','Successfull','','people/c975836071111161187','%EgQBDC43GgQBAgUHIgxCY0pDOWdZemdOOD0=','','',0,'','','1','',''),(94,'93',NULL,NULL,'VTG','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Insert','Successfull','','people/c6185687517121957598','%EgUBAi43PRoEAQIFByIMV3FvSnlGV3FUdXc9','','',0,'','','1','',''),(96,'95',NULL,NULL,'GTV','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Delete','Successfull','','people/c6647720352664944521','%EgUBAi43PRoEAQIFByIMUkdpQVVkNkYzQkE9','','',0,'','','1','',''),(98,'97',NULL,NULL,'VTG','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Delete','Successfull','','people/c6585864377555952494','%EgUBAi43PRoEAQIFByIMRGVSZXdvdFduaDQ9','','',0,'','','1','',''),(99,'10',NULL,NULL,'VTG','','',NULL,NULL,'Event','Insert','Successfull','','','','gnqndf8fmdun3ob94ek3l0g6u0','859819aa8f4fb1ae80d8c845956493c6690d8ff9e64d276ffac03282225061a6@group.calendar.google.com',0,'','','1','gnqndf8fmdun3ob94ek3l0g6u0@google.com',''),(100,'22',NULL,NULL,'VTG','','',NULL,NULL,'Event','Insert','Successfull','','','','28dsen6hsdo6htr3b5mkpdf6f0','859819aa8f4fb1ae80d8c845956493c6690d8ff9e64d276ffac03282225061a6@group.calendar.google.com',0,'','','1','28dsen6hsdo6htr3b5mkpdf6f0@google.com',''),(101,'23',NULL,NULL,'VTG','','',NULL,NULL,'Event','Insert','Successfull','','','','rmldtlhqs5r60jnrq8thir04c4','859819aa8f4fb1ae80d8c845956493c6690d8ff9e64d276ffac03282225061a6@group.calendar.google.com',0,'','','1','rmldtlhqs5r60jnrq8thir04c4@google.com',''),(102,'26',NULL,NULL,'VTG','','',NULL,NULL,'Event','Insert','Successfull','','','','l0aedibj3u5adef93c3n1nijjc','859819aa8f4fb1ae80d8c845956493c6690d8ff9e64d276ffac03282225061a6@group.calendar.google.com',0,'','','1','l0aedibj3u5adef93c3n1nijjc@google.com',''),(103,'81',NULL,NULL,'VTG','','',NULL,NULL,'Event','Insert','Successfull','','','','f4n939ov1ifd1uqu5ck540eeg4','859819aa8f4fb1ae80d8c845956493c6690d8ff9e64d276ffac03282225061a6@group.calendar.google.com',0,'','','1','f4n939ov1ifd1uqu5ck540eeg4@google.com',''),(106,'105',NULL,NULL,'GTV','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Delete','Successfull','','people/c8036419638206972738','%EgUBAi43PRoEAQIFByIMVTdpUnRyZHBuTk09','','',0,'','','1','',''),(108,'107',NULL,NULL,'VTG','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Delete','Successfull','','people/c5377228016074328829','%EgUBAi43PRoEAQIFByIMeGtjdWFUSXZ6TDA9','','',0,'','','1','',''),(110,'109',NULL,NULL,'GTV','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Delete','Successfull','','people/c8807944441325053359','%EgcBAgsuNz0/GgQBAgUHIgxJeWlZRm55cE1TUT0=','','',0,'','','1','',''),(112,'111',NULL,NULL,'VTG','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Delete','Successfull','','people/c1536745227972534323','%EgUBAi43PRoEAQIFByIMSG90VXFacGtIdlk9','','',0,'','','1','',''),(114,'113',NULL,NULL,'GTV','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Delete','Successfull','','people/c126919820710458700','%EgcBAgsuNz0/GgQBAgUHIgw2eG1mNjh1a1lhYz0=','','',0,'','','1','',''),(116,'115',NULL,NULL,'GTV','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Delete','Successfull','','people/c8720788604853285399','%EgcBAgsuNz0/GgQBAgUHIgxITXA2ZVJ6bGlvbz0=','','',0,'','','1','',''),(118,'117',NULL,NULL,'VTG','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Delete','Successfull','','people/c6060733722142997906','%EgUBAi43PRoEAQIFByIMN3JLOWhpRnpkZ1U9','','',0,'','','1','',''),(120,'119',NULL,NULL,'GTV','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Delete','Successfull','','people/c6617683756626066286','%EgcBAgsuNz0/GgQBAgUHIgxBSTZJN3hBclUzaz0=','','',0,'','','1','',''),(122,'121',NULL,NULL,'GTV','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Delete','Successfull','','people/c6015808402940970353','%EgcBAgsuNz0/GgQBAgUHIgwvVldxbWo4K3FqWT0=','','',0,'','','1','',''),(124,'123',NULL,NULL,'GTV','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Update','Successfull','','people/c3478354942204378367','%EgcBAgsuNz0/GgQBAgUHIgxDUWZXUE9IYUZqTT0=','','',0,'','','1','',''),(126,'125',NULL,NULL,'GTV','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Insert','Successfull','','people/c9062556137039124858','%EgcBAgsuNz0/GgQBAgUHIgxxcThVWkp3U0hGaz0=','','',0,'','','1','',''),(128,'127',NULL,NULL,'GTV','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Insert','Successfull','','people/c8331755634013412302','%EggBAgcLLjc9PxoEAQIFByIMUlVzTWc2Smc3TlU9','','',0,'','','1','',''),(131,'130',NULL,NULL,'GTV','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Insert','Successfull','','people/c8300968359347960485','%EggBAgcLLjc9PxoEAQIFByIMUkU0SHJsYVV6U0E9','','',0,'','','1','',''),(133,'132',NULL,NULL,'GTV','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Insert','Successfull','','people/c3750241814614840276','%EggBAgcLLjc9PxoEAQIFByIMT293aEhGUzJRa009','','',0,'','','1','',''),(135,'134',NULL,NULL,'GTV','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Insert','Successfull','','people/c8157563155088622135','%EggBAgcLLjc9PxoEAQIFByIMRGpsUnlTajdWRGM9','','',0,'','','1','',''),(137,'136',NULL,NULL,'GTV','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Insert','Successfull','','people/c2740922043318176727','%EggBAgcLLjc9PxoEAQIFByIMendKU24vcVBKUlk9','','',0,'','','1','',''),(139,'138',NULL,NULL,'GTV','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Insert','Successfull','','people/c285905667274589771','%EggBAgcLLjc9PxoEAQIFByIMb3hLMTlBVjA3WkE9','','',0,'','','1','',''),(141,'140',NULL,NULL,'GTV','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Insert','Successfull','','people/c416989553058330770','%EggBAgcLLjc9PxoEAQIFByIMb3hLMTlBVjA3WkE9','','',0,'','','1','',''),(143,'142',NULL,NULL,'GTV','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Insert','Successfull','','people/c671272430458532906','%EggBAgcLLjc9PxoEAQIFByIMb3hLMTlBVjA3WkE9','','',0,'','','1','',''),(145,'144',NULL,NULL,'GTV','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Insert','Successfull','','people/c740710553929897602','%EggBAgcLLjc9PxoEAQIFByIMb3hLMTlBVjA3WkE9','','',0,'','','1','',''),(147,'146',NULL,NULL,'GTV','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Insert','Successfull','','people/c751359588203295768','%EggBAgcLLjc9PxoEAQIFByIMb3hLMTlBVjA3WkE9','','',0,'','','1','',''),(149,'148',NULL,NULL,'GTV','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Insert','Successfull','','people/c986996077635658493','%EggBAgcLLjc9PxoEAQIFByIMb3hLMTlBVjA3WkE9','','',0,'','','1','',''),(151,'150',NULL,NULL,'GTV','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Insert','Successfull','','people/c1039225313119351307','%EggBAgcLLjc9PxoEAQIFByIMb3hLMTlBVjA3WkE9','','',0,'','','1','',''),(153,'152',NULL,NULL,'GTV','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Insert','Successfull','','people/c1521732569160768564','%EggBAgcLLjc9PxoEAQIFByIMb3hLMTlBVjA3WkE9','','',0,'','','1','',''),(155,'154',NULL,NULL,'GTV','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Insert','Successfull','','people/c1952358619633789954','%EggBAgcLLjc9PxoEAQIFByIMb3hLMTlBVjA3WkE9','','',0,'','','1','',''),(157,'156',NULL,NULL,'GTV','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Insert','Successfull','','people/c2285351305921455069','%EggBAgcLLjc9PxoEAQIFByIMb3hLMTlBVjA3WkE9','','',0,'','','1','',''),(159,'158',NULL,NULL,'GTV','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Insert','Successfull','','people/c2334355570714029300','%EggBAgcLLjc9PxoEAQIFByIMb3hLMTlBVjA3WkE9','','',0,'','','1','',''),(161,'160',NULL,NULL,'GTV','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Insert','Successfull','','people/c3109708164663816808','%EggBAgcLLjc9PxoEAQIFByIMb3hLMTlBVjA3WkE9','','',0,'','','1','',''),(163,'162',NULL,NULL,'GTV','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Insert','Successfull','','people/c3313073040669460100','%EggBAgcLLjc9PxoEAQIFByIMb3hLMTlBVjA3WkE9','','',0,'','','1','',''),(165,'164',NULL,NULL,'GTV','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Insert','Successfull','','people/c3896363540533687903','%EggBAgcLLjc9PxoEAQIFByIMb3hLMTlBVjA3WkE9','','',0,'','','1','',''),(167,'166',NULL,NULL,'GTV','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Insert','Successfull','','people/c4009087940034196351','%EggBAgcLLjc9PxoEAQIFByIMb3hLMTlBVjA3WkE9','','',0,'','','1','',''),(169,'168',NULL,NULL,'GTV','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Insert','Successfull','','people/c4105714946103175523','%EggBAgcLLjc9PxoEAQIFByIMb3hLMTlBVjA3WkE9','','',0,'','','1','',''),(171,'170',NULL,NULL,'GTV','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Insert','Successfull','','people/c4116431151439607905','%EggBAgcLLjc9PxoEAQIFByIMb3hLMTlBVjA3WkE9','','',0,'','','1','',''),(173,'172',NULL,NULL,'GTV','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Insert','Successfull','','people/c4193505076123231141','%EggBAgcLLjc9PxoEAQIFByIMb3hLMTlBVjA3WkE9','','',0,'','','1','',''),(175,'174',NULL,NULL,'GTV','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Insert','Successfull','','people/c4314078960082266397','%EggBAgcLLjc9PxoEAQIFByIMb3hLMTlBVjA3WkE9','','',0,'','','1','',''),(177,'176',NULL,NULL,'GTV','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Insert','Successfull','','people/c4954902923988246444','%EggBAgcLLjc9PxoEAQIFByIMb3hLMTlBVjA3WkE9','','',0,'','','1','',''),(179,'178',NULL,NULL,'GTV','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Insert','Successfull','','people/c4962622812137897656','%EggBAgcLLjc9PxoEAQIFByIMb3hLMTlBVjA3WkE9','','',0,'','','1','',''),(181,'180',NULL,NULL,'GTV','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Insert','Successfull','','people/c5258918348733158180','%EggBAgcLLjc9PxoEAQIFByIMb3hLMTlBVjA3WkE9','','',0,'','','1','',''),(183,'182',NULL,NULL,'GTV','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Insert','Successfull','','people/c5418504975356238054','%EggBAgcLLjc9PxoEAQIFByIMb3hLMTlBVjA3WkE9','','',0,'','','1','',''),(185,'184',NULL,NULL,'GTV','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Insert','Successfull','','people/c5755519630127240615','%EggBAgcLLjc9PxoEAQIFByIMb3hLMTlBVjA3WkE9','','',0,'','','1','',''),(187,'186',NULL,NULL,'GTV','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Insert','Successfull','','people/c5954016491509159936','%EggBAgcLLjc9PxoEAQIFByIMb3hLMTlBVjA3WkE9','','',0,'','','1','',''),(189,'188',NULL,NULL,'GTV','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Insert','Successfull','','people/c6144328575496858010','%EggBAgcLLjc9PxoEAQIFByIMb3hLMTlBVjA3WkE9','','',0,'','','1','',''),(191,'190',NULL,NULL,'GTV','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Insert','Successfull','','people/c6542225922821793996','%EggBAgcLLjc9PxoEAQIFByIMb3hLMTlBVjA3WkE9','','',0,'','','1','',''),(193,'192',NULL,NULL,'GTV','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Insert','Successfull','','people/c6544231876620148059','%EggBAgcLLjc9PxoEAQIFByIMb3hLMTlBVjA3WkE9','','',0,'','','1','',''),(195,'194',NULL,NULL,'GTV','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Insert','Successfull','','people/c8394030063574548114','%EggBAgcLLjc9PxoEAQIFByIMb3hLMTlBVjA3WkE9','','',0,'','','1','',''),(197,'196',NULL,NULL,'GTV','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Insert','Successfull','','people/c9203008261423847895','%EggBAgcLLjc9PxoEAQIFByIMb3hLMTlBVjA3WkE9','','',0,'','','1','',''),(199,'198',NULL,NULL,'GTV','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Insert','Successfull','','people/c512465205065281832','%EggBAgcLLjc9PxoEAQIFByIMNGRkMnFXN004V2M9','','',0,'','','1','',''),(201,'200',NULL,NULL,'GTV','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Insert','Successfull','','people/c695883677562536366','%EggBAgcLLjc9PxoEAQIFByIMNGRkMnFXN004V2M9','','',0,'','','1','',''),(203,'202',NULL,NULL,'GTV','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Insert','Successfull','','people/c1101683305182350890','%EggBAgcLLjc9PxoEAQIFByIMNGRkMnFXN004V2M9','','',0,'','','1','',''),(205,'204',NULL,NULL,'GTV','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Insert','Successfull','','people/c1231481408788145204','%EggBAgcLLjc9PxoEAQIFByIMNGRkMnFXN004V2M9','','',0,'','','1','',''),(207,'206',NULL,NULL,'GTV','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Insert','Successfull','','people/c1870016795082723494','%EggBAgcLLjc9PxoEAQIFByIMNGRkMnFXN004V2M9','','',0,'','','1','',''),(209,'208',NULL,NULL,'GTV','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Insert','Successfull','','people/c2068339293714152567','%EggBAgcLLjc9PxoEAQIFByIMNGRkMnFXN004V2M9','','',0,'','','1','',''),(211,'210',NULL,NULL,'GTV','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Insert','Successfull','','people/c2244358001356108604','%EggBAgcLLjc9PxoEAQIFByIMNGRkMnFXN004V2M9','','',0,'','','1','',''),(213,'212',NULL,NULL,'GTV','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Insert','Successfull','','people/c2270464116156570372','%EggBAgcLLjc9PxoEAQIFByIMNGRkMnFXN004V2M9','','',0,'','','1','',''),(215,'214',NULL,NULL,'GTV','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Insert','Successfull','','people/c2545153220583033770','%EggBAgcLLjc9PxoEAQIFByIMNGRkMnFXN004V2M9','','',0,'','','1','',''),(217,'216',NULL,NULL,'GTV','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Insert','Successfull','','people/c2730859478194764051','%EggBAgcLLjc9PxoEAQIFByIMNGRkMnFXN004V2M9','','',0,'','','1','',''),(219,'218',NULL,NULL,'GTV','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Insert','Successfull','','people/c2823321832672324523','%EggBAgcLLjc9PxoEAQIFByIMNGRkMnFXN004V2M9','','',0,'','','1','',''),(221,'220',NULL,NULL,'GTV','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Insert','Successfull','','people/c2971106374510812556','%EggBAgcLLjc9PxoEAQIFByIMNGRkMnFXN004V2M9','','',0,'','','1','',''),(223,'222',NULL,NULL,'GTV','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Insert','Successfull','','people/c3126576446890225111','%EggBAgcLLjc9PxoEAQIFByIMNGRkMnFXN004V2M9','','',0,'','','1','',''),(225,'224',NULL,NULL,'GTV','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Insert','Successfull','','people/c3163909165872805806','%EggBAgcLLjc9PxoEAQIFByIMNGRkMnFXN004V2M9','','',0,'','','1','',''),(227,'226',NULL,NULL,'GTV','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Insert','Successfull','','people/c4043318971076033153','%EggBAgcLLjc9PxoEAQIFByIMNGRkMnFXN004V2M9','','',0,'','','1','',''),(229,'228',NULL,NULL,'GTV','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Insert','Successfull','','people/c4074499793770476521','%EggBAgcLLjc9PxoEAQIFByIMNGRkMnFXN004V2M9','','',0,'','','1','',''),(231,'230',NULL,NULL,'GTV','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Insert','Successfull','','people/c4524573700980751826','%EggBAgcLLjc9PxoEAQIFByIMNGRkMnFXN004V2M9','','',0,'','','1','',''),(233,'232',NULL,NULL,'GTV','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Insert','Successfull','','people/c4699363199710262478','%EggBAgcLLjc9PxoEAQIFByIMNGRkMnFXN004V2M9','','',0,'','','1','',''),(235,'234',NULL,NULL,'GTV','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Insert','Successfull','','people/c5456060128550093928','%EggBAgcLLjc9PxoEAQIFByIMNGRkMnFXN004V2M9','','',0,'','','1','',''),(237,'236',NULL,NULL,'GTV','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Insert','Successfull','','people/c5872321051019401925','%EggBAgcLLjc9PxoEAQIFByIMNGRkMnFXN004V2M9','','',0,'','','1','',''),(239,'238',NULL,NULL,'GTV','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Insert','Successfull','','people/c6068626478325680309','%EggBAgcLLjc9PxoEAQIFByIMNGRkMnFXN004V2M9','','',0,'','','1','',''),(241,'240',NULL,NULL,'GTV','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Insert','Successfull','','people/c6712181712968183345','%EggBAgcLLjc9PxoEAQIFByIMNGRkMnFXN004V2M9','','',0,'','','1','',''),(243,'242',NULL,NULL,'GTV','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Insert','Successfull','','people/c6740058481663593845','%EggBAgcLLjc9PxoEAQIFByIMNGRkMnFXN004V2M9','','',0,'','','1','',''),(245,'244',NULL,NULL,'GTV','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Insert','Successfull','','people/c7098294992872900009','%EggBAgcLLjc9PxoEAQIFByIMNGRkMnFXN004V2M9','','',0,'','','1','',''),(247,'246',NULL,NULL,'GTV','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Insert','Successfull','','people/c7503642442093838441','%EggBAgcLLjc9PxoEAQIFByIMNGRkMnFXN004V2M9','','',0,'','','1','',''),(249,'248',NULL,NULL,'GTV','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Insert','Successfull','','people/c7587886926354202070','%EggBAgcLLjc9PxoEAQIFByIMNGRkMnFXN004V2M9','','',0,'','','1','',''),(251,'250',NULL,NULL,'GTV','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Insert','Successfull','','people/c8109691801833648981','%EggBAgcLLjc9PxoEAQIFByIMNGRkMnFXN004V2M9','','',0,'','','1','',''),(253,'252',NULL,NULL,'GTV','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Insert','Successfull','','people/c8344125713300969679','%EggBAgcLLjc9PxoEAQIFByIMNGRkMnFXN004V2M9','','',0,'','','1','',''),(255,'254',NULL,NULL,'GTV','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Insert','Successfull','','people/c8788929994076828573','%EggBAgcLLjc9PxoEAQIFByIMNGRkMnFXN004V2M9','','',0,'','','1','',''),(257,'256',NULL,NULL,'GTV','contactGroups/2f0942868adc1561','',NULL,NULL,'Contacts','Insert','Successfull','','people/c8790717976074864854','%EggBAgcLLjc9PxoEAQIFByIMNGRkMnFXN004V2M9','','',0,'','','1','','');
/*!40000 ALTER TABLE `vtiger_ctgooglesuitelog` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_ctgooglesuitelogcf`
--
DROP TABLE IF EXISTS `vtiger_ctgooglesuitelogcf`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_ctgooglesuitelogcf` (
`ctgooglesuitelogid` int NOT NULL,
PRIMARY KEY (`ctgooglesuitelogid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_ctgooglesuitelogcf`
--
LOCK TABLES `vtiger_ctgooglesuitelogcf` WRITE;
/*!40000 ALTER TABLE `vtiger_ctgooglesuitelogcf` DISABLE KEYS */;
INSERT INTO `vtiger_ctgooglesuitelogcf` VALUES (3),(5),(7),(9),(13),(15),(17),(19),(25),(29),(31),(34),(36),(38),(40),(42),(44),(46),(48),(50),(52),(54),(56),(59),(61),(63),(65),(67),(69),(71),(73),(75),(77),(79),(83),(85),(86),(88),(90),(92),(94),(96),(98),(99),(100),(101),(102),(103),(106),(108),(110),(112),(114),(116),(118),(120),(122),(124),(126),(128),(131),(133),(135),(137),(139),(141),(143),(145),(147),(149),(151),(153),(155),(157),(159),(161),(163),(165),(167),(169),(171),(173),(175),(177),(179),(181),(183),(185),(187),(189),(191),(193),(195),(197),(199),(201),(203),(205),(207),(209),(211),(213),(215),(217),(219),(221),(223),(225),(227),(229),(231),(233),(235),(237),(239),(241),(243),(245),(247),(249),(251),(253),(255),(257);
/*!40000 ALTER TABLE `vtiger_ctgooglesuitelogcf` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_ctoutlook_mailmanager_accesstoken`
--
DROP TABLE IF EXISTS `vtiger_ctoutlook_mailmanager_accesstoken`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_ctoutlook_mailmanager_accesstoken` (
`id` int NOT NULL AUTO_INCREMENT,
`user_id` int NOT NULL,
`email_id` varchar(150) NOT NULL,
`access_token` longtext NOT NULL,
`expires_in` varchar(255) NOT NULL,
`refresh_token` longtext NOT NULL,
`token_generated_time` varchar(255) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=40 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_ctoutlook_mailmanager_accesstoken`
--
LOCK TABLES `vtiger_ctoutlook_mailmanager_accesstoken` WRITE;
/*!40000 ALTER TABLE `vtiger_ctoutlook_mailmanager_accesstoken` DISABLE KEYS */;
INSERT INTO `vtiger_ctoutlook_mailmanager_accesstoken` VALUES (39,1,'johnsmith251902@outlook.com','EwBYBMl6BAAUBKgm8k1UswUNwklmy2v7U/S+1fEAAfTV1oFuUdVYZAgZkrAb+LV34secrep8FQIiySqdV6s9j11diyQbGn7SA+NMYISg7a6rxblTy3xq9FLfQDYyLvFQ8msOcz6qHOSS/sdGRuhAMfiaCkVUyXjSnfany3jzIKFdRNmpvXjrLMcPRzwGSpeY8cncfk3ab3TI4MG42Ke3hLXNVH7dwcSYpugq7N8s3skEGq36F29B8nWqhrKc2rml1FbjfPhuWaxRooHbEXqLveh8O/DyubHC5xamX5YMfrieGAq+S3QYf+5Cu49v6Hn6HaFR3DzDJRcSIpQRB1u3/iZ0AxeJ5jelQM59UXVA819Gp+YdEQZFVjULBWwW568QZgAAEGhZ7LGY3bx1jYfdoYDoVM4gA+9u6+yRyPaCTJ7wjkYuKXZ5tptKRLdLZ5vtHV/Xkj4en7ZyPvXzqQ3/KbCXcy9n3hPDbM3tB/Us5BlRwYEcKK7LWC858ZN81vgyDajcHJxh2vRyRZrrqVyPVQhSSCuYB6Ry43Zf8rSaubpNW1ggbPJGzuaE0IlgI9E/2LjdZJPSHfDH1nhvarbPqO/yDDqvFulIIfXJy32XZ53OiMzg+Gn1QpUhLj4QnrRWHATqqEVnzMpAq4l8MBYtxpZ85NXcOT8qL0Atp2qW/C0Qmgr47gmPDZrgtzHxqfcEgQWZI5HiVAcXunXp7moxFlOVM/W4+LJjQh8JSD3ftWIMeg1cyOH2pNKHfVjPAMHPgfkD1Ct7ZV6pJtodz9Us9AcVzLnY0OVWBZ7I82WwOpI7k6uPUkaKLurn1DcGxexoI7OAua1pw5aGdqtwpIjqwphn1WasLzns2aS60HQ+FZOweIzFiUYMzkCV7KnYpaTZUaTscOhLT9HA8HSaZm6XLQWbAC9cN6eihj6bgyrgKKpXjPYNQt7MrOgVpztBWaJmTVDSM6QMmk+w7SrVBXcusjwFEj4dJO3B8Kn8sIA93+qiEJa3m9+a2QYcRp9kxGsRT5WJKyaIzWk2oEfB0YkJujQeU3AjArMx/yDExZ2QuhHYCstgfvG/z/QT1HylxdB4MK9ctJVjpHnLcqsysYOdLNqgeanM0VIsj8BPB7hS2iVWQ+QtSx5bFxJ94IV4gp5JDzNFr3Xv84XAoMemMeS/ICiDe1s1YyD18rBQQzjY59gsOJvI0UQlf8FjkfsRCTO+0kJxXxL3keCFQo6bHv4Tg8exc9mE8Wg7ShraRKf/gXDkLyUokU/GfZFgpWILcGW7Y9bq1bHBXF+k21qMwAe13nsBaMKiCmUsFL+1sBZZpYLDTN+togLlpu//a3xIbuJDCrFmFp2TFbjBjzISgO+tiYpBqHFWXC9sTLJethcEILbNMmGK+YOn0elCrepf285R3cOIBMe9NBatcJCQg7YtPAAdyp2pz1ObyJ3PV9mP8Ra14eyM9LrjE7k8lre0tDA3eCc6SLYVXQM=','3599','M.C557_SN1.0.U.-Cpm!XkqijKBlQefN9b3YuWFNeVeLERpfTTFNCgq4MsyycMmtMKoBik9*mCjXaFGOB74Es8uBDM7DHVvYHfYLwx39YPIkn*tRvDA2n4I06EknPHFREQrdkXOc2y22u13f1Np!uWZSjqoGC2VYlzCihsihIuat5U9FpSJG6vvBZh!jG6dTLd3G8cOZKARVWDmqgNVKD*V8ZPe3L7XEEUjd6rTcMOwIU1C77aI!MjhGqi3Mtx0htA5Ke9ZEMXqUOofGU3OaSTGAiEevtY9GPDYbrIPj3aSCPBnRtfpFl*QaC9e0v91CrydWKMBCFUcD2ewuLh!paonr2WOlm2D3gcN9rulF8p2UfjYAe1Y1!Pevj9MdH0E1EQ3QjJpe5iGcvXdIew$$','2025-11-12 10:53:11');
/*!40000 ALTER TABLE `vtiger_ctoutlook_mailmanager_accesstoken` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_ctoutlook_mailmanager_folder_sync`
--
DROP TABLE IF EXISTS `vtiger_ctoutlook_mailmanager_folder_sync`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_ctoutlook_mailmanager_folder_sync` (
`user_id` int NOT NULL,
`folder_name` varchar(255) NOT NULL,
`folder_id` varchar(255) NOT NULL,
`delta_link` text,
`next_link` text,
`is_synced` tinyint DEFAULT NULL,
PRIMARY KEY (`user_id`,`folder_name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_ctoutlook_mailmanager_folder_sync`
--
LOCK TABLES `vtiger_ctoutlook_mailmanager_folder_sync` WRITE;
/*!40000 ALTER TABLE `vtiger_ctoutlook_mailmanager_folder_sync` DISABLE KEYS */;
INSERT INTO `vtiger_ctoutlook_mailmanager_folder_sync` VALUES (1,'archive','AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoALgAAA5SSte_vZIRAtqDEBSF6GqYBAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBJQAAAA==',NULL,NULL,NULL),(1,'conversation history','AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoALgAAA5SSte_vZIRAtqDEBSF6GqYBAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBHwAAAA==',NULL,NULL,NULL),(1,'deleted items','AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoALgAAA5SSte_vZIRAtqDEBSF6GqYBAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBCgAAAA==',NULL,'https://graph.microsoft.com/v1.0/me/mailFolders(\'AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoALgAAA5SSte_vZIRAtqDEBSF6GqYBAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBCgAAAA==\')/messages?%24top=20&%24skip=20',NULL),(1,'Deleted Items.Inbox i1111','AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoALgAAA5SSte_vZIRAtqDEBSF6GqYBAKtdY3FfF9ZFnV_AC3TQ2qsAAAAp5GlIAAAA',NULL,NULL,NULL),(1,'drafts','AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoALgAAA5SSte_vZIRAtqDEBSF6GqYBAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBDwAAAA==',NULL,NULL,NULL),(1,'inbox','AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoALgAAA5SSte_vZIRAtqDEBSF6GqYBAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBDAAAAA==',NULL,NULL,NULL),(1,'Inbox.create inbox subfoder for check long name testingggggggggg','AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoALgAAA5SSte_vZIRAtqDEBSF6GqYBAKtdY3FfF9ZFnV_AC3TQ2qsAAAAtrcnxAAAA',NULL,NULL,NULL),(1,'Inbox.inbox2','AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoALgAAA5SSte_vZIRAtqDEBSF6GqYBAKtdY3FfF9ZFnV_AC3TQ2qsAAAAp5GlKAAAA',NULL,NULL,NULL),(1,'junk email','AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoALgAAA5SSte_vZIRAtqDEBSF6GqYBAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBEwAAAA==',NULL,NULL,NULL),(1,'outbox','AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoALgAAA5SSte_vZIRAtqDEBSF6GqYBAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBCwAAAA==',NULL,NULL,NULL),(1,'sent items','AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoALgAAA5SSte_vZIRAtqDEBSF6GqYBAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBCQAAAA==',NULL,'https://graph.microsoft.com/v1.0/me/mailFolders(\'AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoALgAAA5SSte_vZIRAtqDEBSF6GqYBAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBCQAAAA==\')/messages?%24top=20&%24skip=20',NULL);
/*!40000 ALTER TABLE `vtiger_ctoutlook_mailmanager_folder_sync` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_ctoutlook_mailmanager_license`
--
DROP TABLE IF EXISTS `vtiger_ctoutlook_mailmanager_license`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_ctoutlook_mailmanager_license` (
`id` int NOT NULL AUTO_INCREMENT,
`license_key` varchar(255) DEFAULT NULL,
`status` tinyint(1) DEFAULT NULL,
`domain` varchar(255) DEFAULT NULL,
`apikey` varchar(255) DEFAULT NULL,
`user_type` enum('free','premium') NOT NULL DEFAULT 'free',
`order_id` varchar(255) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_ctoutlook_mailmanager_license`
--
LOCK TABLES `vtiger_ctoutlook_mailmanager_license` WRITE;
/*!40000 ALTER TABLE `vtiger_ctoutlook_mailmanager_license` DISABLE KEYS */;
INSERT INTO `vtiger_ctoutlook_mailmanager_license` VALUES (16,'d2ef51c7aa63a646cf04c3f6b30910de',1,'https://vtigergoogleoffice65suite.crmtiger.com/','aTJScGRCUzBXVDVvaU92SkVzN01qUT09','free','12624');
/*!40000 ALTER TABLE `vtiger_ctoutlook_mailmanager_license` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_ctoutlook_mailmanager_mailattachments`
--
DROP TABLE IF EXISTS `vtiger_ctoutlook_mailmanager_mailattachments`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_ctoutlook_mailmanager_mailattachments` (
`userid` int DEFAULT NULL,
`muid` varchar(32) DEFAULT NULL,
`aname` varchar(100) DEFAULT NULL,
`lastsavedtime` int DEFAULT NULL,
`attachid` int NOT NULL,
`path` varchar(200) NOT NULL,
`cid` varchar(100) DEFAULT NULL,
`isinline` tinyint DEFAULT NULL,
KEY `userid_muid_idx` (`userid`,`muid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_ctoutlook_mailmanager_mailattachments`
--
LOCK TABLES `vtiger_ctoutlook_mailmanager_mailattachments` WRITE;
/*!40000 ALTER TABLE `vtiger_ctoutlook_mailmanager_mailattachments` DISABLE KEYS */;
INSERT INTO `vtiger_ctoutlook_mailmanager_mailattachments` VALUES (1,'c296abf8c4a837dcd07f7323765c5581','9B.jfif',1762326614,876,'storage/2025/November/week2/','',0),(1,'cab8a26ff2a379deec77b802168c6ed1','9B.jfif',1762326563,877,'storage/2025/November/week2/','',0),(1,'a651743097cd79a98e2e6f16b7d9b6f0','screenshot.png',1760008533,878,'storage/2025/November/week2/','',0),(1,'2d1a0907ed19364c2488078126a48e96','1A.jfif',1758607687,880,'storage/2025/November/week2/','',0);
/*!40000 ALTER TABLE `vtiger_ctoutlook_mailmanager_mailattachments` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_ctoutlook_mailmanager_mailrecord`
--
DROP TABLE IF EXISTS `vtiger_ctoutlook_mailmanager_mailrecord`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_ctoutlook_mailmanager_mailrecord` (
`id` int NOT NULL AUTO_INCREMENT,
`userid` int NOT NULL,
`muid` varchar(32) NOT NULL,
`mfrom` text,
`mto` text,
`mcc` text,
`mbcc` text,
`mdate` bigint DEFAULT NULL,
`msubject` text,
`mbody` longtext,
`mcharset` varchar(20) DEFAULT NULL,
`misbodyhtml` tinyint(1) DEFAULT NULL,
`mplainmessage` tinyint(1) DEFAULT NULL,
`mhtmlmessage` tinyint(1) DEFAULT NULL,
`muniqueid` varchar(255) DEFAULT NULL,
`mbodyparsed` tinyint(1) DEFAULT NULL,
`lastsavedtime` bigint DEFAULT NULL,
`mfolder` varchar(100) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2539 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_ctoutlook_mailmanager_mailrecord`
--
LOCK TABLES `vtiger_ctoutlook_mailmanager_mailrecord` WRITE;
/*!40000 ALTER TABLE `vtiger_ctoutlook_mailmanager_mailrecord` DISABLE KEYS */;
INSERT INTO `vtiger_ctoutlook_mailmanager_mailrecord` VALUES (2442,1,'a9780e22606f01fdcf224cb800b839b0','{\"name\":\"Nidhi\",\"email\":\"nidhi.variance@gmail.com\"}','[\"johnsmith251902@outlook.com\"]','[]','[]',1762423733,'fff','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"></head><body><div dir=\"ltr\">dddddddddddddddd</div></body></html>','utf-8',1,0,1,'<CAH5s6r5SxeCurRevfPyqbHn8v5Aoru_8+RsdohaaYwEj40PuKw@mail.gmail.com>',1,1762423735,'Archive'),(2455,1,'20b4b48e3f9316654669f7e41d2aaea1','{\"name\":\"can yaman\",\"email\":\"canyaman98@outlook.com\"}','[\"johnsmith251902@outlook.com\"]','[]','[]',1762340606,'A22222','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"><style type=\"text/css\" style=\"display:none\">\r\n<!--\r\np\r\n {margin-top:0;\r\n margin-bottom:0}\r\n-->\r\n</style></head><body dir=\"ltr\"><div class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">A2222222</div></body></html>','utf-8',1,0,1,'<JH0PR04MB7311CAAE539E8B2285536446CBC5A@JH0PR04MB7311.apcprd04.prod.outlook.com>',1,1762340607,'Inbox'),(2456,1,'91ddf3f25d3eb53caaf9719925695588','{\"name\":\"can yaman\",\"email\":\"canyaman98@outlook.com\"}','[\"johnsmith251902@outlook.com\"]','[]','[]',1762340580,'A1111111','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"><style type=\"text/css\" style=\"display:none\">\r\n<!--\r\np\r\n {margin-top:0;\r\n margin-bottom:0}\r\n-->\r\n</style></head><body dir=\"ltr\"><div class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">A11111111</div></body></html>','utf-8',1,0,1,'<JH0PR04MB731141B3C80FD2BF1D901A09CBC5A@JH0PR04MB7311.apcprd04.prod.outlook.com>',1,1762340581,'Inbox'),(2457,1,'eb72c24226e29697bf17d93de56e1a99','{\"name\":\"can yaman\",\"email\":\"canyaman98@outlook.com\"}','[\"johnsmith251902@outlook.com\"]','[]','[]',1762340448,'A11111','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"><style type=\"text/css\" style=\"display:none\">\r\n<!--\r\np\r\n {margin-top:0;\r\n margin-bottom:0}\r\n-->\r\n</style></head><body dir=\"ltr\"><div class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">A11111</div></body></html>','utf-8',1,0,1,'<JH0PR04MB73112D302D3F52ECB1E51838CBC5A@JH0PR04MB7311.apcprd04.prod.outlook.com>',1,1762340448,'Inbox'),(2458,1,'4f8a202724029c6f5053c74f23f108c2','{\"name\":\"Nidhi\",\"email\":\"nidhi.variance@gmail.com\"}','[\"johnsmith251902@outlook.com\"]','[]','[]',1762257025,'Confirmation','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"></head><body><div dir=\"ltr\">Confirmation</div></body></html>','utf-8',1,0,1,'<CAH5s6r59aiGzZsRg3gtKs-NOw2PkGuKRVjT5anSesdPSz092Hw@mail.gmail.com>',1,1762336394,'Inbox'),(2459,1,'13daf84d07e850108f9b7eef702a8a29','{\"name\":\"Nidhi\",\"email\":\"nidhi.variance@gmail.com\"}','[\"johnsmith251902@outlook.com\"]','[]','[]',1762174965,'Request for Consultation Meeting','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"></head><body><div dir=\"ltr\">Hello John,<br>I’d like to schedule a consultation to understand how your solutions can fit our needs.<br>Please let me know your convenient time.<br>Thank you</div></body></html>','utf-8',1,0,1,'<CAH5s6r7x2kPzVOc4FwwQfh9NmXO8O5_MSsGjYeDdJibgYOn9fQ@mail.gmail.com>',1,1762336525,'Inbox'),(2460,1,'6473fbfd6f835f94860712a68fb2e2e0','{\"name\":\"Nidhi\",\"email\":\"nidhi.variance@gmail.com\"}','[\"johnsmith251902@outlook.com\"]','[]','[]',1762174962,'Follow-up on Meeting Availability','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"></head><body><div dir=\"ltr\">Hi John,<br>Just checking in to see if you had a chance to review my earlier meeting request.<br>I’d appreciate your confirmation.<br>Warm regards</div></body></html>','utf-8',1,0,1,'<CAH5s6r56+HZXWwmQ4PPRzeQT=UTJqv9dFA6kvyh7pLd6CsPQ8A@mail.gmail.com>',1,1762336617,'Inbox'),(2461,1,'3ee88f639bfe2459c375414b3c8cafee','{\"name\":\"Nidhi\",\"email\":\"nidhi.variance@gmail.com\"}','[\"johnsmith251902@outlook.com\"]','[]','[]',1762174901,'Request for Quotation','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"></head><body><div dir=\"ltr\">We’re looking to purchase [product name] and would like to request a formal quotation, including shipping details.<br>Looking forward to your response.<br>Thanks,</div></body></html>','utf-8',1,0,1,'<CAH5s6r7=zet5YT2nt0S0a2yScWJaM87bN79=-mgvtoBRy-MWrA@mail.gmail.com>',1,1762335447,'Inbox'),(2462,1,'e46d922391a432845c48f90349fac424','{\"name\":\"Nidhi\",\"email\":\"nidhi.variance@gmail.com\"}','[\"johnsmith251902@outlook.com\"]','[]','[]',1762174849,'Product Comparison Inquiry','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"></head><body><div dir=\"ltr\">Dear ,<br>Could you help me compare [Product A] and [Product B] in terms of features and pricing?<br>I’m planning to purchase soon.<br>Sincerely</div></body></html>','utf-8',1,0,1,'<CAH5s6r4xOzQqjk+xJrVaJsNi6hieUoCS5h+nbaNSEBj+JL1RZQ@mail.gmail.com>',1,1762335448,'Inbox'),(2463,1,'74f4019b17d5fd253f7c2097279c4d83','{\"name\":\"abc\",\"email\":\"abc925345@gmail.com\"}','[\"johnsmith251902@outlook.com\"]','[]','[]',1762174701,'Question Regarding Product Availability','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"></head><body><div dir=\"ltr\">Hi Team,<br>Can you confirm if [product name/model] is currently in stock and available for delivery this month?<br>Best Regards</div></body></html>','utf-8',1,0,1,'<CALNZGyfAXiheY3j0W+hwJuOUUy3AwJH=mqEmgLno+d4BACdtmw@mail.gmail.com>',1,1762335449,'Inbox'),(2464,1,'840714e0aa010a5bdf9e3069e26a52ca','{\"name\":\"abc\",\"email\":\"abc925345@gmail.com\"}','[\"johnsmith251902@outlook.com\"]','[]','[]',1762174670,'Request for Product Specification Sheet','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"></head><body><div dir=\"ltr\">Hello,<br>I’m interested in your [product name] and would like to receive the technical specifications and warranty details.<br>Thank you</div></body></html>','utf-8',1,0,1,'<CALNZGyfsz42tjB7UcSU8ger7HO99cXKD3Z=6oPHZH4YCYXrnZg@mail.gmail.com>',1,1762335450,'Inbox'),(2465,1,'742f62fab106ef0418b6615130b47d8d','{\"name\":\"Nidhi\",\"email\":\"nidhi.variance@gmail.com\"}','[\"johnsmith251902@outlook.com\"]','[]','[]',1762174592,'Inquiry About Pricing for Your Product','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"></head><body><div dir=\"ltr\">Could you please share the latest pricing details for your [product name]?<br>Also, do you offer any bulk purchase discounts?</div></body></html>','utf-8',1,0,1,'<CAH5s6r61iV=ws-14-B1_TaR+1_cdd83Ffbk38sb=nohNZiF6BQ@mail.gmail.com>',1,1762335451,'Inbox'),(2466,1,'0601e0f55b4bdc9b5eb0ad8db30a3312','{\"name\":\"Nidhi\",\"email\":\"nidhi.variance@gmail.com\"}','[\"johnsmith251902@outlook.com\"]','[]','[]',1762174519,'Inquiry: Scheduling a Product Demo','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"></head><body><div dir=\"ltr\">Hi,<br>I came across your product recently and would like to request a live demo.<br>Could you please share available time slots this week?<br>Thanks</div></body></html>','utf-8',1,0,1,'<CAH5s6r6oviuofFBQWVt+ac50TymhCuwr_rgsgorD7bd0c-094g@mail.gmail.com>',1,1762335451,'Inbox'),(2467,1,'252b662cb28ec067144f7bde6b69272b','{\"name\":\"Nidhi\",\"email\":\"nidhi.variance@gmail.com\"}','[\"johnsmith251902@outlook.com\"]','[]','[]',1762174482,'Request for Meeting to Discuss Partnership','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"></head><body><div dir=\"ltr\">Hello,<br>I’d like to schedule a meeting to explore possible collaboration between our teams.<br>Are you available this week for a quick discussion?</div></body></html>','utf-8',1,0,1,'<CAH5s6r6pFP10G34XpJ6jT5k6kioN4OKTcdW-xSDG8+C270nKcQ@mail.gmail.com>',1,1762335452,'Inbox'),(2472,1,'92a190355806e69695b034be1b0c1cfd','{\"name\":\"Nidhi\",\"email\":\"nidhi.variance@gmail.com\"}','[\"johnsmith251902@outlook.com\"]','[]','[]',1762509209,'test test','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"></head><body><div dir=\"ltr\">test test test test<br>test test</div></body></html>','utf-8',1,0,1,'<CAH5s6r5DDUvUp15zPf9isaP9Pr0QGnZXw8JU2tBwY0uvCVm0DA@mail.gmail.com>',1,1762509210,'archive'),(2475,1,'0c885726bb9f95b66c7f8c334f2d15c3','{\"name\":\"Nidhi\",\"email\":\"nidhi.variance@gmail.com\"}','[\"johnsmith251902@outlook.com\"]','[]','[]',1762511129,'sssss','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"></head><body><div dir=\"ltr\">sssssssssa</div></body></html>','utf-8',1,0,1,'<CAH5s6r6ko220qDsa3AG8uBz24_SLYP-hcW83ku4eGq0k5=QEAA@mail.gmail.com>',1,1762511130,'Archive'),(2479,1,'143f993bef5f05647ac8f1f642882877','{\"name\":\"John Smith\",\"email\":\"johnsmith251902@outlook.com\"}','[\"poojachandarana.variance@gmail.com\"]','[]','[]',1762857153,'helllloooooooooooo11111111111','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"></head><body>helllloooooooooooo11111111111 </body></html>','utf-8',1,0,1,'<SEZPR03MB65220AF46BFC0C6FBA4C712DB9CFA@SEZPR03MB6522.apcprd03.prod.outlook.com>',1,1762857154,'Sent Items'),(2480,1,'ab9535bb8e9001e5c3a21c51d2491953','{\"name\":\"John Smith\",\"email\":\"johnsmith251902@outlook.com\"}','[\"canyaman98@outlook.com\",\"nidhi.variance@gmail.com\"]','[]','[]',1762500695,'sda','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"></head><body>sdfdsfsd </body></html>','utf-8',1,0,1,'<SEZPR03MB652312BE7A56F84F329A4E96B9C3A@SEZPR03MB6523.apcprd03.prod.outlook.com>',1,1762521313,'Sent Items'),(2481,1,'d863be208b75bc84889687a96ba5c877','{\"name\":\"John Smith\",\"email\":\"johnsmith251902@outlook.com\"}','[\"nidhi.variance@gmail.com\"]','[]','[]',1762500649,'dsss','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"></head><body>dsss </body></html>','utf-8',1,0,1,'<SEZPR03MB6523258073A23EE39967EE7AB9C3A@SEZPR03MB6523.apcprd03.prod.outlook.com>',1,1762521313,'Sent Items'),(2482,1,'175424b163d7cdee6c793cce862a6d82','{\"name\":\"John Smith\",\"email\":\"johnsmith251902@outlook.com\"}','[\"jenniferpinto456@gmail.com\"]','[]','[]',1762408185,'Fwd: Testing mailll ook fffffffff','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"></head><body><p> </p><p>---------- Forwarded message ----------<br>From:poojachandarana.variance@gmail.com<br>Date: 06-11-2025 4:31 AM<br>Subject: Testing mailll ook<br>To: johnsmith251902@outlook.com<br>Cc: johnwallmart01@outlook.com</p></body></html>','utf-8',1,0,1,'<TY0PR03MB6534A4BFA65A5F05333C457AB9C2A@TY0PR03MB6534.apcprd03.prod.outlook.com>',1,1762408186,'Sent Items'),(2483,1,'1cfd9cc36dfb9045d5e5808a5c6944a6','{\"name\":\"John Smith\",\"email\":\"johnsmith251902@outlook.com\"}','[\"poojachandarana.variance@gmail.com\"]','[]','[]',1762408056,'reply in gmail','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"></head><body><p> </p><p style=\"margin:0; padding:0\">On 06-11-2025 4:31 AM, poojachandarana.variance@gmail.com, wrote:</p><blockquote style=\"border:0; margin:0; border-left:1px solid #808080; padding:0 0 0 2px\"> </blockquote></body></html>','utf-8',1,0,1,'<TY0PR03MB6534D44CA59CAA11354BA9F8B9C2A@TY0PR03MB6534.apcprd03.prod.outlook.com>',1,1762408057,'Sent Items'),(2484,1,'f1c226059df5ac5fac84f2a27e972165','{\"name\":\"John Smith\",\"email\":\"johnsmith251902@outlook.com\"}','[\"poojachandarana.variance@gmail.com\"]','[\"johnwallmart01@outlook.com\"]','[]',1762407666,'Invoices Pending','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"></head><body>name<br>street,<br>city,<br>state,<br>zip)<br><br>Dear<br><br>Please check the following invoices that are yet to be paid by you:<br><br>No. Date Amount<br>1 1/1/01 $4000<br>2 2/2//01 $5000<br>3 3/3/01 $10000<br>4 7/4/01 $23560<br><br>Kindly let us know if there are any issues that you feel are pending to be discussed.<br>We will be more than happy to give you a call.<br>We would like to continue our business with you. </body></html>','utf-8',1,0,1,'<TY0PR03MB6534292E8ACDCC49F4AC3081B9C2A@TY0PR03MB6534.apcprd03.prod.outlook.com>',1,1762407671,'Sent Items'),(2485,1,'13b00f45e44ce4ce26d20c0388ce4fb9','{\"name\":\"John Smith\",\"email\":\"johnsmith251902@outlook.com\"}','[\"canyaman98@outlook.com\"]','[]','[]',1762334429,'save as draft from outlok','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"><style type=\"text/css\" style=\"display:none\">\r\n<!--\r\np\r\n {margin-top:0;\r\n margin-bottom:0}\r\n-->\r\n</style></head><body dir=\"ltr\"><div style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\"><br></div></body></html>','utf-8',1,0,1,'<SI2PR03MB65204BE0FC232C2122F396B0B9C5A@SI2PR03MB6520.apcprd03.prod.outlook.com>',1,1762334430,'Sent Items'),(2486,1,'146eb9df65bb122a147ec364b68a83cb','{\"name\":\"John Smith\",\"email\":\"johnsmith251902@outlook.com\"}','[\"johnwallmart01@outlook.com\"]','[\"canyaman98@outlook.com\"]','[\"suite787@outlook.com\"]',1762333684,'check to cc bcc','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"></head><body>check to cc bcc </body></html>','utf-8',1,0,1,'<SI2PR03MB652028E2DC5D9A521BED8497B9C5A@SI2PR03MB6520.apcprd03.prod.outlook.com>',1,1762333686,'Sent Items'),(2487,1,'18a4dfc42085cef105579c7c96278e76','{\"name\":\"John Smith\",\"email\":\"johnsmith251902@outlook.com\"}','[\"canyaman98@outlook.com\"]','[\"johnwallmart01@outlook.com\"]','[\"johnwallmart01@outlook.com\"]',1762333153,'Thanks Note','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"></head><body>Dear<br><br>Thank you for your confidence in our ability to serve you.<br>We are glad to be given the chance to serve you.I look<br>forward to establishing a long term partnership with you.<br>Consider me as a friend.<br>Should any need arise,please do give us a call. </body></html>','utf-8',1,0,1,'<SI2PR03MB65206F14E2BFFB99B3A50381B9C5A@SI2PR03MB6520.apcprd03.prod.outlook.com>',1,1762350170,'Sent Items'),(2488,1,'5ff220b6397a9b90df84a3724908b275','{\"name\":\"John Smith\",\"email\":\"johnsmith251902@outlook.com\"}','[\"canyaman98@outlook.com\"]','[]','[]',1762333083,'Announcement for Release','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"></head><body>Hello!<br><br>On behalf of the vtiger team, I am pleased to announce the release of vtiger crm4.2 . This is a feature packed release including the mass email template handling, custom view feature, vtiger_reports feature and a host of other utilities. vtiger runs on all platforms.<br><br>Notable Features of vtiger are :<br><br>-Email Client Integration<br>-Trouble Ticket Integration<br>-Invoice Management Integration<br>-Reports Integration<br>-Portal Integration<br>-Enhanced Word Plugin Support<br>-Custom View Integration<br><br>Known Issues:<br>-ABCD<br>-EFGH<br>-IJKL<br>-MNOP<br>-QRST </body></html>','utf-8',1,0,1,'<SI2PR03MB6520FDD916B8BE31B992BEE0B9C5A@SI2PR03MB6520.apcprd03.prod.outlook.com>',1,1762333086,'Sent Items'),(2489,1,'959ec44598829d00404cffa5d33143af','{\"name\":\"John Smith\",\"email\":\"johnsmith251902@outlook.com\"}','[\"canyaman98@outlook.com\"]','[]','[]',1762329239,'11111','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"></head><body>1111111 </body></html>','utf-8',1,0,1,'<SI2PR03MB6520D6DD243DAE30FDC6960CB9C5A@SI2PR03MB6520.apcprd03.prod.outlook.com>',1,1762329246,'Sent Items'),(2490,1,'c296abf8c4a837dcd07f7323765c5581','{\"name\":\"John Smith\",\"email\":\"johnsmith251902@outlook.com\"}','[\"johnwallmart01@outlook.com\"]','[]','[]',1762326595,'d111111111111111111111111','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"></head><body>d111111111111111111111111 </body></html>','utf-8',1,0,1,'<SI2PR03MB65201C9DABA8A98DC6960347B9C5A@SI2PR03MB6520.apcprd03.prod.outlook.com>',1,1762326614,'Sent Items'),(2491,1,'cab8a26ff2a379deec77b802168c6ed1','{\"name\":\"John Smith\",\"email\":\"johnsmith251902@outlook.com\"}','[\"johnwallmart01@outook.com\"]','[]','[]',1762326542,'a1111111111111111111111111111111','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"></head><body>a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111vvvvvv </body></html>','utf-8',1,0,1,'<SI2PR03MB6520F49ED12DCCA7DFEFD429B9C5A@SI2PR03MB6520.apcprd03.prod.outlook.com>',1,1762326563,'Sent Items'),(2492,1,'b70b86dd6736cc3933c9ebbac53b930b','{\"name\":\"John Smith\",\"email\":\"johnsmith251902@outlook.com\"}','[\"johnwallmart01@outlook.com\"]','[]','[]',1762326487,'Ft1111111','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"></head><body>Ft1111111 </body></html>','utf-8',1,0,1,'<SI2PR03MB652022C69DF6ACCD1A6BE09BB9C5A@SI2PR03MB6520.apcprd03.prod.outlook.com>',1,1762332339,'Sent Items'),(2493,1,'9efa23c6cbed8c19a7c220d858530f39','{\"name\":\"John Smith\",\"email\":\"johnsmith251902@outlook.com\"}','[\"canyaman98@outlook.com\"]','[]','[]',1762326023,'Helo11111111111','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"></head><body>Helo11111111111 </body></html>','utf-8',1,0,1,'<SI2PR03MB6520464B7314950863160419B9C5A@SI2PR03MB6520.apcprd03.prod.outlook.com>',1,1762326024,'Sent Items'),(2494,1,'2a835b00669b7a217bee1703e9778bac','{\"name\":\"John Smith\",\"email\":\"johnsmith251902@outlook.com\"}','[\"hiralp.variance@gmail.com\"]','[]','[]',1762323823,'jenniferrrrr','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"></head><body>jenniferrrrr </body></html>','utf-8',1,0,1,'<SI2PR03MB6520D363B22C360737070F29B9C5A@SI2PR03MB6520.apcprd03.prod.outlook.com>',1,1762332339,'Sent Items'),(2495,1,'eb2b241ef4bbbb17096c687e278c4578','{\"name\":\"John Smith\",\"email\":\"johnsmith251902@outlook.com\"}','[\"gattu5696@outlook.com\"]','[\"poojachandarana.variance@gmail.com\"]','[\"jennifer701911@outlook.com\"]',1761887751,'Check cc & BCC OUTLOOK TO VRIGERRR','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"><style type=\"text/css\" style=\"display:none\">\r\n<!--\r\np\r\n {margin-top:0;\r\n margin-bottom:0}\r\n-->\r\n</style></head><body dir=\"ltr\"><div class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Check cc & BCC </div></body></html>','utf-8',1,0,1,'<SEZPR03MB65223BDA21B89BD985A0CDF8B9F8A@SEZPR03MB6522.apcprd03.prod.outlook.com>',1,1761891001,'Sent Items'),(2496,1,'1e5ba0596a9dee2cbe578a4734425ce8','{\"name\":\"John Smith\",\"email\":\"johnsmith251902@outlook.com\"}','[\"hiral.prajapati@varianceinfotech.com\",\"johnsmith251902@outlook.com\",\"jackson.kilvington@outlook.com\"]','[\"jackson.kilvington@outlook.com\"]','[\"jennifer701911@outlook.com\"]',1760434058,'c1','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"><style type=\"text/css\" style=\"display:none\">\r\n<!--\r\np\r\n {margin-top:0;\r\n margin-bottom:0}\r\n-->\r\n</style></head><body dir=\"ltr\"><div class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">c2</div></body></html>','utf-8',1,0,1,'<SEZPR03MB65220FED6FE5DE7052A035FCB9EBA@SEZPR03MB6522.apcprd03.prod.outlook.com>',1,1760440109,'Sent Items'),(2497,1,'a651743097cd79a98e2e6f16b7d9b6f0','{\"name\":\"John Smith\",\"email\":\"johnsmith251902@outlook.com\"}','[\"nidhi.variance@gmail.com\"]','[]','[]',1760008517,'sasss','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"></head><body>sssssss </body></html>','utf-8',1,0,1,'<SEZPR03MB652228AA5A66330DE1D1C1D2B9EEA@SEZPR03MB6522.apcprd03.prod.outlook.com>',1,1760008533,'Sent Items'),(2498,1,'669818fd76002e8a871bbb972673d402','{\"name\":\"John Smith\",\"email\":\"johnsmith251902@outlook.com\"}','[\"nidhi.variance@gmail.com\"]','[]','[]',1760007601,'hi','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"></head><body>hiiiiiiiiiiii </body></html>','utf-8',1,0,1,'<SEZPR03MB6522EBD498D7556AD549A166B9EEA@SEZPR03MB6522.apcprd03.prod.outlook.com>',1,1760007602,'Sent Items'),(2499,1,'a74788065e086ddae4680ada39d10a85','{\"name\":\"John Smith\",\"email\":\"johnsmith251902@outlook.com\"}','[\"suite787@outlook.com\"]','[]','[]',1762334690,'draftttt mail added fffffffff oooooooooooo','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"><style type=\"text/css\" style=\"display:none\">\r\n<!--\r\np\r\n {margin-top:0;\r\n margin-bottom:0}\r\n-->\r\n</style></head><body dir=\"ltr\"><div class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">draftttt mail added fffffffff oooooooooooo</div></body></html>','utf-8',1,0,1,'<SI2PR03MB65202E861281155359B459A3B9C5A@SI2PR03MB6520.apcprd03.prod.outlook.com>',1,1762334690,'Drafts'),(2500,1,'cd31f04c51132dcde0b934d95cd14e26','{\"name\":\"John Smith\",\"email\":\"johnsmith251902@outlook.com\"}','[\"johnwallmart01@outlook.com\"]','[]','[]',1762334544,'ffffffffffffffff','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"><style type=\"text/css\" style=\"display:none\">\r\n<!--\r\np\r\n {margin-top:0;\r\n margin-bottom:0}\r\n-->\r\n</style></head><body dir=\"ltr\"><div class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">fffffffffff</div></body></html>','utf-8',1,0,1,'<SI2PR03MB6520FF7780286CD2BCE7D4D6B9C5A@SI2PR03MB6520.apcprd03.prod.outlook.com>',1,1762334544,'Drafts'),(2501,1,'e9439de60f91a91ee70fe577ee6c9324','{\"name\":\"John Smith\",\"email\":\"johnsmith251902@outlook.com\"}','[\"suite787@outlook.com\"]','[]','[]',1762334514,'ggggggggggggg','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"><style type=\"text/css\" style=\"display:none\">\r\n<!--\r\np\r\n {margin-top:0;\r\n margin-bottom:0}\r\n-->\r\n</style></head><body dir=\"ltr\"><div class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">ggggggggggggg</div></body></html>','utf-8',1,0,1,'<SI2PR03MB6520A6384E907B6FB4393740B9C5A@SI2PR03MB6520.apcprd03.prod.outlook.com>',1,1762334514,'Drafts'),(2502,1,'4ab03fddabda6e335b9aa0d7895d54eb','{\"name\":\"John Smith\",\"email\":\"johnsmith251902@outlook.com\"}','[\"canyaman98@outlook.com\"]','[]','[]',1762334462,'save from outlokkkkkkkkk','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"><style type=\"text/css\" style=\"display:none\">\r\n<!--\r\np\r\n {margin-top:0;\r\n margin-bottom:0}\r\n-->\r\n</style></head><body dir=\"ltr\"><div class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">save from outlokkkkkkkkk</div></body></html>','utf-8',1,0,1,'<SI2PR03MB65201B1F6D84F73C8C39B768B9C5A@SI2PR03MB6520.apcprd03.prod.outlook.com>',1,1762334462,'Drafts'),(2503,1,'e6678550d7f991166d42a1e5e98ab769','{\"name\":\"Heeer prajapati\",\"email\":\"ulrichloewe68@gmail.com\"}','[\"johnsmith251902@outlook.com\"]','[]','[]',1762755668,'11111111today','<html data-qb-installed=\"true\"><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"><style type=\"text/css\">\r\n<!--\r\n.lf-progress\r\n {width:100%;\r\n height:4px;\r\n border-radius:3px}\r\n.lf-player-container :focus\r\n {outline:0}\r\n.lf-popover\r\n {}\r\n.lf-popover-content\r\n {display:inline-block;\r\n opacity:1;\r\n visibility:visible;\r\n box-shadow:0 2px 5px 0 rgba(0,0,0,0.26)}\r\n.lf-popover-content.hidden\r\n {opacity:0;\r\n visibility:hidden}\r\n.lf-player-btn-container\r\n {display:flex;\r\n align-items:center}\r\n.lf-player-btn\r\n {width:14px}\r\n.lf-player-btn.active\r\n {}\r\n.lf-popover\r\n {}\r\n.lf-popover-content\r\n {display:inline-block;\r\n background-color:#ffffff;\r\n opacity:1;\r\n box-shadow:0 2px 5px 0 rgba(0,0,0,0.26);\r\n padding:10px}\r\n.lf-popover-content.hidden\r\n {opacity:0;\r\n visibility:hidden}\r\n.lf-arrow\r\n {z-index:-1;\r\n content:\'\';\r\n bottom:-9px;\r\n border-style:solid;\r\n border-width:10px 10px 0px 10px}\r\n.lf-left-align, .lf-left-align .lfarrow\r\n {left:0;\r\n right:unset}\r\n.lf-right-align, .lf-right-align .lf-arrow\r\n {right:0;\r\n left:unset}\r\n.lf-text-input\r\n {border:1px #ccc solid;\r\n border-radius:5px;\r\n padding:3px;\r\n width:60px;\r\n margin:0}\r\n.lf-color-picker\r\n {display:flex;\r\n flex-direction:row;\r\n justify-content:space-between;\r\n height:90px}\r\n.lf-color-selectors\r\n {display:flex;\r\n flex-direction:column;\r\n justify-content:space-between}\r\n.lf-color-component\r\n {display:flex;\r\n flex-direction:row;\r\n font-size:12px;\r\n align-items:center;\r\n justify-content:center}\r\n.lf-color-component strong\r\n {width:40px}\r\n.lf-color-component input[type=\'range\']\r\n {margin:0 0 0 10px}\r\n.lf-color-component input[type=\'number\']\r\n {width:50px;\r\n margin:0 0 0 10px}\r\n.lf-color-preview\r\n {font-size:12px;\r\n display:flex;\r\n flex-direction:column;\r\n align-items:center;\r\n justify-content:space-between;\r\n padding-left:5px}\r\n.lf-preview\r\n {height:60px;\r\n width:60px}\r\n.lf-popover-snapshot\r\n {width:150px}\r\n.lf-popover-snapshot h5\r\n {margin:5px 0 10px 0;\r\n font-size:0.75rem}\r\n.lf-popover-snapshot a\r\n {display:block;\r\n text-decoration:none}\r\n.lf-popover-snapshot a:before\r\n {content:\'⥼\';\r\n margin-right:5px}\r\n.lf-popover-snapshot .lf-note\r\n {display:block;\r\n margin-top:10px;\r\n color:#999}\r\n.lf-player-controls > div\r\n {margin-right:5px;\r\n margin-left:5px}\r\n.lf-player-controls > div:first-child\r\n {margin-left:0px}\r\n.lf-player-controls > div:last-child\r\n {margin-right:0px}\r\n-->\r\n</style><style type=\"text/css\">\r\n<!--\r\n.lf-progress\r\n {width:100%;\r\n height:4px;\r\n border-radius:3px}\r\n.lf-player-container :focus\r\n {outline:0}\r\n.lf-popover\r\n {}\r\n.lf-popover-content\r\n {display:inline-block;\r\n opacity:1;\r\n visibility:visible;\r\n box-shadow:0 2px 5px 0 rgba(0,0,0,0.26)}\r\n.lf-popover-content.hidden\r\n {opacity:0;\r\n visibility:hidden}\r\n.lf-player-btn-container\r\n {display:flex;\r\n align-items:center}\r\n.lf-player-btn\r\n {width:14px}\r\n.lf-player-btn.active\r\n {}\r\n.lf-popover\r\n {}\r\n.lf-popover-content\r\n {display:inline-block;\r\n background-color:#ffffff;\r\n opacity:1;\r\n box-shadow:0 2px 5px 0 rgba(0,0,0,0.26);\r\n padding:10px}\r\n.lf-popover-content.hidden\r\n {opacity:0;\r\n visibility:hidden}\r\n.lf-arrow\r\n {z-index:-1;\r\n content:\'\';\r\n bottom:-9px;\r\n border-style:solid;\r\n border-width:10px 10px 0px 10px}\r\n.lf-left-align, .lf-left-align .lfarrow\r\n {left:0;\r\n right:unset}\r\n.lf-right-align, .lf-right-align .lf-arrow\r\n {right:0;\r\n left:unset}\r\n.lf-text-input\r\n {border:1px #ccc solid;\r\n border-radius:5px;\r\n padding:3px;\r\n width:60px;\r\n margin:0}\r\n.lf-color-picker\r\n {display:flex;\r\n flex-direction:row;\r\n justify-content:space-between;\r\n height:90px}\r\n.lf-color-selectors\r\n {display:flex;\r\n flex-direction:column;\r\n justify-content:space-between}\r\n.lf-color-component\r\n {display:flex;\r\n flex-direction:row;\r\n font-size:12px;\r\n align-items:center;\r\n justify-content:center}\r\n.lf-color-component strong\r\n {width:40px}\r\n.lf-color-component input[type=\'range\']\r\n {margin:0 0 0 10px}\r\n.lf-color-component input[type=\'number\']\r\n {width:50px;\r\n margin:0 0 0 10px}\r\n.lf-color-preview\r\n {font-size:12px;\r\n display:flex;\r\n flex-direction:column;\r\n align-items:center;\r\n justify-content:space-between;\r\n padding-left:5px}\r\n.lf-preview\r\n {height:60px;\r\n width:60px}\r\n.lf-popover-snapshot\r\n {width:150px}\r\n.lf-popover-snapshot h5\r\n {margin:5px 0 10px 0;\r\n font-size:0.75rem}\r\n.lf-popover-snapshot a\r\n {display:block;\r\n text-decoration:none}\r\n.lf-popover-snapshot a:before\r\n {content:\'⥼\';\r\n margin-right:5px}\r\n.lf-popover-snapshot .lf-note\r\n {display:block;\r\n margin-top:10px;\r\n color:#999}\r\n.lf-player-controls > div\r\n {margin-right:5px;\r\n margin-left:5px}\r\n.lf-player-controls > div:first-child\r\n {margin-left:0px}\r\n.lf-player-controls > div:last-child\r\n {margin-right:0px}\r\n-->\r\n</style><style type=\"text/css\">\r\n<!--\r\n.lf-progress\r\n {width:100%;\r\n height:4px;\r\n border-radius:3px}\r\n.lf-player-container :focus\r\n {outline:0}\r\n.lf-popover\r\n {}\r\n.lf-popover-content\r\n {display:inline-block;\r\n opacity:1;\r\n visibility:visible;\r\n box-shadow:0 2px 5px 0 rgba(0,0,0,0.26)}\r\n.lf-popover-content.hidden\r\n {opacity:0;\r\n visibility:hidden}\r\n.lf-player-btn-container\r\n {display:flex;\r\n align-items:center}\r\n.lf-player-btn\r\n {width:14px}\r\n.lf-player-btn.active\r\n {}\r\n.lf-popover\r\n {}\r\n.lf-popover-content\r\n {display:inline-block;\r\n background-color:#ffffff;\r\n opacity:1;\r\n box-shadow:0 2px 5px 0 rgba(0,0,0,0.26);\r\n padding:10px}\r\n.lf-popover-content.hidden\r\n {opacity:0;\r\n visibility:hidden}\r\n.lf-arrow\r\n {z-index:-1;\r\n content:\'\';\r\n bottom:-9px;\r\n border-style:solid;\r\n border-width:10px 10px 0px 10px}\r\n.lf-left-align, .lf-left-align .lfarrow\r\n {left:0;\r\n right:unset}\r\n.lf-right-align, .lf-right-align .lf-arrow\r\n {right:0;\r\n left:unset}\r\n.lf-text-input\r\n {border:1px #ccc solid;\r\n border-radius:5px;\r\n padding:3px;\r\n width:60px;\r\n margin:0}\r\n.lf-color-picker\r\n {display:flex;\r\n flex-direction:row;\r\n justify-content:space-between;\r\n height:90px}\r\n.lf-color-selectors\r\n {display:flex;\r\n flex-direction:column;\r\n justify-content:space-between}\r\n.lf-color-component\r\n {display:flex;\r\n flex-direction:row;\r\n font-size:12px;\r\n align-items:center;\r\n justify-content:center}\r\n.lf-color-component strong\r\n {width:40px}\r\n.lf-color-component input[type=\'range\']\r\n {margin:0 0 0 10px}\r\n.lf-color-component input[type=\'number\']\r\n {width:50px;\r\n margin:0 0 0 10px}\r\n.lf-color-preview\r\n {font-size:12px;\r\n display:flex;\r\n flex-direction:column;\r\n align-items:center;\r\n justify-content:space-between;\r\n padding-left:5px}\r\n.lf-preview\r\n {height:60px;\r\n width:60px}\r\n.lf-popover-snapshot\r\n {width:150px}\r\n.lf-popover-snapshot h5\r\n {margin:5px 0 10px 0;\r\n font-size:0.75rem}\r\n.lf-popover-snapshot a\r\n {display:block;\r\n text-decoration:none}\r\n.lf-popover-snapshot a:before\r\n {content:\'⥼\';\r\n margin-right:5px}\r\n.lf-popover-snapshot .lf-note\r\n {display:block;\r\n margin-top:10px;\r\n color:#999}\r\n.lf-player-controls > div\r\n {margin-right:5px;\r\n margin-left:5px}\r\n.lf-player-controls > div:first-child\r\n {margin-left:0px}\r\n.lf-player-controls > div:last-child\r\n {margin-right:0px}\r\n-->\r\n</style><style type=\"text/css\">\r\n<!--\r\n.lf-progress\r\n {width:100%;\r\n height:4px;\r\n border-radius:3px}\r\n.lf-player-container :focus\r\n {outline:0}\r\n.lf-popover\r\n {}\r\n.lf-popover-content\r\n {display:inline-block;\r\n opacity:1;\r\n visibility:visible;\r\n box-shadow:0 2px 5px 0 rgba(0,0,0,0.26)}\r\n.lf-popover-content.hidden\r\n {opacity:0;\r\n visibility:hidden}\r\n.lf-player-btn-container\r\n {display:flex;\r\n align-items:center}\r\n.lf-player-btn\r\n {width:14px}\r\n.lf-player-btn.active\r\n {}\r\n.lf-popover\r\n {}\r\n.lf-popover-content\r\n {display:inline-block;\r\n background-color:#ffffff;\r\n opacity:1;\r\n box-shadow:0 2px 5px 0 rgba(0,0,0,0.26);\r\n padding:10px}\r\n.lf-popover-content.hidden\r\n {opacity:0;\r\n visibility:hidden}\r\n.lf-arrow\r\n {z-index:-1;\r\n content:\'\';\r\n bottom:-9px;\r\n border-style:solid;\r\n border-width:10px 10px 0px 10px}\r\n.lf-left-align, .lf-left-align .lfarrow\r\n {left:0;\r\n right:unset}\r\n.lf-right-align, .lf-right-align .lf-arrow\r\n {right:0;\r\n left:unset}\r\n.lf-text-input\r\n {border:1px #ccc solid;\r\n border-radius:5px;\r\n padding:3px;\r\n width:60px;\r\n margin:0}\r\n.lf-color-picker\r\n {display:flex;\r\n flex-direction:row;\r\n justify-content:space-between;\r\n height:90px}\r\n.lf-color-selectors\r\n {display:flex;\r\n flex-direction:column;\r\n justify-content:space-between}\r\n.lf-color-component\r\n {display:flex;\r\n flex-direction:row;\r\n font-size:12px;\r\n align-items:center;\r\n justify-content:center}\r\n.lf-color-component strong\r\n {width:40px}\r\n.lf-color-component input[type=\'range\']\r\n {margin:0 0 0 10px}\r\n.lf-color-component input[type=\'number\']\r\n {width:50px;\r\n margin:0 0 0 10px}\r\n.lf-color-preview\r\n {font-size:12px;\r\n display:flex;\r\n flex-direction:column;\r\n align-items:center;\r\n justify-content:space-between;\r\n padding-left:5px}\r\n.lf-preview\r\n {height:60px;\r\n width:60px}\r\n.lf-popover-snapshot\r\n {width:150px}\r\n.lf-popover-snapshot h5\r\n {margin:5px 0 10px 0;\r\n font-size:0.75rem}\r\n.lf-popover-snapshot a\r\n {display:block;\r\n text-decoration:none}\r\n.lf-popover-snapshot a:before\r\n {content:\'⥼\';\r\n margin-right:5px}\r\n.lf-popover-snapshot .lf-note\r\n {display:block;\r\n margin-top:10px;\r\n color:#999}\r\n.lf-player-controls > div\r\n {margin-right:5px;\r\n margin-left:5px}\r\n.lf-player-controls > div:first-child\r\n {margin-left:0px}\r\n.lf-player-controls > div:last-child\r\n {margin-right:0px}\r\n-->\r\n</style><style type=\"text/css\">\r\n<!--\r\n.lf-progress\r\n {width:100%;\r\n height:4px;\r\n border-radius:3px}\r\n.lf-player-container :focus\r\n {outline:0}\r\n.lf-popover\r\n {}\r\n.lf-popover-content\r\n {display:inline-block;\r\n opacity:1;\r\n visibility:visible;\r\n box-shadow:0 2px 5px 0 rgba(0,0,0,0.26)}\r\n.lf-popover-content.hidden\r\n {opacity:0;\r\n visibility:hidden}\r\n.lf-player-btn-container\r\n {display:flex;\r\n align-items:center}\r\n.lf-player-btn\r\n {width:14px}\r\n.lf-player-btn.active\r\n {}\r\n.lf-popover\r\n {}\r\n.lf-popover-content\r\n {display:inline-block;\r\n background-color:#ffffff;\r\n opacity:1;\r\n box-shadow:0 2px 5px 0 rgba(0,0,0,0.26);\r\n padding:10px}\r\n.lf-popover-content.hidden\r\n {opacity:0;\r\n visibility:hidden}\r\n.lf-arrow\r\n {z-index:-1;\r\n content:\'\';\r\n bottom:-9px;\r\n border-style:solid;\r\n border-width:10px 10px 0px 10px}\r\n.lf-left-align, .lf-left-align .lfarrow\r\n {left:0;\r\n right:unset}\r\n.lf-right-align, .lf-right-align .lf-arrow\r\n {right:0;\r\n left:unset}\r\n.lf-text-input\r\n {border:1px #ccc solid;\r\n border-radius:5px;\r\n padding:3px;\r\n width:60px;\r\n margin:0}\r\n.lf-color-picker\r\n {display:flex;\r\n flex-direction:row;\r\n justify-content:space-between;\r\n height:90px}\r\n.lf-color-selectors\r\n {display:flex;\r\n flex-direction:column;\r\n justify-content:space-between}\r\n.lf-color-component\r\n {display:flex;\r\n flex-direction:row;\r\n font-size:12px;\r\n align-items:center;\r\n justify-content:center}\r\n.lf-color-component strong\r\n {width:40px}\r\n.lf-color-component input[type=\'range\']\r\n {margin:0 0 0 10px}\r\n.lf-color-component input[type=\'number\']\r\n {width:50px;\r\n margin:0 0 0 10px}\r\n.lf-color-preview\r\n {font-size:12px;\r\n display:flex;\r\n flex-direction:column;\r\n align-items:center;\r\n justify-content:space-between;\r\n padding-left:5px}\r\n.lf-preview\r\n {height:60px;\r\n width:60px}\r\n.lf-popover-snapshot\r\n {width:150px}\r\n.lf-popover-snapshot h5\r\n {margin:5px 0 10px 0;\r\n font-size:0.75rem}\r\n.lf-popover-snapshot a\r\n {display:block;\r\n text-decoration:none}\r\n.lf-popover-snapshot a:before\r\n {content:\'⥼\';\r\n margin-right:5px}\r\n.lf-popover-snapshot .lf-note\r\n {display:block;\r\n margin-top:10px;\r\n color:#999}\r\n.lf-player-controls > div\r\n {margin-right:5px;\r\n margin-left:5px}\r\n.lf-player-controls > div:first-child\r\n {margin-left:0px}\r\n.lf-player-controls > div:last-child\r\n {margin-right:0px}\r\n-->\r\n</style><style type=\"text/css\">\r\n<!--\r\n.lf-progress\r\n {width:100%;\r\n height:4px;\r\n border-radius:3px}\r\n.lf-player-container :focus\r\n {outline:0}\r\n.lf-popover\r\n {}\r\n.lf-popover-content\r\n {display:inline-block;\r\n opacity:1;\r\n visibility:visible;\r\n box-shadow:0 2px 5px 0 rgba(0,0,0,0.26)}\r\n.lf-popover-content.hidden\r\n {opacity:0;\r\n visibility:hidden}\r\n.lf-player-btn-container\r\n {display:flex;\r\n align-items:center}\r\n.lf-player-btn\r\n {width:14px}\r\n.lf-player-btn.active\r\n {}\r\n.lf-popover\r\n {}\r\n.lf-popover-content\r\n {display:inline-block;\r\n background-color:#ffffff;\r\n opacity:1;\r\n box-shadow:0 2px 5px 0 rgba(0,0,0,0.26);\r\n padding:10px}\r\n.lf-popover-content.hidden\r\n {opacity:0;\r\n visibility:hidden}\r\n.lf-arrow\r\n {z-index:-1;\r\n content:\'\';\r\n bottom:-9px;\r\n border-style:solid;\r\n border-width:10px 10px 0px 10px}\r\n.lf-left-align, .lf-left-align .lfarrow\r\n {left:0;\r\n right:unset}\r\n.lf-right-align, .lf-right-align .lf-arrow\r\n {right:0;\r\n left:unset}\r\n.lf-text-input\r\n {border:1px #ccc solid;\r\n border-radius:5px;\r\n padding:3px;\r\n width:60px;\r\n margin:0}\r\n.lf-color-picker\r\n {display:flex;\r\n flex-direction:row;\r\n justify-content:space-between;\r\n height:90px}\r\n.lf-color-selectors\r\n {display:flex;\r\n flex-direction:column;\r\n justify-content:space-between}\r\n.lf-color-component\r\n {display:flex;\r\n flex-direction:row;\r\n font-size:12px;\r\n align-items:center;\r\n justify-content:center}\r\n.lf-color-component strong\r\n {width:40px}\r\n.lf-color-component input[type=\'range\']\r\n {margin:0 0 0 10px}\r\n.lf-color-component input[type=\'number\']\r\n {width:50px;\r\n margin:0 0 0 10px}\r\n.lf-color-preview\r\n {font-size:12px;\r\n display:flex;\r\n flex-direction:column;\r\n align-items:center;\r\n justify-content:space-between;\r\n padding-left:5px}\r\n.lf-preview\r\n {height:60px;\r\n width:60px}\r\n.lf-popover-snapshot\r\n {width:150px}\r\n.lf-popover-snapshot h5\r\n {margin:5px 0 10px 0;\r\n font-size:0.75rem}\r\n.lf-popover-snapshot a\r\n {display:block;\r\n text-decoration:none}\r\n.lf-popover-snapshot a:before\r\n {content:\'⥼\';\r\n margin-right:5px}\r\n.lf-popover-snapshot .lf-note\r\n {display:block;\r\n margin-top:10px;\r\n color:#999}\r\n.lf-player-controls > div\r\n {margin-right:5px;\r\n margin-left:5px}\r\n.lf-player-controls > div:first-child\r\n {margin-left:0px}\r\n.lf-player-controls > div:last-child\r\n {margin-right:0px}\r\n-->\r\n</style></head><body data-gr-ext-installed=\"\" data-gramm=\"false\" data-lpop-hide-native-caret=\"\" data-new-gr-c-s-check-loaded=\"14.1260.0\" data-new-gr-c-s-loaded=\"14.1260.0\" data-qb-tmp-id=\"lt-34582\">2025-11-10 (yyyy-mm-dd)<br>11:50:49<br>UTC<br>(UTC+05:30) Chennai, Kolkata, Mumbai, New Delhi<br><a href=\"https://vtigerofficephase3.varianceinfotech.net//index.php?module=Contacts&view=Detail&record=275369\">CRM Detail View URL</a><br><a href=\"https://vtigerofficephase3.varianceinfotech.net//customerportal/index.php?module=Contacts&action=index&id=275369&status=true\">Portal Detail View URL</a><br><a href=\"https://vtigerofficephase3.varianceinfotech.net/\">Site Url</a><br><a href=\"https://vtigerofficephase3.varianceinfotech.net//customerportal\">Portal Url</a><br>275369<br>your-support name<br><br><br>Open AI Tools (or press CTRL twice)Open AI Tools (or press CTRL twice)Open AI Tools (or press CTRL twice) <br><br></body></html>','utf-8',1,0,1,'<abd67f10d8c2f7578a8d5a1ed29e2f9c@vtigerofficephase3.varianceinfotech.net>',1,1762755668,'Junk Email'),(2504,1,'a95d20997cca45c736d6d797ed758236','{\"name\":\"John Smith\",\"email\":\"johnsmith251902@outlook.com\"}','[\"jennifer701911@outlook.com\"]','[]','[]',1758612270,'failes1111111111','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"></head><body>failes1111111111 </body></html>','utf-8',1,0,1,'<SEZPR03MB652221B96E7603204C219708B91DA@SEZPR03MB6522.apcprd03.prod.outlook.com>',1,1758612272,'Sent Items'),(2505,1,'2d1a0907ed19364c2488078126a48e96','{\"name\":\"John Smith\",\"email\":\"johnsmith251902@outlook.com\"}','[\"jennifer701911@outlook.com\"]','[]','[]',1758607671,'jfif from outlok','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"><style type=\"text/css\" style=\"display:none\">\r\n<!--\r\np\r\n {margin-top:0;\r\n margin-bottom:0}\r\n-->\r\n</style></head><body dir=\"ltr\"><div class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\"><br></div></body></html>','utf-8',1,0,1,'<SEZPR03MB6522C52DC9EDA3F6D5BD0668B91DA@SEZPR03MB6522.apcprd03.prod.outlook.com>',1,1758607687,'Sent Items'),(2506,1,'57f91f1a14609c378a81b39b8a5a8296','{\"name\":\"John Smith\",\"email\":\"johnsmith251902@outlook.com\"}','[\"jennifer701911@outlook.com\"]','[]','[]',1758606685,'Test email','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"><style type=\"text/css\" style=\"display:none\">\r\n<!--\r\np\r\n {margin-top:0;\r\n margin-bottom:0}\r\n-->\r\n</style></head><body dir=\"ltr\"><div class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Test email</div></body></html>','utf-8',1,0,1,'<SEZPR03MB65220439BDCCF15D2906DBF5B91DA@SEZPR03MB6522.apcprd03.prod.outlook.com>',1,1758611909,'Sent Items'),(2507,1,'1a28072b53c574d21d4fdbdf28817483','{\"name\":\"John Smith\",\"email\":\"johnsmith251902@outlook.com\"}','[\"jackson.kilvington@outlook.com\"]','[]','[]',1756798295,'Scheduling a Demo Session','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"></head><body><p data-end=\"190\" data-start=\"167\">Dear Ms. Emily Brown,</p><p data-end=\"210\" data-start=\"192\">Good day to you.</p><p data-end=\"400\" data-start=\"212\">I am interested in learning more about your solution <strong data-end=\"279\" data-start=\"265\">“CRM Plus”</strong> and would like to request a product demo. Please suggest a suitable date and time for the session at your convenience.</p><p data-end=\"501\" data-start=\"402\">If there are any prerequisites or materials to review before the demo, kindly share them with me.</p><p data-end=\"562\" data-start=\"503\">Thank you for your support. I look forward to your reply.</p><p data-end=\"685\" data-start=\"564\">Best regards,<br data-end=\"580\" data-start=\"577\">Michael Davis</p></body></html>','utf-8',1,0,1,'<SEZPR03MB652261CA91C68F105C690F9DB906A@SEZPR03MB6522.apcprd03.prod.outlook.com>',1,1756804678,'Sent Items'),(2508,1,'c7fdb6acf7d5d3aa131d1ed9b76f9baf','{\"name\":\"John Smith\",\"email\":\"johnsmith251902@outlook.com\"}','[\"johnsmith251902@outlook.com\"]','[]','[]',1756796486,'Invitation to Office Meeting on Project Updates','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"><style type=\"text/css\" style=\"display:none\">\r\n<!--\r\np\r\n {margin-top:0;\r\n margin-bottom:0}\r\n-->\r\n</style></head><body dir=\"ltr\"><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Dear Mr. Daniel Wilson,</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">I hope this email finds you well.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">This is to inform you that an office meeting has been scheduled to discuss the <b>progress and next steps for the Alpha Project</b>. The details are as follows:</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\"><b>Date:</b> Wednesday, 4th September 2025<br><b>Time:</b> 11:00 AM – 12:00 PM<br><b>Venue:</b> Conference Room B, 2nd Floor</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Your participation is important as we will be reviewing the current status, addressing challenges, and planning upcoming tasks. Please make sure to carry any necessary documents or reports related to your team’s deliverables.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Kindly confirm your availability for the meeting.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Best regards,<br>Sarah Johnson</div><div class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\"><br></div></body></html>','utf-8',1,0,1,'<SEZPR03MB6522B8D97783DFEB88B6C78FB906A@SEZPR03MB6522.apcprd03.prod.outlook.com>',1,1756796489,'Sent Items'),(2509,1,'f84ffe6af9878765f9eef03fcb7bddcf','{\"name\":\"John Smith\",\"email\":\"johnsmith251902@outlook.com\"}','[\"johnsmith251902@outlook.com\",\"poojachandarana.variance@gmail.com\",\"canyaman98@outlook.com\"]','[]','[]',1762859284,'send mail from the crm TOO','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"></head><body>send mail from the crm TOO </body></html>','utf-8',1,0,1,'<SEZPR03MB65223F2950FFAE657CA2EED6B9CFA@SEZPR03MB6522.apcprd03.prod.outlook.com>',1,1762859284,'Inbox'),(2510,1,'727529a419b030452875cc3c4e0b1362','{\"name\":\"John Smith\",\"email\":\"johnsmith251902@outlook.com\"}','[\"suite787@outlook.com\",\"canyaman98@outlook.com\",\"johnwallmart01@outlook.com\"]','[]','[]',1762857265,'QQQQQQQ','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"></head><body>QQQQQQQQQQQQ </body></html>','utf-8',1,0,1,'<SEZPR03MB652287AFF45940C4AB12715CB9CFA@SEZPR03MB6522.apcprd03.prod.outlook.com>',1,1762857292,'Sent Items'),(2511,1,'a761b2a9f1aca6704937502fc4e950ba','{\"name\":\"can yaman\",\"email\":\"canyaman98@outlook.com\"}','[\"johnsmith251902@outlook.com\"]','[]','[]',1762859423,'Hello i am sending you testing mail so ignore it ...................','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"><style type=\"text/css\" style=\"display:none\">\r\n<!--\r\np\r\n {margin-top:0;\r\n margin-bottom:0}\r\n-->\r\n</style></head><body dir=\"ltr\"><div class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Hello i am sending you testing mail so ignore it ...................</div></body></html>','utf-8',1,0,1,'<JH0PR04MB731119AA6E1FB7FC13CF0C84CBCFA@JH0PR04MB7311.apcprd04.prod.outlook.com>',1,1762859428,'drafts'),(2512,1,'3e581f9fde1da50cfdbe4fabce14fd04','{\"name\":\"can yaman\",\"email\":\"canyaman98@outlook.com\"}','[\"johnsmith251902@outlook.com\"]','[]','[]',1762763114,'AAAAAA','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"></head><body><br><br></body></html>','utf-8',1,0,1,'<JH0PR04MB7311124780DA49C9616DE490CBCEA@JH0PR04MB7311.apcprd04.prod.outlook.com>',1,1762859022,'Deleted Items'),(2513,1,'c5677ad647fcc3755bcb8521bf8c58cd','{\"name\":\"can yaman\",\"email\":\"canyaman98@outlook.com\"}','[\"johnsmith251902@outlook.com\"]','[]','[]',1762762692,'AAAAAA','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"></head><body><br><br></body></html>','utf-8',1,0,1,'<JH0PR04MB73113DF61433493FC91576A8CBCEA@JH0PR04MB7311.apcprd04.prod.outlook.com>',1,1762859060,'Deleted Items'),(2514,1,'160bec3f4344af00d24f72fca4b33b75','{\"name\":\"can yaman\",\"email\":\"canyaman98@outlook.com\"}','[\"johnsmith251902@outlook.com\"]','[]','[]',1762756092,'11111111today','<html data-qb-installed=\"true\"><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"><style type=\"text/css\">\r\n<!--\r\n.lf-progress\r\n {width:100%;\r\n height:4px;\r\n border-radius:3px}\r\n.lf-player-container :focus\r\n {outline:0}\r\n.lf-popover\r\n {}\r\n.lf-popover-content\r\n {display:inline-block;\r\n opacity:1;\r\n visibility:visible;\r\n box-shadow:0 2px 5px 0 rgba(0,0,0,0.26)}\r\n.lf-popover-content.hidden\r\n {opacity:0;\r\n visibility:hidden}\r\n.lf-player-btn-container\r\n {display:flex;\r\n align-items:center}\r\n.lf-player-btn\r\n {width:14px}\r\n.lf-player-btn.active\r\n {}\r\n.lf-popover\r\n {}\r\n.lf-popover-content\r\n {display:inline-block;\r\n background-color:#ffffff;\r\n opacity:1;\r\n box-shadow:0 2px 5px 0 rgba(0,0,0,0.26);\r\n padding:10px}\r\n.lf-popover-content.hidden\r\n {opacity:0;\r\n visibility:hidden}\r\n.lf-arrow\r\n {z-index:-1;\r\n content:\'\';\r\n bottom:-9px;\r\n border-style:solid;\r\n border-width:10px 10px 0px 10px}\r\n.lf-left-align, .lf-left-align .lfarrow\r\n {left:0;\r\n right:unset}\r\n.lf-right-align, .lf-right-align .lf-arrow\r\n {right:0;\r\n left:unset}\r\n.lf-text-input\r\n {border:1px #ccc solid;\r\n border-radius:5px;\r\n padding:3px;\r\n width:60px;\r\n margin:0}\r\n.lf-color-picker\r\n {display:flex;\r\n flex-direction:row;\r\n justify-content:space-between;\r\n height:90px}\r\n.lf-color-selectors\r\n {display:flex;\r\n flex-direction:column;\r\n justify-content:space-between}\r\n.lf-color-component\r\n {display:flex;\r\n flex-direction:row;\r\n font-size:12px;\r\n align-items:center;\r\n justify-content:center}\r\n.lf-color-component strong\r\n {width:40px}\r\n.lf-color-component input[type=\'range\']\r\n {margin:0 0 0 10px}\r\n.lf-color-component input[type=\'number\']\r\n {width:50px;\r\n margin:0 0 0 10px}\r\n.lf-color-preview\r\n {font-size:12px;\r\n display:flex;\r\n flex-direction:column;\r\n align-items:center;\r\n justify-content:space-between;\r\n padding-left:5px}\r\n.lf-preview\r\n {height:60px;\r\n width:60px}\r\n.lf-popover-snapshot\r\n {width:150px}\r\n.lf-popover-snapshot h5\r\n {margin:5px 0 10px 0;\r\n font-size:0.75rem}\r\n.lf-popover-snapshot a\r\n {display:block;\r\n text-decoration:none}\r\n.lf-popover-snapshot a:before\r\n {margin-right:5px}\r\n.lf-popover-snapshot .lf-note\r\n {display:block;\r\n margin-top:10px;\r\n color:#999}\r\n.lf-player-controls > div\r\n {margin-right:5px;\r\n margin-left:5px}\r\n.lf-player-controls > div:first-child\r\n {margin-left:0px}\r\n.lf-player-controls > div:last-child\r\n {margin-right:0px}\r\n-->\r\n</style><style type=\"text/css\">\r\n<!--\r\n.lf-progress\r\n {width:100%;\r\n height:4px;\r\n border-radius:3px}\r\n.lf-player-container :focus\r\n {outline:0}\r\n.lf-popover\r\n {}\r\n.lf-popover-content\r\n {display:inline-block;\r\n opacity:1;\r\n visibility:visible;\r\n box-shadow:0 2px 5px 0 rgba(0,0,0,0.26)}\r\n.lf-popover-content.hidden\r\n {opacity:0;\r\n visibility:hidden}\r\n.lf-player-btn-container\r\n {display:flex;\r\n align-items:center}\r\n.lf-player-btn\r\n {width:14px}\r\n.lf-player-btn.active\r\n {}\r\n.lf-popover\r\n {}\r\n.lf-popover-content\r\n {display:inline-block;\r\n background-color:#ffffff;\r\n opacity:1;\r\n box-shadow:0 2px 5px 0 rgba(0,0,0,0.26);\r\n padding:10px}\r\n.lf-popover-content.hidden\r\n {opacity:0;\r\n visibility:hidden}\r\n.lf-arrow\r\n {z-index:-1;\r\n content:\'\';\r\n bottom:-9px;\r\n border-style:solid;\r\n border-width:10px 10px 0px 10px}\r\n.lf-left-align, .lf-left-align .lfarrow\r\n {left:0;\r\n right:unset}\r\n.lf-right-align, .lf-right-align .lf-arrow\r\n {right:0;\r\n left:unset}\r\n.lf-text-input\r\n {border:1px #ccc solid;\r\n border-radius:5px;\r\n padding:3px;\r\n width:60px;\r\n margin:0}\r\n.lf-color-picker\r\n {display:flex;\r\n flex-direction:row;\r\n justify-content:space-between;\r\n height:90px}\r\n.lf-color-selectors\r\n {display:flex;\r\n flex-direction:column;\r\n justify-content:space-between}\r\n.lf-color-component\r\n {display:flex;\r\n flex-direction:row;\r\n font-size:12px;\r\n align-items:center;\r\n justify-content:center}\r\n.lf-color-component strong\r\n {width:40px}\r\n.lf-color-component input[type=\'range\']\r\n {margin:0 0 0 10px}\r\n.lf-color-component input[type=\'number\']\r\n {width:50px;\r\n margin:0 0 0 10px}\r\n.lf-color-preview\r\n {font-size:12px;\r\n display:flex;\r\n flex-direction:column;\r\n align-items:center;\r\n justify-content:space-between;\r\n padding-left:5px}\r\n.lf-preview\r\n {height:60px;\r\n width:60px}\r\n.lf-popover-snapshot\r\n {width:150px}\r\n.lf-popover-snapshot h5\r\n {margin:5px 0 10px 0;\r\n font-size:0.75rem}\r\n.lf-popover-snapshot a\r\n {display:block;\r\n text-decoration:none}\r\n.lf-popover-snapshot a:before\r\n {margin-right:5px}\r\n.lf-popover-snapshot .lf-note\r\n {display:block;\r\n margin-top:10px;\r\n color:#999}\r\n.lf-player-controls > div\r\n {margin-right:5px;\r\n margin-left:5px}\r\n.lf-player-controls > div:first-child\r\n {margin-left:0px}\r\n.lf-player-controls > div:last-child\r\n {margin-right:0px}\r\n-->\r\n</style><style type=\"text/css\">\r\n<!--\r\n.lf-progress\r\n {width:100%;\r\n height:4px;\r\n border-radius:3px}\r\n.lf-player-container :focus\r\n {outline:0}\r\n.lf-popover\r\n {}\r\n.lf-popover-content\r\n {display:inline-block;\r\n opacity:1;\r\n visibility:visible;\r\n box-shadow:0 2px 5px 0 rgba(0,0,0,0.26)}\r\n.lf-popover-content.hidden\r\n {opacity:0;\r\n visibility:hidden}\r\n.lf-player-btn-container\r\n {display:flex;\r\n align-items:center}\r\n.lf-player-btn\r\n {width:14px}\r\n.lf-player-btn.active\r\n {}\r\n.lf-popover\r\n {}\r\n.lf-popover-content\r\n {display:inline-block;\r\n background-color:#ffffff;\r\n opacity:1;\r\n box-shadow:0 2px 5px 0 rgba(0,0,0,0.26);\r\n padding:10px}\r\n.lf-popover-content.hidden\r\n {opacity:0;\r\n visibility:hidden}\r\n.lf-arrow\r\n {z-index:-1;\r\n content:\'\';\r\n bottom:-9px;\r\n border-style:solid;\r\n border-width:10px 10px 0px 10px}\r\n.lf-left-align, .lf-left-align .lfarrow\r\n {left:0;\r\n right:unset}\r\n.lf-right-align, .lf-right-align .lf-arrow\r\n {right:0;\r\n left:unset}\r\n.lf-text-input\r\n {border:1px #ccc solid;\r\n border-radius:5px;\r\n padding:3px;\r\n width:60px;\r\n margin:0}\r\n.lf-color-picker\r\n {display:flex;\r\n flex-direction:row;\r\n justify-content:space-between;\r\n height:90px}\r\n.lf-color-selectors\r\n {display:flex;\r\n flex-direction:column;\r\n justify-content:space-between}\r\n.lf-color-component\r\n {display:flex;\r\n flex-direction:row;\r\n font-size:12px;\r\n align-items:center;\r\n justify-content:center}\r\n.lf-color-component strong\r\n {width:40px}\r\n.lf-color-component input[type=\'range\']\r\n {margin:0 0 0 10px}\r\n.lf-color-component input[type=\'number\']\r\n {width:50px;\r\n margin:0 0 0 10px}\r\n.lf-color-preview\r\n {font-size:12px;\r\n display:flex;\r\n flex-direction:column;\r\n align-items:center;\r\n justify-content:space-between;\r\n padding-left:5px}\r\n.lf-preview\r\n {height:60px;\r\n width:60px}\r\n.lf-popover-snapshot\r\n {width:150px}\r\n.lf-popover-snapshot h5\r\n {margin:5px 0 10px 0;\r\n font-size:0.75rem}\r\n.lf-popover-snapshot a\r\n {display:block;\r\n text-decoration:none}\r\n.lf-popover-snapshot a:before\r\n {margin-right:5px}\r\n.lf-popover-snapshot .lf-note\r\n {display:block;\r\n margin-top:10px;\r\n color:#999}\r\n.lf-player-controls > div\r\n {margin-right:5px;\r\n margin-left:5px}\r\n.lf-player-controls > div:first-child\r\n {margin-left:0px}\r\n.lf-player-controls > div:last-child\r\n {margin-right:0px}\r\n-->\r\n</style><style type=\"text/css\">\r\n<!--\r\n.lf-progress\r\n {width:100%;\r\n height:4px;\r\n border-radius:3px}\r\n.lf-player-container :focus\r\n {outline:0}\r\n.lf-popover\r\n {}\r\n.lf-popover-content\r\n {display:inline-block;\r\n opacity:1;\r\n visibility:visible;\r\n box-shadow:0 2px 5px 0 rgba(0,0,0,0.26)}\r\n.lf-popover-content.hidden\r\n {opacity:0;\r\n visibility:hidden}\r\n.lf-player-btn-container\r\n {display:flex;\r\n align-items:center}\r\n.lf-player-btn\r\n {width:14px}\r\n.lf-player-btn.active\r\n {}\r\n.lf-popover\r\n {}\r\n.lf-popover-content\r\n {display:inline-block;\r\n background-color:#ffffff;\r\n opacity:1;\r\n box-shadow:0 2px 5px 0 rgba(0,0,0,0.26);\r\n padding:10px}\r\n.lf-popover-content.hidden\r\n {opacity:0;\r\n visibility:hidden}\r\n.lf-arrow\r\n {z-index:-1;\r\n content:\'\';\r\n bottom:-9px;\r\n border-style:solid;\r\n border-width:10px 10px 0px 10px}\r\n.lf-left-align, .lf-left-align .lfarrow\r\n {left:0;\r\n right:unset}\r\n.lf-right-align, .lf-right-align .lf-arrow\r\n {right:0;\r\n left:unset}\r\n.lf-text-input\r\n {border:1px #ccc solid;\r\n border-radius:5px;\r\n padding:3px;\r\n width:60px;\r\n margin:0}\r\n.lf-color-picker\r\n {display:flex;\r\n flex-direction:row;\r\n justify-content:space-between;\r\n height:90px}\r\n.lf-color-selectors\r\n {display:flex;\r\n flex-direction:column;\r\n justify-content:space-between}\r\n.lf-color-component\r\n {display:flex;\r\n flex-direction:row;\r\n font-size:12px;\r\n align-items:center;\r\n justify-content:center}\r\n.lf-color-component strong\r\n {width:40px}\r\n.lf-color-component input[type=\'range\']\r\n {margin:0 0 0 10px}\r\n.lf-color-component input[type=\'number\']\r\n {width:50px;\r\n margin:0 0 0 10px}\r\n.lf-color-preview\r\n {font-size:12px;\r\n display:flex;\r\n flex-direction:column;\r\n align-items:center;\r\n justify-content:space-between;\r\n padding-left:5px}\r\n.lf-preview\r\n {height:60px;\r\n width:60px}\r\n.lf-popover-snapshot\r\n {width:150px}\r\n.lf-popover-snapshot h5\r\n {margin:5px 0 10px 0;\r\n font-size:0.75rem}\r\n.lf-popover-snapshot a\r\n {display:block;\r\n text-decoration:none}\r\n.lf-popover-snapshot a:before\r\n {margin-right:5px}\r\n.lf-popover-snapshot .lf-note\r\n {display:block;\r\n margin-top:10px;\r\n color:#999}\r\n.lf-player-controls > div\r\n {margin-right:5px;\r\n margin-left:5px}\r\n.lf-player-controls > div:first-child\r\n {margin-left:0px}\r\n.lf-player-controls > div:last-child\r\n {margin-right:0px}\r\n-->\r\n</style><style type=\"text/css\">\r\n<!--\r\n.lf-progress\r\n {width:100%;\r\n height:4px;\r\n border-radius:3px}\r\n.lf-player-container :focus\r\n {outline:0}\r\n.lf-popover\r\n {}\r\n.lf-popover-content\r\n {display:inline-block;\r\n opacity:1;\r\n visibility:visible;\r\n box-shadow:0 2px 5px 0 rgba(0,0,0,0.26)}\r\n.lf-popover-content.hidden\r\n {opacity:0;\r\n visibility:hidden}\r\n.lf-player-btn-container\r\n {display:flex;\r\n align-items:center}\r\n.lf-player-btn\r\n {width:14px}\r\n.lf-player-btn.active\r\n {}\r\n.lf-popover\r\n {}\r\n.lf-popover-content\r\n {display:inline-block;\r\n background-color:#ffffff;\r\n opacity:1;\r\n box-shadow:0 2px 5px 0 rgba(0,0,0,0.26);\r\n padding:10px}\r\n.lf-popover-content.hidden\r\n {opacity:0;\r\n visibility:hidden}\r\n.lf-arrow\r\n {z-index:-1;\r\n content:\'\';\r\n bottom:-9px;\r\n border-style:solid;\r\n border-width:10px 10px 0px 10px}\r\n.lf-left-align, .lf-left-align .lfarrow\r\n {left:0;\r\n right:unset}\r\n.lf-right-align, .lf-right-align .lf-arrow\r\n {right:0;\r\n left:unset}\r\n.lf-text-input\r\n {border:1px #ccc solid;\r\n border-radius:5px;\r\n padding:3px;\r\n width:60px;\r\n margin:0}\r\n.lf-color-picker\r\n {display:flex;\r\n flex-direction:row;\r\n justify-content:space-between;\r\n height:90px}\r\n.lf-color-selectors\r\n {display:flex;\r\n flex-direction:column;\r\n justify-content:space-between}\r\n.lf-color-component\r\n {display:flex;\r\n flex-direction:row;\r\n font-size:12px;\r\n align-items:center;\r\n justify-content:center}\r\n.lf-color-component strong\r\n {width:40px}\r\n.lf-color-component input[type=\'range\']\r\n {margin:0 0 0 10px}\r\n.lf-color-component input[type=\'number\']\r\n {width:50px;\r\n margin:0 0 0 10px}\r\n.lf-color-preview\r\n {font-size:12px;\r\n display:flex;\r\n flex-direction:column;\r\n align-items:center;\r\n justify-content:space-between;\r\n padding-left:5px}\r\n.lf-preview\r\n {height:60px;\r\n width:60px}\r\n.lf-popover-snapshot\r\n {width:150px}\r\n.lf-popover-snapshot h5\r\n {margin:5px 0 10px 0;\r\n font-size:0.75rem}\r\n.lf-popover-snapshot a\r\n {display:block;\r\n text-decoration:none}\r\n.lf-popover-snapshot a:before\r\n {margin-right:5px}\r\n.lf-popover-snapshot .lf-note\r\n {display:block;\r\n margin-top:10px;\r\n color:#999}\r\n.lf-player-controls > div\r\n {margin-right:5px;\r\n margin-left:5px}\r\n.lf-player-controls > div:first-child\r\n {margin-left:0px}\r\n.lf-player-controls > div:last-child\r\n {margin-right:0px}\r\n-->\r\n</style><style type=\"text/css\">\r\n<!--\r\n.lf-progress\r\n {width:100%;\r\n height:4px;\r\n border-radius:3px}\r\n.lf-player-container :focus\r\n {outline:0}\r\n.lf-popover\r\n {}\r\n.lf-popover-content\r\n {display:inline-block;\r\n opacity:1;\r\n visibility:visible;\r\n box-shadow:0 2px 5px 0 rgba(0,0,0,0.26)}\r\n.lf-popover-content.hidden\r\n {opacity:0;\r\n visibility:hidden}\r\n.lf-player-btn-container\r\n {display:flex;\r\n align-items:center}\r\n.lf-player-btn\r\n {width:14px}\r\n.lf-player-btn.active\r\n {}\r\n.lf-popover\r\n {}\r\n.lf-popover-content\r\n {display:inline-block;\r\n background-color:#ffffff;\r\n opacity:1;\r\n box-shadow:0 2px 5px 0 rgba(0,0,0,0.26);\r\n padding:10px}\r\n.lf-popover-content.hidden\r\n {opacity:0;\r\n visibility:hidden}\r\n.lf-arrow\r\n {z-index:-1;\r\n content:\'\';\r\n bottom:-9px;\r\n border-style:solid;\r\n border-width:10px 10px 0px 10px}\r\n.lf-left-align, .lf-left-align .lfarrow\r\n {left:0;\r\n right:unset}\r\n.lf-right-align, .lf-right-align .lf-arrow\r\n {right:0;\r\n left:unset}\r\n.lf-text-input\r\n {border:1px #ccc solid;\r\n border-radius:5px;\r\n padding:3px;\r\n width:60px;\r\n margin:0}\r\n.lf-color-picker\r\n {display:flex;\r\n flex-direction:row;\r\n justify-content:space-between;\r\n height:90px}\r\n.lf-color-selectors\r\n {display:flex;\r\n flex-direction:column;\r\n justify-content:space-between}\r\n.lf-color-component\r\n {display:flex;\r\n flex-direction:row;\r\n font-size:12px;\r\n align-items:center;\r\n justify-content:center}\r\n.lf-color-component strong\r\n {width:40px}\r\n.lf-color-component input[type=\'range\']\r\n {margin:0 0 0 10px}\r\n.lf-color-component input[type=\'number\']\r\n {width:50px;\r\n margin:0 0 0 10px}\r\n.lf-color-preview\r\n {font-size:12px;\r\n display:flex;\r\n flex-direction:column;\r\n align-items:center;\r\n justify-content:space-between;\r\n padding-left:5px}\r\n.lf-preview\r\n {height:60px;\r\n width:60px}\r\n.lf-popover-snapshot\r\n {width:150px}\r\n.lf-popover-snapshot h5\r\n {margin:5px 0 10px 0;\r\n font-size:0.75rem}\r\n.lf-popover-snapshot a\r\n {display:block;\r\n text-decoration:none}\r\n.lf-popover-snapshot a:before\r\n {margin-right:5px}\r\n.lf-popover-snapshot .lf-note\r\n {display:block;\r\n margin-top:10px;\r\n color:#999}\r\n.lf-player-controls > div\r\n {margin-right:5px;\r\n margin-left:5px}\r\n.lf-player-controls > div:first-child\r\n {margin-left:0px}\r\n.lf-player-controls > div:last-child\r\n {margin-right:0px}\r\n-->\r\n</style></head><body data-gr-ext-installed=\"\" data-gramm=\"false\" data-lpop-hide-native-caret=\"\" data-new-gr-c-s-check-loaded=\"14.1260.0\" data-new-gr-c-s-loaded=\"14.1260.0\" data-qb-tmp-id=\"lt-34582\">2025-11-10 (yyyy-mm-dd)<br>11:57:36<br>UTC<br>(UTC+05:30) Chennai, Kolkata, Mumbai, New Delhi<br><a href=\"https://vtigerofficephase3.varianceinfotech.net//index.php?module=Contacts&view=Detail&record=275369\">CRM Detail View URL</a><br><a href=\"https://vtigerofficephase3.varianceinfotech.net//customerportal/index.php?module=Contacts&action=index&id=275369&status=true\">Portal Detail View URL</a><br><a href=\"https://vtigerofficephase3.varianceinfotech.net/\">Site Url</a><br><a href=\"https://vtigerofficephase3.varianceinfotech.net//customerportal\">Portal Url</a><br>275369<br>your-support name<br><br><br>Open AI Tools (or press CTRL twice)Open AI Tools (or press CTRL twice)Open AI Tools (or press CTRL twice) <br><br></body></html>','utf-8',1,0,1,'<JH0PR04MB7311278DF2F58C024665227DCBCEA@JH0PR04MB7311.apcprd04.prod.outlook.com>',1,1762859081,'Deleted Items'),(2515,1,'f5bfc91bac455045097f40d658fe113e','{\"name\":\"Nidhi\",\"email\":\"nidhi.variance@gmail.com\"}','[\"johnsmith251902@outlook.com\"]','[]','[]',1762509509,'dsffffff','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"></head><body><div dir=\"ltr\">sfsfedsed</div></body></html>','utf-8',1,0,1,'<CAH5s6r6pQRtWdsyb_iZFEoMF_B09DAmT21b-oKsn6Cs8kk0Rxw@mail.gmail.com>',1,1762859082,'Deleted Items'),(2516,1,'8277b4c8a368d190299f3361da72cfff','{\"name\":\"Nidhi\",\"email\":\"nidhi.variance@gmail.com\"}','[\"johnsmith251902@outlook.com\"]','[]','[]',1762509431,'xzzzzzzzz','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"></head><body><div dir=\"ltr\">sazdd</div></body></html>','utf-8',1,0,1,'<CAH5s6r5qP6A9Z+CrwkSp_09Th_NVjTvXZUwTcJXqYEMcWVAjqw@mail.gmail.com>',1,1762859085,'Deleted Items'),(2517,1,'bfe194c2c9772a083a984f5404f75171','{\"name\":\"Nidhi\",\"email\":\"nidhi.variance@gmail.com\"}','[\"johnsmith251902@outlook.com\"]','[]','[]',1762509115,'wwwww','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"></head><body><div dir=\"ltr\">wwwwwwwwwww</div></body></html>','utf-8',1,0,1,'<CAH5s6r7edLCVTrEqviQ1PZnBip6-FxJBrne7mSf8KAhhnYLyFQ@mail.gmail.com>',1,1762859085,'Deleted Items'),(2518,1,'87dbdb6f4e3d16e9876ad90fce49fcb5','{\"name\":\"Nidhi\",\"email\":\"nidhi.variance@gmail.com\"}','[\"johnsmith251902@outlook.com\"]','[]','[]',1762509021,'dddddddddddd','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"></head><body><div dir=\"ltr\">dssssssssssss</div></body></html>','utf-8',1,0,1,'<CAH5s6r5UsQT4wVx-s2uBri2reH9Bf-HKv_XA7WUNQ9hhyZaZig@mail.gmail.com>',1,1762859084,'Deleted Items'),(2519,1,'9007697ea6421e9c547d38e90d96ffa8','{\"name\":\"Nidhi\",\"email\":\"nidhi.variance@gmail.com\"}','[\"johnsmith251902@outlook.com\"]','[]','[]',1762508874,'rrrrrrrrrr','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"></head><body><div dir=\"ltr\">rrrrrrrrrr rrrrrrrrrr</div></body></html>','utf-8',1,0,1,'<CAH5s6r7BvGA=EyZ74fxdwPpWJyToGS+eAXD++3kOfY3-HaWQsA@mail.gmail.com>',1,1762859080,'Deleted Items'),(2520,1,'c095353b62268aee8baa5c0a3ee398f2','{\"name\":\"Nidhi Jethva\",\"email\":\"nidhi.jethva14@outlook.com\"}','[\"johnsmith251902@outlook.com\"]','[]','[]',1762498592,'test outlook','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"><style type=\"text/css\" style=\"display:none\">\r\n<!--\r\np\r\n {margin-top:0;\r\n margin-bottom:0}\r\n-->\r\n</style></head><body dir=\"ltr\"><div class=\"elementToProof\" style=\"font-family:Aptos,"Aptos_EmbeddedFont","Aptos_MSFontService",Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">test outlooktest outlook</div></body></html>','utf-8',1,0,1,'<KL1PR04MB73654B7E1FA3677D29DF4F2F91C3A@KL1PR04MB7365.apcprd04.prod.outlook.com>',1,1762859087,'Deleted Items'),(2521,1,'1edb3d8a0e402fb1541cc53eacb6d0d7','{\"name\":\"Nidhi\",\"email\":\"nidhi.variance@gmail.com\"}','[\"johnsmith251902@outlook.com\"]','[]','[]',1762498518,'test gmail','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"></head><body><div dir=\"ltr\">test gmail test gmail</div></body></html>','utf-8',1,0,1,'<CAH5s6r7avDTR-=xAiibkpX6zbHKdeJYQZ1t8p+caNsfmLBPGLw@mail.gmail.com>',1,1762859079,'Deleted Items'),(2522,1,'1da5c3a32c30e65b320e0de2d73b8598','{\"name\":\"Pooja Chandarana\",\"email\":\"poojachandarana.variance@gmail.com\"}','[\"johnsmith251902@outlook.com\"]','[\"johnwallmart01@outlook.com\"]','[]',1762403480,'Testing mailll ook','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"></head><body><div dir=\"ltr\">Testing mailll ook </div></body></html>','utf-8',1,0,1,'<CAKQbjyeReqUt6TKagu8dPsPsP2rsv-PV1WzgiXD+cuN15x-cEw@mail.gmail.com>',1,1762859083,'Deleted Items'),(2523,1,'c8b3ab0aaf40aa4b99228305f7dc34c6','{\"name\":\"can yaman\",\"email\":\"canyaman98@outlook.com\"}','[\"johnsmith251902@outlook.com\"]','[]','[]',1762341223,'Long subject','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"><style type=\"text/css\" style=\"display:none\">\r\n<!--\r\np\r\n {margin-top:0;\r\n margin-bottom:0}\r\n-->\r\n</style></head><body dir=\"ltr\"><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Dear Team,</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">I hope this email finds you all in good health and high spirits. I wanted to take a moment to provide a detailed update on our ongoing project and outline the next steps for the upcoming phase of implementation.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">As you are aware, we successfully completed the initial development and testing stages of the CRM integration module last week. The QA team has verified the core functionalities, including contact synchronization, email tracking, and calendar events, across all supported platforms. The test results have been encouraging, with a 96% pass rate and only a few minor bugs reported, which are currently being addressed by the development team.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Moving forward, our primary focus will be on performance optimization and user experience improvements. We’ve received valuable feedback from our pilot users regarding UI consistency, response time, and usability. Based on that, we have prepared a list of key action items:</div><ol data-start=\"1246\" data-end=\"1564\" start=\"1\"><li class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\"><div role=\"presentation\" style=\"margin-top:1em; margin-bottom:1em\"><b>Enhance loading speed</b> for dashboard widgets and reports.</div></li><li class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\"><div role=\"presentation\" style=\"margin-top:1em; margin-bottom:1em\"><b>Improve error message handling</b> to make troubleshooting easier for end users.</div></li><li class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\"><div role=\"presentation\" style=\"margin-top:1em; margin-bottom:1em\"><b>Review the synchronization log</b> to ensure better visibility for both admin and regular users.</div></li><li class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\"><div role=\"presentation\" style=\"margin-top:1em; margin-bottom:1em\"><b>Conduct regression testing</b> after each patch deployment.</div></li></ol><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Additionally, we will be scheduling a meeting early next week to finalize the timelines for deployment to the production environment. Please ensure all documentation, including test cases and release notes, is updated before Friday EOD.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">I would also like to thank everyone for their hard work and dedication throughout this project. Your continuous effort and attention to detail have played a significant role in bringing us this far. Let’s maintain the same momentum as we approach the final phase.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Please let me know if you have any questions or need clarification on any of the points mentioned above.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Dear Team,</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">I hope this email finds you all in good health and high spirits. I wanted to take a moment to provide a detailed update on our ongoing project and outline the next steps for the upcoming phase of implementation.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">As you are aware, we successfully completed the initial development and testing stages of the CRM integration module last week. The QA team has verified the core functionalities, including contact synchronization, email tracking, and calendar events, across all supported platforms. The test results have been encouraging, with a 96% pass rate and only a few minor bugs reported, which are currently being addressed by the development team.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Moving forward, our primary focus will be on performance optimization and user experience improvements. We’ve received valuable feedback from our pilot users regarding UI consistency, response time, and usability. Based on that, we have prepared a list of key action items:</div><ol data-start=\"1246\" data-end=\"1564\" start=\"1\"><li class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\"><div role=\"presentation\" style=\"margin-top:1em; margin-bottom:1em\"><b>Enhance loading speed</b> for dashboard widgets and reports.</div></li><li class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\"><div role=\"presentation\" style=\"margin-top:1em; margin-bottom:1em\"><b>Improve error message handling</b> to make troubleshooting easier for end users.</div></li><li class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\"><div role=\"presentation\" style=\"margin-top:1em; margin-bottom:1em\"><b>Review the synchronization log</b> to ensure better visibility for both admin and regular users.</div></li><li class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\"><div role=\"presentation\" style=\"margin-top:1em; margin-bottom:1em\"><b>Conduct regression testing</b> after each patch deployment.</div></li></ol><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Additionally, we will be scheduling a meeting early next week to finalize the timelines for deployment to the production environment. Please ensure all documentation, including test cases and release notes, is updated before Friday EOD.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">I would also like to thank everyone for their hard work and dedication throughout this project. Your continuous effort and attention to detail have played a significant role in bringing us this far. Let’s maintain the same momentum as we approach the final phase.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Please let me know if you have any questions or need clarification on any of the points mentioned above.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Dear Team,</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">I hope this email finds you all in good health and high spirits. I wanted to take a moment to provide a detailed update on our ongoing project and outline the next steps for the upcoming phase of implementation.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">As you are aware, we successfully completed the initial development and testing stages of the CRM integration module last week. The QA team has verified the core functionalities, including contact synchronization, email tracking, and calendar events, across all supported platforms. The test results have been encouraging, with a 96% pass rate and only a few minor bugs reported, which are currently being addressed by the development team.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Moving forward, our primary focus will be on performance optimization and user experience improvements. We’ve received valuable feedback from our pilot users regarding UI consistency, response time, and usability. Based on that, we have prepared a list of key action items:</div><ol data-start=\"1246\" data-end=\"1564\" start=\"1\"><li class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\"><div role=\"presentation\" style=\"margin-top:1em; margin-bottom:1em\"><b>Enhance loading speed</b> for dashboard widgets and reports.</div></li><li class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\"><div role=\"presentation\" style=\"margin-top:1em; margin-bottom:1em\"><b>Improve error message handling</b> to make troubleshooting easier for end users.</div></li><li class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\"><div role=\"presentation\" style=\"margin-top:1em; margin-bottom:1em\"><b>Review the synchronization log</b> to ensure better visibility for both admin and regular users.</div></li><li class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\"><div role=\"presentation\" style=\"margin-top:1em; margin-bottom:1em\"><b>Conduct regression testing</b> after each patch deployment.</div></li></ol><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Additionally, we will be scheduling a meeting early next week to finalize the timelines for deployment to the production environment. Please ensure all documentation, including test cases and release notes, is updated before Friday EOD.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">I would also like to thank everyone for their hard work and dedication throughout this project. Your continuous effort and attention to detail have played a significant role in bringing us this far. Let’s maintain the same momentum as we approach the final phase.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Please let me know if you have any questions or need clarification on any of the points mentioned above.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Dear Team,</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">I hope this email finds you all in good health and high spirits. I wanted to take a moment to provide a detailed update on our ongoing project and outline the next steps for the upcoming phase of implementation.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">As you are aware, we successfully completed the initial development and testing stages of the CRM integration module last week. The QA team has verified the core functionalities, including contact synchronization, email tracking, and calendar events, across all supported platforms. The test results have been encouraging, with a 96% pass rate and only a few minor bugs reported, which are currently being addressed by the development team.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Moving forward, our primary focus will be on performance optimization and user experience improvements. We’ve received valuable feedback from our pilot users regarding UI consistency, response time, and usability. Based on that, we have prepared a list of key action items:</div><ol data-start=\"1246\" data-end=\"1564\" start=\"1\"><li class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\"><div role=\"presentation\" style=\"margin-top:1em; margin-bottom:1em\"><b>Enhance loading speed</b> for dashboard widgets and reports.</div></li><li class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\"><div role=\"presentation\" style=\"margin-top:1em; margin-bottom:1em\"><b>Improve error message handling</b> to make troubleshooting easier for end users.</div></li><li class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\"><div role=\"presentation\" style=\"margin-top:1em; margin-bottom:1em\"><b>Review the synchronization log</b> to ensure better visibility for both admin and regular users.</div></li><li class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\"><div role=\"presentation\" style=\"margin-top:1em; margin-bottom:1em\"><b>Conduct regression testing</b> after each patch deployment.</div></li></ol><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Additionally, we will be scheduling a meeting early next week to finalize the timelines for deployment to the production environment. Please ensure all documentation, including test cases and release notes, is updated before Friday EOD.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">I would also like to thank everyone for their hard work and dedication throughout this project. Your continuous effort and attention to detail have played a significant role in bringing us this far. Let’s maintain the same momentum as we approach the final phase.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Please let me know if you have any questions or need clarification on any of the points mentioned above.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Dear Team,</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">I hope this email finds you all in good health and high spirits. I wanted to take a moment to provide a detailed update on our ongoing project and outline the next steps for the upcoming phase of implementation.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">As you are aware, we successfully completed the initial development and testing stages of the CRM integration module last week. The QA team has verified the core functionalities, including contact synchronization, email tracking, and calendar events, across all supported platforms. The test results have been encouraging, with a 96% pass rate and only a few minor bugs reported, which are currently being addressed by the development team.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Moving forward, our primary focus will be on performance optimization and user experience improvements. We’ve received valuable feedback from our pilot users regarding UI consistency, response time, and usability. Based on that, we have prepared a list of key action items:</div><ol data-start=\"1246\" data-end=\"1564\" start=\"1\"><li class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\"><div role=\"presentation\" style=\"margin-top:1em; margin-bottom:1em\"><b>Enhance loading speed</b> for dashboard widgets and reports.</div></li><li class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\"><div role=\"presentation\" style=\"margin-top:1em; margin-bottom:1em\"><b>Improve error message handling</b> to make troubleshooting easier for end users.</div></li><li class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\"><div role=\"presentation\" style=\"margin-top:1em; margin-bottom:1em\"><b>Review the synchronization log</b> to ensure better visibility for both admin and regular users.</div></li><li class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\"><div role=\"presentation\" style=\"margin-top:1em; margin-bottom:1em\"><b>Conduct regression testing</b> after each patch deployment.</div></li></ol><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Additionally, we will be scheduling a meeting early next week to finalize the timelines for deployment to the production environment. Please ensure all documentation, including test cases and release notes, is updated before Friday EOD.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">I would also like to thank everyone for their hard work and dedication throughout this project. Your continuous effort and attention to detail have played a significant role in bringing us this far. Let’s maintain the same momentum as we approach the final phase.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Please let me know if you have any questions or need clarification on any of the points mentioned above.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Dear Team,</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">I hope this email finds you all in good health and high spirits. I wanted to take a moment to provide a detailed update on our ongoing project and outline the next steps for the upcoming phase of implementation.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">As you are aware, we successfully completed the initial development and testing stages of the CRM integration module last week. The QA team has verified the core functionalities, including contact synchronization, email tracking, and calendar events, across all supported platforms. The test results have been encouraging, with a 96% pass rate and only a few minor bugs reported, which are currently being addressed by the development team.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Moving forward, our primary focus will be on performance optimization and user experience improvements. We’ve received valuable feedback from our pilot users regarding UI consistency, response time, and usability. Based on that, we have prepared a list of key action items:</div><ol data-start=\"1246\" data-end=\"1564\" start=\"1\"><li class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\"><div role=\"presentation\" style=\"margin-top:1em; margin-bottom:1em\"><b>Enhance loading speed</b> for dashboard widgets and reports.</div></li><li class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\"><div role=\"presentation\" style=\"margin-top:1em; margin-bottom:1em\"><b>Improve error message handling</b> to make troubleshooting easier for end users.</div></li><li class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\"><div role=\"presentation\" style=\"margin-top:1em; margin-bottom:1em\"><b>Review the synchronization log</b> to ensure better visibility for both admin and regular users.</div></li><li class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\"><div role=\"presentation\" style=\"margin-top:1em; margin-bottom:1em\"><b>Conduct regression testing</b> after each patch deployment.</div></li></ol><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Additionally, we will be scheduling a meeting early next week to finalize the timelines for deployment to the production environment. Please ensure all documentation, including test cases and release notes, is updated before Friday EOD.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">I would also like to thank everyone for their hard work and dedication throughout this project. Your continuous effort and attention to detail have played a significant role in bringing us this far. Let’s maintain the same momentum as we approach the final phase.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Please let me know if you have any questions or need clarification on any of the points mentioned above.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Dear Team,</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">I hope this email finds you all in good health and high spirits. I wanted to take a moment to provide a detailed update on our ongoing project and outline the next steps for the upcoming phase of implementation.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">As you are aware, we successfully completed the initial development and testing stages of the CRM integration module last week. The QA team has verified the core functionalities, including contact synchronization, email tracking, and calendar events, across all supported platforms. The test results have been encouraging, with a 96% pass rate and only a few minor bugs reported, which are currently being addressed by the development team.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Moving forward, our primary focus will be on performance optimization and user experience improvements. We’ve received valuable feedback from our pilot users regarding UI consistency, response time, and usability. Based on that, we have prepared a list of key action items:</div><ol data-start=\"1246\" data-end=\"1564\" start=\"1\"><li class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\"><div role=\"presentation\" style=\"margin-top:1em; margin-bottom:1em\"><b>Enhance loading speed</b> for dashboard widgets and reports.</div></li><li class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\"><div role=\"presentation\" style=\"margin-top:1em; margin-bottom:1em\"><b>Improve error message handling</b> to make troubleshooting easier for end users.</div></li><li class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\"><div role=\"presentation\" style=\"margin-top:1em; margin-bottom:1em\"><b>Review the synchronization log</b> to ensure better visibility for both admin and regular users.</div></li><li class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\"><div role=\"presentation\" style=\"margin-top:1em; margin-bottom:1em\"><b>Conduct regression testing</b> after each patch deployment.</div></li></ol><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Additionally, we will be scheduling a meeting early next week to finalize the timelines for deployment to the production environment. Please ensure all documentation, including test cases and release notes, is updated before Friday EOD.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">I would also like to thank everyone for their hard work and dedication throughout this project. Your continuous effort and attention to detail have played a significant role in bringing us this far. Let’s maintain the same momentum as we approach the final phase.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Please let me know if you have any questions or need clarification on any of the points mentioned above.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Dear Team,</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">I hope this email finds you all in good health and high spirits. I wanted to take a moment to provide a detailed update on our ongoing project and outline the next steps for the upcoming phase of implementation.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">As you are aware, we successfully completed the initial development and testing stages of the CRM integration module last week. The QA team has verified the core functionalities, including contact synchronization, email tracking, and calendar events, across all supported platforms. The test results have been encouraging, with a 96% pass rate and only a few minor bugs reported, which are currently being addressed by the development team.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Moving forward, our primary focus will be on performance optimization and user experience improvements. We’ve received valuable feedback from our pilot users regarding UI consistency, response time, and usability. Based on that, we have prepared a list of key action items:</div><ol data-start=\"1246\" data-end=\"1564\" start=\"1\"><li class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\"><div role=\"presentation\" style=\"margin-top:1em; margin-bottom:1em\"><b>Enhance loading speed</b> for dashboard widgets and reports.</div></li><li class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\"><div role=\"presentation\" style=\"margin-top:1em; margin-bottom:1em\"><b>Improve error message handling</b> to make troubleshooting easier for end users.</div></li><li class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\"><div role=\"presentation\" style=\"margin-top:1em; margin-bottom:1em\"><b>Review the synchronization log</b> to ensure better visibility for both admin and regular users.</div></li><li class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\"><div role=\"presentation\" style=\"margin-top:1em; margin-bottom:1em\"><b>Conduct regression testing</b> after each patch deployment.</div></li></ol><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Additionally, we will be scheduling a meeting early next week to finalize the timelines for deployment to the production environment. Please ensure all documentation, including test cases and release notes, is updated before Friday EOD.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">I would also like to thank everyone for their hard work and dedication throughout this project. Your continuous effort and attention to detail have played a significant role in bringing us this far. Let’s maintain the same momentum as we approach the final phase.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Please let me know if you have any questions or need clarification on any of the points mentioned above.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Dear Team,</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">I hope this email finds you all in good health and high spirits. I wanted to take a moment to provide a detailed update on our ongoing project and outline the next steps for the upcoming phase of implementation.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">As you are aware, we successfully completed the initial development and testing stages of the CRM integration module last week. The QA team has verified the core functionalities, including contact synchronization, email tracking, and calendar events, across all supported platforms. The test results have been encouraging, with a 96% pass rate and only a few minor bugs reported, which are currently being addressed by the development team.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Moving forward, our primary focus will be on performance optimization and user experience improvements. We’ve received valuable feedback from our pilot users regarding UI consistency, response time, and usability. Based on that, we have prepared a list of key action items:</div><ol data-start=\"1246\" data-end=\"1564\" start=\"1\"><li class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\"><div role=\"presentation\" style=\"margin-top:1em; margin-bottom:1em\"><b>Enhance loading speed</b> for dashboard widgets and reports.</div></li><li class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\"><div role=\"presentation\" style=\"margin-top:1em; margin-bottom:1em\"><b>Improve error message handling</b> to make troubleshooting easier for end users.</div></li><li class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\"><div role=\"presentation\" style=\"margin-top:1em; margin-bottom:1em\"><b>Review the synchronization log</b> to ensure better visibility for both admin and regular users.</div></li><li class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\"><div role=\"presentation\" style=\"margin-top:1em; margin-bottom:1em\"><b>Conduct regression testing</b> after each patch deployment.</div></li></ol><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Additionally, we will be scheduling a meeting early next week to finalize the timelines for deployment to the production environment. Please ensure all documentation, including test cases and release notes, is updated before Friday EOD.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">I would also like to thank everyone for their hard work and dedication throughout this project. Your continuous effort and attention to detail have played a significant role in bringing us this far. Let’s maintain the same momentum as we approach the final phase.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Please let me know if you have any questions or need clarification on any of the points mentioned above.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Dear Team,</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">I hope this email finds you all in good health and high spirits. I wanted to take a moment to provide a detailed update on our ongoing project and outline the next steps for the upcoming phase of implementation.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">As you are aware, we successfully completed the initial development and testing stages of the CRM integration module last week. The QA team has verified the core functionalities, including contact synchronization, email tracking, and calendar events, across all supported platforms. The test results have been encouraging, with a 96% pass rate and only a few minor bugs reported, which are currently being addressed by the development team.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Moving forward, our primary focus will be on performance optimization and user experience improvements. We’ve received valuable feedback from our pilot users regarding UI consistency, response time, and usability. Based on that, we have prepared a list of key action items:</div><ol data-start=\"1246\" data-end=\"1564\" start=\"1\"><li class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\"><div role=\"presentation\" style=\"margin-top:1em; margin-bottom:1em\"><b>Enhance loading speed</b> for dashboard widgets and reports.</div></li><li class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\"><div role=\"presentation\" style=\"margin-top:1em; margin-bottom:1em\"><b>Improve error message handling</b> to make troubleshooting easier for end users.</div></li><li class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\"><div role=\"presentation\" style=\"margin-top:1em; margin-bottom:1em\"><b>Review the synchronization log</b> to ensure better visibility for both admin and regular users.</div></li><li class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\"><div role=\"presentation\" style=\"margin-top:1em; margin-bottom:1em\"><b>Conduct regression testing</b> after each patch deployment.</div></li></ol><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Additionally, we will be scheduling a meeting early next week to finalize the timelines for deployment to the production environment. Please ensure all documentation, including test cases and release notes, is updated before Friday EOD.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">I would also like to thank everyone for their hard work and dedication throughout this project. Your continuous effort and attention to detail have played a significant role in bringing us this far. Let’s maintain the same momentum as we approach the final phase.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Please let me know if you have any questions or need clarification on any of the points mentioned above.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Dear Team,</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">I hope this email finds you all in good health and high spirits. I wanted to take a moment to provide a detailed update on our ongoing project and outline the next steps for the upcoming phase of implementation.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">As you are aware, we successfully completed the initial development and testing stages of the CRM integration module last week. The QA team has verified the core functionalities, including contact synchronization, email tracking, and calendar events, across all supported platforms. The test results have been encouraging, with a 96% pass rate and only a few minor bugs reported, which are currently being addressed by the development team.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Moving forward, our primary focus will be on performance optimization and user experience improvements. We’ve received valuable feedback from our pilot users regarding UI consistency, response time, and usability. Based on that, we have prepared a list of key action items:</div><ol data-start=\"1246\" data-end=\"1564\" start=\"1\"><li class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\"><div role=\"presentation\" style=\"margin-top:1em; margin-bottom:1em\"><b>Enhance loading speed</b> for dashboard widgets and reports.</div></li><li class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\"><div role=\"presentation\" style=\"margin-top:1em; margin-bottom:1em\"><b>Improve error message handling</b> to make troubleshooting easier for end users.</div></li><li class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\"><div role=\"presentation\" style=\"margin-top:1em; margin-bottom:1em\"><b>Review the synchronization log</b> to ensure better visibility for both admin and regular users.</div></li><li class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\"><div role=\"presentation\" style=\"margin-top:1em; margin-bottom:1em\"><b>Conduct regression testing</b> after each patch deployment.</div></li></ol><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Additionally, we will be scheduling a meeting early next week to finalize the timelines for deployment to the production environment. Please ensure all documentation, including test cases and release notes, is updated before Friday EOD.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">I would also like to thank everyone for their hard work and dedication throughout this project. Your continuous effort and attention to detail have played a significant role in bringing us this far. Let’s maintain the same momentum as we approach the final phase.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Please let me know if you have any questions or need clarification on any of the points mentioned above.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Dear Team,</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">I hope this email finds you all in good health and high spirits. I wanted to take a moment to provide a detailed update on our ongoing project and outline the next steps for the upcoming phase of implementation.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">As you are aware, we successfully completed the initial development and testing stages of the CRM integration module last week. The QA team has verified the core functionalities, including contact synchronization, email tracking, and calendar events, across all supported platforms. The test results have been encouraging, with a 96% pass rate and only a few minor bugs reported, which are currently being addressed by the development team.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Moving forward, our primary focus will be on performance optimization and user experience improvements. We’ve received valuable feedback from our pilot users regarding UI consistency, response time, and usability. Based on that, we have prepared a list of key action items:</div><ol data-start=\"1246\" data-end=\"1564\" start=\"1\"><li class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\"><div role=\"presentation\" style=\"margin-top:1em; margin-bottom:1em\"><b>Enhance loading speed</b> for dashboard widgets and reports.</div></li><li class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\"><div role=\"presentation\" style=\"margin-top:1em; margin-bottom:1em\"><b>Improve error message handling</b> to make troubleshooting easier for end users.</div></li><li class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\"><div role=\"presentation\" style=\"margin-top:1em; margin-bottom:1em\"><b>Review the synchronization log</b> to ensure better visibility for both admin and regular users.</div></li><li class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\"><div role=\"presentation\" style=\"margin-top:1em; margin-bottom:1em\"><b>Conduct regression testing</b> after each patch deployment.</div></li></ol><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Additionally, we will be scheduling a meeting early next week to finalize the timelines for deployment to the production environment. Please ensure all documentation, including test cases and release notes, is updated before Friday EOD.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">I would also like to thank everyone for their hard work and dedication throughout this project. Your continuous effort and attention to detail have played a significant role in bringing us this far. Let’s maintain the same momentum as we approach the final phase.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Please let me know if you have any questions or need clarification on any of the points mentioned above.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Dear Team,</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">I hope this email finds you all in good health and high spirits. I wanted to take a moment to provide a detailed update on our ongoing project and outline the next steps for the upcoming phase of implementation.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">As you are aware, we successfully completed the initial development and testing stages of the CRM integration module last week. The QA team has verified the core functionalities, including contact synchronization, email tracking, and calendar events, across all supported platforms. The test results have been encouraging, with a 96% pass rate and only a few minor bugs reported, which are currently being addressed by the development team.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Moving forward, our primary focus will be on performance optimization and user experience improvements. We’ve received valuable feedback from our pilot users regarding UI consistency, response time, and usability. Based on that, we have prepared a list of key action items:</div><ol data-start=\"1246\" data-end=\"1564\" start=\"1\"><li class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\"><div role=\"presentation\" style=\"margin-top:1em; margin-bottom:1em\"><b>Enhance loading speed</b> for dashboard widgets and reports.</div></li><li class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\"><div role=\"presentation\" style=\"margin-top:1em; margin-bottom:1em\"><b>Improve error message handling</b> to make troubleshooting easier for end users.</div></li><li class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\"><div role=\"presentation\" style=\"margin-top:1em; margin-bottom:1em\"><b>Review the synchronization log</b> to ensure better visibility for both admin and regular users.</div></li><li class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\"><div role=\"presentation\" style=\"margin-top:1em; margin-bottom:1em\"><b>Conduct regression testing</b> after each patch deployment.</div></li></ol><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Additionally, we will be scheduling a meeting early next week to finalize the timelines for deployment to the production environment. Please ensure all documentation, including test cases and release notes, is updated before Friday EOD.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">I would also like to thank everyone for their hard work and dedication throughout this project. Your continuous effort and attention to detail have played a significant role in bringing us this far. Let’s maintain the same momentum as we approach the final phase.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Please let me know if you have any questions or need clarification on any of the points mentioned above.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Dear Team,</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">I hope this email finds you all in good health and high spirits. I wanted to take a moment to provide a detailed update on our ongoing project and outline the next steps for the upcoming phase of implementation.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">As you are aware, we successfully completed the initial development and testing stages of the CRM integration module last week. The QA team has verified the core functionalities, including contact synchronization, email tracking, and calendar events, across all supported platforms. The test results have been encouraging, with a 96% pass rate and only a few minor bugs reported, which are currently being addressed by the development team.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Moving forward, our primary focus will be on performance optimization and user experience improvements. We’ve received valuable feedback from our pilot users regarding UI consistency, response time, and usability. Based on that, we have prepared a list of key action items:</div><ol data-start=\"1246\" data-end=\"1564\" start=\"1\"><li class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\"><div role=\"presentation\" style=\"margin-top:1em; margin-bottom:1em\"><b>Enhance loading speed</b> for dashboard widgets and reports.</div></li><li class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\"><div role=\"presentation\" style=\"margin-top:1em; margin-bottom:1em\"><b>Improve error message handling</b> to make troubleshooting easier for end users.</div></li><li class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\"><div role=\"presentation\" style=\"margin-top:1em; margin-bottom:1em\"><b>Review the synchronization log</b> to ensure better visibility for both admin and regular users.</div></li><li class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\"><div role=\"presentation\" style=\"margin-top:1em; margin-bottom:1em\"><b>Conduct regression testing</b> after each patch deployment.</div></li></ol><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Additionally, we will be scheduling a meeting early next week to finalize the timelines for deployment to the production environment. Please ensure all documentation, including test cases and release notes, is updated before Friday EOD.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">I would also like to thank everyone for their hard work and dedication throughout this project. Your continuous effort and attention to detail have played a significant role in bringing us this far. Let’s maintain the same momentum as we approach the final phase.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Please let me know if you have any questions or need clarification on any of the points mentioned above.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Dear Team,</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">I hope this email finds you all in good health and high spirits. I wanted to take a moment to provide a detailed update on our ongoing project and outline the next steps for the upcoming phase of implementation.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">As you are aware, we successfully completed the initial development and testing stages of the CRM integration module last week. The QA team has verified the core functionalities, including contact synchronization, email tracking, and calendar events, across all supported platforms. The test results have been encouraging, with a 96% pass rate and only a few minor bugs reported, which are currently being addressed by the development team.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Moving forward, our primary focus will be on performance optimization and user experience improvements. We’ve received valuable feedback from our pilot users regarding UI consistency, response time, and usability. Based on that, we have prepared a list of key action items:</div><ol data-start=\"1246\" data-end=\"1564\" start=\"1\"><li class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\"><div role=\"presentation\" style=\"margin-top:1em; margin-bottom:1em\"><b>Enhance loading speed</b> for dashboard widgets and reports.</div></li><li class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\"><div role=\"presentation\" style=\"margin-top:1em; margin-bottom:1em\"><b>Improve error message handling</b> to make troubleshooting easier for end users.</div></li><li class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\"><div role=\"presentation\" style=\"margin-top:1em; margin-bottom:1em\"><b>Review the synchronization log</b> to ensure better visibility for both admin and regular users.</div></li><li class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\"><div role=\"presentation\" style=\"margin-top:1em; margin-bottom:1em\"><b>Conduct regression testing</b> after each patch deployment.</div></li></ol><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Additionally, we will be scheduling a meeting early next week to finalize the timelines for deployment to the production environment. Please ensure all documentation, including test cases and release notes, is updated before Friday EOD.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">I would also like to thank everyone for their hard work and dedication throughout this project. Your continuous effort and attention to detail have played a significant role in bringing us this far. Let’s maintain the same momentum as we approach the final phase.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Please let me know if you have any questions or need clarification on any of the points mentioned above.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Dear Team,</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">I hope this email finds you all in good health and high spirits. I wanted to take a moment to provide a detailed update on our ongoing project and outline the next steps for the upcoming phase of implementation.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">As you are aware, we successfully completed the initial development and testing stages of the CRM integration module last week. The QA team has verified the core functionalities, including contact synchronization, email tracking, and calendar events, across all supported platforms. The test results have been encouraging, with a 96% pass rate and only a few minor bugs reported, which are currently being addressed by the development team.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Moving forward, our primary focus will be on performance optimization and user experience improvements. We’ve received valuable feedback from our pilot users regarding UI consistency, response time, and usability. Based on that, we have prepared a list of key action items:</div><ol data-start=\"1246\" data-end=\"1564\" start=\"1\"><li class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\"><div role=\"presentation\" style=\"margin-top:1em; margin-bottom:1em\"><b>Enhance loading speed</b> for dashboard widgets and reports.</div></li><li class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\"><div role=\"presentation\" style=\"margin-top:1em; margin-bottom:1em\"><b>Improve error message handling</b> to make troubleshooting easier for end users.</div></li><li class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\"><div role=\"presentation\" style=\"margin-top:1em; margin-bottom:1em\"><b>Review the synchronization log</b> to ensure better visibility for both admin and regular users.</div></li><li class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\"><div role=\"presentation\" style=\"margin-top:1em; margin-bottom:1em\"><b>Conduct regression testing</b> after each patch deployment.</div></li></ol><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Additionally, we will be scheduling a meeting early next week to finalize the timelines for deployment to the production environment. Please ensure all documentation, including test cases and release notes, is updated before Friday EOD.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">I would also like to thank everyone for their hard work and dedication throughout this project. Your continuous effort and attention to detail have played a significant role in bringing us this far. Let’s maintain the same momentum as we approach the final phase.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Please let me know if you have any questions or need clarification on any of the points mentioned above.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Dear Team,</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">I hope this email finds you all in good health and high spirits. I wanted to take a moment to provide a detailed update on our ongoing project and outline the next steps for the upcoming phase of implementation.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">As you are aware, we successfully completed the initial development and testing stages of the CRM integration module last week. The QA team has verified the core functionalities, including contact synchronization, email tracking, and calendar events, across all supported platforms. The test results have been encouraging, with a 96% pass rate and only a few minor bugs reported, which are currently being addressed by the development team.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Moving forward, our primary focus will be on performance optimization and user experience improvements. We’ve received valuable feedback from our pilot users regarding UI consistency, response time, and usability. Based on that, we have prepared a list of key action items:</div><ol data-start=\"1246\" data-end=\"1564\" start=\"1\"><li class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\"><div role=\"presentation\" style=\"margin-top:1em; margin-bottom:1em\"><b>Enhance loading speed</b> for dashboard widgets and reports.</div></li><li class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\"><div role=\"presentation\" style=\"margin-top:1em; margin-bottom:1em\"><b>Improve error message handling</b> to make troubleshooting easier for end users.</div></li><li class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\"><div role=\"presentation\" style=\"margin-top:1em; margin-bottom:1em\"><b>Review the synchronization log</b> to ensure better visibility for both admin and regular users.</div></li><li class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\"><div role=\"presentation\" style=\"margin-top:1em; margin-bottom:1em\"><b>Conduct regression testing</b> after each patch deployment.</div></li></ol><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Additionally, we will be scheduling a meeting early next week to finalize the timelines for deployment to the production environment. Please ensure all documentation, including test cases and release notes, is updated before Friday EOD.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">I would also like to thank everyone for their hard work and dedication throughout this project. Your continuous effort and attention to detail have played a significant role in bringing us this far. Let’s maintain the same momentum as we approach the final phase.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Please let me know if you have any questions or need clarification on any of the points mentioned above.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Dear Team,</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">I hope this email finds you all in good health and high spirits. I wanted to take a moment to provide a detailed update on our ongoing project and outline the next steps for the upcoming phase of implementation.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">As you are aware, we successfully completed the initial development and testing stages of the CRM integration module last week. The QA team has verified the core functionalities, including contact synchronization, email tracking, and calendar events, across all supported platforms. The test results have been encouraging, with a 96% pass rate and only a few minor bugs reported, which are currently being addressed by the development team.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Moving forward, our primary focus will be on performance optimization and user experience improvements. We’ve received valuable feedback from our pilot users regarding UI consistency, response time, and usability. Based on that, we have prepared a list of key action items:</div><ol data-start=\"1246\" data-end=\"1564\" start=\"1\"><li class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\"><div role=\"presentation\" style=\"margin-top:1em; margin-bottom:1em\"><b>Enhance loading speed</b> for dashboard widgets and reports.</div></li><li class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\"><div role=\"presentation\" style=\"margin-top:1em; margin-bottom:1em\"><b>Improve error message handling</b> to make troubleshooting easier for end users.</div></li><li class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\"><div role=\"presentation\" style=\"margin-top:1em; margin-bottom:1em\"><b>Review the synchronization log</b> to ensure better visibility for both admin and regular users.</div></li><li class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\"><div role=\"presentation\" style=\"margin-top:1em; margin-bottom:1em\"><b>Conduct regression testing</b> after each patch deployment.</div></li></ol><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Additionally, we will be scheduling a meeting early next week to finalize the timelines for deployment to the production environment. Please ensure all documentation, including test cases and release notes, is updated before Friday EOD.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">I would also like to thank everyone for their hard work and dedication throughout this project. Your continuous effort and attention to detail have played a significant role in bringing us this far. Let’s maintain the same momentum as we approach the final phase.</div><div class=\"elementToProof\" style=\"margin-top:1em; margin-bottom:1em; font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">Please let me know if you have any questions or need clarification on any of the points mentioned above.</div><div class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\"><br></div></body></html>','utf-8',1,0,1,'<JH0PR04MB73112B1F13CC099AFA42466DCBC5A@JH0PR04MB7311.apcprd04.prod.outlook.com>',1,1762859086,'Deleted Items'),(2524,1,'7d27f11ee2060a4764a6112a1f3cc644','{\"name\":\"can yaman\",\"email\":\"canyaman98@outlook.com\"}','[\"johnsmith251902@outlook.com\"]','[]','[]',1762340801,'a5555555','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"><style type=\"text/css\" style=\"display:none\">\r\n<!--\r\np\r\n {margin-top:0;\r\n margin-bottom:0}\r\n-->\r\n</style></head><body dir=\"ltr\"><div class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">5555555555555</div></body></html>','utf-8',1,0,1,'<JH0PR04MB7311451CBF4F2E25B65A59F4CBC5A@JH0PR04MB7311.apcprd04.prod.outlook.com>',1,1762859082,'Deleted Items'),(2525,1,'795149da64cbb6b5a160edaef3ff6836','{\"name\":\"can yaman\",\"email\":\"canyaman98@outlook.com\"}','[\"johnsmith251902@outlook.com\"]','[]','[]',1762340793,'a444444444','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"><style type=\"text/css\" style=\"display:none\">\r\n<!--\r\np\r\n {margin-top:0;\r\n margin-bottom:0}\r\n-->\r\n</style></head><body dir=\"ltr\"><div class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">4aaaaaaa</div></body></html>','utf-8',1,0,1,'<JH0PR04MB7311A1115FB8678135BE1B49CBC5A@JH0PR04MB7311.apcprd04.prod.outlook.com>',1,1762859084,'Deleted Items'),(2526,1,'4e9ce4b566de478400cfacf11e5bf4b2','{\"name\":\"can yaman\",\"email\":\"canyaman98@outlook.com\"}','[\"johnsmith251902@outlook.com\"]','[]','[]',1762340784,'a3333333333','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"><style type=\"text/css\" style=\"display:none\">\r\n<!--\r\np\r\n {margin-top:0;\r\n margin-bottom:0}\r\n-->\r\n</style></head><body dir=\"ltr\"><div class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">a333333</div></body></html>','utf-8',1,0,1,'<JH0PR04MB7311488D70528EAAEE728274CBC5A@JH0PR04MB7311.apcprd04.prod.outlook.com>',1,1762859079,'Deleted Items'),(2527,1,'059a28acdd777704dd7e9964343d7357','{\"name\":\"can yaman\",\"email\":\"canyaman98@outlook.com\"}','[\"johnsmith251902@outlook.com\"]','[]','[]',1762340767,'A222222','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"><style type=\"text/css\" style=\"display:none\">\r\n<!--\r\np\r\n {margin-top:0;\r\n margin-bottom:0}\r\n-->\r\n</style></head><body dir=\"ltr\"><div class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">A2222222</div></body></html>','utf-8',1,0,1,'<JH0PR04MB7311E26FBEDEE4616FC7208ECBC5A@JH0PR04MB7311.apcprd04.prod.outlook.com>',1,1762859084,'Deleted Items'),(2528,1,'0e0c0821fa6c965cba581d2d89ad6c03','{\"name\":\"can yaman\",\"email\":\"canyaman98@outlook.com\"}','[\"johnsmith251902@outlook.com\"]','[]','[]',1762340754,'S1111111111','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"><style type=\"text/css\" style=\"display:none\">\r\n<!--\r\np\r\n {margin-top:0;\r\n margin-bottom:0}\r\n-->\r\n</style></head><body dir=\"ltr\"><div class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">S111111</div></body></html>','utf-8',1,0,1,'<JH0PR04MB73113EBD08D12CF1AB699674CBC5A@JH0PR04MB7311.apcprd04.prod.outlook.com>',1,1762859086,'Deleted Items'),(2529,1,'67cce233b337ecd4aa5f7465bd164d59','{\"name\":\"can yaman\",\"email\":\"canyaman98@outlook.com\"}','[\"johnsmith251902@outlook.com\"]','[]','[]',1762340660,'A777777777','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"><style type=\"text/css\" style=\"display:none\">\r\n<!--\r\np\r\n {margin-top:0;\r\n margin-bottom:0}\r\n-->\r\n</style></head><body dir=\"ltr\"><div class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">A777777777</div></body></html>','utf-8',1,0,1,'<JH0PR04MB7311E77FF08312B98CCEB2CFCBC5A@JH0PR04MB7311.apcprd04.prod.outlook.com>',1,1762859080,'Deleted Items'),(2530,1,'ad64155308842f2576929e55e5e9358e','{\"name\":\"can yaman\",\"email\":\"canyaman98@outlook.com\"}','[\"johnsmith251902@outlook.com\"]','[]','[]',1762340652,'A6A6A','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"><style type=\"text/css\" style=\"display:none\">\r\n<!--\r\np\r\n {margin-top:0;\r\n margin-bottom:0}\r\n-->\r\n</style></head><body dir=\"ltr\"><div class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">6AAAAAAA</div></body></html>','utf-8',1,0,1,'<JH0PR04MB7311B633DBDA2C5DF7E80A9ECBC5A@JH0PR04MB7311.apcprd04.prod.outlook.com>',1,1762859086,'Deleted Items'),(2531,1,'dca588cf0137cf7ac0e5be40b6d5bbb5','{\"name\":\"can yaman\",\"email\":\"canyaman98@outlook.com\"}','[\"johnsmith251902@outlook.com\"]','[]','[]',1762340641,'A55555','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"><style type=\"text/css\" style=\"display:none\">\r\n<!--\r\np\r\n {margin-top:0;\r\n margin-bottom:0}\r\n-->\r\n</style></head><body dir=\"ltr\"><div class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">A55555555</div></body></html>','utf-8',1,0,1,'<JH0PR04MB731103325637FC365D02966CCBC5A@JH0PR04MB7311.apcprd04.prod.outlook.com>',1,1762859081,'Deleted Items'),(2532,1,'b5d6e4d3303ae0f96e33ed45768b4f25','{\"name\":\"can yaman\",\"email\":\"canyaman98@outlook.com\"}','[\"johnsmith251902@outlook.com\"]','[]','[]',1762340635,'A444A','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"><style type=\"text/css\" style=\"display:none\">\r\n<!--\r\np\r\n {margin-top:0;\r\n margin-bottom:0}\r\n-->\r\n</style></head><body dir=\"ltr\"><div class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">A4444444</div></body></html>','utf-8',1,0,1,'<JH0PR04MB7311B87A90EC09BC73162F2CCBC5A@JH0PR04MB7311.apcprd04.prod.outlook.com>',1,1762859083,'Deleted Items'),(2533,1,'e529f16274362bfc2aa6fb16a354eddf','{\"name\":\"can yaman\",\"email\":\"canyaman98@outlook.com\"}','[\"johnsmith251902@outlook.com\"]','[]','[]',1762340622,'A333333333','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"><style type=\"text/css\" style=\"display:none\">\r\n<!--\r\np\r\n {margin-top:0;\r\n margin-bottom:0}\r\n-->\r\n</style></head><body dir=\"ltr\"><div class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">A3333333</div></body></html>','utf-8',1,0,1,'<JH0PR04MB7311665F34F9316E2698AFBECBC5A@JH0PR04MB7311.apcprd04.prod.outlook.com>',1,1762859080,'Deleted Items'),(2534,1,'3ad990b85b6064ea63581d1dc2394ec9','{\"name\":\"Pooja Chandarana\",\"email\":\"poojachandarana.variance@gmail.com\"}','[\"johnsmith251902@outlook.com\"]','[]','[]',1762262646,'vvvvvvvvvvvvvv','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"></head><body><div dir=\"ltr\"><br><div>vvvvvvvvvvvvvvv</div></div></body></html>','utf-8',1,0,1,'<CAKQbjyfs8+9Z+jHF=eQBnu0EsGcen2ZbLcTaET=ZdLAgFpH1Mw@mail.gmail.com>',1,1762336988,'Deleted Items'),(2535,1,'e20fba099064b202459559ef989641e7','{\"name\":\"jennifer pinto\",\"email\":\"jenniferpinto456@gmail.com\"}','[\"johnsmith251902@outlook.com\"]','[]','[]',1762262161,'ppppppp','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"></head><body><div dir=\"ltr\">ppppppp</div></body></html>','utf-8',1,0,1,'<CACTbszNX6Qq_+4usmZ0nGfJAew5DweFAYJuk+Vd52=-YLFt7zQ@mail.gmail.com>',1,1762336993,'Deleted Items'),(2536,1,'ebd0f46026a384de84666f4ca7be00c0','{\"name\":\"jennifer pinto\",\"email\":\"jenniferpinto456@gmail.com\"}','[\"johnsmith251902@outlook.com\"]','[]','[]',1762262087,'','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"></head><body><div dir=\"ltr\">dddddddddddd</div></body></html>','utf-8',1,0,1,'<CACTbszMByjVmB6RpP3=hGpvj_r-5_JEf=UrUnoueCv200Y1nbw@mail.gmail.com>',1,1762336996,'Deleted Items'),(2537,1,'a1f5d95ea4fd4aacd726ff859c68d243','{\"name\":\"jennifer pinto\",\"email\":\"jennifer701911@outlook.com\"}','[\"johnsmith251902@outlook.com\"]','[]','[]',1762257305,'jennifer pintooooooooo','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"><style type=\"text/css\" style=\"display:none\">\r\n<!--\r\np\r\n {margin-top:0;\r\n margin-bottom:0}\r\n-->\r\n</style></head><body dir=\"ltr\"><div class=\"elementToProof\" style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">jennifer pintooooooooo</div></body></html>','utf-8',1,0,1,'<GV4P189MB3581F8C44F212BC64C90450CC4C4A@GV4P189MB3581.EURP189.PROD.OUTLOOK.COM>',1,1762335870,'Deleted Items'),(2538,1,'66c2a0742158577865fee5a45732cf8a','{\"name\":\"John Smith\",\"email\":\"johnsmith251902@outlook.com\"}','[\"canyaman98@outlook.com\"]','[]','[]',1762861392,'Re: confirmmmmmmmmmmm','<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"></head><body><p> </p><p style=\"margin:0; padding:0\">On 11-11-2025 11:10 AM, canyaman98@outlook.com, wrote:</p><blockquote style=\"border:0; margin:0; border-left:1px solid #808080; padding:0 0 0 2px\"> </blockquote></body></html>','utf-8',1,0,1,'<SEZPR03MB652213FA79E7231177908C2DB9CFA@SEZPR03MB6522.apcprd03.prod.outlook.com>',1,1762861393,'Sent Items');
/*!40000 ALTER TABLE `vtiger_ctoutlook_mailmanager_mailrecord` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_ctoutlook_mailmanager_recordmap`
--
DROP TABLE IF EXISTS `vtiger_ctoutlook_mailmanager_recordmap`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_ctoutlook_mailmanager_recordmap` (
`user_id` int NOT NULL,
`outlook_id` longtext NOT NULL,
`muid` varchar(32) NOT NULL,
`is_read` tinyint NOT NULL,
`mfolder` varchar(100) NOT NULL,
PRIMARY KEY (`muid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_ctoutlook_mailmanager_recordmap`
--
LOCK TABLES `vtiger_ctoutlook_mailmanager_recordmap` WRITE;
/*!40000 ALTER TABLE `vtiger_ctoutlook_mailmanager_recordmap` DISABLE KEYS */;
INSERT INTO `vtiger_ctoutlook_mailmanager_recordmap` VALUES (1,'AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoARgAAA5SSte_vZIRAtqDEBSF6GqYHAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBCgAAAKtdY3FfF9ZFnV_AC3TQ2qsAAAAtrhwqAAAA','059a28acdd777704dd7e9964343d7357',1,'Deleted Items'),(1,'AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoARgAAA5SSte_vZIRAtqDEBSF6GqYHAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBDAAAAKtdY3FfF9ZFnV_AC3TQ2qsAAAAp5CZdAAAA','0601e0f55b4bdc9b5eb0ad8db30a3312',1,'Inbox'),(1,'AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoARgAAA5SSte_vZIRAtqDEBSF6GqYHAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBJQAAAKtdY3FfF9ZFnV_AC3TQ2qsAAAArVBiTAAAA','0c885726bb9f95b66c7f8c334f2d15c3',1,'Archive'),(1,'AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoARgAAA5SSte_vZIRAtqDEBSF6GqYHAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBCgAAAKtdY3FfF9ZFnV_AC3TQ2qsAAAAtrhwvAAAA','0e0c0821fa6c965cba581d2d89ad6c03',1,'Deleted Items'),(1,'AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoARgAAA5SSte_vZIRAtqDEBSF6GqYHAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBCQAAAKtdY3FfF9ZFnV_AC3TQ2qsAAAAp5EebAAAA','13b00f45e44ce4ce26d20c0388ce4fb9',1,'Sent Items'),(1,'AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoARgAAA5SSte_vZIRAtqDEBSF6GqYHAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBDAAAAKtdY3FfF9ZFnV_AC3TQ2qsAAAAp5CZlAAAA','13daf84d07e850108f9b7eef702a8a29',1,'Inbox'),(1,'AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoARgAAA5SSte_vZIRAtqDEBSF6GqYHAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBCQAAAKtdY3FfF9ZFnV_AC3TQ2qsAAAAtrhQyAAAA','143f993bef5f05647ac8f1f642882877',1,'Sent Items'),(1,'AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoARgAAA5SSte_vZIRAtqDEBSF6GqYHAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBCQAAAKtdY3FfF9ZFnV_AC3TQ2qsAAAAp5EeaAAAA','146eb9df65bb122a147ec364b68a83cb',1,'Sent Items'),(1,'AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoARgAAA5SSte_vZIRAtqDEBSF6GqYHAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBCgAAAKtdY3FfF9ZFnV_AC3TQ2qsAAAAtrhwkAAAA','160bec3f4344af00d24f72fca4b33b75',0,'Deleted Items'),(1,'AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoARgAAA5SSte_vZIRAtqDEBSF6GqYHAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBCQAAAKtdY3FfF9ZFnV_AC3TQ2qsAAAAqsJteAAAA','175424b163d7cdee6c793cce862a6d82',1,'Sent Items'),(1,'AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoARgAAA5SSte_vZIRAtqDEBSF6GqYHAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBCQAAAKtdY3FfF9ZFnV_AC3TQ2qsAAAAp5EeZAAAA','18a4dfc42085cef105579c7c96278e76',1,'Sent Items'),(1,'AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoARgAAA5SSte_vZIRAtqDEBSF6GqYHAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBCQAAAKtdY3FfF9ZFnV_AC3TQ2qsAAAKFHgAAAA==','1a28072b53c574d21d4fdbdf28817483',1,'Sent Items'),(1,'AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoARgAAA5SSte_vZIRAtqDEBSF6GqYHAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBCQAAAKtdY3FfF9ZFnV_AC3TQ2qsAAAAqsJtdAAAA','1cfd9cc36dfb9045d5e5808a5c6944a6',1,'Sent Items'),(1,'AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoARgAAA5SSte_vZIRAtqDEBSF6GqYHAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBCgAAAKtdY3FfF9ZFnV_AC3TQ2qsAAAAtrhwoAAAA','1da5c3a32c30e65b320e0de2d73b8598',1,'Deleted Items'),(1,'AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoARgAAA5SSte_vZIRAtqDEBSF6GqYHAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBCQAAAKtdY3FfF9ZFnV_AC3TQ2qsAAAAafRgfAAAA','1e5ba0596a9dee2cbe578a4734425ce8',1,'Sent Items'),(1,'AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoARgAAA5SSte_vZIRAtqDEBSF6GqYHAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBCgAAAKtdY3FfF9ZFnV_AC3TQ2qsAAAAtrhweAAAA','1edb3d8a0e402fb1541cc53eacb6d0d7',1,'Deleted Items'),(1,'AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoARgAAA5SSte_vZIRAtqDEBSF6GqYHAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBDAAAAKtdY3FfF9ZFnV_AC3TQ2qsAAAAqXK0VAAAA','20b4b48e3f9316654669f7e41d2aaea1',1,'Inbox'),(1,'AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoARgAAA5SSte_vZIRAtqDEBSF6GqYHAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBDAAAAKtdY3FfF9ZFnV_AC3TQ2qsAAAAp5CZeAAAA','252b662cb28ec067144f7bde6b69272b',1,'Inbox'),(1,'AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoARgAAA5SSte_vZIRAtqDEBSF6GqYHAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBCQAAAKtdY3FfF9ZFnV_AC3TQ2qsAAAAp5EeSAAAA','2a835b00669b7a217bee1703e9778bac',1,'Sent Items'),(1,'AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoARgAAA5SSte_vZIRAtqDEBSF6GqYHAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBCQAAAKtdY3FfF9ZFnV_AC3TQ2qsAAAANjCxLAAAA','2d1a0907ed19364c2488078126a48e96',1,'Sent Items'),(1,'AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoARgAAA5SSte_vZIRAtqDEBSF6GqYHAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBCgAAAKtdY3FfF9ZFnV_AC3TQ2qsAAAAp5HrmAAAA','3ad990b85b6064ea63581d1dc2394ec9',1,'Deleted Items'),(1,'AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoARgAAA5SSte_vZIRAtqDEBSF6GqYHAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBCgAAAKtdY3FfF9ZFnV_AC3TQ2qsAAAAtrhwcAAAAAA==','3e581f9fde1da50cfdbe4fabce14fd04',1,'Deleted Items'),(1,'AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoARgAAA5SSte_vZIRAtqDEBSF6GqYHAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBDAAAAKtdY3FfF9ZFnV_AC3TQ2qsAAAAp5CZYAAAA','3ee88f639bfe2459c375414b3c8cafee',1,'Inbox'),(1,'AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoARgAAA5SSte_vZIRAtqDEBSF6GqYHAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBDwAAAKtdY3FfF9ZFnV_AC3TQ2qsAAAAp5DvgAAAA','4ab03fddabda6e335b9aa0d7895d54eb',1,'Drafts'),(1,'AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoARgAAA5SSte_vZIRAtqDEBSF6GqYHAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBCgAAAKtdY3FfF9ZFnV_AC3TQ2qsAAAAtrhwfAAAA','4e9ce4b566de478400cfacf11e5bf4b2',1,'Deleted Items'),(1,'AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoARgAAA5SSte_vZIRAtqDEBSF6GqYHAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBDAAAAKtdY3FfF9ZFnV_AC3TQ2qsAAAAp5CZkAAAA','4f8a202724029c6f5053c74f23f108c2',1,'Inbox'),(1,'AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoARgAAA5SSte_vZIRAtqDEBSF6GqYHAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBCQAAAKtdY3FfF9ZFnV_AC3TQ2qsAAAANjCxKAAAA','57f91f1a14609c378a81b39b8a5a8296',1,'Sent Items'),(1,'AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoARgAAA5SSte_vZIRAtqDEBSF6GqYHAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBCQAAAKtdY3FfF9ZFnV_AC3TQ2qsAAAAp5EeYAAAA','5ff220b6397a9b90df84a3724908b275',1,'Sent Items'),(1,'AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoARgAAA5SSte_vZIRAtqDEBSF6GqYHAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBDAAAAKtdY3FfF9ZFnV_AC3TQ2qsAAAAp5CZmAAAA','6473fbfd6f835f94860712a68fb2e2e0',1,'Inbox'),(1,'AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoARgAAA5SSte_vZIRAtqDEBSF6GqYHAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBCQAAAKtdY3FfF9ZFnV_AC3TQ2qsAAAAWO3nVAAAA','669818fd76002e8a871bbb972673d402',1,'Sent Items'),(1,'AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoARgAAA5SSte_vZIRAtqDEBSF6GqYHAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBCQAAAKtdY3FfF9ZFnV_AC3TQ2qsAAAAtrhQ1AAAA','66c2a0742158577865fee5a45732cf8a',1,'Sent Items'),(1,'AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoARgAAA5SSte_vZIRAtqDEBSF6GqYHAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBCgAAAKtdY3FfF9ZFnV_AC3TQ2qsAAAAtrhwiAAAA','67cce233b337ecd4aa5f7465bd164d59',1,'Deleted Items'),(1,'AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoARgAAA5SSte_vZIRAtqDEBSF6GqYHAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBCQAAAKtdY3FfF9ZFnV_AC3TQ2qsAAAAtrhQzAAAA','727529a419b030452875cc3c4e0b1362',1,'Sent Items'),(1,'AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoARgAAA5SSte_vZIRAtqDEBSF6GqYHAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBDAAAAKtdY3FfF9ZFnV_AC3TQ2qsAAAAp5CZcAAAA','742f62fab106ef0418b6615130b47d8d',1,'Inbox'),(1,'AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoARgAAA5SSte_vZIRAtqDEBSF6GqYHAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBDAAAAKtdY3FfF9ZFnV_AC3TQ2qsAAAAp5CZaAAAA','74f4019b17d5fd253f7c2097279c4d83',1,'Inbox'),(1,'AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoARgAAA5SSte_vZIRAtqDEBSF6GqYHAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBCgAAAKtdY3FfF9ZFnV_AC3TQ2qsAAAAtrhwpAAAA','795149da64cbb6b5a160edaef3ff6836',1,'Deleted Items'),(1,'AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoARgAAA5SSte_vZIRAtqDEBSF6GqYHAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBCgAAAKtdY3FfF9ZFnV_AC3TQ2qsAAAAtrhwlAAAA','7d27f11ee2060a4764a6112a1f3cc644',1,'Deleted Items'),(1,'AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoARgAAA5SSte_vZIRAtqDEBSF6GqYHAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBCgAAAKtdY3FfF9ZFnV_AC3TQ2qsAAAAtrhwtAAAA','8277b4c8a368d190299f3361da72cfff',1,'Deleted Items'),(1,'AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoARgAAA5SSte_vZIRAtqDEBSF6GqYHAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBDAAAAKtdY3FfF9ZFnV_AC3TQ2qsAAAAp5CZbAAAA','840714e0aa010a5bdf9e3069e26a52ca',1,'Inbox'),(1,'AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoARgAAA5SSte_vZIRAtqDEBSF6GqYHAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBCgAAAKtdY3FfF9ZFnV_AC3TQ2qsAAAAtrhwrAAAA','87dbdb6f4e3d16e9876ad90fce49fcb5',1,'Deleted Items'),(1,'AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoARgAAA5SSte_vZIRAtqDEBSF6GqYHAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBCgAAAKtdY3FfF9ZFnV_AC3TQ2qsAAAAtrhwgAAAA','9007697ea6421e9c547d38e90d96ffa8',1,'Deleted Items'),(1,'AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoARgAAA5SSte_vZIRAtqDEBSF6GqYHAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBDAAAAKtdY3FfF9ZFnV_AC3TQ2qsAAAAqXK0UAAAA','91ddf3f25d3eb53caaf9719925695588',1,'Inbox'),(1,'AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoARgAAA5SSte_vZIRAtqDEBSF6GqYHAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBJQAAAKtdY3FfF9ZFnV_AC3TQ2qsAAAArVBiUAAAA','92a190355806e69695b034be1b0c1cfd',1,'archive'),(1,'AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoARgAAA5SSte_vZIRAtqDEBSF6GqYHAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBCQAAAKtdY3FfF9ZFnV_AC3TQ2qsAAAAp5EeXAAAA','959ec44598829d00404cffa5d33143af',1,'Sent Items'),(1,'AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoARgAAA5SSte_vZIRAtqDEBSF6GqYHAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBCQAAAKtdY3FfF9ZFnV_AC3TQ2qsAAAAp5EeTAAAA','9efa23c6cbed8c19a7c220d858530f39',1,'Sent Items'),(1,'AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoARgAAA5SSte_vZIRAtqDEBSF6GqYHAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBCgAAAKtdY3FfF9ZFnV_AC3TQ2qsAAAAp5HrjAAAA','a1f5d95ea4fd4aacd726ff859c68d243',1,'Deleted Items'),(1,'AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoARgAAA5SSte_vZIRAtqDEBSF6GqYHAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBCQAAAKtdY3FfF9ZFnV_AC3TQ2qsAAAAWO3nWAAAA','a651743097cd79a98e2e6f16b7d9b6f0',1,'Sent Items'),(1,'AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoARgAAA5SSte_vZIRAtqDEBSF6GqYHAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBDwAAAKtdY3FfF9ZFnV_AC3TQ2qsAAAAp5DvjAAAA','a74788065e086ddae4680ada39d10a85',1,'Drafts'),(1,'AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoARgAAA5SSte_vZIRAtqDEBSF6GqYHAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBDwAAAKtdY3FfF9ZFnV_AC3TQ2qsAAAAtrgSSAAAA','a761b2a9f1aca6704937502fc4e950ba',1,'drafts'),(1,'AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoARgAAA5SSte_vZIRAtqDEBSF6GqYHAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBCQAAAKtdY3FfF9ZFnV_AC3TQ2qsAAAANjCxMAAAA','a95d20997cca45c736d6d797ed758236',1,'Sent Items'),(1,'AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoARgAAA5SSte_vZIRAtqDEBSF6GqYHAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBJQAAAKtdY3FfF9ZFnV_AC3TQ2qsAAAArVBiSAAAA','a9780e22606f01fdcf224cb800b839b0',1,'Archive'),(1,'AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoARgAAA5SSte_vZIRAtqDEBSF6GqYHAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBCQAAAKtdY3FfF9ZFnV_AC3TQ2qsAAAArU-j5AAAA','ab9535bb8e9001e5c3a21c51d2491953',1,'Sent Items'),(1,'AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoARgAAA5SSte_vZIRAtqDEBSF6GqYHAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBCgAAAKtdY3FfF9ZFnV_AC3TQ2qsAAAAtrhwwAAAA','ad64155308842f2576929e55e5e9358e',1,'Deleted Items'),(1,'AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoARgAAA5SSte_vZIRAtqDEBSF6GqYHAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBCgAAAKtdY3FfF9ZFnV_AC3TQ2qsAAAAtrhwnAAAA','b5d6e4d3303ae0f96e33ed45768b4f25',1,'Deleted Items'),(1,'AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoARgAAA5SSte_vZIRAtqDEBSF6GqYHAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBCQAAAKtdY3FfF9ZFnV_AC3TQ2qsAAAAp5EeUAAAA','b70b86dd6736cc3933c9ebbac53b930b',1,'Sent Items'),(1,'AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoARgAAA5SSte_vZIRAtqDEBSF6GqYHAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBCgAAAKtdY3FfF9ZFnV_AC3TQ2qsAAAAtrhwsAAAA','bfe194c2c9772a083a984f5404f75171',1,'Deleted Items'),(1,'AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoARgAAA5SSte_vZIRAtqDEBSF6GqYHAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBCgAAAKtdY3FfF9ZFnV_AC3TQ2qsAAAAtrhwxAAAA','c095353b62268aee8baa5c0a3ee398f2',1,'Deleted Items'),(1,'AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoARgAAA5SSte_vZIRAtqDEBSF6GqYHAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBCQAAAKtdY3FfF9ZFnV_AC3TQ2qsAAAAp5EeWAAAA','c296abf8c4a837dcd07f7323765c5581',1,'Sent Items'),(1,'AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoARgAAA5SSte_vZIRAtqDEBSF6GqYHAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBCgAAAKtdY3FfF9ZFnV_AC3TQ2qsAAAAtrhwdAAAA','c5677ad647fcc3755bcb8521bf8c58cd',1,'Deleted Items'),(1,'AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoARgAAA5SSte_vZIRAtqDEBSF6GqYHAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBCQAAAKtdY3FfF9ZFnV_AC3TQ2qsAAAKFHAAAAA==','c7fdb6acf7d5d3aa131d1ed9b76f9baf',1,'Sent Items'),(1,'AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoARgAAA5SSte_vZIRAtqDEBSF6GqYHAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBCgAAAKtdY3FfF9ZFnV_AC3TQ2qsAAAAtrhwuAAAA','c8b3ab0aaf40aa4b99228305f7dc34c6',1,'Deleted Items'),(1,'AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoARgAAA5SSte_vZIRAtqDEBSF6GqYHAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBCQAAAKtdY3FfF9ZFnV_AC3TQ2qsAAAAp5EeVAAAA','cab8a26ff2a379deec77b802168c6ed1',1,'Sent Items'),(1,'AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoARgAAA5SSte_vZIRAtqDEBSF6GqYHAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBDwAAAKtdY3FfF9ZFnV_AC3TQ2qsAAAAp5DviAAAA','cd31f04c51132dcde0b934d95cd14e26',1,'Drafts'),(1,'AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoARgAAA5SSte_vZIRAtqDEBSF6GqYHAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBCQAAAKtdY3FfF9ZFnV_AC3TQ2qsAAAArU-j4AAAAAA==','d863be208b75bc84889687a96ba5c877',1,'Sent Items'),(1,'AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoARgAAA5SSte_vZIRAtqDEBSF6GqYHAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBCgAAAKtdY3FfF9ZFnV_AC3TQ2qsAAAAtrhwjAAAA','dca588cf0137cf7ac0e5be40b6d5bbb5',1,'Deleted Items'),(1,'AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoARgAAA5SSte_vZIRAtqDEBSF6GqYHAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBCgAAAKtdY3FfF9ZFnV_AC3TQ2qsAAAAp5HrnAAAA','e20fba099064b202459559ef989641e7',0,'Deleted Items'),(1,'AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoARgAAA5SSte_vZIRAtqDEBSF6GqYHAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBDAAAAKtdY3FfF9ZFnV_AC3TQ2qsAAAAp5CZZAAAA','e46d922391a432845c48f90349fac424',1,'Inbox'),(1,'AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoARgAAA5SSte_vZIRAtqDEBSF6GqYHAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBCgAAAKtdY3FfF9ZFnV_AC3TQ2qsAAAAtrhwhAAAA','e529f16274362bfc2aa6fb16a354eddf',1,'Deleted Items'),(1,'AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoARgAAA5SSte_vZIRAtqDEBSF6GqYHAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBEwAAAKtdY3FfF9ZFnV_AC3TQ2qsAAAArU_lQAAAA','e6678550d7f991166d42a1e5e98ab769',1,'Junk Email'),(1,'AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoARgAAA5SSte_vZIRAtqDEBSF6GqYHAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBDwAAAKtdY3FfF9ZFnV_AC3TQ2qsAAAAp5DvhAAAA','e9439de60f91a91ee70fe577ee6c9324',1,'Drafts'),(1,'AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoARgAAA5SSte_vZIRAtqDEBSF6GqYHAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBCQAAAKtdY3FfF9ZFnV_AC3TQ2qsAAAAmqtFLAAAA','eb2b241ef4bbbb17096c687e278c4578',1,'Sent Items'),(1,'AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoARgAAA5SSte_vZIRAtqDEBSF6GqYHAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBDAAAAKtdY3FfF9ZFnV_AC3TQ2qsAAAAqXK0TAAAA','eb72c24226e29697bf17d93de56e1a99',1,'Inbox'),(1,'AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoARgAAA5SSte_vZIRAtqDEBSF6GqYHAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBCgAAAKtdY3FfF9ZFnV_AC3TQ2qsAAAAp5HroAAAA','ebd0f46026a384de84666f4ca7be00c0',0,'Deleted Items'),(1,'AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoARgAAA5SSte_vZIRAtqDEBSF6GqYHAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBCQAAAKtdY3FfF9ZFnV_AC3TQ2qsAAAAqsJtcAAAA','f1c226059df5ac5fac84f2a27e972165',1,'Sent Items'),(1,'AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoARgAAA5SSte_vZIRAtqDEBSF6GqYHAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBCgAAAKtdY3FfF9ZFnV_AC3TQ2qsAAAAtrhwmAAAA','f5bfc91bac455045097f40d658fe113e',1,'Deleted Items'),(1,'AQMkADAwATNiZmYAZS05ZjdmLTRlZQA0LTAwAi0wMAoARgAAA5SSte_vZIRAtqDEBSF6GqYHAKtdY3FfF9ZFnV_AC3TQ2qsAAAIBDAAAAKtdY3FfF9ZFnV_AC3TQ2qsAAAAtriQIAAAA','f84ffe6af9878765f9eef03fcb7bddcf',1,'Inbox');
/*!40000 ALTER TABLE `vtiger_ctoutlook_mailmanager_recordmap` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_currencies`
--
DROP TABLE IF EXISTS `vtiger_currencies`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_currencies` (
`currencyid` int NOT NULL AUTO_INCREMENT,
`currency_name` varchar(200) DEFAULT NULL,
`currency_code` varchar(50) DEFAULT NULL,
`currency_symbol` varchar(11) DEFAULT NULL,
PRIMARY KEY (`currencyid`)
) ENGINE=InnoDB AUTO_INCREMENT=139 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_currencies`
--
LOCK TABLES `vtiger_currencies` WRITE;
/*!40000 ALTER TABLE `vtiger_currencies` DISABLE KEYS */;
INSERT INTO `vtiger_currencies` VALUES (1,'Albania, Leke','ALL','Lek'),(2,'Argentina, Pesos','ARS','$'),(3,'Aruba, Guilders','AWG','ƒ'),(4,'Australia, Dollars','AUD','$'),(5,'Azerbaijan, New Manats','AZN','ман'),(6,'Bahamas, Dollars','BSD','$'),(7,'Bahrain, Dinar','BHD','BD'),(8,'Barbados, Dollars','BBD','$'),(9,'Belarus, Rubles','BYR','p.'),(10,'Belize, Dollars','BZD','BZ$'),(11,'Bermuda, Dollars','BMD','$'),(12,'Bolivia, Bolivianos','BOB','$b'),(13,'China, Yuan Renminbi','CNY','¥'),(14,'Convertible Marka','BAM','KM'),(15,'Botswana, Pulas','BWP','P'),(16,'Bulgaria, Leva','BGN','лв'),(17,'Brazil, Reais','BRL','R$'),(18,'Great Britain Pounds','GBP','£'),(19,'Brunei Darussalam, Dollars','BND','$'),(20,'Canada, Dollars','CAD','$'),(21,'Cayman Islands, Dollars','KYD','$'),(22,'Chile, Pesos','CLP','$'),(23,'Colombia, Pesos','COP','$'),(24,'Costa Rica, Colón','CRC','₡'),(25,'Croatia, Kuna','HRK','kn'),(26,'Cuba, Pesos','CUP','₱'),(27,'Czech Republic, Koruny','CZK','Kč'),(28,'Cyprus, Pounds','CYP','£'),(29,'Denmark, Kroner','DKK','kr'),(30,'Dominican Republic, Pesos','DOP','RD$'),(31,'East Caribbean, Dollars','XCD','$'),(32,'Egypt, Pounds','EGP','£'),(33,'El Salvador, Colón','SVC','₡'),(34,'England, Pounds','GBP','£'),(35,'Estonia, Krooni','EEK','kr'),(36,'Euro','EUR','€'),(37,'Falkland Islands, Pounds','FKP','£'),(38,'Fiji, Dollars','FJD','$'),(39,'Ghana, Cedis','GHC','¢'),(40,'Gibraltar, Pounds','GIP','£'),(41,'Guatemala, Quetzales','GTQ','Q'),(42,'Guernsey, Pounds','GGP','£'),(43,'Guyana, Dollars','GYD','$'),(44,'Honduras, Lempiras','HNL','L'),(45,'Hong Kong, Dollars','HKD','HK$'),(46,'Hungary, Forint','HUF','Ft'),(47,'Iceland, Krona','ISK','kr'),(48,'India, Rupees','INR','₹'),(49,'Indonesia, Rupiahs','IDR','Rp'),(50,'Iran, Rials','IRR','﷼'),(51,'Isle of Man, Pounds','IMP','£'),(52,'Israel, New Shekels','ILS','₪'),(53,'Jamaica, Dollars','JMD','J$'),(54,'Japan, Yen','JPY','¥'),(55,'Jersey, Pounds','JEP','£'),(56,'Jordan, Dinar','JOD','JOD'),(57,'Kazakhstan, Tenge','KZT','〒'),(58,'Kenya, Shilling','KES','KES'),(59,'Korea (North), Won','KPW','₩'),(60,'Korea (South), Won','KRW','₩'),(61,'Kuwait, Dinar','KWD','KWD'),(62,'Kyrgyzstan, Soms','KGS','лв'),(63,'Laos, Kips','LAK','₭'),(64,'Latvia, Lati','LVL','Ls'),(65,'Lebanon, Pounds','LBP','£'),(66,'Liberia, Dollars','LRD','$'),(67,'Switzerland Francs','CHF','CHF'),(68,'Lithuania, Litai','LTL','Lt'),(69,'MADAGASCAR, Malagasy Ariary','MGA','MGA'),(70,'Macedonia, Denars','MKD','ден'),(71,'Malaysia, Ringgits','MYR','RM'),(72,'Malta, Liri','MTL','₤'),(73,'Mauritius, Rupees','MUR','₨'),(74,'Mexico, Pesos','MXN','$'),(75,'Mongolia, Tugriks','MNT','₮'),(76,'Mozambique, Meticais','MZN','MT'),(77,'Namibia, Dollars','NAD','$'),(78,'Nepal, Rupees','NPR','₨'),(79,'Netherlands Antilles, Guilders','ANG','ƒ'),(80,'New Zealand, Dollars','NZD','$'),(81,'Nicaragua, Cordobas','NIO','C$'),(82,'Nigeria, Nairas','NGN','₦'),(83,'North Korea, Won','KPW','₩'),(84,'Norway, Krone','NOK','kr'),(85,'Oman, Rials','OMR','﷼'),(86,'Pakistan, Rupees','PKR','₨'),(87,'Panama, Balboa','PAB','B/.'),(88,'Paraguay, Guarani','PYG','Gs'),(89,'Peru, Nuevos Soles','PEN','S/.'),(90,'Philippines, Pesos','PHP','Php'),(91,'Poland, Zlotych','PLN','zł'),(92,'Qatar, Rials','QAR','﷼'),(93,'Romania, New Lei','RON','lei'),(94,'Russia, Rubles','RUB','руб'),(95,'Saint Helena, Pounds','SHP','£'),(96,'Saudi Arabia, Riyals','SAR','﷼'),(97,'Serbia, Dinars','RSD','Дин.'),(98,'Seychelles, Rupees','SCR','₨'),(99,'Singapore, Dollars','SGD','$'),(100,'Solomon Islands, Dollars','SBD','$'),(101,'Somalia, Shillings','SOS','S'),(102,'South Africa, Rand','ZAR','R'),(103,'South Korea, Won','KRW','₩'),(104,'Sri Lanka, Rupees','LKR','₨'),(105,'Sweden, Kronor','SEK','kr'),(106,'Switzerland, Francs','CHF','CHF'),(107,'Suriname, Dollars','SRD','$'),(108,'Syria, Pounds','SYP','£'),(109,'Taiwan, New Dollars','TWD','NT$'),(110,'Thailand, Baht','THB','฿'),(111,'Trinidad and Tobago, Dollars','TTD','TT$'),(112,'Turkey, New Lira','TRY','YTL'),(113,'Turkey, Liras','TRL','₤'),(114,'Tuvalu, Dollars','TVD','$'),(115,'Ukraine, Hryvnia','UAH','₴'),(116,'United Arab Emirates, Dirham','AED','AED'),(117,'United Kingdom, Pounds','GBP','£'),(118,'United Republic of Tanzania, Shilling','TZS','TZS'),(119,'USA, Dollars','USD','$'),(120,'Uruguay, Pesos','UYU','$U'),(121,'Uzbekistan, Sums','UZS','лв'),(122,'Venezuela, Bolivares Fuertes','VEF','Bs'),(123,'Vietnam, Dong','VND','₫'),(124,'Zambia, Kwacha','ZMK','ZMK'),(125,'Yemen, Rials','YER','﷼'),(126,'Zimbabwe Dollars','ZWD','Z$'),(127,'Malawi, Kwacha','MWK','MK'),(128,'Tunisian, Dinar','TD','TD'),(129,'Moroccan, Dirham','MAD','DH'),(130,'Iraqi Dinar','IQD','ID'),(131,'Maldivian Ruffiya','MVR','MVR'),(132,'Ugandan Shilling','UGX','Sh'),(133,'Sudanese Pound','SDG','£'),(134,'CFA Franc BCEAO','XOF','CFA'),(135,'CFA Franc BEAC','XAF','CFA'),(136,'Haiti, Gourde','HTG','G'),(137,'Libya, Dinar','LYD','LYD'),(138,'CFP Franc','XPF','F');
/*!40000 ALTER TABLE `vtiger_currencies` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_currencies_seq`
--
DROP TABLE IF EXISTS `vtiger_currencies_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_currencies_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_currencies_seq`
--
LOCK TABLES `vtiger_currencies_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_currencies_seq` DISABLE KEYS */;
INSERT INTO `vtiger_currencies_seq` VALUES (138);
/*!40000 ALTER TABLE `vtiger_currencies_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_currency`
--
DROP TABLE IF EXISTS `vtiger_currency`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_currency` (
`currencyid` int NOT NULL AUTO_INCREMENT,
`currency` varchar(200) NOT NULL,
`sortorderid` int NOT NULL DEFAULT '0',
`presence` int NOT NULL DEFAULT '1',
PRIMARY KEY (`currencyid`),
UNIQUE KEY `currency_currency_idx` (`currency`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_currency`
--
LOCK TABLES `vtiger_currency` WRITE;
/*!40000 ALTER TABLE `vtiger_currency` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_currency` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_currency_decimal_separator`
--
DROP TABLE IF EXISTS `vtiger_currency_decimal_separator`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_currency_decimal_separator` (
`currency_decimal_separatorid` int NOT NULL AUTO_INCREMENT,
`currency_decimal_separator` varchar(2) NOT NULL,
`sortorderid` int NOT NULL DEFAULT '0',
`presence` int NOT NULL DEFAULT '1',
PRIMARY KEY (`currency_decimal_separatorid`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_currency_decimal_separator`
--
LOCK TABLES `vtiger_currency_decimal_separator` WRITE;
/*!40000 ALTER TABLE `vtiger_currency_decimal_separator` DISABLE KEYS */;
INSERT INTO `vtiger_currency_decimal_separator` VALUES (1,'.',0,1),(2,',',1,1),(3,'\'',2,1),(4,' ',3,1),(5,'$',4,1);
/*!40000 ALTER TABLE `vtiger_currency_decimal_separator` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_currency_decimal_separator_seq`
--
DROP TABLE IF EXISTS `vtiger_currency_decimal_separator_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_currency_decimal_separator_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_currency_decimal_separator_seq`
--
LOCK TABLES `vtiger_currency_decimal_separator_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_currency_decimal_separator_seq` DISABLE KEYS */;
INSERT INTO `vtiger_currency_decimal_separator_seq` VALUES (5);
/*!40000 ALTER TABLE `vtiger_currency_decimal_separator_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_currency_grouping_pattern`
--
DROP TABLE IF EXISTS `vtiger_currency_grouping_pattern`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_currency_grouping_pattern` (
`currency_grouping_patternid` int NOT NULL AUTO_INCREMENT,
`currency_grouping_pattern` varchar(200) NOT NULL,
`sortorderid` int NOT NULL DEFAULT '0',
`presence` int NOT NULL DEFAULT '1',
PRIMARY KEY (`currency_grouping_patternid`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_currency_grouping_pattern`
--
LOCK TABLES `vtiger_currency_grouping_pattern` WRITE;
/*!40000 ALTER TABLE `vtiger_currency_grouping_pattern` DISABLE KEYS */;
INSERT INTO `vtiger_currency_grouping_pattern` VALUES (1,'123,456,789',0,1),(2,'123456789',1,1),(3,'123456,789',2,1),(4,'12,34,56,789',3,1);
/*!40000 ALTER TABLE `vtiger_currency_grouping_pattern` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_currency_grouping_pattern_seq`
--
DROP TABLE IF EXISTS `vtiger_currency_grouping_pattern_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_currency_grouping_pattern_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_currency_grouping_pattern_seq`
--
LOCK TABLES `vtiger_currency_grouping_pattern_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_currency_grouping_pattern_seq` DISABLE KEYS */;
INSERT INTO `vtiger_currency_grouping_pattern_seq` VALUES (4);
/*!40000 ALTER TABLE `vtiger_currency_grouping_pattern_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_currency_grouping_separator`
--
DROP TABLE IF EXISTS `vtiger_currency_grouping_separator`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_currency_grouping_separator` (
`currency_grouping_separatorid` int NOT NULL AUTO_INCREMENT,
`currency_grouping_separator` varchar(2) NOT NULL,
`sortorderid` int NOT NULL DEFAULT '0',
`presence` int NOT NULL DEFAULT '1',
PRIMARY KEY (`currency_grouping_separatorid`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_currency_grouping_separator`
--
LOCK TABLES `vtiger_currency_grouping_separator` WRITE;
/*!40000 ALTER TABLE `vtiger_currency_grouping_separator` DISABLE KEYS */;
INSERT INTO `vtiger_currency_grouping_separator` VALUES (1,',',0,1),(2,'.',1,1),(3,'\'',2,1),(4,' ',3,1),(5,'$',4,1);
/*!40000 ALTER TABLE `vtiger_currency_grouping_separator` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_currency_grouping_separator_seq`
--
DROP TABLE IF EXISTS `vtiger_currency_grouping_separator_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_currency_grouping_separator_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_currency_grouping_separator_seq`
--
LOCK TABLES `vtiger_currency_grouping_separator_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_currency_grouping_separator_seq` DISABLE KEYS */;
INSERT INTO `vtiger_currency_grouping_separator_seq` VALUES (5);
/*!40000 ALTER TABLE `vtiger_currency_grouping_separator_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_currency_info`
--
DROP TABLE IF EXISTS `vtiger_currency_info`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_currency_info` (
`id` int NOT NULL AUTO_INCREMENT,
`currency_name` varchar(100) DEFAULT NULL,
`currency_code` varchar(100) DEFAULT NULL,
`currency_symbol` varchar(30) DEFAULT NULL,
`conversion_rate` decimal(12,5) DEFAULT NULL,
`currency_status` varchar(25) DEFAULT NULL,
`defaultid` varchar(10) NOT NULL DEFAULT '0',
`deleted` int NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_currency_info`
--
LOCK TABLES `vtiger_currency_info` WRITE;
/*!40000 ALTER TABLE `vtiger_currency_info` DISABLE KEYS */;
INSERT INTO `vtiger_currency_info` VALUES (1,'India, Rupees','INR','₹',1.00000,'Active','-11',0);
/*!40000 ALTER TABLE `vtiger_currency_info` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_currency_info_seq`
--
DROP TABLE IF EXISTS `vtiger_currency_info_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_currency_info_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_currency_info_seq`
--
LOCK TABLES `vtiger_currency_info_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_currency_info_seq` DISABLE KEYS */;
INSERT INTO `vtiger_currency_info_seq` VALUES (1);
/*!40000 ALTER TABLE `vtiger_currency_info_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_currency_symbol_placement`
--
DROP TABLE IF EXISTS `vtiger_currency_symbol_placement`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_currency_symbol_placement` (
`currency_symbol_placementid` int NOT NULL AUTO_INCREMENT,
`currency_symbol_placement` varchar(30) NOT NULL,
`sortorderid` int NOT NULL DEFAULT '0',
`presence` int NOT NULL DEFAULT '1',
PRIMARY KEY (`currency_symbol_placementid`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_currency_symbol_placement`
--
LOCK TABLES `vtiger_currency_symbol_placement` WRITE;
/*!40000 ALTER TABLE `vtiger_currency_symbol_placement` DISABLE KEYS */;
INSERT INTO `vtiger_currency_symbol_placement` VALUES (1,'$1.0',0,1),(2,'1.0$',1,1);
/*!40000 ALTER TABLE `vtiger_currency_symbol_placement` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_currency_symbol_placement_seq`
--
DROP TABLE IF EXISTS `vtiger_currency_symbol_placement_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_currency_symbol_placement_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_currency_symbol_placement_seq`
--
LOCK TABLES `vtiger_currency_symbol_placement_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_currency_symbol_placement_seq` DISABLE KEYS */;
INSERT INTO `vtiger_currency_symbol_placement_seq` VALUES (2);
/*!40000 ALTER TABLE `vtiger_currency_symbol_placement_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_customaction`
--
DROP TABLE IF EXISTS `vtiger_customaction`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_customaction` (
`cvid` int NOT NULL,
`subject` varchar(250) NOT NULL,
`module` varchar(50) NOT NULL,
`content` text,
KEY `customaction_cvid_idx` (`cvid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_customaction`
--
LOCK TABLES `vtiger_customaction` WRITE;
/*!40000 ALTER TABLE `vtiger_customaction` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_customaction` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_customerdetails`
--
DROP TABLE IF EXISTS `vtiger_customerdetails`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_customerdetails` (
`customerid` int NOT NULL,
`portal` varchar(3) DEFAULT NULL,
`support_start_date` date DEFAULT NULL,
`support_end_date` date DEFAULT NULL,
PRIMARY KEY (`customerid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_customerdetails`
--
LOCK TABLES `vtiger_customerdetails` WRITE;
/*!40000 ALTER TABLE `vtiger_customerdetails` DISABLE KEYS */;
INSERT INTO `vtiger_customerdetails` VALUES (95,'0',NULL,NULL),(97,'0',NULL,NULL),(104,'0',NULL,NULL),(105,'0',NULL,NULL),(107,'0',NULL,NULL),(109,'0',NULL,NULL),(111,'0','2024-11-22','2025-11-22'),(113,'0',NULL,NULL),(115,'0',NULL,NULL),(117,'0','2024-11-22','2025-11-22'),(119,'0',NULL,NULL),(121,'0',NULL,NULL),(123,'0',NULL,NULL),(125,'0',NULL,NULL),(127,'0',NULL,NULL),(129,'0','2024-11-22','2025-11-22'),(130,'0',NULL,NULL),(132,'0',NULL,NULL),(134,'0',NULL,NULL),(136,'0',NULL,NULL),(138,'0',NULL,NULL),(140,'0',NULL,NULL),(142,'0',NULL,NULL),(144,'0',NULL,NULL),(146,'0',NULL,NULL),(148,'0',NULL,NULL),(150,'0',NULL,NULL),(152,'0',NULL,NULL),(154,'0',NULL,NULL),(156,'0',NULL,NULL),(158,'0',NULL,NULL),(160,'0',NULL,NULL),(162,'0',NULL,NULL),(164,'0',NULL,NULL),(166,'0',NULL,NULL),(168,'0',NULL,NULL),(170,'0',NULL,NULL),(172,'0',NULL,NULL),(174,'0',NULL,NULL),(176,'0',NULL,NULL),(178,'0',NULL,NULL),(180,'0',NULL,NULL),(182,'0',NULL,NULL),(184,'0',NULL,NULL),(186,'0',NULL,NULL),(188,'0',NULL,NULL),(190,'0',NULL,NULL),(192,'0',NULL,NULL),(194,'0',NULL,NULL),(196,'0',NULL,NULL),(198,'0',NULL,NULL),(200,'0',NULL,NULL),(202,'0',NULL,NULL),(204,'0',NULL,NULL),(206,'0',NULL,NULL),(208,'0',NULL,NULL),(210,'0',NULL,NULL),(212,'0',NULL,NULL),(214,'0',NULL,NULL),(216,'0',NULL,NULL),(218,'0',NULL,NULL),(220,'0',NULL,NULL),(222,'0',NULL,NULL),(224,'0',NULL,NULL),(226,'0',NULL,NULL),(228,'0',NULL,NULL),(230,'0',NULL,NULL),(232,'0',NULL,NULL),(234,'0',NULL,NULL),(236,'0',NULL,NULL),(238,'0',NULL,NULL),(240,'0',NULL,NULL),(242,'0',NULL,NULL),(244,'0',NULL,NULL),(246,'0',NULL,NULL),(248,'0',NULL,NULL),(250,'0',NULL,NULL),(252,'0',NULL,NULL),(254,'0',NULL,NULL),(256,'0',NULL,NULL),(258,'0',NULL,NULL),(265,'0',NULL,NULL),(426,'0',NULL,NULL),(431,'0',NULL,NULL),(439,'0',NULL,NULL),(450,'0',NULL,NULL),(452,'0',NULL,NULL),(454,'0',NULL,NULL),(456,'0',NULL,NULL),(458,'0',NULL,NULL),(460,'0',NULL,NULL),(465,'0',NULL,NULL),(472,'0',NULL,NULL),(486,'0',NULL,NULL),(489,'0',NULL,NULL),(491,'0',NULL,NULL),(493,'0',NULL,NULL),(522,'0',NULL,NULL),(554,'0',NULL,NULL),(557,'0',NULL,NULL),(559,'0',NULL,NULL),(623,'0',NULL,NULL),(634,'0',NULL,NULL),(797,'0',NULL,NULL),(802,'0',NULL,NULL),(902,'0','2025-11-12','2026-11-12'),(903,'0','2025-11-12','2026-11-12'),(904,'0','2025-11-12','2026-11-12'),(905,'0','2025-11-12','2026-11-12');
/*!40000 ALTER TABLE `vtiger_customerdetails` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_customerportal_fields`
--
DROP TABLE IF EXISTS `vtiger_customerportal_fields`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_customerportal_fields` (
`tabid` int NOT NULL,
`fieldid` int DEFAULT NULL,
`visible` int DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_customerportal_fields`
--
LOCK TABLES `vtiger_customerportal_fields` WRITE;
/*!40000 ALTER TABLE `vtiger_customerportal_fields` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_customerportal_fields` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_customerportal_prefs`
--
DROP TABLE IF EXISTS `vtiger_customerportal_prefs`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_customerportal_prefs` (
`tabid` int NOT NULL,
`prefkey` varchar(100) NOT NULL,
`prefvalue` int DEFAULT NULL,
PRIMARY KEY (`tabid`,`prefkey`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_customerportal_prefs`
--
LOCK TABLES `vtiger_customerportal_prefs` WRITE;
/*!40000 ALTER TABLE `vtiger_customerportal_prefs` DISABLE KEYS */;
INSERT INTO `vtiger_customerportal_prefs` VALUES (0,'defaultassignee',1),(0,'userid',1),(4,'showrelatedinfo',1),(6,'showrelatedinfo',1),(8,'showrelatedinfo',1),(13,'showrelatedinfo',1),(14,'showrelatedinfo',1),(15,'showrelatedinfo',1),(20,'showrelatedinfo',1),(23,'showrelatedinfo',1),(36,'showrelatedinfo',1),(38,'showrelatedinfo',1),(39,'showrelatedinfo',1),(40,'showrelatedinfo',1),(41,'showrelatedinfo',1);
/*!40000 ALTER TABLE `vtiger_customerportal_prefs` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_customerportal_tabs`
--
DROP TABLE IF EXISTS `vtiger_customerportal_tabs`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_customerportal_tabs` (
`tabid` int NOT NULL,
`visible` int DEFAULT '1',
`sequence` int DEFAULT NULL,
PRIMARY KEY (`tabid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_customerportal_tabs`
--
LOCK TABLES `vtiger_customerportal_tabs` WRITE;
/*!40000 ALTER TABLE `vtiger_customerportal_tabs` DISABLE KEYS */;
INSERT INTO `vtiger_customerportal_tabs` VALUES (4,1,9),(6,1,10),(8,1,8),(13,1,2),(14,1,6),(15,1,3),(20,1,5),(23,1,4),(36,1,7),(38,1,13),(39,1,12),(40,1,11),(41,1,14);
/*!40000 ALTER TABLE `vtiger_customerportal_tabs` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_customview`
--
DROP TABLE IF EXISTS `vtiger_customview`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_customview` (
`cvid` int NOT NULL,
`viewname` varchar(100) NOT NULL,
`setdefault` int DEFAULT '0',
`setmetrics` int DEFAULT '0',
`entitytype` varchar(25) NOT NULL,
`status` int DEFAULT '1',
`userid` int DEFAULT '1',
PRIMARY KEY (`cvid`),
KEY `customview_entitytype_idx` (`entitytype`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_customview`
--
LOCK TABLES `vtiger_customview` WRITE;
/*!40000 ALTER TABLE `vtiger_customview` DISABLE KEYS */;
INSERT INTO `vtiger_customview` VALUES (1,'All',1,0,'Leads',0,1),(2,'Hot Leads',0,1,'Leads',3,1),(3,'This Month Leads',0,0,'Leads',3,1),(4,'All',1,0,'Accounts',0,1),(5,'Prospect Accounts',0,1,'Accounts',3,1),(6,'New This Week',0,0,'Accounts',3,1),(7,'All',1,0,'Contacts',0,1),(8,'Contacts Address',0,0,'Contacts',3,1),(9,'Todays Birthday',0,0,'Contacts',3,1),(10,'All',1,0,'Potentials',0,1),(11,'Potentials Won',0,1,'Potentials',3,1),(12,'Prospecting',0,0,'Potentials',3,1),(13,'All',1,0,'HelpDesk',0,1),(14,'Open Tickets',0,1,'HelpDesk',3,1),(15,'High Prioriy Tickets',0,0,'HelpDesk',3,1),(16,'All',1,0,'Quotes',0,1),(17,'Open Quotes',0,1,'Quotes',3,1),(18,'Rejected Quotes',0,0,'Quotes',3,1),(19,'All',1,0,'Calendar',0,1),(20,'All',1,0,'Emails',0,1),(21,'All',1,0,'Invoice',0,1),(22,'All',1,0,'Documents',0,1),(23,'All',1,0,'PriceBooks',0,1),(24,'All',1,0,'Products',0,1),(25,'All',1,0,'PurchaseOrder',0,1),(26,'All',1,0,'SalesOrder',0,1),(27,'All',1,0,'Vendors',0,1),(28,'All',1,0,'Faq',0,1),(29,'All',1,0,'Campaigns',0,1),(30,'All',1,0,'Webmails',0,1),(31,'Drafted FAQ',0,0,'Faq',3,1),(32,'Published FAQ',0,0,'Faq',3,1),(33,'Open Purchase Orders',0,0,'PurchaseOrder',3,1),(34,'Received Purchase Orders',0,0,'PurchaseOrder',3,1),(35,'Open Invoices',0,0,'Invoice',3,1),(36,'Paid Invoices',0,0,'Invoice',3,1),(37,'Pending Sales Orders',0,0,'SalesOrder',3,1),(38,'All',1,0,'PBXManager',0,1),(39,'All',1,0,'ServiceContracts',0,1),(40,'All',1,0,'Services',0,1),(44,'All',1,0,'Assets',0,1),(45,'All',0,0,'ModComments',0,1),(46,'All',0,0,'SMSNotifier',0,1),(47,'All',1,0,'ProjectMilestone',0,1),(48,'All',1,0,'ProjectTask',0,1),(49,'All',1,0,'Project',0,1),(50,'All',1,0,'CTGoogleSuite',0,1),(51,'All',1,0,'CTGoogleSuiteLog',0,1),(52,'Test Lists',1,0,'CTGoogleSuiteLog',3,1),(53,'All',1,0,'CTGoogleSuite',0,1),(54,'All',1,0,'CTGoogleSuiteLog',0,1),(55,'Test Lists',1,0,'CTGoogleSuiteLog',3,1);
/*!40000 ALTER TABLE `vtiger_customview` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_customview_seq`
--
DROP TABLE IF EXISTS `vtiger_customview_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_customview_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_customview_seq`
--
LOCK TABLES `vtiger_customview_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_customview_seq` DISABLE KEYS */;
INSERT INTO `vtiger_customview_seq` VALUES (55);
/*!40000 ALTER TABLE `vtiger_customview_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_cvadvfilter`
--
DROP TABLE IF EXISTS `vtiger_cvadvfilter`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_cvadvfilter` (
`cvid` int NOT NULL,
`columnindex` int NOT NULL,
`columnname` varchar(250) DEFAULT '',
`comparator` varchar(20) DEFAULT NULL,
`value` varchar(512) DEFAULT NULL,
`groupid` int DEFAULT '1',
`column_condition` varchar(255) DEFAULT 'and',
PRIMARY KEY (`cvid`,`columnindex`),
KEY `cvadvfilter_cvid_idx` (`cvid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_cvadvfilter`
--
LOCK TABLES `vtiger_cvadvfilter` WRITE;
/*!40000 ALTER TABLE `vtiger_cvadvfilter` DISABLE KEYS */;
INSERT INTO `vtiger_cvadvfilter` VALUES (2,0,'vtiger_leaddetails:leadstatus:leadstatus:Leads_Lead_Status:V','e','Hot',1,'and'),(5,0,'vtiger_account:account_type:accounttype:Accounts_Type:V','e','Prospect',1,'and'),(11,0,'vtiger_potential:sales_stage:sales_stage:Potentials_Sales_Stage:V','e','Closed Won',1,'and'),(12,0,'vtiger_potential:sales_stage:sales_stage:Potentials_Sales_Stage:V','e','Prospecting',1,'and'),(14,0,'vtiger_troubletickets:status:ticketstatus:HelpDesk_Status:V','n','Closed',1,'and'),(15,0,'vtiger_troubletickets:priority:ticketpriorities:HelpDesk_Priority:V','e','High',1,'and'),(17,0,'vtiger_quotes:quotestage:quotestage:Quotes_Quote_Stage:V','n','Accepted',1,'and'),(17,1,'vtiger_quotes:quotestage:quotestage:Quotes_Quote_Stage:V','n','Rejected',1,'and'),(18,0,'vtiger_quotes:quotestage:quotestage:Quotes_Quote_Stage:V','e','Rejected',1,'and'),(31,0,'vtiger_faq:status:faqstatus:Faq_Status:V','e','Draft',1,'and'),(32,0,'vtiger_faq:status:faqstatus:Faq_Status:V','e','Published',1,'and'),(33,0,'vtiger_purchaseorder:postatus:postatus:PurchaseOrder_Status:V','e','Created, Approved, Delivered',1,'and'),(34,0,'vtiger_purchaseorder:postatus:postatus:PurchaseOrder_Status:V','e','Received Shipment',1,'and'),(35,0,'vtiger_invoice:invoicestatus:invoicestatus:Invoice_Status:V','e','Created, Approved, Sent',1,'and'),(36,0,'vtiger_invoice:invoicestatus:invoicestatus:Invoice_Status:V','e','Paid',1,'and'),(37,0,'vtiger_salesorder:sostatus:sostatus:SalesOrder_Status:V','e','Created, Approved',1,'and');
/*!40000 ALTER TABLE `vtiger_cvadvfilter` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_cvadvfilter_grouping`
--
DROP TABLE IF EXISTS `vtiger_cvadvfilter_grouping`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_cvadvfilter_grouping` (
`groupid` int NOT NULL,
`cvid` int NOT NULL,
`group_condition` varchar(255) DEFAULT NULL,
`condition_expression` text,
PRIMARY KEY (`groupid`,`cvid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_cvadvfilter_grouping`
--
LOCK TABLES `vtiger_cvadvfilter_grouping` WRITE;
/*!40000 ALTER TABLE `vtiger_cvadvfilter_grouping` DISABLE KEYS */;
INSERT INTO `vtiger_cvadvfilter_grouping` VALUES (1,2,'',''),(1,5,'',''),(1,11,'',''),(1,12,'',''),(1,14,'',''),(1,15,'',''),(1,17,'',''),(1,18,'',''),(1,31,'',''),(1,32,'',''),(1,33,'',''),(1,34,'',''),(1,35,'',''),(1,36,'',''),(1,37,'','');
/*!40000 ALTER TABLE `vtiger_cvadvfilter_grouping` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_cvcolumnlist`
--
DROP TABLE IF EXISTS `vtiger_cvcolumnlist`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_cvcolumnlist` (
`cvid` int NOT NULL,
`columnindex` int NOT NULL,
`columnname` varchar(250) DEFAULT '',
PRIMARY KEY (`cvid`,`columnindex`),
KEY `cvcolumnlist_columnindex_idx` (`columnindex`),
KEY `cvcolumnlist_cvid_idx` (`cvid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_cvcolumnlist`
--
LOCK TABLES `vtiger_cvcolumnlist` WRITE;
/*!40000 ALTER TABLE `vtiger_cvcolumnlist` DISABLE KEYS */;
INSERT INTO `vtiger_cvcolumnlist` VALUES (1,1,'vtiger_leaddetails:firstname:firstname:Leads_First_Name:V'),(1,2,'vtiger_leaddetails:lastname:lastname:Leads_Last_Name:V'),(1,3,'vtiger_leaddetails:company:company:Leads_Company:V'),(1,4,'vtiger_leadaddress:phone:phone:Leads_Phone:V'),(1,5,'vtiger_leadsubdetails:website:website:Leads_Website:V'),(1,6,'vtiger_leaddetails:email:email:Leads_Email:V'),(1,7,'vtiger_crmentity:smownerid:assigned_user_id:Leads_Assigned_To:V'),(2,0,'vtiger_leaddetails:firstname:firstname:Leads_First_Name:V'),(2,1,'vtiger_leaddetails:lastname:lastname:Leads_Last_Name:V'),(2,2,'vtiger_leaddetails:company:company:Leads_Company:V'),(2,3,'vtiger_leaddetails:leadsource:leadsource:Leads_Lead_Source:V'),(2,4,'vtiger_leadsubdetails:website:website:Leads_Website:V'),(2,5,'vtiger_leaddetails:email:email:Leads_Email:V'),(3,0,'vtiger_leaddetails:firstname:firstname:Leads_First_Name:V'),(3,1,'vtiger_leaddetails:lastname:lastname:Leads_Last_Name:V'),(3,2,'vtiger_leaddetails:company:company:Leads_Company:V'),(3,3,'vtiger_leaddetails:leadsource:leadsource:Leads_Lead_Source:V'),(3,4,'vtiger_leadsubdetails:website:website:Leads_Website:V'),(3,5,'vtiger_leaddetails:email:email:Leads_Email:V'),(4,1,'vtiger_account:accountname:accountname:Accounts_Account_Name:V'),(4,2,'vtiger_accountbillads:bill_city:bill_city:Accounts_City:V'),(4,3,'vtiger_account:website:website:Accounts_Website:V'),(4,4,'vtiger_account:phone:phone:Accounts_Phone:V'),(4,5,'vtiger_crmentity:smownerid:assigned_user_id:Accounts_Assigned_To:V'),(5,0,'vtiger_account:accountname:accountname:Accounts_Account_Name:V'),(5,1,'vtiger_account:phone:phone:Accounts_Phone:V'),(5,2,'vtiger_account:website:website:Accounts_Website:V'),(5,3,'vtiger_account:rating:rating:Accounts_Rating:V'),(5,4,'vtiger_crmentity:smownerid:assigned_user_id:Accounts_Assigned_To:V'),(6,0,'vtiger_account:accountname:accountname:Accounts_Account_Name:V'),(6,1,'vtiger_account:phone:phone:Accounts_Phone:V'),(6,2,'vtiger_account:website:website:Accounts_Website:V'),(6,3,'vtiger_accountbillads:bill_city:bill_city:Accounts_City:V'),(6,4,'vtiger_crmentity:smownerid:assigned_user_id:Accounts_Assigned_To:V'),(7,1,'vtiger_contactdetails:firstname:firstname:Contacts_First_Name:V'),(7,2,'vtiger_contactdetails:lastname:lastname:Contacts_Last_Name:V'),(7,3,'vtiger_contactdetails:title:title:Contacts_Title:V'),(7,4,'vtiger_contactdetails:accountid:account_id:Contacts_Account_Name:V'),(7,5,'vtiger_contactdetails:email:email:Contacts_Email:V'),(7,6,'vtiger_contactdetails:phone:phone:Contacts_Office_Phone:V'),(7,7,'vtiger_crmentity:smownerid:assigned_user_id:Contacts_Assigned_To:V'),(8,0,'vtiger_contactdetails:firstname:firstname:Contacts_First_Name:V'),(8,1,'vtiger_contactdetails:lastname:lastname:Contacts_Last_Name:V'),(8,2,'vtiger_contactaddress:mailingstreet:mailingstreet:Contacts_Mailing_Street:V'),(8,3,'vtiger_contactaddress:mailingcity:mailingcity:Contacts_Mailing_City:V'),(8,4,'vtiger_contactaddress:mailingstate:mailingstate:Contacts_Mailing_State:V'),(8,5,'vtiger_contactaddress:mailingzip:mailingzip:Contacts_Mailing_Zip:V'),(8,6,'vtiger_contactaddress:mailingcountry:mailingcountry:Contacts_Mailing_Country:V'),(9,0,'vtiger_contactdetails:firstname:firstname:Contacts_First_Name:V'),(9,1,'vtiger_contactdetails:lastname:lastname:Contacts_Last_Name:V'),(9,2,'vtiger_contactdetails:title:title:Contacts_Title:V'),(9,3,'vtiger_contactdetails:accountid:account_id:Contacts_Account_Name:V'),(9,4,'vtiger_contactdetails:email:email:Contacts_Email:V'),(9,5,'vtiger_contactsubdetails:otherphone:otherphone:Contacts_Other_Phone:V'),(9,6,'vtiger_crmentity:smownerid:assigned_user_id:Contacts_Assigned_To:V'),(10,1,'vtiger_potential:potentialname:potentialname:Potentials_Potential_Name:V'),(10,2,'vtiger_potential:related_to:related_to:Potentials_Related_To:V'),(10,3,'vtiger_potential:sales_stage:sales_stage:Potentials_Sales_Stage:V'),(10,4,'vtiger_potential:leadsource:leadsource:Potentials_Lead_Source:V'),(10,5,'vtiger_potential:closingdate:closingdate:Potentials_Expected_Close_Date:D'),(10,6,'vtiger_potential:amount:amount:Potentials_Amount:N'),(10,7,'vtiger_crmentity:smownerid:assigned_user_id:Potentials_Assigned_To:V'),(10,8,'vtiger_potential:contact_id:contact_id:Potentials_Contact_Name:V'),(11,0,'vtiger_potential:potentialname:potentialname:Potentials_Potential_Name:V'),(11,1,'vtiger_potential:related_to:related_to:Potentials_Related_To:V'),(11,2,'vtiger_potential:amount:amount:Potentials_Amount:N'),(11,3,'vtiger_potential:closingdate:closingdate:Potentials_Expected_Close_Date:D'),(11,4,'vtiger_crmentity:smownerid:assigned_user_id:Potentials_Assigned_To:V'),(11,5,'vtiger_potential:contact_id:contact_id:Potentials_Contact_Name:V'),(12,0,'vtiger_potential:potentialname:potentialname:Potentials_Potential_Name:V'),(12,1,'vtiger_potential:related_to:related_to:Potentials_Related_To:V'),(12,2,'vtiger_potential:amount:amount:Potentials_Amount:N'),(12,3,'vtiger_potential:leadsource:leadsource:Potentials_Lead_Source:V'),(12,4,'vtiger_potential:closingdate:closingdate:Potentials_Expected_Close_Date:D'),(12,5,'vtiger_crmentity:smownerid:assigned_user_id:Potentials_Assigned_To:V'),(12,6,'vtiger_potential:contact_id:contact_id:Potentials_Contact_Name:V'),(13,1,'vtiger_troubletickets:title:ticket_title:HelpDesk_Title:V'),(13,2,'vtiger_troubletickets:parent_id:parent_id:HelpDesk_Related_To:V'),(13,3,'vtiger_troubletickets:status:ticketstatus:HelpDesk_Status:V'),(13,4,'vtiger_troubletickets:priority:ticketpriorities:HelpDesk_Priority:V'),(13,5,'vtiger_crmentity:smownerid:assigned_user_id:HelpDesk_Assigned_To:V'),(13,6,'vtiger_troubletickets:contact_id:contact_id:HelpDesk_Contact_Name:V'),(14,0,'vtiger_troubletickets:title:ticket_title:HelpDesk_Title:V'),(14,1,'vtiger_troubletickets:parent_id:parent_id:HelpDesk_Related_To:V'),(14,2,'vtiger_troubletickets:priority:ticketpriorities:HelpDesk_Priority:V'),(14,3,'vtiger_troubletickets:product_id:product_id:HelpDesk_Product_Name:V'),(14,4,'vtiger_crmentity:smownerid:assigned_user_id:HelpDesk_Assigned_To:V'),(14,5,'vtiger_troubletickets:contact_id:contact_id:HelpDesk_Contact_Name:V'),(15,0,'vtiger_troubletickets:title:ticket_title:HelpDesk_Title:V'),(15,1,'vtiger_troubletickets:parent_id:parent_id:HelpDesk_Related_To:V'),(15,2,'vtiger_troubletickets:status:ticketstatus:HelpDesk_Status:V'),(15,3,'vtiger_troubletickets:product_id:product_id:HelpDesk_Product_Name:V'),(15,4,'vtiger_crmentity:smownerid:assigned_user_id:HelpDesk_Assigned_To:V'),(15,5,'vtiger_troubletickets:contact_id:contact_id:HelpDesk_Contact_Name:V'),(16,1,'vtiger_quotes:subject:subject:Quotes_Subject:V'),(16,2,'vtiger_quotes:quotestage:quotestage:Quotes_Quote_Stage:V'),(16,3,'vtiger_quotes:potentialid:potential_id:Quotes_Potential_Name:V'),(16,4,'vtiger_quotes:accountid:account_id:Quotes_Account_Name:V'),(16,5,'vtiger_quotes:total:hdnGrandTotal:Quotes_Total:V'),(16,6,'vtiger_crmentity:smownerid:assigned_user_id:Quotes_Assigned_To:V'),(17,0,'vtiger_quotes:subject:subject:Quotes_Subject:V'),(17,1,'vtiger_quotes:quotestage:quotestage:Quotes_Quote_Stage:V'),(17,2,'vtiger_quotes:potentialid:potential_id:Quotes_Potential_Name:V'),(17,3,'vtiger_quotes:accountid:account_id:Quotes_Account_Name:V'),(17,4,'vtiger_quotes:validtill:validtill:Quotes_Valid_Till:D'),(17,5,'vtiger_crmentity:smownerid:assigned_user_id:Quotes_Assigned_To:V'),(18,0,'vtiger_quotes:subject:subject:Quotes_Subject:V'),(18,1,'vtiger_quotes:potentialid:potential_id:Quotes_Potential_Name:V'),(18,2,'vtiger_quotes:accountid:account_id:Quotes_Account_Name:V'),(18,3,'vtiger_quotes:validtill:validtill:Quotes_Valid_Till:D'),(18,4,'vtiger_crmentity:smownerid:assigned_user_id:Quotes_Assigned_To:V'),(19,0,'vtiger_activity:status:taskstatus:Calendar_Status:V'),(19,1,'vtiger_activity:activitytype:activitytype:Calendar_Type:V'),(19,2,'vtiger_activity:subject:subject:Calendar_Subject:V'),(19,3,'vtiger_seactivityrel:crmid:parent_id:Calendar_Related_to:V'),(19,4,'vtiger_activity:date_start:date_start:Calendar_Start_Date:D'),(19,5,'vtiger_activity:due_date:due_date:Calendar_End_Date:D'),(19,6,'vtiger_crmentity:smownerid:assigned_user_id:Calendar_Assigned_To:V'),(20,0,'vtiger_activity:subject:subject:Emails_Subject:V'),(20,1,'vtiger_emaildetails:to_email:saved_toid:Emails_To:V'),(20,2,'vtiger_activity:date_start:date_start:Emails_Date_Sent:D'),(21,1,'vtiger_invoice:subject:subject:Invoice_Subject:V'),(21,2,'vtiger_invoice:salesorderid:salesorder_id:Invoice_Sales_Order:V'),(21,3,'vtiger_invoice:invoicestatus:invoicestatus:Invoice_Status:V'),(21,4,'vtiger_invoice:total:hdnGrandTotal:Invoice_Total:V'),(21,5,'vtiger_crmentity:smownerid:assigned_user_id:Invoice_Assigned_To:V'),(22,1,'vtiger_notes:title:notes_title:Notes_Title:V'),(22,2,'vtiger_notes:filename:filename:Notes_File:V'),(22,3,'vtiger_crmentity:modifiedtime:modifiedtime:Notes_Modified_Time:DT'),(22,4,'vtiger_crmentity:smownerid:assigned_user_id:Notes_Assigned_To:V'),(23,1,'vtiger_pricebook:bookname:bookname:PriceBooks_Price_Book_Name:V'),(23,2,'vtiger_pricebook:active:active:PriceBooks_Active:V'),(23,3,'vtiger_pricebook:currency_id:currency_id:PriceBooks_Currency:V'),(24,1,'vtiger_products:productname:productname:Products_Product_Name:V'),(24,2,'vtiger_products:productcode:productcode:Products_Part_Number:V'),(24,3,'vtiger_products:commissionrate:commissionrate:Products_Commission_Rate:V'),(24,4,'vtiger_products:qtyinstock:qtyinstock:Products_Quantity_In_Stock:V'),(24,5,'vtiger_products:qty_per_unit:qty_per_unit:Products_Qty/Unit:V'),(24,6,'vtiger_products:unit_price:unit_price:Products_Unit_Price:V'),(25,1,'vtiger_purchaseorder:subject:subject:PurchaseOrder_Subject:V'),(25,2,'vtiger_purchaseorder:vendorid:vendor_id:PurchaseOrder_Vendor_Name:V'),(25,3,'vtiger_purchaseorder:tracking_no:tracking_no:PurchaseOrder_Tracking_Number:V'),(25,4,'vtiger_purchaseorder:total:hdnGrandTotal:PurchaseOrder_Total:V'),(25,5,'vtiger_crmentity:smownerid:assigned_user_id:PurchaseOrder_Assigned_To:V'),(26,1,'vtiger_salesorder:subject:subject:SalesOrder_Subject:V'),(26,2,'vtiger_salesorder:accountid:account_id:SalesOrder_Account_Name:V'),(26,3,'vtiger_salesorder:quoteid:quote_id:SalesOrder_Quote_Name:V'),(26,4,'vtiger_salesorder:total:hdnGrandTotal:SalesOrder_Total:V'),(26,5,'vtiger_crmentity:smownerid:assigned_user_id:SalesOrder_Assigned_To:V'),(27,1,'vtiger_vendor:vendorname:vendorname:Vendors_Vendor_Name:V'),(27,2,'vtiger_vendor:phone:phone:Vendors_Phone:V'),(27,3,'vtiger_vendor:email:email:Vendors_Email:V'),(27,4,'vtiger_vendor:category:category:Vendors_Category:V'),(27,5,'vtiger_crmentity:smownerid:assigned_user_id:Vendors_Assigned_To:V'),(28,1,'vtiger_faq:question:question:Faq_Question:V'),(28,2,'vtiger_faq:category:faqcategories:Faq_Category:V'),(28,3,'vtiger_faq:product_id:product_id:Faq_Product_Name:V'),(28,4,'vtiger_crmentity:createdtime:createdtime:Faq_Created_Time:DT'),(28,5,'vtiger_crmentity:modifiedtime:modifiedtime:Faq_Modified_Time:DT'),(29,1,'vtiger_campaign:campaignname:campaignname:Campaigns_Campaign_Name:V'),(29,2,'vtiger_campaign:campaigntype:campaigntype:Campaigns_Campaign_Type:N'),(29,3,'vtiger_campaign:campaignstatus:campaignstatus:Campaigns_Campaign_Status:N'),(29,4,'vtiger_campaign:expectedrevenue:expectedrevenue:Campaigns_Expected_Revenue:V'),(29,5,'vtiger_campaign:closingdate:closingdate:Campaigns_Expected_Close_Date:D'),(29,6,'vtiger_crmentity:smownerid:assigned_user_id:Campaigns_Assigned_To:V'),(30,0,'subject:subject:subject:Subject:V'),(30,1,'from:fromname:fromname:From:N'),(30,2,'to:tpname:toname:To:N'),(30,3,'body:body:body:Body:V'),(31,0,'vtiger_faq:question:question:Faq_Question:V'),(31,1,'vtiger_faq:status:faqstatus:Faq_Status:V'),(31,2,'vtiger_faq:product_id:product_id:Faq_Product_Name:V'),(31,3,'vtiger_faq:category:faqcategories:Faq_Category:V'),(31,4,'vtiger_crmentity:createdtime:createdtime:Faq_Created_Time:DT'),(32,0,'vtiger_faq:question:question:Faq_Question:V'),(32,1,'vtiger_faq:answer:faq_answer:Faq_Answer:V'),(32,2,'vtiger_faq:status:faqstatus:Faq_Status:V'),(32,3,'vtiger_faq:product_id:product_id:Faq_Product_Name:V'),(32,4,'vtiger_faq:category:faqcategories:Faq_Category:V'),(32,5,'vtiger_crmentity:createdtime:createdtime:Faq_Created_Time:DT'),(33,0,'vtiger_purchaseorder:subject:subject:PurchaseOrder_Subject:V'),(33,1,'vtiger_purchaseorder:postatus:postatus:PurchaseOrder_Status:V'),(33,2,'vtiger_purchaseorder:vendorid:vendor_id:PurchaseOrder_Vendor_Name:V'),(33,3,'vtiger_crmentity:smownerid:assigned_user_id:PurchaseOrder_Assigned_To:V'),(33,4,'vtiger_purchaseorder:duedate:duedate:PurchaseOrder_Due_Date:V'),(34,0,'vtiger_purchaseorder:subject:subject:PurchaseOrder_Subject:V'),(34,1,'vtiger_purchaseorder:vendorid:vendor_id:PurchaseOrder_Vendor_Name:V'),(34,2,'vtiger_crmentity:smownerid:assigned_user_id:PurchaseOrder_Assigned_To:V'),(34,3,'vtiger_purchaseorder:postatus:postatus:PurchaseOrder_Status:V'),(34,4,'vtiger_purchaseorder:carrier:carrier:PurchaseOrder_Carrier:V'),(34,5,'vtiger_poshipads:ship_street:ship_street:PurchaseOrder_Shipping_Address:V'),(35,0,'vtiger_invoice:invoice_no:invoice_no:Invoice_Invoice_No:V'),(35,1,'vtiger_invoice:subject:subject:Invoice_Subject:V'),(35,2,'vtiger_invoice:accountid:account_id:Invoice_Account_Name:V'),(35,3,'vtiger_invoice:salesorderid:salesorder_id:Invoice_Sales_Order:V'),(35,4,'vtiger_invoice:invoicestatus:invoicestatus:Invoice_Status:V'),(35,5,'vtiger_crmentity:smownerid:assigned_user_id:Invoice_Assigned_To:V'),(35,6,'vtiger_crmentity:createdtime:createdtime:Invoice_Created_Time:DT'),(36,0,'vtiger_invoice:invoice_no:invoice_no:Invoice_Invoice_No:V'),(36,1,'vtiger_invoice:subject:subject:Invoice_Subject:V'),(36,2,'vtiger_invoice:accountid:account_id:Invoice_Account_Name:V'),(36,3,'vtiger_invoice:salesorderid:salesorder_id:Invoice_Sales_Order:V'),(36,4,'vtiger_invoice:invoicestatus:invoicestatus:Invoice_Status:V'),(36,5,'vtiger_invoiceshipads:ship_street:ship_street:Invoice_Shipping_Address:V'),(36,6,'vtiger_crmentity:smownerid:assigned_user_id:Invoice_Assigned_To:V'),(37,0,'vtiger_salesorder:subject:subject:SalesOrder_Subject:V'),(37,1,'vtiger_salesorder:accountid:account_id:SalesOrder_Account_Name:V'),(37,2,'vtiger_salesorder:sostatus:sostatus:SalesOrder_Status:V'),(37,3,'vtiger_crmentity:smownerid:assigned_user_id:SalesOrder_Assigned_To:V'),(37,4,'vtiger_soshipads:ship_street:ship_street:SalesOrder_Shipping_Address:V'),(37,5,'vtiger_salesorder:carrier:carrier:SalesOrder_Carrier:V'),(38,0,'vtiger_pbxmanager:callstatus:callstatus:PBXManager_Call_Status:V'),(38,1,'vtiger_pbxmanager:customernumber:customernumber:PBXManager_Customer_Number:V'),(38,2,'vtiger_pbxmanager:customer:customer:PBXManager_Customer:V'),(38,3,'vtiger_pbxmanager:user:user:PBXManager_User:V'),(38,4,'vtiger_pbxmanager:recordingurl:recordingurl:PBXManager_Recording_URL:V'),(38,5,'vtiger_pbxmanager:totalduration:totalduration:PBXManager_Total_Duration:I'),(38,6,'vtiger_pbxmanager:starttime:starttime:PBXManager_Start_Time:DT'),(39,1,'vtiger_servicecontracts:subject:subject:ServiceContracts_Subject:V'),(39,2,'vtiger_servicecontracts:sc_related_to:sc_related_to:ServiceContracts_Related_to:V'),(39,3,'vtiger_crmentity:smownerid:assigned_user_id:ServiceContracts_Assigned_To:V'),(39,4,'vtiger_servicecontracts:start_date:start_date:ServiceContracts_Start_Date:D'),(39,5,'vtiger_servicecontracts:due_date:due_date:ServiceContracts_Due_date:D'),(39,7,'vtiger_servicecontracts:progress:progress:ServiceContracts_Progress:N'),(39,8,'vtiger_servicecontracts:contract_status:contract_status:ServiceContracts_Status:V'),(40,1,'vtiger_service:servicename:servicename:Services_Service_Name:V'),(40,2,'vtiger_service:service_usageunit:service_usageunit:Services_Usage_Unit:V'),(40,3,'vtiger_service:unit_price:unit_price:Services_Price:N'),(40,4,'vtiger_service:qty_per_unit:qty_per_unit:Services_No_of_Units:N'),(40,5,'vtiger_service:servicecategory:servicecategory:Services_Service_Category:V'),(40,6,'vtiger_crmentity:smownerid:assigned_user_id:Services_Owner:I'),(44,1,'vtiger_assets:assetname:assetname:Assets_Asset_Name:V'),(44,2,'vtiger_assets:account:account:Assets_Customer_Name:V'),(44,3,'vtiger_assets:product:product:Assets_Product_Name:V'),(45,0,'vtiger_modcomments:commentcontent:commentcontent:ModComments_Comment:V'),(45,1,'vtiger_modcomments:related_to:related_to:ModComments_Related_To:V'),(45,2,'vtiger_crmentity:modifiedtime:modifiedtime:ModComments_Modified_Time:DT'),(45,3,'vtiger_crmentity:smownerid:assigned_user_id:ModComments_Assigned_To:V'),(46,0,'vtiger_smsnotifier:message:message:SMSNotifier_message:V'),(46,2,'vtiger_crmentity:smownerid:assigned_user_id:SMSNotifier_Assigned_To:V'),(46,3,'vtiger_crmentity:createdtime:createdtime:SMSNotifier_Created_Time:DT'),(46,4,'vtiger_crmentity:modifiedtime:modifiedtime:SMSNotifier_Modified_Time:DT'),(47,0,'vtiger_projectmilestone:projectmilestonename:projectmilestonename:ProjectMilestone_Project_Milestone_Name:V'),(47,1,'vtiger_projectmilestone:projectmilestonedate:projectmilestonedate:ProjectMilestone_Milestone_Date:D'),(47,3,'vtiger_crmentity:description:description:ProjectMilestone_description:V'),(47,4,'vtiger_crmentity:createdtime:createdtime:ProjectMilestone_Created_Time:T'),(47,5,'vtiger_crmentity:modifiedtime:modifiedtime:ProjectMilestone_Modified_Time:T'),(48,2,'vtiger_projecttask:projecttaskname:projecttaskname:ProjectTask_Project_Task_Name:V'),(48,3,'vtiger_projecttask:projectid:projectid:ProjectTask_Related_to:V'),(48,4,'vtiger_projecttask:projecttaskpriority:projecttaskpriority:ProjectTask_Priority:V'),(48,5,'vtiger_projecttask:projecttaskprogress:projecttaskprogress:ProjectTask_Progress:V'),(48,6,'vtiger_projecttask:projecttaskhours:projecttaskhours:ProjectTask_Worked_Hours:V'),(48,7,'vtiger_projecttask:startdate:startdate:ProjectTask_Start_Date:D'),(48,8,'vtiger_projecttask:enddate:enddate:ProjectTask_End_Date:D'),(48,9,'vtiger_crmentity:smownerid:assigned_user_id:ProjectTask_Assigned_To:V'),(49,0,'vtiger_project:projectname:projectname:Project_Project_Name:V'),(49,1,'vtiger_project:linktoaccountscontacts:linktoaccountscontacts:Project_Related_to:V'),(49,2,'vtiger_project:startdate:startdate:Project_Start_Date:D'),(49,3,'vtiger_project:targetenddate:targetenddate:Project_Target_End_Date:D'),(49,4,'vtiger_project:actualenddate:actualenddate:Project_Actual_End_Date:D'),(49,5,'vtiger_project:targetbudget:targetbudget:Project_Target_Budget:V'),(49,6,'vtiger_project:progress:progress:Project_Progress:V'),(49,7,'vtiger_project:projectstatus:projectstatus:Project_Status:V'),(49,8,'vtiger_crmentity:smownerid:assigned_user_id:Project_Assigned_To:V'),(50,1,'vtiger_ctgooglesuite:ctgoogleSuite_no:ctgoogleSuite_no:CTGoogleSuite_CTGoogleSuite_No:V'),(50,2,'vtiger_crmentity:createdtime:createdtime:CTGoogleSuite_Created_Time:DT'),(50,3,'vtiger_crmentity:modifiedtime:modifiedtime:CTGoogleSuite_Modified_Time:DT'),(51,0,'vtiger_ctgooglesuitelog:related_id:related_id:CTGoogleSuiteLog_Related_To:V'),(51,1,'vtiger_ctgooglesuitelog:type:type:CTGoogleSuiteLog_Type:V'),(51,2,'vtiger_ctgooglesuitelog:action_type:action_type:CTGoogleSuiteLog_Action_Type:V'),(51,3,'vtiger_ctgooglesuitelog:sync_type:sync_type:CTGoogleSuiteLog_Sync_Type:V'),(51,4,'vtiger_crmentity:createdtime:createdtime:CTGoogleSuiteLog_Created_Time:DT'),(51,5,'vtiger_crmentity:smownerid:assigned_user_id:CTGoogleSuiteLog_Assigned_To:V'),(51,6,'vtiger_crmentity:modifiedtime:modifiedtime:CTGoogleSuiteLog_Modified_Time:DT'),(51,7,'vtiger_ctgooglesuitelog:event_id:event_id:CTGoogleSuiteLog_Google/Outlook365_Event_Id:V'),(51,8,'vtiger_ctgooglesuitelog:calendargroup_id:calendargroup_id:CTGoogleSuiteLog_Google/Outlook365_Calendar_Group:V'),(52,0,'vtiger_ctgooglesuitelog:related_id:related_id:CTGoogleSuiteLog_Related_To:V'),(52,1,'vtiger_ctgooglesuitelog:action_type:action_type:CTGoogleSuiteLog_Action_Type:V'),(52,2,'vtiger_ctgooglesuitelog:sync_type:sync_type:CTGoogleSuiteLog_Sync_Type:V'),(52,3,'vtiger_ctgooglesuitelog:type:type:CTGoogleSuiteLog_Type:V'),(52,4,'vtiger_crmentity:createdtime:createdtime:CTGoogleSuiteLog_Created_Time:DT'),(52,5,'vtiger_crmentity:smownerid:assigned_user_id:CTGoogleSuiteLog_Assigned_To:V'),(52,6,'vtiger_crmentity:modifiedtime:modifiedtime:CTGoogleSuiteLog_Modified_Time:DT'),(52,7,'vtiger_ctgooglesuitelog:event_id:event_id:CTGoogleSuiteLog_Google/Outlook365_Event_Id:V'),(52,8,'vtiger_ctgooglesuitelog:calendargroup_id:calendargroup_id:CTGoogleSuiteLog_Google/Outlook365_Calendar_Group:V'),(52,9,'vtiger_ctgooglesuitelog:contact_id:contact_id:CTGoogleSuiteLog_Google/Outlook365_Contact_Id:V'),(52,10,'vtiger_ctgooglesuitelog:series_master_id:series_master_id:CTGoogleSuiteLog_series_Master_Id:V'),(53,1,'vtiger_ctgooglesuite:ctgoogleSuite_no:ctgoogleSuite_no:CTGoogleSuite_CTGoogleSuite_No:V'),(53,2,'vtiger_crmentity:createdtime:createdtime:CTGoogleSuite_Created_Time:DT'),(53,3,'vtiger_crmentity:modifiedtime:modifiedtime:CTGoogleSuite_Modified_Time:DT'),(54,0,'vtiger_ctgooglesuitelog:related_id:related_id:CTGoogleSuiteLog_Related_To:V'),(54,1,'vtiger_ctgooglesuitelog:type:type:CTGoogleSuiteLog_Type:V'),(54,2,'vtiger_ctgooglesuitelog:action_type:action_type:CTGoogleSuiteLog_Action_Type:V'),(54,3,'vtiger_ctgooglesuitelog:sync_type:sync_type:CTGoogleSuiteLog_Sync_Type:V'),(54,4,'vtiger_crmentity:createdtime:createdtime:CTGoogleSuiteLog_Created_Time:DT'),(54,5,'vtiger_crmentity:smownerid:assigned_user_id:CTGoogleSuiteLog_Assigned_To:V'),(54,6,'vtiger_crmentity:modifiedtime:modifiedtime:CTGoogleSuiteLog_Modified_Time:DT'),(54,7,'vtiger_ctgooglesuitelog:event_id:event_id:CTGoogleSuiteLog_Google/Outlook365_Event_Id:V'),(54,8,'vtiger_ctgooglesuitelog:calendargroup_id:calendargroup_id:CTGoogleSuiteLog_Google/Outlook365_Calendar_Group:V'),(55,0,'vtiger_ctgooglesuitelog:related_id:related_id:CTGoogleSuiteLog_Related_To:V'),(55,1,'vtiger_ctgooglesuitelog:action_type:action_type:CTGoogleSuiteLog_Action_Type:V'),(55,2,'vtiger_ctgooglesuitelog:sync_type:sync_type:CTGoogleSuiteLog_Sync_Type:V'),(55,3,'vtiger_ctgooglesuitelog:type:type:CTGoogleSuiteLog_Type:V'),(55,4,'vtiger_crmentity:createdtime:createdtime:CTGoogleSuiteLog_Created_Time:DT'),(55,5,'vtiger_crmentity:smownerid:assigned_user_id:CTGoogleSuiteLog_Assigned_To:V'),(55,6,'vtiger_crmentity:modifiedtime:modifiedtime:CTGoogleSuiteLog_Modified_Time:DT'),(55,7,'vtiger_ctgooglesuitelog:event_id:event_id:CTGoogleSuiteLog_Google/Outlook365_Event_Id:V'),(55,8,'vtiger_ctgooglesuitelog:calendargroup_id:calendargroup_id:CTGoogleSuiteLog_Google/Outlook365_Calendar_Group:V'),(55,9,'vtiger_ctgooglesuitelog:contact_id:contact_id:CTGoogleSuiteLog_Google/Outlook365_Contact_Id:V'),(55,10,'vtiger_ctgooglesuitelog:series_master_id:series_master_id:CTGoogleSuiteLog_series_Master_Id:V');
/*!40000 ALTER TABLE `vtiger_cvcolumnlist` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_cvstdfilter`
--
DROP TABLE IF EXISTS `vtiger_cvstdfilter`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_cvstdfilter` (
`cvid` int NOT NULL,
`columnname` varchar(250) DEFAULT '',
`stdfilter` varchar(250) DEFAULT '',
`startdate` date DEFAULT NULL,
`enddate` date DEFAULT NULL,
PRIMARY KEY (`cvid`),
KEY `cvstdfilter_cvid_idx` (`cvid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_cvstdfilter`
--
LOCK TABLES `vtiger_cvstdfilter` WRITE;
/*!40000 ALTER TABLE `vtiger_cvstdfilter` DISABLE KEYS */;
INSERT INTO `vtiger_cvstdfilter` VALUES (3,'vtiger_crmentity:modifiedtime:modifiedtime:Leads_Modified_Time','thismonth','2005-06-01','2005-06-30'),(6,'vtiger_crmentity:createdtime:createdtime:Accounts_Created_Time','thisweek','2005-06-19','2005-06-25'),(9,'vtiger_contactsubdetails:birthday:birthday:Contacts_Birthdate','today','2005-06-25','2005-06-25');
/*!40000 ALTER TABLE `vtiger_cvstdfilter` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_datashare_grp2grp`
--
DROP TABLE IF EXISTS `vtiger_datashare_grp2grp`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_datashare_grp2grp` (
`shareid` int NOT NULL,
`share_groupid` int DEFAULT NULL,
`to_groupid` int DEFAULT NULL,
`permission` int DEFAULT NULL,
PRIMARY KEY (`shareid`),
KEY `datashare_grp2grp_share_groupid_idx` (`share_groupid`),
KEY `datashare_grp2grp_to_groupid_idx` (`to_groupid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_datashare_grp2grp`
--
LOCK TABLES `vtiger_datashare_grp2grp` WRITE;
/*!40000 ALTER TABLE `vtiger_datashare_grp2grp` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_datashare_grp2grp` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_datashare_grp2role`
--
DROP TABLE IF EXISTS `vtiger_datashare_grp2role`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_datashare_grp2role` (
`shareid` int NOT NULL,
`share_groupid` int DEFAULT NULL,
`to_roleid` varchar(255) DEFAULT NULL,
`permission` int DEFAULT NULL,
PRIMARY KEY (`shareid`),
KEY `idx_datashare_grp2role_share_groupid` (`share_groupid`),
KEY `idx_datashare_grp2role_to_roleid` (`to_roleid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_datashare_grp2role`
--
LOCK TABLES `vtiger_datashare_grp2role` WRITE;
/*!40000 ALTER TABLE `vtiger_datashare_grp2role` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_datashare_grp2role` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_datashare_grp2rs`
--
DROP TABLE IF EXISTS `vtiger_datashare_grp2rs`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_datashare_grp2rs` (
`shareid` int NOT NULL,
`share_groupid` int DEFAULT NULL,
`to_roleandsubid` varchar(255) DEFAULT NULL,
`permission` int DEFAULT NULL,
PRIMARY KEY (`shareid`),
KEY `datashare_grp2rs_share_groupid_idx` (`share_groupid`),
KEY `datashare_grp2rs_to_roleandsubid_idx` (`to_roleandsubid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_datashare_grp2rs`
--
LOCK TABLES `vtiger_datashare_grp2rs` WRITE;
/*!40000 ALTER TABLE `vtiger_datashare_grp2rs` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_datashare_grp2rs` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_datashare_module_rel`
--
DROP TABLE IF EXISTS `vtiger_datashare_module_rel`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_datashare_module_rel` (
`shareid` int NOT NULL,
`tabid` int NOT NULL,
`relationtype` varchar(200) DEFAULT NULL,
PRIMARY KEY (`shareid`),
KEY `idx_datashare_module_rel_tabid` (`tabid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_datashare_module_rel`
--
LOCK TABLES `vtiger_datashare_module_rel` WRITE;
/*!40000 ALTER TABLE `vtiger_datashare_module_rel` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_datashare_module_rel` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_datashare_relatedmodule_permission`
--
DROP TABLE IF EXISTS `vtiger_datashare_relatedmodule_permission`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_datashare_relatedmodule_permission` (
`shareid` int NOT NULL,
`datashare_relatedmodule_id` int NOT NULL,
`permission` int DEFAULT NULL,
PRIMARY KEY (`shareid`,`datashare_relatedmodule_id`),
KEY `datashare_relatedmodule_permission_shareid_permissions_idx` (`shareid`,`permission`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_datashare_relatedmodule_permission`
--
LOCK TABLES `vtiger_datashare_relatedmodule_permission` WRITE;
/*!40000 ALTER TABLE `vtiger_datashare_relatedmodule_permission` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_datashare_relatedmodule_permission` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_datashare_relatedmodules`
--
DROP TABLE IF EXISTS `vtiger_datashare_relatedmodules`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_datashare_relatedmodules` (
`datashare_relatedmodule_id` int NOT NULL,
`tabid` int DEFAULT NULL,
`relatedto_tabid` int DEFAULT NULL,
PRIMARY KEY (`datashare_relatedmodule_id`),
KEY `datashare_relatedmodules_tabid_idx` (`tabid`),
KEY `datashare_relatedmodules_relatedto_tabid_idx` (`relatedto_tabid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_datashare_relatedmodules`
--
LOCK TABLES `vtiger_datashare_relatedmodules` WRITE;
/*!40000 ALTER TABLE `vtiger_datashare_relatedmodules` DISABLE KEYS */;
INSERT INTO `vtiger_datashare_relatedmodules` VALUES (1,6,2),(2,6,13),(3,6,20),(4,6,22),(5,6,23),(6,2,20),(7,2,22),(8,20,22),(9,22,23);
/*!40000 ALTER TABLE `vtiger_datashare_relatedmodules` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_datashare_relatedmodules_seq`
--
DROP TABLE IF EXISTS `vtiger_datashare_relatedmodules_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_datashare_relatedmodules_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_datashare_relatedmodules_seq`
--
LOCK TABLES `vtiger_datashare_relatedmodules_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_datashare_relatedmodules_seq` DISABLE KEYS */;
INSERT INTO `vtiger_datashare_relatedmodules_seq` VALUES (9);
/*!40000 ALTER TABLE `vtiger_datashare_relatedmodules_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_datashare_role2group`
--
DROP TABLE IF EXISTS `vtiger_datashare_role2group`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_datashare_role2group` (
`shareid` int NOT NULL,
`share_roleid` varchar(255) DEFAULT NULL,
`to_groupid` int DEFAULT NULL,
`permission` int DEFAULT NULL,
PRIMARY KEY (`shareid`),
KEY `idx_datashare_role2group_share_roleid` (`share_roleid`),
KEY `idx_datashare_role2group_to_groupid` (`to_groupid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_datashare_role2group`
--
LOCK TABLES `vtiger_datashare_role2group` WRITE;
/*!40000 ALTER TABLE `vtiger_datashare_role2group` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_datashare_role2group` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_datashare_role2role`
--
DROP TABLE IF EXISTS `vtiger_datashare_role2role`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_datashare_role2role` (
`shareid` int NOT NULL,
`share_roleid` varchar(255) DEFAULT NULL,
`to_roleid` varchar(255) DEFAULT NULL,
`permission` int DEFAULT NULL,
PRIMARY KEY (`shareid`),
KEY `datashare_role2role_share_roleid_idx` (`share_roleid`),
KEY `datashare_role2role_to_roleid_idx` (`to_roleid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_datashare_role2role`
--
LOCK TABLES `vtiger_datashare_role2role` WRITE;
/*!40000 ALTER TABLE `vtiger_datashare_role2role` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_datashare_role2role` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_datashare_role2rs`
--
DROP TABLE IF EXISTS `vtiger_datashare_role2rs`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_datashare_role2rs` (
`shareid` int NOT NULL,
`share_roleid` varchar(255) DEFAULT NULL,
`to_roleandsubid` varchar(255) DEFAULT NULL,
`permission` int DEFAULT NULL,
PRIMARY KEY (`shareid`),
KEY `datashare_role2s_share_roleid_idx` (`share_roleid`),
KEY `datashare_role2s_to_roleandsubid_idx` (`to_roleandsubid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_datashare_role2rs`
--
LOCK TABLES `vtiger_datashare_role2rs` WRITE;
/*!40000 ALTER TABLE `vtiger_datashare_role2rs` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_datashare_role2rs` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_datashare_rs2grp`
--
DROP TABLE IF EXISTS `vtiger_datashare_rs2grp`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_datashare_rs2grp` (
`shareid` int NOT NULL,
`share_roleandsubid` varchar(255) DEFAULT NULL,
`to_groupid` int DEFAULT NULL,
`permission` int DEFAULT NULL,
PRIMARY KEY (`shareid`),
KEY `datashare_rs2grp_share_roleandsubid_idx` (`share_roleandsubid`),
KEY `datashare_rs2grp_to_groupid_idx` (`to_groupid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_datashare_rs2grp`
--
LOCK TABLES `vtiger_datashare_rs2grp` WRITE;
/*!40000 ALTER TABLE `vtiger_datashare_rs2grp` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_datashare_rs2grp` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_datashare_rs2role`
--
DROP TABLE IF EXISTS `vtiger_datashare_rs2role`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_datashare_rs2role` (
`shareid` int NOT NULL,
`share_roleandsubid` varchar(255) DEFAULT NULL,
`to_roleid` varchar(255) DEFAULT NULL,
`permission` int DEFAULT NULL,
PRIMARY KEY (`shareid`),
KEY `datashare_rs2role_share_roleandsubid_idx` (`share_roleandsubid`),
KEY `datashare_rs2role_to_roleid_idx` (`to_roleid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_datashare_rs2role`
--
LOCK TABLES `vtiger_datashare_rs2role` WRITE;
/*!40000 ALTER TABLE `vtiger_datashare_rs2role` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_datashare_rs2role` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_datashare_rs2rs`
--
DROP TABLE IF EXISTS `vtiger_datashare_rs2rs`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_datashare_rs2rs` (
`shareid` int NOT NULL,
`share_roleandsubid` varchar(255) DEFAULT NULL,
`to_roleandsubid` varchar(255) DEFAULT NULL,
`permission` int DEFAULT NULL,
PRIMARY KEY (`shareid`),
KEY `datashare_rs2rs_share_roleandsubid_idx` (`share_roleandsubid`),
KEY `idx_datashare_rs2rs_to_roleandsubid_idx` (`to_roleandsubid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_datashare_rs2rs`
--
LOCK TABLES `vtiger_datashare_rs2rs` WRITE;
/*!40000 ALTER TABLE `vtiger_datashare_rs2rs` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_datashare_rs2rs` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_date_format`
--
DROP TABLE IF EXISTS `vtiger_date_format`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_date_format` (
`date_formatid` int NOT NULL AUTO_INCREMENT,
`date_format` varchar(200) NOT NULL,
`sortorderid` int NOT NULL DEFAULT '0',
`presence` int NOT NULL DEFAULT '1',
PRIMARY KEY (`date_formatid`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_date_format`
--
LOCK TABLES `vtiger_date_format` WRITE;
/*!40000 ALTER TABLE `vtiger_date_format` DISABLE KEYS */;
INSERT INTO `vtiger_date_format` VALUES (1,'dd-mm-yyyy',0,1),(2,'mm-dd-yyyy',1,1),(3,'yyyy-mm-dd',2,1);
/*!40000 ALTER TABLE `vtiger_date_format` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_date_format_seq`
--
DROP TABLE IF EXISTS `vtiger_date_format_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_date_format_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_date_format_seq`
--
LOCK TABLES `vtiger_date_format_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_date_format_seq` DISABLE KEYS */;
INSERT INTO `vtiger_date_format_seq` VALUES (3);
/*!40000 ALTER TABLE `vtiger_date_format_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_dayoftheweek`
--
DROP TABLE IF EXISTS `vtiger_dayoftheweek`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_dayoftheweek` (
`dayoftheweekid` int NOT NULL AUTO_INCREMENT,
`dayoftheweek` varchar(200) NOT NULL,
`sortorderid` int DEFAULT NULL,
`presence` int NOT NULL DEFAULT '1',
PRIMARY KEY (`dayoftheweekid`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_dayoftheweek`
--
LOCK TABLES `vtiger_dayoftheweek` WRITE;
/*!40000 ALTER TABLE `vtiger_dayoftheweek` DISABLE KEYS */;
INSERT INTO `vtiger_dayoftheweek` VALUES (1,'Sunday',1,1),(2,'Monday',2,1),(3,'Tuesday',3,1),(4,'Wednesday',4,1),(5,'Thursday',5,1),(6,'Friday',6,1),(7,'Saturday',7,1);
/*!40000 ALTER TABLE `vtiger_dayoftheweek` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_dayoftheweek_seq`
--
DROP TABLE IF EXISTS `vtiger_dayoftheweek_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_dayoftheweek_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_dayoftheweek_seq`
--
LOCK TABLES `vtiger_dayoftheweek_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_dayoftheweek_seq` DISABLE KEYS */;
INSERT INTO `vtiger_dayoftheweek_seq` VALUES (7);
/*!40000 ALTER TABLE `vtiger_dayoftheweek_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_def_org_field`
--
DROP TABLE IF EXISTS `vtiger_def_org_field`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_def_org_field` (
`tabid` int DEFAULT NULL,
`fieldid` int NOT NULL,
`visible` int DEFAULT NULL,
`readonly` int DEFAULT NULL,
PRIMARY KEY (`fieldid`),
KEY `def_org_field_tabid_fieldid_idx` (`tabid`,`fieldid`),
KEY `def_org_field_tabid_idx` (`tabid`),
KEY `def_org_field_visible_fieldid_idx` (`visible`,`fieldid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_def_org_field`
--
LOCK TABLES `vtiger_def_org_field` WRITE;
/*!40000 ALTER TABLE `vtiger_def_org_field` DISABLE KEYS */;
INSERT INTO `vtiger_def_org_field` VALUES (6,1,0,0),(6,2,0,0),(6,3,0,0),(6,4,0,0),(6,5,0,0),(6,6,0,0),(6,7,0,0),(6,8,0,0),(6,9,0,0),(6,10,0,0),(6,11,0,0),(6,12,0,0),(6,13,0,0),(6,14,0,0),(6,15,0,0),(6,16,0,0),(6,17,0,0),(6,18,0,0),(6,19,0,0),(6,20,0,0),(6,21,0,0),(6,22,0,0),(6,23,0,0),(6,24,0,0),(6,25,0,0),(6,26,0,0),(6,27,0,0),(6,28,0,0),(6,29,0,0),(6,30,0,0),(6,31,0,0),(6,32,0,0),(6,33,0,0),(6,34,0,0),(6,35,0,0),(6,36,0,0),(7,37,0,0),(7,38,0,0),(7,39,0,0),(7,40,0,0),(7,41,0,0),(7,42,0,0),(7,43,0,0),(7,44,0,0),(7,45,0,0),(7,46,0,0),(7,47,0,0),(7,48,0,0),(7,49,0,0),(7,50,0,0),(7,51,0,0),(7,52,0,0),(7,53,0,0),(7,54,0,0),(7,55,0,0),(7,56,0,0),(7,57,0,0),(7,58,0,0),(7,59,0,0),(7,60,0,0),(7,61,0,0),(7,62,0,0),(7,63,0,0),(7,64,0,0),(7,65,0,0),(4,66,0,0),(4,67,0,0),(4,68,0,0),(4,69,0,0),(4,70,0,0),(4,71,0,0),(4,72,0,0),(4,73,0,0),(4,74,0,0),(4,75,0,0),(4,76,0,0),(4,77,0,0),(4,78,0,0),(4,79,0,0),(4,80,0,0),(4,81,0,0),(4,82,0,0),(4,83,0,0),(4,84,0,0),(4,85,0,0),(4,86,0,0),(4,87,0,0),(4,88,0,0),(4,89,0,0),(4,90,0,0),(4,91,0,0),(4,92,0,0),(4,93,0,0),(4,94,0,0),(4,95,0,0),(4,96,0,0),(4,97,0,0),(4,98,0,0),(4,99,0,0),(4,100,0,0),(4,101,0,0),(4,102,0,0),(4,103,0,0),(4,104,0,0),(4,105,0,0),(4,106,0,0),(4,107,0,0),(4,108,0,0),(4,109,0,0),(2,110,0,0),(2,111,0,0),(2,112,0,0),(2,113,0,0),(2,114,0,0),(2,115,0,0),(2,116,0,0),(2,117,0,0),(2,118,0,0),(2,119,0,0),(2,120,0,0),(2,121,0,0),(2,122,0,0),(2,123,0,0),(2,124,0,0),(2,125,0,0),(26,126,0,0),(26,127,0,0),(26,128,0,0),(26,129,0,0),(26,130,0,0),(26,131,0,0),(26,132,0,0),(26,133,0,0),(26,134,0,0),(26,135,0,0),(26,136,0,0),(26,137,0,0),(26,138,0,0),(26,139,0,0),(26,140,0,0),(26,141,0,0),(26,142,0,0),(26,143,0,0),(26,144,0,0),(26,145,0,0),(26,146,0,0),(26,147,0,0),(26,148,0,0),(26,149,0,0),(26,150,0,0),(4,151,0,0),(6,152,0,0),(7,153,0,0),(26,154,0,0),(13,155,0,0),(13,156,0,0),(13,157,0,0),(13,158,0,0),(13,159,0,0),(13,160,0,0),(13,161,0,0),(13,162,0,0),(13,163,0,0),(13,164,0,0),(13,165,0,0),(13,166,0,0),(13,167,0,0),(13,168,0,0),(13,169,0,0),(13,170,0,0),(13,171,0,0),(13,172,0,0),(14,173,0,0),(14,174,0,0),(14,175,0,0),(14,176,0,0),(14,177,0,0),(14,178,0,0),(14,179,0,0),(14,180,0,0),(14,181,0,0),(14,182,0,0),(14,183,0,0),(14,184,0,0),(14,185,0,0),(14,186,0,0),(14,187,0,0),(14,188,0,0),(14,189,0,0),(14,190,0,0),(14,191,0,0),(14,192,0,0),(14,193,0,0),(14,194,0,0),(14,195,0,0),(14,196,0,0),(14,197,0,0),(14,198,0,0),(14,199,0,0),(14,200,0,0),(14,201,0,0),(14,202,0,0),(14,203,0,0),(8,204,0,0),(8,205,0,0),(8,206,0,0),(8,207,0,0),(8,208,0,0),(8,209,0,0),(8,210,0,0),(8,211,0,0),(8,212,0,0),(8,213,0,0),(8,214,0,0),(8,215,0,0),(8,216,0,0),(8,217,0,0),(8,218,0,0),(10,219,0,0),(10,220,0,0),(10,221,0,0),(10,222,0,0),(10,223,0,0),(10,224,0,0),(10,225,0,0),(10,226,0,0),(10,227,0,0),(10,228,0,0),(10,229,0,0),(10,230,0,0),(9,231,0,0),(9,232,0,0),(9,233,0,0),(9,234,0,0),(9,235,0,0),(9,236,0,0),(9,237,0,0),(9,238,0,0),(9,239,0,0),(9,240,0,0),(9,241,0,0),(9,242,0,0),(9,243,0,0),(9,244,0,0),(9,245,0,0),(9,246,0,0),(9,247,0,0),(9,248,0,0),(9,249,0,0),(9,250,0,0),(9,251,0,0),(9,252,0,0),(9,253,0,0),(9,254,0,0),(16,255,0,0),(16,256,0,0),(16,257,0,0),(16,258,0,0),(16,259,0,0),(16,260,0,0),(16,261,0,0),(16,262,0,0),(16,263,0,0),(16,264,0,0),(16,265,0,0),(16,266,0,0),(16,267,0,0),(16,268,0,0),(16,269,0,0),(16,270,0,0),(16,271,0,0),(16,272,0,0),(16,273,0,0),(16,274,0,0),(16,275,0,0),(16,276,0,0),(16,277,0,0),(15,278,0,0),(15,279,0,0),(15,280,0,0),(15,281,0,0),(15,282,0,0),(15,283,0,0),(15,284,0,0),(15,285,0,0),(15,286,0,0),(15,287,0,0),(18,288,0,0),(18,289,0,0),(18,290,0,0),(18,291,0,0),(18,292,0,0),(18,293,0,0),(18,294,0,0),(18,295,0,0),(18,296,0,0),(18,297,0,0),(18,298,0,0),(18,299,0,0),(18,300,0,0),(18,301,0,0),(18,302,0,0),(18,303,0,0),(18,304,0,0),(19,305,0,0),(19,306,0,0),(19,307,0,0),(19,308,0,0),(19,309,0,0),(19,310,0,0),(19,311,0,0),(19,312,0,0),(20,313,0,0),(20,314,0,0),(20,315,0,0),(20,316,0,0),(20,317,0,0),(20,318,0,0),(20,319,0,0),(20,320,0,0),(20,321,0,0),(20,322,0,0),(20,323,0,0),(20,324,0,0),(20,325,0,0),(20,326,0,0),(20,327,0,0),(20,328,0,0),(20,329,0,0),(20,330,0,0),(20,331,0,0),(20,332,0,0),(20,333,0,0),(20,334,0,0),(20,335,0,0),(20,336,0,0),(20,337,0,0),(20,338,0,0),(20,339,0,0),(20,340,0,0),(20,341,0,0),(20,342,0,0),(20,343,0,0),(20,344,0,0),(20,345,0,0),(20,346,0,0),(20,347,0,0),(20,348,0,0),(20,349,0,0),(21,350,0,0),(21,351,0,0),(21,352,0,0),(21,353,0,0),(21,354,0,0),(21,355,0,0),(21,356,0,0),(21,357,0,0),(21,358,0,0),(21,359,0,0),(21,360,0,0),(21,361,0,0),(21,362,0,0),(21,363,0,0),(21,364,0,0),(21,365,0,0),(21,366,0,0),(21,367,0,0),(21,368,0,0),(21,369,0,0),(21,370,0,0),(21,371,0,0),(21,372,0,0),(21,373,0,0),(21,374,0,0),(21,375,0,0),(21,376,0,0),(21,377,0,0),(21,378,0,0),(21,379,0,0),(21,380,0,0),(21,381,0,0),(21,382,0,0),(21,383,0,0),(21,384,0,0),(21,385,0,0),(21,386,0,0),(21,387,0,0),(22,388,0,0),(22,389,0,0),(22,390,0,0),(22,391,0,0),(22,392,0,0),(22,393,0,0),(22,394,0,0),(22,395,0,0),(22,396,0,0),(22,397,0,0),(22,398,0,0),(22,399,0,0),(22,400,0,0),(22,401,0,0),(22,402,0,0),(22,403,0,0),(22,404,0,0),(22,405,0,0),(22,406,0,0),(22,407,0,0),(22,408,0,0),(22,409,0,0),(22,410,0,0),(22,411,0,0),(22,412,0,0),(22,413,0,0),(22,414,0,0),(22,415,0,0),(22,416,0,0),(22,417,0,0),(22,418,0,0),(22,419,0,0),(22,420,0,0),(22,421,0,0),(22,422,0,0),(22,423,0,0),(22,424,0,0),(22,425,0,0),(22,426,0,0),(22,427,0,0),(22,428,0,0),(22,429,0,0),(22,430,0,0),(22,431,0,0),(22,432,0,0),(22,433,0,0),(22,434,0,0),(23,435,0,0),(23,436,0,0),(23,437,0,0),(23,438,0,0),(23,439,0,0),(23,440,0,0),(23,441,0,0),(23,442,0,0),(23,443,0,0),(23,444,0,0),(23,445,0,0),(23,446,0,0),(23,447,0,0),(23,448,0,0),(23,449,0,0),(23,450,0,0),(23,451,0,0),(23,452,0,0),(23,453,0,0),(23,454,0,0),(23,455,0,0),(23,456,0,0),(23,457,0,0),(23,458,0,0),(23,459,0,0),(23,460,0,0),(23,461,0,0),(23,462,0,0),(23,463,0,0),(23,464,0,0),(23,465,0,0),(23,466,0,0),(23,467,0,0),(23,468,0,0),(23,469,0,0),(23,470,0,0),(23,471,0,0),(23,472,0,0),(23,473,0,0),(29,474,0,0),(29,478,0,0),(29,479,0,0),(29,481,0,0),(29,488,0,0),(29,489,0,0),(29,490,0,0),(29,491,0,0),(29,493,0,0),(29,494,0,0),(29,495,0,0),(29,496,0,0),(29,497,0,0),(29,502,0,0),(29,503,0,0),(29,504,0,0),(29,505,0,0),(29,513,0,0),(10,518,0,0),(10,519,0,0),(10,520,0,0),(10,521,0,0),(10,522,0,0),(10,523,0,0),(31,524,0,0),(31,525,0,0),(31,526,0,0),(31,527,0,0),(31,528,0,0),(31,529,0,0),(31,530,0,0),(31,531,0,0),(31,532,0,0),(31,533,0,0),(31,534,0,0),(31,535,0,0),(31,536,0,0),(31,537,0,0),(31,538,0,0),(31,539,0,0),(29,540,0,0),(35,541,0,0),(35,542,0,0),(35,543,0,0),(35,544,0,0),(35,545,0,0),(35,546,0,0),(35,547,0,0),(35,548,0,0),(35,549,0,0),(35,550,0,0),(35,551,0,0),(35,552,0,0),(35,553,0,0),(35,554,0,0),(35,555,0,0),(35,556,0,0),(35,557,0,0),(35,558,0,0),(35,559,0,0),(36,560,0,0),(36,561,0,0),(36,562,0,0),(36,563,0,0),(36,564,0,0),(36,565,0,0),(36,566,0,0),(36,567,0,0),(36,568,0,0),(36,569,0,0),(36,570,0,0),(36,571,0,0),(36,572,0,0),(36,573,0,0),(36,574,0,0),(36,575,0,0),(36,576,0,0),(36,577,0,0),(36,578,0,0),(38,579,0,0),(38,580,0,0),(38,581,0,0),(38,582,0,0),(38,583,0,0),(38,584,0,0),(38,585,0,0),(38,586,0,0),(38,587,0,0),(38,588,0,0),(39,589,0,0),(39,590,0,0),(39,591,0,0),(39,592,0,0),(39,593,0,0),(39,594,0,0),(39,595,0,0),(39,596,0,0),(39,597,0,0),(39,598,0,0),(39,599,0,0),(39,600,0,0),(39,601,0,0),(39,602,0,0),(39,603,0,0),(40,604,0,0),(40,605,0,0),(40,606,0,0),(40,607,0,0),(40,608,0,0),(40,609,0,0),(40,610,0,0),(40,611,0,0),(40,612,0,0),(40,613,0,0),(40,614,0,0),(40,615,0,0),(40,616,0,0),(40,617,0,0),(40,618,0,0),(40,619,0,0),(40,620,0,0),(41,621,0,0),(41,622,0,0),(41,623,0,0),(41,624,0,0),(41,625,0,0),(41,626,0,0),(41,627,0,0),(41,628,0,0),(41,629,0,0),(41,630,0,0),(41,631,0,0),(41,632,0,0),(41,633,0,0),(41,634,0,0),(41,635,0,0),(41,636,0,0),(41,637,0,0),(41,638,0,0),(42,639,0,0),(42,640,0,0),(42,641,0,0),(42,642,0,0),(42,643,0,0),(42,644,0,0),(42,645,0,0),(45,646,0,0),(45,647,0,0),(45,648,0,0),(45,649,0,0),(45,650,0,0),(2,651,0,0),(29,652,0,0),(23,653,0,0),(23,654,0,0),(23,655,0,0),(23,656,0,0),(23,657,0,0),(23,658,0,0),(23,659,0,0),(23,660,0,0),(23,661,0,0),(22,662,0,0),(22,663,0,0),(22,664,0,0),(22,665,0,0),(22,666,0,0),(22,667,0,0),(22,668,0,0),(22,669,0,0),(22,670,0,0),(21,671,0,0),(21,672,0,0),(21,673,0,0),(21,674,0,0),(21,675,0,0),(21,676,0,0),(21,677,0,0),(21,678,0,0),(21,679,0,0),(20,680,0,0),(20,681,0,0),(20,682,0,0),(20,683,0,0),(20,684,0,0),(20,685,0,0),(20,686,0,0),(20,687,0,0),(20,688,0,0),(29,689,0,0),(39,690,0,0),(42,691,0,0),(29,692,0,0),(29,693,0,0),(29,694,0,0),(23,695,0,0),(22,696,0,0),(21,697,0,0),(20,698,0,0),(29,699,0,0),(6,700,0,0),(4,701,0,0),(2,702,0,0),(29,703,0,0),(23,704,0,0),(23,705,0,0),(21,706,0,0),(21,707,0,0),(18,708,0,0),(7,709,0,0),(42,710,0,0),(42,711,0,0),(23,712,0,0),(20,713,0,0),(21,714,0,0),(22,715,0,0),(29,716,0,0),(2,717,0,0),(13,718,0,0),(29,719,0,0),(13,720,0,0),(29,721,0,0),(29,722,0,0),(29,723,0,0),(9,729,0,0),(29,750,0,0),(51,751,0,0),(51,752,0,0),(51,753,0,0),(51,754,0,0),(52,755,0,0),(52,756,0,0),(52,757,0,0),(52,758,0,0),(52,759,0,0),(52,760,0,0),(52,761,0,0),(52,762,0,0),(52,763,0,0),(52,764,0,0),(52,765,0,0),(52,766,0,0),(52,767,0,0),(52,768,0,0),(52,769,0,0),(52,770,0,0),(52,771,0,0),(52,772,0,0),(52,773,0,0),(52,774,0,0),(52,775,0,0),(52,776,0,0),(52,777,0,0),(52,778,0,0),(53,779,0,0),(53,780,0,0),(53,781,0,0),(53,782,0,0),(53,783,0,0),(53,784,0,0),(53,785,0,0),(53,786,0,0),(53,787,0,0),(53,788,0,0),(53,789,0,0),(53,790,0,0),(53,791,0,0),(53,792,0,0),(53,793,0,0),(53,794,0,0),(53,795,0,0),(53,796,0,0),(53,797,0,0),(53,798,0,0),(53,799,0,0),(53,800,0,0),(53,801,0,0),(53,802,0,0),(53,803,0,0),(53,804,0,0),(53,805,0,0),(53,806,0,0);
/*!40000 ALTER TABLE `vtiger_def_org_field` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_def_org_share`
--
DROP TABLE IF EXISTS `vtiger_def_org_share`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_def_org_share` (
`ruleid` int NOT NULL AUTO_INCREMENT,
`tabid` int NOT NULL,
`permission` int DEFAULT NULL,
`editstatus` int DEFAULT NULL,
PRIMARY KEY (`ruleid`)
) ENGINE=InnoDB AUTO_INCREMENT=29 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_def_org_share`
--
LOCK TABLES `vtiger_def_org_share` WRITE;
/*!40000 ALTER TABLE `vtiger_def_org_share` DISABLE KEYS */;
INSERT INTO `vtiger_def_org_share` VALUES (1,2,2,0),(2,4,2,2),(3,6,2,0),(4,7,2,0),(5,9,3,1),(6,13,2,0),(7,16,3,2),(8,20,2,0),(9,21,2,0),(10,22,2,0),(11,23,2,0),(12,26,2,0),(13,8,2,0),(14,14,2,0),(15,31,3,0),(16,35,2,0),(17,36,2,0),(18,38,2,0),(19,39,2,0),(20,40,2,0),(21,41,2,0),(22,42,2,0),(23,45,2,0),(24,18,2,0),(25,10,2,0),(26,51,3,0),(27,52,3,0),(28,53,3,0);
/*!40000 ALTER TABLE `vtiger_def_org_share` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_def_org_share_seq`
--
DROP TABLE IF EXISTS `vtiger_def_org_share_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_def_org_share_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_def_org_share_seq`
--
LOCK TABLES `vtiger_def_org_share_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_def_org_share_seq` DISABLE KEYS */;
INSERT INTO `vtiger_def_org_share_seq` VALUES (28);
/*!40000 ALTER TABLE `vtiger_def_org_share_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_default_record_view`
--
DROP TABLE IF EXISTS `vtiger_default_record_view`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_default_record_view` (
`default_record_viewid` int NOT NULL AUTO_INCREMENT,
`default_record_view` varchar(200) NOT NULL,
`sortorderid` int DEFAULT NULL,
`presence` int NOT NULL DEFAULT '1',
PRIMARY KEY (`default_record_viewid`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_default_record_view`
--
LOCK TABLES `vtiger_default_record_view` WRITE;
/*!40000 ALTER TABLE `vtiger_default_record_view` DISABLE KEYS */;
INSERT INTO `vtiger_default_record_view` VALUES (1,'Summary',1,1),(2,'Detail',2,1);
/*!40000 ALTER TABLE `vtiger_default_record_view` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_default_record_view_seq`
--
DROP TABLE IF EXISTS `vtiger_default_record_view_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_default_record_view_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_default_record_view_seq`
--
LOCK TABLES `vtiger_default_record_view_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_default_record_view_seq` DISABLE KEYS */;
INSERT INTO `vtiger_default_record_view_seq` VALUES (2);
/*!40000 ALTER TABLE `vtiger_default_record_view_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_defaultactivitytype`
--
DROP TABLE IF EXISTS `vtiger_defaultactivitytype`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_defaultactivitytype` (
`defaultactivitytypeid` int NOT NULL AUTO_INCREMENT,
`defaultactivitytype` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT '0',
PRIMARY KEY (`defaultactivitytypeid`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_defaultactivitytype`
--
LOCK TABLES `vtiger_defaultactivitytype` WRITE;
/*!40000 ALTER TABLE `vtiger_defaultactivitytype` DISABLE KEYS */;
INSERT INTO `vtiger_defaultactivitytype` VALUES (1,'Call',1,299,1),(2,'Meeting',1,300,2);
/*!40000 ALTER TABLE `vtiger_defaultactivitytype` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_defaultactivitytype_seq`
--
DROP TABLE IF EXISTS `vtiger_defaultactivitytype_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_defaultactivitytype_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_defaultactivitytype_seq`
--
LOCK TABLES `vtiger_defaultactivitytype_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_defaultactivitytype_seq` DISABLE KEYS */;
INSERT INTO `vtiger_defaultactivitytype_seq` VALUES (2);
/*!40000 ALTER TABLE `vtiger_defaultactivitytype_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_defaultcv`
--
DROP TABLE IF EXISTS `vtiger_defaultcv`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_defaultcv` (
`tabid` int NOT NULL,
`defaultviewname` varchar(50) NOT NULL,
`query` text,
PRIMARY KEY (`tabid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_defaultcv`
--
LOCK TABLES `vtiger_defaultcv` WRITE;
/*!40000 ALTER TABLE `vtiger_defaultcv` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_defaultcv` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_defaulteventstatus`
--
DROP TABLE IF EXISTS `vtiger_defaulteventstatus`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_defaulteventstatus` (
`defaulteventstatusid` int NOT NULL AUTO_INCREMENT,
`defaulteventstatus` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT '0',
PRIMARY KEY (`defaulteventstatusid`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_defaulteventstatus`
--
LOCK TABLES `vtiger_defaulteventstatus` WRITE;
/*!40000 ALTER TABLE `vtiger_defaulteventstatus` DISABLE KEYS */;
INSERT INTO `vtiger_defaulteventstatus` VALUES (1,'Planned',1,296,1),(2,'Held',1,297,2),(3,'Not Held',1,298,3);
/*!40000 ALTER TABLE `vtiger_defaulteventstatus` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_defaulteventstatus_seq`
--
DROP TABLE IF EXISTS `vtiger_defaulteventstatus_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_defaulteventstatus_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_defaulteventstatus_seq`
--
LOCK TABLES `vtiger_defaulteventstatus_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_defaulteventstatus_seq` DISABLE KEYS */;
INSERT INTO `vtiger_defaulteventstatus_seq` VALUES (3);
/*!40000 ALTER TABLE `vtiger_defaulteventstatus_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_duration_minutes`
--
DROP TABLE IF EXISTS `vtiger_duration_minutes`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_duration_minutes` (
`minutesid` int NOT NULL AUTO_INCREMENT,
`duration_minutes` varchar(200) NOT NULL,
`sortorderid` int NOT NULL DEFAULT '0',
`presence` int NOT NULL DEFAULT '1',
PRIMARY KEY (`minutesid`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_duration_minutes`
--
LOCK TABLES `vtiger_duration_minutes` WRITE;
/*!40000 ALTER TABLE `vtiger_duration_minutes` DISABLE KEYS */;
INSERT INTO `vtiger_duration_minutes` VALUES (1,'00',0,1),(2,'15',1,1),(3,'30',2,1),(4,'45',3,1);
/*!40000 ALTER TABLE `vtiger_duration_minutes` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_duration_minutes_seq`
--
DROP TABLE IF EXISTS `vtiger_duration_minutes_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_duration_minutes_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_duration_minutes_seq`
--
LOCK TABLES `vtiger_duration_minutes_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_duration_minutes_seq` DISABLE KEYS */;
INSERT INTO `vtiger_duration_minutes_seq` VALUES (4);
/*!40000 ALTER TABLE `vtiger_duration_minutes_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_durationhrs`
--
DROP TABLE IF EXISTS `vtiger_durationhrs`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_durationhrs` (
`hrsid` int NOT NULL AUTO_INCREMENT,
`hrs` varchar(50) DEFAULT NULL,
`sortorderid` int NOT NULL DEFAULT '0',
`presence` int NOT NULL DEFAULT '1',
PRIMARY KEY (`hrsid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_durationhrs`
--
LOCK TABLES `vtiger_durationhrs` WRITE;
/*!40000 ALTER TABLE `vtiger_durationhrs` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_durationhrs` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_durationmins`
--
DROP TABLE IF EXISTS `vtiger_durationmins`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_durationmins` (
`minsid` int NOT NULL AUTO_INCREMENT,
`mins` varchar(50) DEFAULT NULL,
`sortorderid` int NOT NULL DEFAULT '0',
`presence` int NOT NULL DEFAULT '1',
PRIMARY KEY (`minsid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_durationmins`
--
LOCK TABLES `vtiger_durationmins` WRITE;
/*!40000 ALTER TABLE `vtiger_durationmins` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_durationmins` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_email_access`
--
DROP TABLE IF EXISTS `vtiger_email_access`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_email_access` (
`crmid` int DEFAULT NULL,
`mailid` int DEFAULT NULL,
`accessdate` date DEFAULT NULL,
`accesstime` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_email_access`
--
LOCK TABLES `vtiger_email_access` WRITE;
/*!40000 ALTER TABLE `vtiger_email_access` DISABLE KEYS */;
INSERT INTO `vtiger_email_access` VALUES (12,285,'2025-10-29','2025-10-29 07:37:34'),(12,285,'2025-11-06','2025-11-06 05:31:56');
/*!40000 ALTER TABLE `vtiger_email_access` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_email_track`
--
DROP TABLE IF EXISTS `vtiger_email_track`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_email_track` (
`crmid` int DEFAULT NULL,
`mailid` int DEFAULT NULL,
`access_count` int DEFAULT NULL,
UNIQUE KEY `link_tabidtype_idx` (`crmid`,`mailid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_email_track`
--
LOCK TABLES `vtiger_email_track` WRITE;
/*!40000 ALTER TABLE `vtiger_email_track` DISABLE KEYS */;
INSERT INTO `vtiger_email_track` VALUES (12,285,2),(12,286,0),(12,292,0),(12,294,0),(12,310,0),(82,313,0),(82,365,0),(82,366,0),(12,367,0),(82,391,0),(12,393,0),(82,395,0),(82,410,0),(634,708,0),(265,835,0),(265,846,0),(12,868,0),(493,868,0),(820,875,0),(491,879,0),(493,879,0),(522,879,0);
/*!40000 ALTER TABLE `vtiger_email_track` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_emaildetails`
--
DROP TABLE IF EXISTS `vtiger_emaildetails`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_emaildetails` (
`emailid` int NOT NULL,
`from_email` varchar(50) NOT NULL DEFAULT '',
`to_email` text,
`cc_email` text,
`bcc_email` text,
`assigned_user_email` varchar(50) NOT NULL DEFAULT '',
`idlists` text,
`email_flag` varchar(50) NOT NULL DEFAULT '',
PRIMARY KEY (`emailid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_emaildetails`
--
LOCK TABLES `vtiger_emaildetails` WRITE;
/*!40000 ALTER TABLE `vtiger_emaildetails` DISABLE KEYS */;
INSERT INTO `vtiger_emaildetails` VALUES (259,'reecepotts999@gmail.com','[\"hiral.prajapati@varianceinfotech.com\"]','[\"\"]','[\"\"]','','258@-1|','MailManager'),(260,'hiral.prajapati@varianceinfotech.com','[\"jenniferpinto456@gmail.com\"]','[\"\"]','[\"\"]','','','SENT'),(263,'hiral.prajapati@varianceinfotech.com','[\"jenniferpinto456@gmail.com\"]','[\"\"]','[\"\"]','','','SENT'),(266,'canyaman98@outlook.com','[\"hiral.prajapati@varianceinfotech.com\"]','[\"\"]','[\"\"]','','265@-1|','MailManager'),(268,'hiral.prajapati@varianceinfotech.com','[\"jennifer701911@outlook.com\"]','[\"\"]','[\"\"]','','','SENT'),(274,'hiral.prajapati@varianceinfotech.com','[\"dasdagj@gmail.com\"]','[\"\"]','[\"\"]','','','SAVED'),(275,'hiral.prajapati@varianceinfotech.com','[\"nidhi.variance@gmail.com\"]','[\"hiralp.variance@gmail.com\"]','[\"nidhi.jethva@varianceinfotech.com\"]','','','SENT'),(285,'hiral.prajapati@varianceinfotech.com','[\"nidhi.variance@gmail.com\"]','[\"\"]','[\"\"]','','12@-1|','SENT'),(286,'hiral.prajapati@varianceinfotech.com','[\"nidhi.variance@gmail.com\"]','[\"\"]','[\"\"]','','12@-1|','SENT'),(292,'hiral.prajapati@varianceinfotech.com','[\"nidhi.variance@gmail.com\"]','[\"\"]','[\"\"]','','12@-1|','SENT'),(294,'hiral.prajapati@varianceinfotech.com','[\"nidhi.variance@gmail.com\"]','[\"\"]','[\"\"]','','12@-1|','SENT'),(310,'hiral.prajapati@varianceinfotech.com','[\"nidhi.variance@gmail.com\"]','[\"\"]','[\"\"]','','12@-1|','SENT'),(313,'hiral.prajapati@varianceinfotech.com','[\"nidhi.variance@gmail.com\"]','[\"\"]','[\"\"]','','82@1|','SENT'),(314,'hiral.prajapati@varianceinfotech.com','[\"nidhi.variance@gmail.com\"]','[\"\"]','[\"\"]','','82@1|','SENT'),(315,'hiral.prajapati@varianceinfotech.com','[\"nidhi.variance@gmail.com\"]','[\"\"]','[\"\"]','','82@1|','SENT'),(316,'hiral.prajapati@varianceinfotech.com','[\"nidhi.variance@gmail.com\"]','[\"\"]','[\"\"]','','82@1|','SENT'),(317,'hiral.prajapati@varianceinfotech.com','[\"nidhi.variance@gmail.com\"]','[\"\"]','[\"\"]','','82@1|','SENT'),(318,'hiral.prajapati@varianceinfotech.com','[\"nidhi.variance@gmail.com\"]','[\"\"]','[\"\"]','','82@1|','SENT'),(319,'hiral.prajapati@varianceinfotech.com','[\"nidhi.variance@gmail.com\"]','[\"\"]','[\"\"]','','82@1|','SENT'),(320,'hiral.prajapati@varianceinfotech.com','[\"nidhi.variance@gmail.com\"]','[\"\"]','[\"\"]','','82@1|','SENT'),(321,'hiral.prajapati@varianceinfotech.com','[\"nidhi.variance@gmail.com\"]','[\"\"]','[\"\"]','','82@1|','SENT'),(322,'hiral.prajapati@varianceinfotech.com','[\"nidhi.variance@gmail.com\"]','[\"\"]','[\"\"]','','82@1|','SENT'),(323,'hiral.prajapati@varianceinfotech.com','[\"nidhi.variance@gmail.com\"]','[\"\"]','[\"\"]','','82@1|','SENT'),(324,'hiral.prajapati@varianceinfotech.com','[\"nidhi.variance@gmail.com\"]','[\"\"]','[\"\"]','','82@1|','SENT'),(325,'hiral.prajapati@varianceinfotech.com','[\"nidhi.variance@gmail.com\"]','[\"\"]','[\"\"]','','82@1|','SENT'),(326,'hiral.prajapati@varianceinfotech.com','[\"nidhi.variance@gmail.com\"]','[\"\"]','[\"\"]','','82@1|','SENT'),(327,'hiral.prajapati@varianceinfotech.com','[\"nidhi.variance@gmail.com\"]','[\"\"]','[\"\"]','','82@1|','SENT'),(328,'hiral.prajapati@varianceinfotech.com','[\"nidhi.variance@gmail.com\"]','[\"\"]','[\"\"]','','82@1|','SENT'),(329,'hiral.prajapati@varianceinfotech.com','[\"nidhi.variance@gmail.com\"]','[\"\"]','[\"\"]','','82@1|','SENT'),(330,'hiral.prajapati@varianceinfotech.com','[\"nidhi.variance@gmail.com\"]','[\"\"]','[\"\"]','','82@1|','SENT'),(331,'hiral.prajapati@varianceinfotech.com','[\"nidhi.variance@gmail.com\"]','[\"\"]','[\"\"]','','82@1|','SENT'),(332,'hiral.prajapati@varianceinfotech.com','[\"nidhi.variance@gmail.com\"]','[\"\"]','[\"\"]','','82@1|','SENT'),(333,'hiral.prajapati@varianceinfotech.com','[\"nidhi.variance@gmail.com\"]','[\"\"]','[\"\"]','','82@1|','SENT'),(334,'hiral.prajapati@varianceinfotech.com','[\"nidhi.variance@gmail.com\"]','[\"\"]','[\"\"]','','82@1|','SENT'),(335,'hiral.prajapati@varianceinfotech.com','[\"nidhi.variance@gmail.com\"]','[\"\"]','[\"\"]','','82@1|','SENT'),(336,'hiral.prajapati@varianceinfotech.com','[\"nidhi.variance@gmail.com\"]','[\"\"]','[\"\"]','','82@1|','SENT'),(337,'hiral.prajapati@varianceinfotech.com','[\"nidhi.variance@gmail.com\"]','[\"\"]','[\"\"]','','82@1|','SENT'),(338,'hiral.prajapati@varianceinfotech.com','[\"nidhi.variance@gmail.com\"]','[\"\"]','[\"\"]','','82@1|','SENT'),(339,'hiral.prajapati@varianceinfotech.com','[\"nidhi.variance@gmail.com\"]','[\"\"]','[\"\"]','','82@1|','SENT'),(340,'hiral.prajapati@varianceinfotech.com','[\"nidhi.variance@gmail.com\"]','[\"\"]','[\"\"]','','82@1|','SENT'),(341,'hiral.prajapati@varianceinfotech.com','[\"nidhi.variance@gmail.com\"]','[\"\"]','[\"\"]','','82@1|','SENT'),(342,'hiral.prajapati@varianceinfotech.com','[\"nidhi.variance@gmail.com\"]','[\"\"]','[\"\"]','','82@1|','SENT'),(343,'hiral.prajapati@varianceinfotech.com','[\"nidhi.variance@gmail.com\"]','[\"\"]','[\"\"]','','82@1|','SENT'),(344,'hiral.prajapati@varianceinfotech.com','[\"nidhi.variance@gmail.com\"]','[\"\"]','[\"\"]','','82@1|','SENT'),(345,'hiral.prajapati@varianceinfotech.com','[\"nidhi.variance@gmail.com\"]','[\"\"]','[\"\"]','','82@1|','SENT'),(346,'hiral.prajapati@varianceinfotech.com','[\"nidhi.variance@gmail.com\"]','[\"\"]','[\"\"]','','82@1|','SENT'),(347,'hiral.prajapati@varianceinfotech.com','[\"nidhi.variance@gmail.com\"]','[\"\"]','[\"\"]','','82@1|','SENT'),(348,'hiral.prajapati@varianceinfotech.com','[\"nidhi.variance@gmail.com\"]','[\"\"]','[\"\"]','','82@1|','SENT'),(349,'hiral.prajapati@varianceinfotech.com','[\"nidhi.variance@gmail.com\"]','[\"\"]','[\"\"]','','82@1|','SENT'),(350,'hiral.prajapati@varianceinfotech.com','[\"nidhi.variance@gmail.com\"]','[\"\"]','[\"\"]','','82@1|','SENT'),(351,'hiral.prajapati@varianceinfotech.com','[\"nidhi.variance@gmail.com\"]','[\"\"]','[\"\"]','','82@1|','SENT'),(352,'hiral.prajapati@varianceinfotech.com','[\"nidhi.variance@gmail.com\"]','[\"\"]','[\"\"]','','82@1|','SENT'),(353,'hiral.prajapati@varianceinfotech.com','[\"nidhi.variance@gmail.com\"]','[\"\"]','[\"\"]','','82@1|','SENT'),(364,'hiral.prajapati@varianceinfotech.com','[\"nidhi.variance@gmail.com\"]','[\"\"]','[\"\"]','','82@1|','SENT'),(365,'hiral.prajapati@varianceinfotech.com','[\"nidhi.variance@gmail.com\"]','[\"\"]','[\"\"]','','82@1|','SENT'),(366,'hiral.prajapati@varianceinfotech.com','[\"nidhi.variance@gmail.com\"]','[\"\"]','[\"\"]','','82@1|','SENT'),(367,'hiral.prajapati@varianceinfotech.com','[\"nidhi.variance@gmail.com\"]','[\"\"]','[\"\"]','','12@-1|','SENT'),(391,'hiral.prajapati@varianceinfotech.com','[\"nidhi.variance@gmail.com\"]','[\"\"]','[\"\"]','','82@1|','SENT'),(393,'hiral.prajapati@varianceinfotech.com','[\"nidhi.variance@gmail.com\"]','[\"\"]','[\"\"]','','12@-1|','SENT'),(395,'hiral.prajapati@varianceinfotech.com','[\"nidhi.variance@gmail.com\"]','[\"\"]','[\"\"]','','82@1|','SENT'),(410,'hiral.prajapati@varianceinfotech.com','[\"nidhi.variance@gmail.com\"]','[\"\"]','[\"\"]','','82@1|','SENT'),(427,'hiral.prajapati@varianceinfotech.com','[\"\"]','[\"\"]','[\"\"]','','426@-1|','MailManager'),(432,'hiral.prajapati@varianceinfotech.com','[\"\"]','[\"\"]','[\"\"]','','431@-1|','MailManager'),(440,'hiral.prajapati@varianceinfotech.com','[\"\"]','[\"\"]','[\"\"]','','439@-1|','MailManager'),(451,'hiral.prajapati@varianceinfotech.com','[\"\"]','[\"\"]','[\"\"]','','450@-1|','MailManager'),(453,'hiral.prajapati@varianceinfotech.com','[\"\"]','[\"\"]','[\"\"]','','452@-1|','MailManager'),(455,'hiral.prajapati@varianceinfotech.com','[\"\"]','[\"\"]','[\"\"]','','454@-1|','MailManager'),(457,'hiral.prajapati@varianceinfotech.com','[\"\"]','[\"\"]','[\"\"]','','456@-1|','MailManager'),(459,'hiral.prajapati@varianceinfotech.com','[\"\"]','[\"\"]','[\"\"]','','458@-1|','MailManager'),(461,'hiral.prajapati@varianceinfotech.com','[\"\"]','[\"\"]','[\"\"]','','460@-1|','MailManager'),(466,'hiral.prajapati@varianceinfotech.com','[\"\"]','[\"\"]','[\"\"]','','465@-1|','MailManager'),(473,'hiral.prajapati@varianceinfotech.com','[\"\"]','[\"\"]','[\"\"]','','472@-1|','MailManager'),(475,'hiral.prajapati@varianceinfotech.com','[\"\"]','[\"\"]','[\"\"]','','474@-1|','MailManager'),(488,'hiral.prajapati@varianceinfotech.com','[\"\"]','[\"\"]','[\"\"]','','487@-1|','MailManager'),(490,'hiral.prajapati@varianceinfotech.com','[\"\"]','[\"\"]','[\"\"]','','489@-1|','MailManager'),(492,'hiral.prajapati@varianceinfotech.com','[\"\"]','[\"\"]','[\"\"]','','491@-1|','MailManager'),(494,'hiral.prajapati@varianceinfotech.com','[\"\"]','[\"\"]','[\"\"]','','493@-1|','MailManager'),(523,'hiral.prajapati@varianceinfotech.com','[\"\"]','[\"\"]','[\"\"]','','522@-1|','MailManager'),(555,'hiral.prajapati@varianceinfotech.com','[\"\"]','[\"\"]','[\"\"]','','554@-1|','MailManager'),(558,'hiral.prajapati@varianceinfotech.com','[\"\"]','[\"\"]','[\"\"]','','557@-1|','MailManager'),(560,'hiral.prajapati@varianceinfotech.com','[\"\"]','[\"\"]','[\"\"]','','559@-1|','MailManager'),(564,'hiral.prajapati@varianceinfotech.com','[\"\"]','[\"\"]','[\"\"]','','557@-1|','MailManager'),(567,'hiral.prajapati@varianceinfotech.com','[\"\"]','[\"\"]','[\"\"]','','557@-1|','MailManager'),(578,'hiral.prajapati@varianceinfotech.com','[\"\"]','[\"\"]','[\"\"]','','557@-1|','MailManager'),(590,'hiralp.variance@outlook.com','[\"jenniferpinto456@gmail.com\"]','[\"johnsmith251902@outlook.com\"]','[\"\"]','','','MailManager'),(591,'hiralp.variance@outlook.com','[\"jenniferpinto456@gmail.com\"]','[\"johnsmith251902@outlook.com\"]','[\"\"]','','','MailManager'),(592,'hiralp.variance@outlook.com','[\"jenniferpinto456@gmail.com\"]','[\"johnsmith251902@outlook.com\"]','[\"\"]','','','MailManager'),(593,'hiralp.variance@outlook.com','[\"jenniferpinto456@gmail.com\"]','[\"johnsmith251902@outlook.com\"]','[\"\"]','','','MailManager'),(608,'hiralp.variance@outlook.com','[\"jenniferpinto456@gmail.com\"]','[\"johnsmith251902@outlook.com\"]','[\"\"]','','','MailManager'),(624,'hiral.prajapati@varianceinfotech.com','[\"\"]','[\"\"]','[\"\"]','','623@-1|','MailManager'),(635,'hiral.prajapati@varianceinfotech.com','[\"\"]','[\"\"]','[\"\"]','','634@-1|','MailManager'),(642,'hiral.prajapati@varianceinfotech.com','[\"\"]','[\"\"]','[\"\"]','','258@-1|','MailManager'),(707,'hiral.prajapati@varianceinfotech.com','[\"jenniferpinto456@gmail.com\"]','[\"\"]','[\"\"]','','','SENT'),(708,'hiral.prajapati@varianceinfotech.com','[\"nidhi.variance@gmail.com\"]','[\"\"]','[\"\"]','','634@1|','SENT'),(798,'hiral.prajapati@varianceinfotech.com','[\"\"]','[\"\"]','[\"\"]','','797@-1|','MailManager'),(801,'hiral.prajapati@varianceinfotech.com','[\"\"]','[\"\"]','[\"\"]','','797@-1|','MailManager'),(803,'hiral.prajapati@varianceinfotech.com','[\"\"]','[\"\"]','[\"\"]','','802@-1|','MailManager'),(812,'hiral.prajapati@varianceinfotech.com','[\"\"]','[\"\"]','[\"\"]','','802@-1|','MailManager'),(813,'hiral.prajapati@varianceinfotech.com','[\"\"]','[\"\"]','[\"\"]','','802@-1|','MailManager'),(815,'hiral.prajapati@varianceinfotech.com','[\"\"]','[\"\"]','[\"\"]','','814@-1|','MailManager'),(819,'hiral.prajapati@varianceinfotech.com','[\"\"]','[\"\"]','[\"\"]','','814@-1|','MailManager'),(821,'hiral.prajapati@varianceinfotech.com','[\"\"]','[\"\"]','[\"\"]','','820@-1|','MailManager'),(822,'hiral.prajapati@varianceinfotech.com','[\"\"]','[\"\"]','[\"\"]','','820@-1|','MailManager'),(823,'hiral.prajapati@varianceinfotech.com','[\"\"]','[\"\"]','[\"\"]','','820@-1|','MailManager'),(824,'hiral.prajapati@varianceinfotech.com','[\"\"]','[\"\"]','[\"\"]','','820@-1|','MailManager'),(832,'hiral.prajapati@varianceinfotech.com','[\"hiralp.variance@gmail.com\"]','[\"\"]','[\"\"]','','','SENT'),(835,'hiral.prajapati@varianceinfotech.com','[\"canyaman98@outlook.com\"]','[\"\"]','[\"\"]','','265@1|','SENT'),(836,'hiral.prajapati@varianceinfotech.com','[\"johnwallmart01@outlook.com\"]','[\"\"]','[\"\"]','','','SENT'),(837,'hiral.prajapati@varianceinfotech.com','[\"johnwallmart01@outook.com\"]','[\"\"]','[\"\"]','','','SENT'),(838,'hiral.prajapati@varianceinfotech.com','[\"johnwallmart01@outlook.com\"]','[\"\"]','[\"\"]','','','SENT'),(843,'hiral.prajapati@varianceinfotech.com','[\"suite787@outlook.com\",\"canyaman98@outlook.com\",\"johnwallmart01@outlook.com\"]','[\"\"]','[\"\"]','','491@1|493@1|522@1|','SENT'),(845,'hiral.prajapati@varianceinfotech.com','[\"suite787@outlook.com\",\"canyaman98@outlook.com\",\"johnwallmart01@outlook.com\"]','[\"\"]','[\"\"]','','491@1|493@1|522@1|','SENT'),(846,'hiral.prajapati@varianceinfotech.com','[\"canyaman98@outlook.com\"]','[\"\"]','[\"\"]','','265@1|','SENT'),(847,'hiral.prajapati@varianceinfotech.com','[\"suite787@outlook.com\",\"canyaman98@outlook.com\",\"johnwallmart01@outlook.com\"]','[\"\"]','[\"\"]','','491@1|493@1|522@1|','SENT'),(848,'hiral.prajapati@varianceinfotech.com','[\"canyaman98@outlook.com\"]','[\"\"]','[\"\"]','','','SENT'),(849,'hiral.prajapati@varianceinfotech.com','[\"canyaman98@outlook.com\"]','[\"johnwallmart01@outlook.com\"]','[\"johnwallmart01@outlook.com\"]','','','SENT'),(850,'hiral.prajapati@varianceinfotech.com','[\"johnwallmart01@outlook.com\"]','[\"canyaman98@outlook.com\"]','[\"suite787@outlook.com\"]','','','SENT'),(851,'hiral.prajapati@varianceinfotech.com','[\"canyaman98@outlook.com\"]','[\"\"]','[\"\"]','','265@1|','SAVED'),(852,'hiral.prajapati@varianceinfotech.com','[\"canyaman98@outlook.com\"]','[\"\"]','[\"\"]','','493@1|','SAVED'),(853,'hiral.prajapati@varianceinfotech.com','[\"poojachandarana.variance@gmail.com\"]','[\"johnwallmart01@outlook.com\"]','[\"\"]','','','SENT'),(854,'hiral.prajapati@varianceinfotech.com','[\"poojachandarana.variance@gmail.com\"]','[\"\"]','[\"\"]','','','SENT'),(855,'hiral.prajapati@varianceinfotech.com','[\"jenniferpinto456@gmail.com\"]','[\"\"]','[\"\"]','','','SENT'),(858,'hiral.prajapati@varianceinfotech.com','[\"canyaman98@outlook.com\",\"nidhi.variance@gmail.com\"]','[\"\"]','[\"\"]','','12@-1|493@1|','SENT'),(859,'hiral.prajapati@varianceinfotech.com','[\"canyaman98@outlook.com\",\"nidhi.variance@gmail.com\"]','[\"\"]','[\"\"]','','12@-1|493@1|','SAVED'),(860,'hiral.prajapati@varianceinfotech.com','[\"canyaman98@outlook.com\",\"nidhi.variance@gmail.com\"]','[\"\"]','[\"\"]','','12@-1|493@1|','SENT'),(861,'hiral.prajapati@varianceinfotech.com','[\"canyaman98@outlook.com\",\"nidhi.variance@gmail.com\"]','[\"\"]','[\"\"]','','12@-1|493@1|','SENT'),(862,'hiral.prajapati@varianceinfotech.com','[\"canyaman98@outlook.com\",\"nidhi.variance@gmail.com\"]','[\"\"]','[\"\"]','','12@-1|493@1|','SENT'),(863,'hiral.prajapati@varianceinfotech.com','[\"nidhi.variance@gmail.com\",\"canyaman98@outlook.com\"]','[\"\"]','[\"\"]','','12@-1|493@1|','SENT'),(864,'hiral.prajapati@varianceinfotech.com','[\"nidhi.variance@gmail.com\",\"canyaman98@outlook.com\"]','[\"\"]','[\"\"]','','12@-1|493@1|','SENT'),(865,'hiral.prajapati@varianceinfotech.com','[\"canyaman98@outlook.com\",\"nidhi.variance@gmail.com\"]','[\"\"]','[\"\"]','','12@-1|493@1|','SENT'),(866,'hiral.prajapati@varianceinfotech.com','[\"nidhi.variance@gmail.com\"]','[\"\"]','[\"\"]','','12@-1|','SENT'),(867,'hiral.prajapati@varianceinfotech.com','[\"nidhi.variance@gmail.com\"]','[\"\"]','[\"\"]','','12@-1|','SENT'),(868,'hiral.prajapati@varianceinfotech.com','[\"canyaman98@outlook.com\",\"nidhi.variance@gmail.com\"]','[\"\"]','[\"\"]','','12@-1|493@1|','SENT'),(875,'hiral.prajapati@varianceinfotech.com','[\"poojachandarana.variance@gmail.com\"]','[\"\"]','[\"\"]','','820@1|','SENT'),(879,'hiral.prajapati@varianceinfotech.com','[\"suite787@outlook.com\",\"canyaman98@outlook.com\",\"johnwallmart01@outlook.com\"]','[\"\"]','[\"\"]','','491@1|493@1|522@1|','SENT'),(881,'hiral.prajapati@varianceinfotech.com','[\"johnsmith251902@outlook.com\",\"poojachandarana.variance@gmail.com\",\"canyaman98@outlook.com\"]','[\"\"]','[\"\"]','','','SENT'),(882,'canyaman98@outlook.com','[\"johnsmith251902@outlook.com\"]','[\"\"]','[\"\"]','','','MailManager'),(896,'hiral.prajapati@varianceinfotech.com','[\"canyaman98@outlook.com\"]','[\"\"]','[\"\"]','','','SENT'),(898,'hiral.prajapati@varianceinfotech.com','[\"\"]','[\"\"]','[\"\"]','','897@-1|','MailManager'),(899,'hiral.prajapati@varianceinfotech.com','[\"\"]','[\"\"]','[\"\"]','','897@-1|','MailManager'),(900,'hiral.prajapati@varianceinfotech.com','[\"canyaman98@outlook.com\"]','[\"\"]','[\"\"]','','265@1|','SAVED'),(901,'hiral.prajapati@varianceinfotech.com','[\"canyaman98@outlook.com\"]','[\"\"]','[\"\"]','','265@1|','SAVED');
/*!40000 ALTER TABLE `vtiger_emaildetails` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_emailtemplates`
--
DROP TABLE IF EXISTS `vtiger_emailtemplates`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_emailtemplates` (
`foldername` varchar(100) DEFAULT NULL,
`templatename` varchar(100) DEFAULT NULL,
`subject` varchar(100) DEFAULT NULL,
`description` text,
`body` text,
`deleted` int NOT NULL DEFAULT '0',
`templateid` int NOT NULL AUTO_INCREMENT,
PRIMARY KEY (`templateid`),
KEY `emailtemplates_foldernamd_templatename_subject_idx` (`foldername`,`templatename`,`subject`)
) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_emailtemplates`
--
LOCK TABLES `vtiger_emailtemplates` WRITE;
/*!40000 ALTER TABLE `vtiger_emailtemplates` DISABLE KEYS */;
INSERT INTO `vtiger_emailtemplates` VALUES ('Public','Announcement for Release','Announcement for Release','Announcement of a release','Hello! <br />\n <br />\n On behalf of the vtiger team, I am pleased to announce the release of vtiger crm4.2 . This is a feature packed release including the mass email template handling, custom view feature, vtiger_reports feature and a host of other utilities. vtiger runs on all platforms. <br />\n <br />\n Notable Features of vtiger are : <br />\n <br />\n -Email Client Integration <br />\n -Trouble Ticket Integration <br />\n -Invoice Management Integration <br />\n -Reports Integration <br />\n -Portal Integration <br />\n -Enhanced Word Plugin Support <br />\n -Custom View Integration <br />\n <br />\n Known Issues: <br />\n -ABCD <br />\n -EFGH <br />\n -IJKL <br />\n -MNOP <br />\n -QRST',0,1),('Public','Pending Invoices','Invoices Pending','Payment Due','name <br />\nstreet, <br />\ncity, <br />\nstate, <br />\n zip) <br />\n <br />\n Dear <br />\n <br />\n Please check the following invoices that are yet to be paid by you: <br />\n <br />\n No. Date Amount <br />\n 1 1/1/01 $4000 <br />\n 2 2/2//01 $5000 <br />\n 3 3/3/01 $10000 <br />\n 4 7/4/01 $23560 <br />\n <br />\n Kindly let us know if there are any issues that you feel are pending to be discussed. <br />\n We will be more than happy to give you a call. <br />\n We would like to continue our business with you.',0,2),('Public','Acceptance Proposal','Acceptance Proposal','Acceptance of Proposal',' Dear <br />\n <br />\nYour proposal on the project XYZW has been reviewed by us <br />\nand is acceptable in its entirety. <br />\n <br />\nWe are eagerly looking forward to this project <br />\nand are pleased about having the opportunity to work <br />\ntogether. We look forward to a long standing relationship <br />\nwith your esteemed firm. <br />\n<br />\nI would like to take this opportunity to invite you <br />\nto a game of golf on Wednesday morning 9am at the <br />\nCuff Links Ground. We will be waiting for you in the <br />\nExecutive Lounge. <br />\n<br />\nLooking forward to seeing you there.',0,3),('Public','Goods received acknowledgement','Goods received acknowledgement','Acknowledged Receipt of Goods',' The undersigned hereby acknowledges receipt and delivery of the goods. <br />\nThe undersigned will release the payment subject to the goods being discovered not satisfactory. <br />\n<br />\nSigned under seal this <date>',0,4),('Public','Accept Order','Accept Order','Acknowledgement/Acceptance of Order',' Dear <br />\n We are in receipt of your order as contained in the <br />\n purchase order form.We consider this to be final and binding on both sides. <br />\nIf there be any exceptions noted, we shall consider them <br />\nonly if the objection is received within ten days of receipt of <br />\nthis notice. <br />\n <br />\nThank you for your patronage.',0,5),('Public','Address Change','Change of Address','Address Change','Dear <br />\n <br />\nWe are relocating our office to <br />\n11111,XYZDEF Cross, <br />\nUVWWX Circle <br />\nThe telephone number for this new location is (101) 1212-1328. <br />\n<br />\nOur Manufacturing Division will continue operations <br />\nat 3250 Lovedale Square Avenue, in Frankfurt. <br />\n<br />\nWe hope to keep in touch with you all. <br />\nPlease update your addressbooks.',0,6),('Public','Follow Up','Follow Up','Follow Up of meeting','Dear <br />\n<br />\nThank you for extending us the opportunity to meet with <br />\nyou and members of your staff. <br />\n<br />\nI know that John Doe serviced your account <br />\nfor many years and made many friends at your firm. He has personally <br />\ndiscussed with me the deep relationship that he had with your firm. <br />\nWhile his presence will be missed, I can promise that we will <br />\ncontinue to provide the fine service that was accorded by <br />\nJohn to your firm. <br />\n<br />\nI was genuinely touched to receive such fine hospitality. <br />\n<br />\nThank you once again.',0,7),('Public','Target Crossed!','Target Crossed!','Fantastic Sales Spree!','Congratulations! <br />\n<br />\nThe numbers are in and I am proud to inform you that our <br />\ntotal sales for the previous quarter <br />\namounts to $100,000,00.00!. This is the first time <br />\nwe have exceeded the target by almost 30%. <br />\nWe have also beat the previous quarter record by a <br />\nwhopping 75%! <br />\n<br />\nLet us meet at Smoking Joe for a drink in the evening! <br />\n\nC you all there guys!',0,8),('Public','Thanks Note','Thanks Note','Note of thanks','Dear <br />\n<br />\nThank you for your confidence in our ability to serve you. <br />\nWe are glad to be given the chance to serve you.I look <br />\nforward to establishing a long term partnership with you. <br />\nConsider me as a friend. <br />\nShould any need arise,please do give us a call.',0,9),('Public','Customer Login Details','Customer Portal Login Details','Send Portal login details to customer','<table width=\"700\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" align=\"center\" style=\"font-family: Arial,Helvetica,sans-serif; font-size: 12px; font-weight: normal; text-decoration: none; background-color: rgb(122, 122, 254);\">\n <tr>\n <td> </td>\n <td> </td>\n <td> </td>\n </tr>\n <tr>\n <td> </td>\n <td> </td>\n <td> </td>\n </tr>\n <tr>\n <td> </td>\n <td> </td>\n <td> </td>\n </tr>\n <tr>\n <td width=\"50\"> </td>\n <td>\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">\n <tr>\n <td>\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"background-color: rgb(27, 77, 140); font-family: Arial,Helvetica,sans-serif; font-size: 14px; color: rgb(255, 255, 255); font-weight: normal; line-height: 25px;\">\n <tr>\n <td align=\"center\" rowspan=\"4\">$logo$</td>\n <td align=\"center\"> </td>\n </tr>\n <tr>\n <td align=\"left\" style=\"background-color: rgb(27, 77, 140); font-family: Arial,Helvetica,sans-serif; font-size: 24px; color: rgb(255, 255, 255); font-weight: bolder; line-height: 35px;\">vtiger CRM<br /> </td>\n </tr>\n <tr>\n <td align=\"right\" style=\"padding-right: 100px;\">The honest Open Source CRM </td>\n </tr>\n <tr>\n <td> </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td>\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"font-family: Arial,Helvetica,sans-serif; font-size: 12px; font-weight: normal; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);\">\n <tr>\n <td valign=\"top\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"5\" border=\"0\">\n <tr>\n <td align=\"right\" style=\"font-family: Arial,Helvetica,sans-serif; font-size: 12px; font-weight: bolder; text-decoration: none; color: rgb(66, 66, 253);\"> </td>\n </tr>\n <tr>\n <td> </td>\n </tr>\n <tr>\n <td style=\"font-family: Arial,Helvetica,sans-serif; font-size: 14px; color: rgb(22, 72, 134); font-weight: bolder; line-height: 15px;\">Dear $contact_name$, </td>\n </tr>\n <tr>\n <td style=\"font-family: Arial,Helvetica,sans-serif; font-size: 12px; color: rgb(0, 0, 0); font-weight: normal; text-align: justify; line-height: 20px;\"> Thank you very much for subscribing to the vtiger CRM - annual support service.<br />Here is your self service portal login details:</td>\n </tr>\n <tr>\n <td align=\"center\">\n <table width=\"75%\" cellspacing=\"0\" cellpadding=\"10\" border=\"0\" style=\"border: 2px solid rgb(180, 180, 179); background-color: rgb(226, 226, 225); font-family: Arial,Helvetica,sans-serif; font-size: 12px; color: rgb(0, 0, 0); font-weight: normal;\">\n <tr>\n <td><br />User ID : <font color=\"#990000\"><strong> $login_name$</strong></font> </td>\n </tr>\n <tr>\n <td>Password: <font color=\"#990000\"><strong> $password$</strong></font> </td>\n </tr>\n <tr>\n <td align=\"center\"> <strong> $URL$<br /> </strong> </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-family: Arial,Helvetica,sans-serif; font-size: 12px; color: rgb(0, 0, 0); font-weight: normal; text-align: justify; line-height: 20px;\"><strong>NOTE:</strong> We suggest you to change your password after logging in first time. <br /><br /> <strong><u>Help Documentation</u></strong><br /> <br /> After logging in to vtiger Self-service Portal first time, you can access the vtiger CRM documents from the <strong>Documents</strong> tab. Following documents are available for your reference:<br />\n <ul>\n <li>Installation Manual (Windows & Linux OS)<br /> </li>\n <li>User & Administrator Manual<br /> </li>\n <li>vtiger Customer Portal - User Manual<br /> </li>\n <li>vtiger Outlook Plugin - User Manual<br /> </li>\n <li>vtiger Office Plug-in - User Manual<br /> </li>\n <li>vtiger Thunderbird Extension - User Manual<br /> </li>\n <li>vtiger Web Forms - User Manual<br /> </li>\n <li>vtiger Firefox Tool bar - User Manual<br /> </li>\n </ul>\n <br /> <br /> <strong><u>Knowledge Base</u></strong><br /> <br /> Periodically we update frequently asked question based on our customer experiences. You can access the latest articles from the <strong>FAQ</strong> tab.<br /> <br /> <strong><u>vtiger CRM - Details</u></strong><br /> <br /> Kindly let us know your current vtiger CRM version and system specification so that we can provide you necessary guidelines to enhance your vtiger CRM system performance. Based on your system specification we alert you about the latest security & upgrade patches.<br /> <br /> Thank you once again and wish you a wonderful experience with vtiger CRM.<br /> </td>\n </tr>\n <tr>\n <td align=\"right\"><strong style=\"padding: 2px; font-family: Arial,Helvetica,sans-serif; font-size: 12px; color: rgb(0, 0, 0); font-weight: bold;\"><br /><br />Best Regards</strong></td>\n </tr>\n <tr>\n <td align=\"right\" style=\"font-family: Arial,Helvetica,sans-serif; font-size: 12px; color: rgb(0, 0, 0); font-weight: normal; line-height: 20px;\">$support_team$ </td>\n </tr>\n <tr>\n <td align=\"right\"><a style=\"font-family: Arial,Helvetica,sans-serif; font-size: 12px; font-weight: bolder; text-decoration: none; color: rgb(66, 66, 253);\" href=\"http://www.vtiger.com\">www.vtiger.com</a></td>\n </tr>\n <tr>\n <td> </td>\n </tr>\n </table>\n </td>\n <td width=\"1%\" valign=\"top\"> </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td>\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"5\" border=\"0\" style=\"font-family: Arial,Helvetica,sans-serif; font-size: 12px; color: rgb(255, 255, 255); font-weight: normal; line-height: 15px; background-color: rgb(51, 51, 51);\">\n <tr>\n <td align=\"center\">Shree Narayana Complex, No 11 Sarathy Nagar, Vijaya Nagar , Velachery, Chennai - 600 042 India </td>\n </tr>\n <tr>\n <td align=\"center\">Telephone No: +91 - 44 - 4202 - 1990 Toll Free No: +1 877 788 4437</td>\n </tr>\n <tr>\n <td align=\"center\">Email Id: <a style=\"font-family: Arial,Helvetica,sans-serif; font-size: 12px; font-weight: bolder; text-decoration: none; color: rgb(255, 255, 255);\" href=\"mailto:support@vtiger.com\">support@vtiger.com</a></td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n <td width=\"50\"> </td>\n </tr>\n <tr>\n <td> </td>\n <td> </td>\n <td> </td>\n </tr>\n <tr>\n <td> </td>\n <td> </td>\n <td> </td>\n </tr>\n <tr>\n <td> </td>\n <td> </td>\n <td> </td>\n </tr>\n</table>',0,10),('Public','Support end notification before a week','VtigerCRM Support Notification','Send Notification mail to customer before a week of support end date','<table width=\"700\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" align=\"center\" style=\"font-family: Arial,Helvetica,sans-serif; font-size: 12px; font-weight: normal; text-decoration: none; background-color: rgb(122, 122, 254);\">\n <tr>\n <td> </td>\n <td> </td>\n <td> </td>\n </tr>\n <tr>\n <td> </td>\n <td> </td>\n <td> </td>\n </tr>\n <tr>\n <td> </td>\n <td> </td>\n <td> </td>\n </tr>\n <tr>\n <td width=\"50\"> </td>\n <td>\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">\n <tr>\n <td>\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"background-color: rgb(27, 77, 140); font-family: Arial,Helvetica,sans-serif; font-size: 14px; color: rgb(255, 255, 255); font-weight: normal; line-height: 25px;\">\n <tr>\n <td align=\"center\" rowspan=\"4\">$logo$</td>\n <td align=\"center\"> </td>\n </tr>\n <tr>\n <td align=\"left\" style=\"background-color: rgb(27, 77, 140); font-family: Arial,Helvetica,sans-serif; font-size: 24px; color: rgb(255, 255, 255); font-weight: bolder; line-height: 35px;\">vtiger CRM </td>\n </tr>\n <tr>\n <td align=\"right\" style=\"padding-right: 100px;\">The honest Open Source CRM </td>\n </tr>\n <tr>\n <td> </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td>\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"font-family: Arial,Helvetica,sans-serif; font-size: 12px; font-weight: normal; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);\">\n <tr>\n <td valign=\"top\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"5\" border=\"0\">\n <tr>\n <td align=\"right\" style=\"font-family: Arial,Helvetica,sans-serif; font-size: 12px; font-weight: bolder; text-decoration: none; color: rgb(66, 66, 253);\"> </td>\n </tr>\n <tr>\n <td> </td>\n </tr>\n <tr>\n <td style=\"font-family: Arial,Helvetica,sans-serif; font-size: 14px; color: rgb(22, 72, 134); font-weight: bolder; line-height: 15px;\">Dear $contacts-lastname$, </td>\n </tr>\n <tr>\n <td style=\"font-family: Arial,Helvetica,sans-serif; font-size: 12px; color: rgb(0, 0, 0); font-weight: normal; text-align: justify; line-height: 20px;\">This is just a notification mail regarding your support end.<br /><span style=\"font-weight: bold;\">Priority:</span> Urgent<br />Your Support is going to expire on next week<br />Please contact support@vtiger.com.<br /><br /><br /></td>\n </tr>\n <tr>\n <td align=\"center\"><br /></td>\n </tr>\n <tr>\n <td align=\"right\"><strong style=\"padding: 2px; font-family: Arial,Helvetica,sans-serif; font-size: 12px; color: rgb(0, 0, 0); font-weight: bold;\"><br /><br />Sincerly</strong></td>\n </tr>\n <tr>\n <td align=\"right\" style=\"font-family: Arial,Helvetica,sans-serif; font-size: 12px; color: rgb(0, 0, 0); font-weight: normal; line-height: 20px;\">Support Team </td>\n </tr>\n <tr>\n <td align=\"right\"><a style=\"font-family: Arial,Helvetica,sans-serif; font-size: 12px; font-weight: bolder; text-decoration: none; color: rgb(66, 66, 253);\" href=\"http://www.vtiger.com\">www.vtiger.com</a></td>\n </tr>\n <tr>\n <td> </td>\n </tr>\n </table>\n </td>\n <td width=\"1%\" valign=\"top\"> </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td>\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"5\" border=\"0\" style=\"font-family: Arial,Helvetica,sans-serif; font-size: 12px; color: rgb(255, 255, 255); font-weight: normal; line-height: 15px; background-color: rgb(51, 51, 51);\">\n <tr>\n <td align=\"center\">Shree Narayana Complex, No 11 Sarathy Nagar, Vijaya Nagar , Velachery, Chennai - 600 042 India </td>\n </tr>\n <tr>\n <td align=\"center\">Telephone No: +91 - 44 - 4202 - 1990 Toll Free No: +1 877 788 4437</td>\n </tr>\n <tr>\n <td align=\"center\">Email Id: <a style=\"font-family: Arial,Helvetica,sans-serif; font-size: 12px; font-weight: bolder; text-decoration: none; color: rgb(255, 255, 255);\" href=\"mailto:info@vtiger.com\">info@vtiger.com</a></td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n <td width=\"50\"> </td>\n </tr>\n <tr>\n <td> </td>\n <td> </td>\n <td> </td>\n </tr>\n <tr>\n <td> </td>\n <td> </td>\n <td> </td>\n </tr>\n <tr>\n <td> </td>\n <td> </td>\n <td> </td>\n </tr>\n</table>',0,11),('Public','Support end notification before a month','VtigerCRM Support Notification','Send Notification mail to customer before a month of support end date','<table width=\"700\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" align=\"center\" style=\"font-family: Arial,Helvetica,sans-serif; font-size: 12px; font-weight: normal; text-decoration: none; background-color: rgb(122, 122, 254);\">\n <tr>\n <td> </td>\n <td> </td>\n <td> </td>\n </tr>\n <tr>\n <td> </td>\n <td> </td>\n <td> </td>\n </tr>\n <tr>\n <td> </td>\n <td> </td>\n <td> </td>\n </tr>\n <tr>\n <td width=\"50\"> </td>\n <td>\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">\n <tr>\n <td>\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"background-color: rgb(27, 77, 140); font-family: Arial,Helvetica,sans-serif; font-size: 14px; color: rgb(255, 255, 255); font-weight: normal; line-height: 25px;\">\n <tr>\n <td align=\"center\" rowspan=\"4\">$logo$</td>\n <td align=\"center\"> </td>\n </tr>\n <tr>\n <td align=\"left\" style=\"background-color: rgb(27, 77, 140); font-family: Arial,Helvetica,sans-serif; font-size: 24px; color: rgb(255, 255, 255); font-weight: bolder; line-height: 35px;\">vtiger CRM </td>\n </tr>\n <tr>\n <td align=\"right\" style=\"padding-right: 100px;\">The honest Open Source CRM </td>\n </tr>\n <tr>\n <td> </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td>\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"font-family: Arial,Helvetica,sans-serif; font-size: 12px; font-weight: normal; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);\">\n <tr>\n <td valign=\"top\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"5\" border=\"0\">\n <tr>\n <td align=\"right\" style=\"font-family: Arial,Helvetica,sans-serif; font-size: 12px; font-weight: bolder; text-decoration: none; color: rgb(66, 66, 253);\"> </td>\n </tr>\n <tr>\n <td> </td>\n </tr>\n <tr>\n <td style=\"font-family: Arial,Helvetica,sans-serif; font-size: 14px; color: rgb(22, 72, 134); font-weight: bolder; line-height: 15px;\">Dear $contacts-lastname$, </td>\n </tr>\n <tr>\n <td style=\"font-family: Arial,Helvetica,sans-serif; font-size: 12px; color: rgb(0, 0, 0); font-weight: normal; text-align: justify; line-height: 20px;\">This is just a notification mail regarding your support end.<br /><span style=\"font-weight: bold;\">Priority:</span> Normal<br />Your Support is going to expire on next month.<br />Please contact support@vtiger.com<br /><br /><br /></td>\n </tr>\n <tr>\n <td align=\"center\"><br /></td>\n </tr>\n <tr>\n <td align=\"right\"><strong style=\"padding: 2px; font-family: Arial,Helvetica,sans-serif; font-size: 12px; color: rgb(0, 0, 0); font-weight: bold;\"><br /><br />Sincerly</strong></td>\n </tr>\n <tr>\n <td align=\"right\" style=\"font-family: Arial,Helvetica,sans-serif; font-size: 12px; color: rgb(0, 0, 0); font-weight: normal; line-height: 20px;\">Support Team </td>\n </tr>\n <tr>\n <td align=\"right\"><a href=\"http://www.vtiger.com\" style=\"font-family: Arial,Helvetica,sans-serif; font-size: 12px; font-weight: bolder; text-decoration: none; color: rgb(66, 66, 253);\">www.vtiger.com</a></td>\n </tr>\n <tr>\n <td> </td>\n </tr>\n </table>\n </td>\n <td width=\"1%\" valign=\"top\"> </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td>\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"5\" border=\"0\" style=\"font-family: Arial,Helvetica,sans-serif; font-size: 12px; color: rgb(255, 255, 255); font-weight: normal; line-height: 15px; background-color: rgb(51, 51, 51);\">\n <tr>\n <td align=\"center\">Shree Narayana Complex, No 11 Sarathy Nagar, Vijaya Nagar , Velachery, Chennai - 600 042 India </td>\n </tr>\n <tr>\n <td align=\"center\">Telephone No: +91 - 44 - 4202 - 1990 Toll Free No: +1 877 788 4437</td>\n </tr>\n <tr>\n <td align=\"center\">Email Id: <a href=\"mailto:info@vtiger.com\" style=\"font-family: Arial,Helvetica,sans-serif; font-size: 12px; font-weight: bolder; text-decoration: none; color: rgb(255, 255, 255);\">info@vtiger.com</a></td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n <td width=\"50\"> </td>\n </tr>\n <tr>\n <td> </td>\n <td> </td>\n <td> </td>\n </tr>\n <tr>\n <td> </td>\n <td> </td>\n <td> </td>\n </tr>\n <tr>\n <td> </td>\n <td> </td>\n <td> </td>\n </tr>\n</table>',0,12);
/*!40000 ALTER TABLE `vtiger_emailtemplates` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_emailtemplates_seq`
--
DROP TABLE IF EXISTS `vtiger_emailtemplates_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_emailtemplates_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_emailtemplates_seq`
--
LOCK TABLES `vtiger_emailtemplates_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_emailtemplates_seq` DISABLE KEYS */;
INSERT INTO `vtiger_emailtemplates_seq` VALUES (13);
/*!40000 ALTER TABLE `vtiger_emailtemplates_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_entityname`
--
DROP TABLE IF EXISTS `vtiger_entityname`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_entityname` (
`tabid` int NOT NULL DEFAULT '0',
`modulename` varchar(50) NOT NULL,
`tablename` varchar(100) NOT NULL,
`fieldname` varchar(150) NOT NULL,
`entityidfield` varchar(150) NOT NULL,
`entityidcolumn` varchar(150) NOT NULL,
PRIMARY KEY (`tabid`),
KEY `entityname_tabid_idx` (`tabid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_entityname`
--
LOCK TABLES `vtiger_entityname` WRITE;
/*!40000 ALTER TABLE `vtiger_entityname` DISABLE KEYS */;
INSERT INTO `vtiger_entityname` VALUES (2,'Potentials','vtiger_potential','potentialname','potentialid','potential_id'),(4,'Contacts','vtiger_contactdetails','firstname,lastname','contactid','contact_id'),(6,'Accounts','vtiger_account','accountname','accountid','account_id'),(7,'Leads','vtiger_leaddetails','firstname,lastname','leadid','leadid'),(8,'Documents','vtiger_notes','title','notesid','notesid'),(9,'Calendar','vtiger_activity','subject','activityid','activityid'),(10,'Emails','vtiger_activity','subject','activityid','activityid'),(13,'HelpDesk','vtiger_troubletickets','title','ticketid','ticketid'),(14,'Products','vtiger_products','productname','productid','product_id'),(15,'Faq','vtiger_faq','question','id','id'),(18,'Vendors','vtiger_vendor','vendorname','vendorid','vendor_id'),(19,'PriceBooks','vtiger_pricebook','bookname','pricebookid','pricebookid'),(20,'Quotes','vtiger_quotes','subject','quoteid','quote_id'),(21,'PurchaseOrder','vtiger_purchaseorder','subject','purchaseorderid','purchaseorderid'),(22,'SalesOrder','vtiger_salesorder','subject','salesorderid','salesorder_id'),(23,'Invoice','vtiger_invoice','subject','invoiceid','invoiceid'),(26,'Campaigns','vtiger_campaign','campaignname','campaignid','campaignid'),(29,'Users','vtiger_users','first_name,last_name','id','id'),(31,'PBXManager','vtiger_pbxmanager','customernumber','pbxmanagerid','pbxmanagerid'),(35,'ServiceContracts','vtiger_servicecontracts','subject','servicecontractsid','servicecontractsid'),(36,'Services','vtiger_service','servicename','serviceid','serviceid'),(38,'ProjectMilestone','vtiger_projectmilestone','projectmilestonename','projectmilestoneid','projectmilestoneid'),(39,'ProjectTask','vtiger_projecttask','projecttaskname','projecttaskid','projecttaskid'),(40,'Project','vtiger_project','projectname','projectid','projectid'),(41,'Assets','vtiger_assets','assetname','assetsid','assetsid'),(42,'ModComments','vtiger_modcomments','commentcontent','modcommentsid','modcommentsid'),(45,'SMSNotifier','vtiger_smsnotifier','message','smsnotifierid','smsnotifierid'),(51,'CTGoogleSuite','vtiger_ctgooglesuite','ctgoogleSuite_no','ctgooglesuiteid','ctgooglesuiteid'),(52,'CTGoogleSuiteLog','vtiger_ctgooglesuitelog','ctgoogleoffice365suitelog_no','ctgooglesuitelogid','ctgooglesuitelogid'),(53,'CTGoogleSuite','vtiger_ctgooglesuite','ctgoogleSuite_no','ctgooglesuiteid','ctgooglesuiteid');
/*!40000 ALTER TABLE `vtiger_entityname` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_eventhandler_module`
--
DROP TABLE IF EXISTS `vtiger_eventhandler_module`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_eventhandler_module` (
`eventhandler_module_id` int NOT NULL AUTO_INCREMENT,
`module_name` varchar(100) DEFAULT NULL,
`handler_class` varchar(100) DEFAULT NULL,
PRIMARY KEY (`eventhandler_module_id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_eventhandler_module`
--
LOCK TABLES `vtiger_eventhandler_module` WRITE;
/*!40000 ALTER TABLE `vtiger_eventhandler_module` DISABLE KEYS */;
INSERT INTO `vtiger_eventhandler_module` VALUES (1,'ModTracker','ModTrackerHandler'),(2,'ServiceContracts','ServiceContractsHandler'),(3,'Home','Vtiger_RecordLabelUpdater_Handler'),(4,'Invoice','InvoiceHandler'),(5,'PurchaseOrder','PurchaseOrderHandler');
/*!40000 ALTER TABLE `vtiger_eventhandler_module` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_eventhandler_module_seq`
--
DROP TABLE IF EXISTS `vtiger_eventhandler_module_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_eventhandler_module_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_eventhandler_module_seq`
--
LOCK TABLES `vtiger_eventhandler_module_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_eventhandler_module_seq` DISABLE KEYS */;
INSERT INTO `vtiger_eventhandler_module_seq` VALUES (5);
/*!40000 ALTER TABLE `vtiger_eventhandler_module_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_eventhandlers`
--
DROP TABLE IF EXISTS `vtiger_eventhandlers`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_eventhandlers` (
`eventhandler_id` int NOT NULL AUTO_INCREMENT,
`event_name` varchar(100) NOT NULL,
`handler_path` varchar(400) NOT NULL,
`handler_class` varchar(100) NOT NULL,
`cond` text,
`is_active` int NOT NULL,
`dependent_on` varchar(255) DEFAULT '[]',
PRIMARY KEY (`eventhandler_id`,`event_name`,`handler_class`),
UNIQUE KEY `eventhandler_idx` (`eventhandler_id`)
) ENGINE=InnoDB AUTO_INCREMENT=24 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_eventhandlers`
--
LOCK TABLES `vtiger_eventhandlers` WRITE;
/*!40000 ALTER TABLE `vtiger_eventhandlers` DISABLE KEYS */;
INSERT INTO `vtiger_eventhandlers` VALUES (1,'vtiger.entity.aftersave','modules/SalesOrder/RecurringInvoiceHandler.php','RecurringInvoiceHandler','',1,'[]'),(2,'vtiger.entity.beforesave','data/VTEntityDelta.php','VTEntityDelta','',1,'[]'),(3,'vtiger.entity.aftersave','data/VTEntityDelta.php','VTEntityDelta','',1,'[]'),(4,'vtiger.entity.aftersave','modules/com_vtiger_workflow/VTEventHandler.inc','VTWorkflowEventHandler','',1,'[\"VTEntityDelta\"]'),(5,'vtiger.entity.afterrestore','modules/com_vtiger_workflow/VTEventHandler.inc','VTWorkflowEventHandler','',1,'[]'),(6,'vtiger.entity.aftersave.final','modules/HelpDesk/HelpDeskHandler.php','HelpDeskHandler','',1,'[]'),(7,'vtiger.entity.aftersave','modules/PBXManager/PBXManagerHandler.php','PBXManagerHandler','',1,'[\"VTEntityDelta\"]'),(8,'vtiger.entity.afterdelete','modules/PBXManager/PBXManagerHandler.php','PBXManagerHandler','',1,'[]'),(9,'vtiger.entity.afterrestore','modules/PBXManager/PBXManagerHandler.php','PBXManagerHandler','',1,'[]'),(10,'vtiger.batchevent.save','modules/PBXManager/PBXManagerHandler.php','PBXManagerBatchHandler','',1,'[]'),(11,'vtiger.batchevent.delete','modules/PBXManager/PBXManagerHandler.php','PBXManagerBatchHandler','',1,'[]'),(12,'vtiger.entity.aftersave','modules/WSAPP/WorkFlowHandlers/WSAPPAssignToTracker.php','WSAPPAssignToTracker','',1,'[\"VTEntityDelta\"]'),(13,'vtiger.entity.aftersave.final','modules/ModTracker/ModTrackerHandler.php','ModTrackerHandler','',1,'[]'),(14,'vtiger.entity.beforedelete','modules/ModTracker/ModTrackerHandler.php','ModTrackerHandler','',1,'[]'),(15,'vtiger.entity.afterrestore','modules/ModTracker/ModTrackerHandler.php','ModTrackerHandler','',1,'[]'),(16,'vtiger.entity.beforesave','modules/ServiceContracts/ServiceContractsHandler.php','ServiceContractsHandler','',1,'[]'),(17,'vtiger.entity.aftersave','modules/ServiceContracts/ServiceContractsHandler.php','ServiceContractsHandler','',1,'[]'),(18,'vtiger.entity.aftersave','modules/Vtiger/handlers/RecordLabelUpdater.php','Vtiger_RecordLabelUpdater_Handler','',1,'[]'),(19,'vtiger.entity.aftersave','modules/Invoice/InvoiceHandler.php','InvoiceHandler','',1,'[]'),(20,'vtiger.entity.aftersave','modules/PurchaseOrder/PurchaseOrderHandler.php','PurchaseOrderHandler','',1,'[]'),(21,'vtiger.entity.aftersave','modules/ModComments/ModCommentsHandler.php','ModCommentsHandler','',1,'[]'),(22,'vtiger.picklist.afterrename','modules/Settings/Picklist/handlers/PickListHandler.php','PickListHandler','',1,'[]'),(23,'vtiger.picklist.afterdelete','modules/Settings/Picklist/handlers/PickListHandler.php','PickListHandler','',1,'[]');
/*!40000 ALTER TABLE `vtiger_eventhandlers` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_eventhandlers_seq`
--
DROP TABLE IF EXISTS `vtiger_eventhandlers_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_eventhandlers_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_eventhandlers_seq`
--
LOCK TABLES `vtiger_eventhandlers_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_eventhandlers_seq` DISABLE KEYS */;
INSERT INTO `vtiger_eventhandlers_seq` VALUES (23);
/*!40000 ALTER TABLE `vtiger_eventhandlers_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_eventstatus`
--
DROP TABLE IF EXISTS `vtiger_eventstatus`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_eventstatus` (
`eventstatusid` int NOT NULL AUTO_INCREMENT,
`eventstatus` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT NULL,
PRIMARY KEY (`eventstatusid`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_eventstatus`
--
LOCK TABLES `vtiger_eventstatus` WRITE;
/*!40000 ALTER TABLE `vtiger_eventstatus` DISABLE KEYS */;
INSERT INTO `vtiger_eventstatus` VALUES (1,'Planned',0,38,0),(2,'Held',0,39,1),(3,'Not Held',0,40,2);
/*!40000 ALTER TABLE `vtiger_eventstatus` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_eventstatus_seq`
--
DROP TABLE IF EXISTS `vtiger_eventstatus_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_eventstatus_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_eventstatus_seq`
--
LOCK TABLES `vtiger_eventstatus_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_eventstatus_seq` DISABLE KEYS */;
INSERT INTO `vtiger_eventstatus_seq` VALUES (3);
/*!40000 ALTER TABLE `vtiger_eventstatus_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_expectedresponse`
--
DROP TABLE IF EXISTS `vtiger_expectedresponse`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_expectedresponse` (
`expectedresponseid` int NOT NULL AUTO_INCREMENT,
`expectedresponse` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT NULL,
PRIMARY KEY (`expectedresponseid`),
UNIQUE KEY `CampaignExpRes_UK01` (`expectedresponse`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_expectedresponse`
--
LOCK TABLES `vtiger_expectedresponse` WRITE;
/*!40000 ALTER TABLE `vtiger_expectedresponse` DISABLE KEYS */;
INSERT INTO `vtiger_expectedresponse` VALUES (2,'Excellent',1,42,1),(3,'Good',1,43,2),(4,'Average',1,44,3),(5,'Poor',1,45,4);
/*!40000 ALTER TABLE `vtiger_expectedresponse` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_expectedresponse_seq`
--
DROP TABLE IF EXISTS `vtiger_expectedresponse_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_expectedresponse_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_expectedresponse_seq`
--
LOCK TABLES `vtiger_expectedresponse_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_expectedresponse_seq` DISABLE KEYS */;
INSERT INTO `vtiger_expectedresponse_seq` VALUES (5);
/*!40000 ALTER TABLE `vtiger_expectedresponse_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_extnstore_users`
--
DROP TABLE IF EXISTS `vtiger_extnstore_users`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_extnstore_users` (
`id` int NOT NULL AUTO_INCREMENT,
`username` varchar(50) DEFAULT NULL,
`password` varchar(75) DEFAULT NULL,
`instanceurl` varchar(255) DEFAULT NULL,
`createdon` datetime DEFAULT NULL,
`deleted` int NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_extnstore_users`
--
LOCK TABLES `vtiger_extnstore_users` WRITE;
/*!40000 ALTER TABLE `vtiger_extnstore_users` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_extnstore_users` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_faq`
--
DROP TABLE IF EXISTS `vtiger_faq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_faq` (
`id` int NOT NULL AUTO_INCREMENT,
`faq_no` varchar(100) NOT NULL,
`product_id` varchar(100) DEFAULT NULL,
`question` text,
`answer` text,
`category` varchar(200) NOT NULL,
`status` varchar(200) NOT NULL,
PRIMARY KEY (`id`),
KEY `faq_id_idx` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_faq`
--
LOCK TABLES `vtiger_faq` WRITE;
/*!40000 ALTER TABLE `vtiger_faq` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_faq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_faqcategories`
--
DROP TABLE IF EXISTS `vtiger_faqcategories`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_faqcategories` (
`faqcategories_id` int NOT NULL AUTO_INCREMENT,
`faqcategories` varchar(200) DEFAULT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT NULL,
PRIMARY KEY (`faqcategories_id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_faqcategories`
--
LOCK TABLES `vtiger_faqcategories` WRITE;
/*!40000 ALTER TABLE `vtiger_faqcategories` DISABLE KEYS */;
INSERT INTO `vtiger_faqcategories` VALUES (1,'General',1,46,0);
/*!40000 ALTER TABLE `vtiger_faqcategories` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_faqcategories_seq`
--
DROP TABLE IF EXISTS `vtiger_faqcategories_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_faqcategories_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_faqcategories_seq`
--
LOCK TABLES `vtiger_faqcategories_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_faqcategories_seq` DISABLE KEYS */;
INSERT INTO `vtiger_faqcategories_seq` VALUES (1);
/*!40000 ALTER TABLE `vtiger_faqcategories_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_faqcf`
--
DROP TABLE IF EXISTS `vtiger_faqcf`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_faqcf` (
`faqid` int NOT NULL DEFAULT '0',
PRIMARY KEY (`faqid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_faqcf`
--
LOCK TABLES `vtiger_faqcf` WRITE;
/*!40000 ALTER TABLE `vtiger_faqcf` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_faqcf` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_faqcomments`
--
DROP TABLE IF EXISTS `vtiger_faqcomments`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_faqcomments` (
`commentid` int NOT NULL AUTO_INCREMENT,
`faqid` int DEFAULT NULL,
`comments` text,
`createdtime` datetime NOT NULL,
PRIMARY KEY (`commentid`),
KEY `faqcomments_faqid_idx` (`faqid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_faqcomments`
--
LOCK TABLES `vtiger_faqcomments` WRITE;
/*!40000 ALTER TABLE `vtiger_faqcomments` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_faqcomments` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_faqstatus`
--
DROP TABLE IF EXISTS `vtiger_faqstatus`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_faqstatus` (
`faqstatus_id` int NOT NULL AUTO_INCREMENT,
`faqstatus` varchar(200) DEFAULT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT NULL,
PRIMARY KEY (`faqstatus_id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_faqstatus`
--
LOCK TABLES `vtiger_faqstatus` WRITE;
/*!40000 ALTER TABLE `vtiger_faqstatus` DISABLE KEYS */;
INSERT INTO `vtiger_faqstatus` VALUES (1,'Draft',0,47,0),(2,'Reviewed',0,48,1),(3,'Published',0,49,2),(4,'Obsolete',0,50,3);
/*!40000 ALTER TABLE `vtiger_faqstatus` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_faqstatus_seq`
--
DROP TABLE IF EXISTS `vtiger_faqstatus_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_faqstatus_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_faqstatus_seq`
--
LOCK TABLES `vtiger_faqstatus_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_faqstatus_seq` DISABLE KEYS */;
INSERT INTO `vtiger_faqstatus_seq` VALUES (4);
/*!40000 ALTER TABLE `vtiger_faqstatus_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_feedback`
--
DROP TABLE IF EXISTS `vtiger_feedback`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_feedback` (
`userid` int DEFAULT NULL,
`dontshow` varchar(19) DEFAULT 'false'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_feedback`
--
LOCK TABLES `vtiger_feedback` WRITE;
/*!40000 ALTER TABLE `vtiger_feedback` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_feedback` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_field`
--
DROP TABLE IF EXISTS `vtiger_field`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_field` (
`tabid` int NOT NULL,
`fieldid` int NOT NULL AUTO_INCREMENT,
`columnname` varchar(30) NOT NULL,
`tablename` varchar(50) NOT NULL,
`generatedtype` int NOT NULL DEFAULT '0',
`uitype` varchar(30) NOT NULL,
`fieldname` varchar(50) NOT NULL,
`fieldlabel` varchar(50) NOT NULL,
`readonly` int NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`defaultvalue` text,
`maximumlength` int DEFAULT NULL,
`sequence` int DEFAULT NULL,
`block` int DEFAULT NULL,
`displaytype` int DEFAULT NULL,
`typeofdata` varchar(100) DEFAULT NULL,
`quickcreate` int NOT NULL DEFAULT '1',
`quickcreatesequence` int DEFAULT NULL,
`info_type` varchar(20) DEFAULT NULL,
`masseditable` int NOT NULL DEFAULT '1',
`helpinfo` text,
`summaryfield` int NOT NULL DEFAULT '0',
PRIMARY KEY (`fieldid`),
KEY `field_tabid_idx` (`tabid`),
KEY `field_fieldname_idx` (`fieldname`),
KEY `field_block_idx` (`block`),
KEY `field_displaytype_idx` (`displaytype`)
) ENGINE=InnoDB AUTO_INCREMENT=807 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_field`
--
LOCK TABLES `vtiger_field` WRITE;
/*!40000 ALTER TABLE `vtiger_field` DISABLE KEYS */;
INSERT INTO `vtiger_field` VALUES (6,1,'accountname','vtiger_account',1,'2','accountname','Account Name',1,0,'',100,1,9,1,'V~M',0,1,'BAS',1,NULL,1),(6,2,'account_no','vtiger_account',1,'4','account_no','Account No',1,0,'',100,2,9,1,'V~O',3,NULL,'BAS',0,NULL,0),(6,3,'phone','vtiger_account',1,'11','phone','Phone',1,2,'',100,4,9,1,'V~O',2,2,'BAS',1,NULL,1),(6,4,'website','vtiger_account',1,'17','website','Website',1,2,'',100,3,9,1,'V~O',2,3,'BAS',1,NULL,1),(6,5,'fax','vtiger_account',1,'11','fax','Fax',1,2,'',100,6,9,1,'V~O',1,NULL,'BAS',1,NULL,0),(6,6,'tickersymbol','vtiger_account',1,'1','tickersymbol','Ticker Symbol',1,2,'',100,5,9,1,'V~O',1,NULL,'BAS',1,NULL,0),(6,7,'otherphone','vtiger_account',1,'11','otherphone','Other Phone',1,2,'',100,8,9,1,'V~O',1,NULL,'ADV',1,NULL,0),(6,8,'parentid','vtiger_account',1,'51','account_id','Member Of',1,2,'',100,7,9,1,'I~O',1,NULL,'BAS',0,NULL,0),(6,9,'email1','vtiger_account',1,'13','email1','Email',1,2,'',100,10,9,1,'E~O',1,NULL,'BAS',1,NULL,1),(6,10,'employees','vtiger_account',1,'7','employees','Employees',1,2,'',100,9,9,1,'I~O',1,NULL,'ADV',1,NULL,0),(6,11,'email2','vtiger_account',1,'13','email2','Other Email',1,2,'',100,11,9,1,'E~O',1,NULL,'ADV',1,NULL,0),(6,12,'ownership','vtiger_account',1,'1','ownership','Ownership',1,2,'',100,12,9,1,'V~O',1,NULL,'ADV',1,NULL,0),(6,13,'rating','vtiger_account',1,'15','rating','Rating',1,2,'',100,14,9,1,'V~O',1,NULL,'ADV',1,NULL,0),(6,14,'industry','vtiger_account',1,'15','industry','industry',1,2,'',100,13,9,1,'V~O',1,NULL,'ADV',1,NULL,0),(6,15,'siccode','vtiger_account',1,'1','siccode','SIC Code',1,2,'',100,16,9,1,'V~O',1,NULL,'ADV',1,NULL,0),(6,16,'account_type','vtiger_account',1,'15','accounttype','Type',1,2,'',100,15,9,1,'V~O',1,NULL,'ADV',1,NULL,0),(6,17,'annualrevenue','vtiger_account',1,'71','annual_revenue','Annual Revenue',1,2,'',100,18,9,1,'N~O',1,NULL,'ADV',1,NULL,0),(6,18,'emailoptout','vtiger_account',1,'56','emailoptout','Email Opt Out',1,2,'',100,17,9,1,'C~O',1,NULL,'ADV',1,NULL,0),(6,19,'notify_owner','vtiger_account',1,'56','notify_owner','Notify Owner',1,2,'',10,20,9,1,'C~O',1,NULL,'ADV',1,NULL,0),(6,20,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,0,'',100,19,9,1,'V~M',0,4,'BAS',1,NULL,1),(6,21,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,0,'',100,22,9,2,'DT~O',3,NULL,'BAS',0,NULL,0),(6,22,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,0,'',100,21,9,2,'DT~O',3,NULL,'BAS',0,NULL,0),(6,23,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,23,9,3,'V~O',3,NULL,'BAS',0,NULL,0),(6,24,'bill_street','vtiger_accountbillads',1,'21','bill_street','Billing Address',1,2,'',100,1,11,1,'V~O',1,NULL,'BAS',1,NULL,0),(6,25,'ship_street','vtiger_accountshipads',1,'21','ship_street','Shipping Address',1,2,'',100,2,11,1,'V~O',1,NULL,'BAS',1,NULL,0),(6,26,'bill_city','vtiger_accountbillads',1,'1','bill_city','Billing City',1,2,'',100,5,11,1,'V~O',1,NULL,'BAS',1,NULL,1),(6,27,'ship_city','vtiger_accountshipads',1,'1','ship_city','Shipping City',1,2,'',100,6,11,1,'V~O',1,NULL,'BAS',1,NULL,0),(6,28,'bill_state','vtiger_accountbillads',1,'1','bill_state','Billing State',1,2,'',100,7,11,1,'V~O',1,NULL,'BAS',1,NULL,0),(6,29,'ship_state','vtiger_accountshipads',1,'1','ship_state','Shipping State',1,2,'',100,8,11,1,'V~O',1,NULL,'BAS',1,NULL,0),(6,30,'bill_code','vtiger_accountbillads',1,'1','bill_code','Billing Code',1,2,'',100,9,11,1,'V~O',1,NULL,'BAS',1,NULL,0),(6,31,'ship_code','vtiger_accountshipads',1,'1','ship_code','Shipping Code',1,2,'',100,10,11,1,'V~O',1,NULL,'BAS',1,NULL,0),(6,32,'bill_country','vtiger_accountbillads',1,'1','bill_country','Billing Country',1,2,'',100,11,11,1,'V~O',1,NULL,'BAS',1,NULL,1),(6,33,'ship_country','vtiger_accountshipads',1,'1','ship_country','Shipping Country',1,2,'',100,12,11,1,'V~O',1,NULL,'BAS',1,NULL,0),(6,34,'bill_pobox','vtiger_accountbillads',1,'1','bill_pobox','Billing Po Box',1,2,'',100,3,11,1,'V~O',1,NULL,'BAS',1,NULL,0),(6,35,'ship_pobox','vtiger_accountshipads',1,'1','ship_pobox','Shipping Po Box',1,2,'',100,4,11,1,'V~O',1,NULL,'BAS',1,NULL,0),(6,36,'description','vtiger_crmentity',1,'19','description','Description',1,2,'',100,1,12,1,'V~O',1,NULL,'BAS',1,NULL,0),(7,37,'salutation','vtiger_leaddetails',1,'55','salutationtype','Salutation',1,0,'',100,1,13,3,'V~O',1,NULL,'BAS',1,NULL,0),(7,38,'firstname','vtiger_leaddetails',1,'55','firstname','First Name',1,0,'',100,2,13,1,'V~O',2,1,'BAS',1,NULL,1),(7,39,'lead_no','vtiger_leaddetails',1,'4','lead_no','Lead No',1,0,'',100,3,13,1,'V~O',3,NULL,'BAS',0,NULL,0),(7,40,'phone','vtiger_leadaddress',1,'11','phone','Phone',1,2,'',100,5,13,1,'V~O',2,4,'BAS',1,NULL,1),(7,41,'lastname','vtiger_leaddetails',1,'255','lastname','Last Name',1,0,'',100,4,13,1,'V~M',0,2,'BAS',1,NULL,1),(7,42,'mobile','vtiger_leadaddress',1,'11','mobile','Mobile',1,2,'',100,7,13,1,'V~O',1,NULL,'BAS',1,NULL,0),(7,43,'company','vtiger_leaddetails',1,'2','company','Company',1,2,'',100,6,13,1,'V~O',2,3,'BAS',1,NULL,1),(7,44,'fax','vtiger_leadaddress',1,'11','fax','Fax',1,2,'',100,9,13,1,'V~O',1,NULL,'BAS',1,NULL,0),(7,45,'designation','vtiger_leaddetails',1,'1','designation','Designation',1,2,'',100,8,13,1,'V~O',1,NULL,'BAS',1,NULL,0),(7,46,'email','vtiger_leaddetails',1,'13','email','Email',1,2,'',100,11,13,1,'E~O',2,5,'BAS',1,NULL,1),(7,47,'leadsource','vtiger_leaddetails',1,'15','leadsource','Lead Source',1,2,'',100,10,13,1,'V~O',1,NULL,'BAS',1,NULL,1),(7,48,'website','vtiger_leadsubdetails',1,'17','website','Website',1,2,'',100,13,13,1,'V~O',1,NULL,'ADV',1,NULL,1),(7,49,'industry','vtiger_leaddetails',1,'15','industry','Industry',1,2,'',100,12,13,1,'V~O',1,NULL,'ADV',1,NULL,0),(7,50,'leadstatus','vtiger_leaddetails',1,'15','leadstatus','Lead Status',1,2,'',100,15,13,1,'V~O',1,NULL,'BAS',1,NULL,0),(7,51,'annualrevenue','vtiger_leaddetails',1,'71','annualrevenue','Annual Revenue',1,2,'',100,14,13,1,'N~O',1,NULL,'ADV',1,NULL,0),(7,52,'rating','vtiger_leaddetails',1,'15','rating','Rating',1,2,'',100,17,13,1,'V~O',1,NULL,'ADV',1,NULL,0),(7,53,'noofemployees','vtiger_leaddetails',1,'1','noofemployees','No Of Employees',1,2,'',100,16,13,1,'I~O',1,NULL,'ADV',1,NULL,0),(7,54,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,0,'',100,19,13,1,'V~M',0,6,'BAS',1,NULL,1),(7,55,'secondaryemail','vtiger_leaddetails',1,'13','secondaryemail','Secondary Email',1,2,'',100,18,13,1,'E~O',1,NULL,'ADV',1,NULL,0),(7,56,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,0,'',100,21,13,2,'DT~O',3,NULL,'BAS',0,NULL,0),(7,57,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,0,'',100,20,13,2,'DT~O',3,NULL,'BAS',0,NULL,0),(7,58,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,23,13,3,'V~O',3,NULL,'BAS',0,NULL,0),(7,59,'lane','vtiger_leadaddress',1,'21','lane','Street',1,2,'',100,1,15,1,'V~O',1,NULL,'BAS',1,NULL,0),(7,60,'code','vtiger_leadaddress',1,'1','code','Postal Code',1,2,'',100,3,15,1,'V~O',1,NULL,'BAS',1,NULL,0),(7,61,'city','vtiger_leadaddress',1,'1','city','City',1,2,'',100,4,15,1,'V~O',1,NULL,'BAS',1,NULL,1),(7,62,'country','vtiger_leadaddress',1,'1','country','Country',1,2,'',100,5,15,1,'V~O',1,NULL,'BAS',1,NULL,1),(7,63,'state','vtiger_leadaddress',1,'1','state','State',1,2,'',100,6,15,1,'V~O',1,NULL,'BAS',1,NULL,0),(7,64,'pobox','vtiger_leadaddress',1,'1','pobox','Po Box',1,2,'',100,2,15,1,'V~O',1,NULL,'BAS',1,NULL,0),(7,65,'description','vtiger_crmentity',1,'19','description','Description',1,2,'',100,1,16,1,'V~O',1,NULL,'BAS',1,NULL,0),(4,66,'salutation','vtiger_contactdetails',1,'55','salutationtype','Salutation',1,0,'',100,1,4,3,'V~O',1,NULL,'BAS',1,NULL,0),(4,67,'firstname','vtiger_contactdetails',1,'55','firstname','First Name',1,0,'',100,2,4,1,'V~O',2,1,'BAS',1,NULL,1),(4,68,'contact_no','vtiger_contactdetails',1,'4','contact_no','Contact Id',1,0,'',100,3,4,1,'V~O',3,NULL,'BAS',0,NULL,0),(4,69,'phone','vtiger_contactdetails',1,'11','phone','Office Phone',1,2,'',100,5,4,1,'V~O',2,4,'BAS',1,NULL,1),(4,70,'lastname','vtiger_contactdetails',1,'255','lastname','Last Name',1,0,'',100,4,4,1,'V~M',0,2,'BAS',1,NULL,1),(4,71,'mobile','vtiger_contactdetails',1,'11','mobile','Mobile',1,2,'',100,7,4,1,'V~O',1,NULL,'BAS',1,NULL,0),(4,72,'accountid','vtiger_contactdetails',1,'51','account_id','Account Name',1,0,'',100,6,4,1,'I~O',2,3,'BAS',1,NULL,1),(4,73,'homephone','vtiger_contactsubdetails',1,'11','homephone','Home Phone',1,2,'',100,9,4,1,'V~O',1,NULL,'ADV',1,NULL,0),(4,74,'leadsource','vtiger_contactsubdetails',1,'15','leadsource','Lead Source',1,2,'',100,8,4,1,'V~O',1,NULL,'BAS',1,NULL,0),(4,75,'otherphone','vtiger_contactsubdetails',1,'11','otherphone','Other Phone',1,2,'',100,11,4,1,'V~O',1,NULL,'ADV',1,NULL,0),(4,76,'title','vtiger_contactdetails',1,'1','title','Title',1,2,'',100,10,4,1,'V~O',1,NULL,'BAS',1,NULL,1),(4,77,'fax','vtiger_contactdetails',1,'11','fax','Fax',1,2,'',100,13,4,1,'V~O',1,NULL,'BAS',1,NULL,0),(4,78,'department','vtiger_contactdetails',1,'1','department','Department',1,2,'',100,12,4,1,'V~O',1,NULL,'ADV',1,NULL,0),(4,79,'birthday','vtiger_contactsubdetails',1,'5','birthday','Birthdate',1,2,'',100,16,4,1,'D~O',1,NULL,'ADV',1,NULL,0),(4,80,'email','vtiger_contactdetails',1,'13','email','Email',1,2,'',100,15,4,1,'E~O',2,5,'BAS',1,NULL,1),(4,81,'reportsto','vtiger_contactdetails',1,'57','contact_id','Reports To',1,2,'',100,18,4,1,'V~O',1,NULL,'ADV',0,NULL,0),(4,82,'assistant','vtiger_contactsubdetails',1,'1','assistant','Assistant',1,2,'',100,17,4,1,'V~O',1,NULL,'ADV',1,NULL,0),(4,83,'secondaryemail','vtiger_contactdetails',1,'13','secondaryemail','Secondary Email',1,2,'',100,20,4,1,'E~O',1,NULL,'ADV',1,NULL,0),(4,84,'assistantphone','vtiger_contactsubdetails',1,'11','assistantphone','Assistant Phone',1,2,'',100,19,4,1,'V~O',1,NULL,'ADV',1,NULL,0),(4,85,'donotcall','vtiger_contactdetails',1,'56','donotcall','Do Not Call',1,2,'',100,22,4,1,'C~O',1,NULL,'ADV',1,NULL,0),(4,86,'emailoptout','vtiger_contactdetails',1,'56','emailoptout','Email Opt Out',1,2,'',100,21,4,1,'C~O',1,NULL,'ADV',1,NULL,0),(4,87,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,0,'',100,24,4,1,'V~M',0,6,'BAS',1,NULL,1),(4,88,'reference','vtiger_contactdetails',1,'56','reference','Reference',1,2,'',10,23,4,1,'C~O',1,NULL,'ADV',1,NULL,0),(4,89,'notify_owner','vtiger_contactdetails',1,'56','notify_owner','Notify Owner',1,2,'',10,26,4,1,'C~O',1,NULL,'ADV',1,NULL,0),(4,90,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,0,'',100,25,4,2,'DT~O',3,NULL,'BAS',0,NULL,0),(4,91,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,0,'',100,27,4,2,'DT~O',3,NULL,'BAS',0,NULL,0),(4,92,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,28,4,3,'V~O',3,NULL,'BAS',0,NULL,0),(4,93,'portal','vtiger_customerdetails',1,'56','portal','Portal User',1,2,'',100,1,6,1,'C~O',1,NULL,'ADV',0,NULL,0),(4,94,'support_start_date','vtiger_customerdetails',1,'5','support_start_date','Support Start Date',1,2,'',100,2,6,1,'D~O',1,NULL,'ADV',1,NULL,0),(4,95,'support_end_date','vtiger_customerdetails',1,'5','support_end_date','Support End Date',1,2,'',100,3,6,1,'D~O~OTH~GE~support_start_date~Support Start Date',1,NULL,'ADV',1,NULL,0),(4,96,'mailingstreet','vtiger_contactaddress',1,'21','mailingstreet','Mailing Street',1,2,'',100,1,7,1,'V~O',1,NULL,'BAS',1,NULL,0),(4,97,'otherstreet','vtiger_contactaddress',1,'21','otherstreet','Other Street',1,2,'',100,2,7,1,'V~O',1,NULL,'BAS',1,NULL,0),(4,98,'mailingcity','vtiger_contactaddress',1,'1','mailingcity','Mailing City',1,2,'',100,5,7,1,'V~O',1,NULL,'BAS',1,NULL,1),(4,99,'othercity','vtiger_contactaddress',1,'1','othercity','Other City',1,2,'',100,6,7,1,'V~O',1,NULL,'BAS',1,NULL,0),(4,100,'mailingstate','vtiger_contactaddress',1,'1','mailingstate','Mailing State',1,2,'',100,7,7,1,'V~O',1,NULL,'BAS',1,NULL,0),(4,101,'otherstate','vtiger_contactaddress',1,'1','otherstate','Other State',1,2,'',100,8,7,1,'V~O',1,NULL,'BAS',1,NULL,0),(4,102,'mailingzip','vtiger_contactaddress',1,'1','mailingzip','Mailing Zip',1,2,'',100,9,7,1,'V~O',1,NULL,'BAS',1,NULL,0),(4,103,'otherzip','vtiger_contactaddress',1,'1','otherzip','Other Zip',1,2,'',100,10,7,1,'V~O',1,NULL,'BAS',1,NULL,0),(4,104,'mailingcountry','vtiger_contactaddress',1,'1','mailingcountry','Mailing Country',1,2,'',100,11,7,1,'V~O',1,NULL,'BAS',1,NULL,1),(4,105,'othercountry','vtiger_contactaddress',1,'1','othercountry','Other Country',1,2,'',100,12,7,1,'V~O',1,NULL,'BAS',1,NULL,0),(4,106,'mailingpobox','vtiger_contactaddress',1,'1','mailingpobox','Mailing Po Box',1,2,'',100,3,7,1,'V~O',1,NULL,'BAS',1,NULL,0),(4,107,'otherpobox','vtiger_contactaddress',1,'1','otherpobox','Other Po Box',1,2,'',100,4,7,1,'V~O',1,NULL,'BAS',1,NULL,0),(4,108,'imagename','vtiger_contactdetails',1,'69','imagename','Contact Image',1,2,'',100,1,73,1,'V~O',3,NULL,'ADV',0,NULL,0),(4,109,'description','vtiger_crmentity',1,'19','description','Description',1,2,'',100,1,8,1,'V~O',1,NULL,'BAS',1,NULL,0),(2,110,'potentialname','vtiger_potential',1,'2','potentialname','Potential Name',1,0,'',100,1,1,1,'V~M',0,1,'BAS',1,NULL,1),(2,111,'potential_no','vtiger_potential',1,'4','potential_no','Potential No',1,0,'',100,2,1,1,'V~O',3,NULL,'BAS',0,NULL,0),(2,112,'amount','vtiger_potential',1,'71','amount','Amount',1,2,'',100,5,1,1,'N~O',2,5,'BAS',1,NULL,1),(2,113,'related_to','vtiger_potential',1,'10','related_to','Related To',1,0,'',100,3,1,1,'V~O',0,2,'BAS',1,NULL,1),(2,114,'closingdate','vtiger_potential',1,'23','closingdate','Expected Close Date',1,2,'',100,8,1,1,'D~M',2,3,'BAS',1,NULL,1),(2,115,'potentialtype','vtiger_potential',1,'15','opportunity_type','Type',1,2,'',100,7,1,1,'V~O',1,NULL,'BAS',1,NULL,0),(2,116,'nextstep','vtiger_potential',1,'1','nextstep','Next Step',1,2,'',100,10,1,1,'V~O',1,NULL,'BAS',1,NULL,0),(2,117,'leadsource','vtiger_potential',1,'15','leadsource','Lead Source',1,2,'',100,9,1,1,'V~O',1,NULL,'BAS',1,NULL,0),(2,118,'sales_stage','vtiger_potential',1,'15','sales_stage','Sales Stage',1,2,'',100,12,1,1,'V~M',2,4,'BAS',1,NULL,1),(2,119,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,2,'',100,11,1,1,'V~M',0,6,'BAS',1,NULL,1),(2,120,'probability','vtiger_potential',1,'9','probability','Probability',1,2,'',100,14,1,1,'N~O',1,NULL,'BAS',1,NULL,0),(2,121,'campaignid','vtiger_potential',1,'58','campaignid','Campaign Source',1,2,'',100,13,1,1,'N~O',1,NULL,'BAS',1,NULL,0),(2,122,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,0,'',100,16,1,2,'DT~O',3,NULL,'BAS',0,NULL,0),(2,123,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,0,'',100,15,1,2,'DT~O',3,NULL,'BAS',0,NULL,0),(2,124,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,17,1,3,'V~O',3,NULL,'BAS',0,NULL,0),(2,125,'description','vtiger_crmentity',1,'19','description','Description',1,2,'',100,1,3,1,'V~O',1,NULL,'BAS',1,NULL,0),(26,126,'campaignname','vtiger_campaign',1,'2','campaignname','Campaign Name',1,0,'',100,1,74,1,'V~M',0,1,'BAS',1,NULL,1),(26,127,'campaign_no','vtiger_campaign',1,'4','campaign_no','Campaign No',1,0,'',100,2,74,1,'V~O',3,NULL,'BAS',0,NULL,0),(26,128,'campaigntype','vtiger_campaign',1,'15','campaigntype','Campaign Type',1,2,'',100,5,74,1,'V~O',2,3,'BAS',1,NULL,1),(26,129,'product_id','vtiger_campaign',1,'59','product_id','Product',1,2,'',100,6,74,1,'I~O',2,5,'BAS',1,NULL,0),(26,130,'campaignstatus','vtiger_campaign',1,'15','campaignstatus','Campaign Status',1,2,'',100,4,74,1,'V~O',2,6,'BAS',1,NULL,1),(26,131,'closingdate','vtiger_campaign',1,'23','closingdate','Expected Close Date',1,2,'',100,8,74,1,'D~M',2,2,'BAS',1,NULL,1),(26,132,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,0,'',100,3,74,1,'V~M',0,7,'BAS',1,NULL,1),(26,133,'numsent','vtiger_campaign',1,'9','numsent','Num Sent',1,2,'',100,12,74,1,'N~O',1,NULL,'BAS',1,NULL,0),(26,134,'sponsor','vtiger_campaign',1,'1','sponsor','Sponsor',1,2,'',100,9,74,1,'V~O',1,NULL,'BAS',1,NULL,0),(26,135,'targetaudience','vtiger_campaign',1,'1','targetaudience','Target Audience',1,2,'',100,7,74,1,'V~O',1,NULL,'BAS',1,NULL,0),(26,136,'targetsize','vtiger_campaign',1,'1','targetsize','TargetSize',1,2,'',100,10,74,1,'I~O',1,NULL,'BAS',1,NULL,0),(26,137,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,0,'',100,11,74,2,'DT~O',3,NULL,'BAS',0,NULL,0),(26,138,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,0,'',100,13,74,2,'DT~O',3,NULL,'BAS',0,NULL,0),(26,139,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,16,74,3,'V~O',3,NULL,'BAS',0,NULL,0),(26,140,'expectedresponse','vtiger_campaign',1,'15','expectedresponse','Expected Response',1,2,'',100,3,76,1,'V~O',2,4,'BAS',1,NULL,0),(26,141,'expectedrevenue','vtiger_campaign',1,'71','expectedrevenue','Expected Revenue',1,2,'',100,4,76,1,'N~O',1,NULL,'BAS',1,NULL,1),(26,142,'budgetcost','vtiger_campaign',1,'71','budgetcost','Budget Cost',1,2,'',100,1,76,1,'N~O',1,NULL,'BAS',1,NULL,0),(26,143,'actualcost','vtiger_campaign',1,'71','actualcost','Actual Cost',1,2,'',100,2,76,1,'N~O',1,NULL,'BAS',1,NULL,0),(26,144,'expectedresponsecount','vtiger_campaign',1,'1','expectedresponsecount','Expected Response Count',1,2,'',100,7,76,1,'I~O',1,NULL,'BAS',1,NULL,0),(26,145,'expectedsalescount','vtiger_campaign',1,'1','expectedsalescount','Expected Sales Count',1,2,'',100,5,76,1,'I~O',1,NULL,'BAS',1,NULL,0),(26,146,'expectedroi','vtiger_campaign',1,'71','expectedroi','Expected ROI',1,2,'',100,9,76,1,'N~O',1,NULL,'BAS',1,NULL,0),(26,147,'actualresponsecount','vtiger_campaign',1,'1','actualresponsecount','Actual Response Count',1,2,'',100,8,76,1,'I~O',1,NULL,'BAS',1,NULL,0),(26,148,'actualsalescount','vtiger_campaign',1,'1','actualsalescount','Actual Sales Count',1,2,'',100,6,76,1,'I~O',1,NULL,'BAS',1,NULL,0),(26,149,'actualroi','vtiger_campaign',1,'71','actualroi','Actual ROI',1,2,'',100,10,76,1,'N~O',1,NULL,'BAS',1,NULL,0),(26,150,'description','vtiger_crmentity',1,'19','description','Description',1,2,'',100,1,81,1,'V~O',1,NULL,'BAS',1,NULL,0),(4,151,'campaignrelstatus','vtiger_campaignrelstatus',1,'16','campaignrelstatus','Campaign Status',1,0,'0',100,1,NULL,1,'V~O',1,NULL,'BAS',0,NULL,0),(6,152,'campaignrelstatus','vtiger_campaignrelstatus',1,'16','campaignrelstatus','Campaign Status',1,0,'0',100,1,NULL,1,'V~O',1,NULL,'BAS',0,NULL,0),(7,153,'campaignrelstatus','vtiger_campaignrelstatus',1,'16','campaignrelstatus','Campaign Status',1,0,'0',100,1,NULL,1,'V~O',1,NULL,'BAS',0,NULL,0),(26,154,'campaignrelstatus','vtiger_campaignrelstatus',1,'16','campaignrelstatus','Campaign Status',1,0,'0',100,1,NULL,1,'V~O',1,NULL,'BAS',0,NULL,0),(13,155,'ticket_no','vtiger_troubletickets',1,'4','ticket_no','Ticket No',1,0,'',100,14,25,1,'V~O',3,NULL,'BAS',0,NULL,1),(13,156,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,0,'',100,5,25,1,'V~M',0,4,'BAS',1,NULL,1),(13,157,'parent_id','vtiger_troubletickets',1,'10','parent_id','Related To',1,0,'',100,2,25,1,'I~O',1,NULL,'BAS',1,NULL,1),(13,158,'priority','vtiger_troubletickets',1,'15','ticketpriorities','Priority',1,2,'',100,7,25,1,'V~O',2,3,'BAS',1,NULL,1),(13,159,'product_id','vtiger_troubletickets',1,'59','product_id','Product Name',1,2,'',100,6,25,1,'I~O',1,NULL,'BAS',1,NULL,0),(13,160,'severity','vtiger_troubletickets',1,'15','ticketseverities','Severity',1,2,'',100,9,25,1,'V~O',1,NULL,'BAS',1,NULL,1),(13,161,'status','vtiger_troubletickets',1,'15','ticketstatus','Status',1,2,'',100,8,25,1,'V~M',1,2,'BAS',1,NULL,1),(13,162,'category','vtiger_troubletickets',1,'15','ticketcategories','Category',1,2,'',100,11,25,1,'V~O',1,NULL,'BAS',1,NULL,0),(13,163,'update_log','vtiger_troubletickets',1,'19','update_log','Update History',1,0,'',100,12,25,3,'V~O',1,NULL,'BAS',0,NULL,0),(13,164,'hours','vtiger_troubletickets',1,'1','hours','Hours',1,2,'',100,10,25,1,'N~O',1,NULL,'BAS',1,'This gives the estimated hours for the Ticket.<br>When the same ticket is added to a Service Contract,based on the Tracking Unit of the Service Contract,Used units is updated whenever a ticket is Closed.',0),(13,165,'days','vtiger_troubletickets',1,'1','days','Days',1,2,'',100,11,25,1,'N~O',1,NULL,'BAS',1,'This gives the estimated days for the Ticket.<br>When the same ticket is added to a Service Contract,based on the Tracking Unit of the Service Contract,Used units is updated whenever a ticket is Closed.',0),(13,166,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,0,'',100,10,25,2,'DT~O',3,NULL,'BAS',0,NULL,0),(13,167,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,0,'',100,13,25,2,'DT~O',3,NULL,'BAS',0,NULL,0),(13,168,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,17,25,3,'V~O',3,NULL,'BAS',0,NULL,0),(13,169,'title','vtiger_troubletickets',1,'22','ticket_title','Title',1,0,'',100,1,25,1,'V~M',0,1,'BAS',1,NULL,1),(13,170,'description','vtiger_crmentity',1,'19','description','Description',1,2,'',100,1,28,1,'V~O',2,4,'BAS',1,NULL,1),(13,171,'solution','vtiger_troubletickets',1,'19','solution','Solution',1,0,'',100,1,29,1,'V~O',3,NULL,'BAS',0,NULL,0),(13,172,'comments','vtiger_ticketcomments',1,'19','comments','Add Comment',1,1,'',100,1,30,1,'V~O',3,NULL,'BAS',0,NULL,0),(14,173,'productname','vtiger_products',1,'2','productname','Product Name',1,0,'',100,1,31,1,'V~M',0,1,'BAS',1,NULL,1),(14,174,'product_no','vtiger_products',1,'4','product_no','Product No',1,0,'',100,2,31,1,'V~O',3,NULL,'BAS',0,NULL,0),(14,175,'productcode','vtiger_products',1,'1','productcode','Part Number',1,2,'',100,4,31,1,'V~O',1,NULL,'BAS',1,NULL,1),(14,176,'discontinued','vtiger_products',1,'56','discontinued','Product Active',1,2,'1',100,3,31,1,'V~O',2,2,'BAS',1,NULL,0),(14,177,'manufacturer','vtiger_products',1,'15','manufacturer','Manufacturer',1,2,'',100,6,31,1,'V~O',1,NULL,'BAS',1,NULL,0),(14,178,'productcategory','vtiger_products',1,'15','productcategory','Product Category',1,2,'',100,6,31,1,'V~O',1,NULL,'BAS',1,NULL,0),(14,179,'sales_start_date','vtiger_products',1,'5','sales_start_date','Sales Start Date',1,2,'',100,5,31,1,'D~O',1,NULL,'BAS',1,NULL,0),(14,180,'sales_end_date','vtiger_products',1,'5','sales_end_date','Sales End Date',1,2,'',100,8,31,1,'D~O~OTH~GE~sales_start_date~Sales Start Date',1,NULL,'BAS',1,NULL,0),(14,181,'start_date','vtiger_products',1,'5','start_date','Support Start Date',1,2,'',100,7,31,1,'D~O',1,NULL,'BAS',1,NULL,0),(14,182,'expiry_date','vtiger_products',1,'5','expiry_date','Support Expiry Date',1,2,'',100,10,31,1,'D~O~OTH~GE~start_date~Start Date',1,NULL,'BAS',1,NULL,0),(14,183,'website','vtiger_products',1,'17','website','Website',1,2,'',100,14,31,1,'V~O',1,NULL,'BAS',1,NULL,0),(14,184,'vendor_id','vtiger_products',1,'75','vendor_id','Vendor Name',1,2,'',100,13,31,1,'I~O',1,NULL,'BAS',1,NULL,0),(14,185,'mfr_part_no','vtiger_products',1,'1','mfr_part_no','Mfr PartNo',1,2,'',100,16,31,1,'V~O',1,NULL,'BAS',1,NULL,0),(14,186,'vendor_part_no','vtiger_products',1,'1','vendor_part_no','Vendor PartNo',1,2,'',100,15,31,1,'V~O',1,NULL,'BAS',1,NULL,0),(14,187,'serialno','vtiger_products',1,'1','serial_no','Serial No',1,2,'',100,18,31,1,'V~O',1,NULL,'BAS',1,NULL,0),(14,188,'productsheet','vtiger_products',1,'1','productsheet','Product Sheet',1,2,'',100,17,31,1,'V~O',1,NULL,'BAS',1,NULL,0),(14,189,'glacct','vtiger_products',1,'15','glacct','GL Account',1,2,'',100,20,31,1,'V~O',1,NULL,'BAS',1,NULL,0),(14,190,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,0,'',100,19,31,2,'DT~O',3,NULL,'BAS',0,NULL,0),(14,191,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,0,'',100,21,31,2,'DT~O',3,NULL,'BAS',0,NULL,0),(14,192,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,22,31,3,'V~O',3,NULL,'BAS',0,NULL,0),(14,193,'unit_price','vtiger_products',1,'72','unit_price','Unit Price',1,0,'',100,1,32,1,'N~O',2,3,'BAS',0,NULL,1),(14,194,'commissionrate','vtiger_products',1,'9','commissionrate','Commission Rate',1,2,'',100,2,32,1,'N~O',1,NULL,'BAS',1,NULL,1),(14,195,'taxclass','vtiger_products',1,'83','taxclass','Tax Class',1,2,'',100,4,32,1,'V~O',3,NULL,'BAS',1,NULL,0),(14,196,'usageunit','vtiger_products',1,'15','usageunit','Usage Unit',1,2,'',100,1,33,1,'V~O',1,NULL,'ADV',1,NULL,0),(14,197,'qty_per_unit','vtiger_products',1,'1','qty_per_unit','Qty/Unit',1,2,'',100,2,33,1,'N~O',1,NULL,'ADV',1,NULL,1),(14,198,'qtyinstock','vtiger_products',1,'1','qtyinstock','Qty In Stock',1,2,'',100,3,33,1,'NN~O',0,4,'ADV',1,NULL,0),(14,199,'reorderlevel','vtiger_products',1,'1','reorderlevel','Reorder Level',1,2,'',100,4,33,1,'I~O',1,NULL,'ADV',1,NULL,0),(14,200,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Handler',1,0,'',100,5,33,1,'V~M',0,5,'BAS',1,NULL,0),(14,201,'qtyindemand','vtiger_products',1,'1','qtyindemand','Qty In Demand',1,2,'',100,6,33,1,'I~O',1,NULL,'ADV',1,NULL,0),(14,202,'imagename','vtiger_products',1,'69','imagename','Product Image',1,2,'',100,1,35,1,'V~O',3,NULL,'ADV',0,NULL,0),(14,203,'description','vtiger_crmentity',1,'19','description','Description',1,2,'',100,1,36,1,'V~O',1,NULL,'BAS',1,NULL,0),(8,204,'title','vtiger_notes',1,'2','notes_title','Title',1,0,'',100,1,17,1,'V~M',0,1,'BAS',1,NULL,1),(8,205,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,0,'',100,5,17,2,'DT~O',3,NULL,'BAS',0,NULL,0),(8,206,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,0,'',100,6,17,2,'DT~O',3,NULL,'BAS',0,NULL,1),(8,207,'filename','vtiger_notes',1,'28','filename','File Name',1,2,'',100,3,18,1,'V~O',0,NULL,'BAS',0,NULL,1),(8,208,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,0,'',100,4,17,1,'V~M',0,3,'BAS',1,NULL,1),(8,209,'notecontent','vtiger_notes',1,'19','notecontent','Note',1,2,'',100,1,84,1,'V~O',1,NULL,'BAS',1,NULL,0),(8,210,'filetype','vtiger_notes',1,'1','filetype','File Type',1,2,'',100,5,18,2,'V~O',3,NULL,'BAS',0,NULL,0),(8,211,'filesize','vtiger_notes',1,'1','filesize','File Size',1,2,'',100,4,18,2,'I~O',3,NULL,'BAS',0,NULL,0),(8,212,'filelocationtype','vtiger_notes',1,'27','filelocationtype','Download Type',1,0,'',100,1,18,1,'V~O',0,NULL,'BAS',0,NULL,0),(8,213,'fileversion','vtiger_notes',1,'1','fileversion','Version',1,2,'',100,6,18,1,'V~O',1,NULL,'BAS',1,NULL,0),(8,214,'filestatus','vtiger_notes',1,'56','filestatus','Active',1,2,'1',100,2,18,1,'V~O',1,NULL,'BAS',1,NULL,0),(8,215,'filedownloadcount','vtiger_notes',1,'1','filedownloadcount','Download Count',1,2,'',100,7,18,2,'I~O',3,NULL,'BAS',0,NULL,0),(8,216,'folderid','vtiger_notes',1,'26','folderid','Folder Name',1,2,'',100,2,17,1,'V~O',2,2,'BAS',1,NULL,1),(8,217,'note_no','vtiger_notes',1,'4','note_no','Document No',1,0,'',100,3,17,1,'V~O',3,NULL,'BAS',0,NULL,0),(8,218,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,12,17,3,'V~O',3,NULL,'BAS',0,NULL,0),(10,219,'date_start','vtiger_activity',1,'6','date_start','Date & Time Sent',1,0,'',100,1,21,1,'DT~M~time_start~Time Start',1,NULL,'BAS',1,NULL,0),(10,220,'semodule','vtiger_activity',1,'2','parent_type','Sales Entity Module',1,0,'',100,2,21,3,'',1,NULL,'BAS',1,NULL,0),(10,221,'activitytype','vtiger_activity',1,'2','activitytype','Activity Type',1,0,'',100,3,21,3,'V~O',1,NULL,'BAS',1,NULL,0),(10,222,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,0,'',100,5,21,1,'V~M',1,NULL,'BAS',1,NULL,0),(10,223,'subject','vtiger_activity',1,'2','subject','Subject',1,0,'',100,1,23,1,'V~M',1,NULL,'BAS',1,NULL,0),(10,224,'name','vtiger_attachments',1,'61','filename','Attachment',1,0,'',100,2,23,1,'V~O',1,NULL,'BAS',1,NULL,0),(10,225,'description','vtiger_crmentity',1,'19','description','Description',1,0,'',100,1,24,1,'V~O',1,NULL,'BAS',1,NULL,0),(10,226,'time_start','vtiger_activity',1,'2','time_start','Time Start',1,0,'',100,9,23,1,'T~O',1,NULL,'BAS',1,NULL,0),(10,227,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,0,'',100,10,22,1,'DT~O',3,NULL,'BAS',0,NULL,0),(10,228,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,0,'',100,11,21,2,'DT~O',3,NULL,'BAS',0,NULL,0),(10,229,'access_count','vtiger_email_track',1,'25','access_count','Access Count',1,0,'0',100,6,21,3,'V~O',1,NULL,'BAS',0,NULL,0),(10,230,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,12,21,3,'V~O',3,NULL,'BAS',0,NULL,0),(9,231,'subject','vtiger_activity',1,'2','subject','Subject',1,0,'',100,1,19,1,'V~M',0,1,'BAS',1,NULL,1),(9,232,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,0,'',100,2,19,1,'V~M',0,4,'BAS',1,NULL,1),(9,233,'date_start','vtiger_activity',1,'6','date_start','Start Date & Time',1,0,'',100,3,19,1,'DT~M~time_start',0,2,'BAS',1,NULL,1),(9,234,'time_start','vtiger_activity',1,'2','time_start','Time Start',1,0,'',100,4,19,3,'T~O',1,NULL,'BAS',1,NULL,1),(9,235,'time_end','vtiger_activity',1,'2','time_end','End Time',1,0,'',100,4,19,3,'T~O',1,NULL,'BAS',1,NULL,1),(9,236,'due_date','vtiger_activity',1,'23','due_date','Due Date',1,0,'',100,5,19,1,'D~M~OTH~GE~date_start~Start Date & Time',1,NULL,'BAS',1,NULL,1),(9,237,'crmid','vtiger_seactivityrel',1,'66','parent_id','Related To',1,0,'',100,7,19,1,'I~O',1,NULL,'BAS',1,NULL,1),(9,238,'contactid','vtiger_cntactivityrel',1,'57','contact_id','Contact Name',1,0,'',100,8,19,1,'I~O',1,NULL,'BAS',1,NULL,0),(9,239,'status','vtiger_activity',1,'15','taskstatus','Status',1,0,'',100,8,19,1,'V~M',0,3,'BAS',1,NULL,0),(9,240,'eventstatus','vtiger_activity',1,'15','eventstatus','Status',1,0,'',100,9,19,3,'V~O',1,NULL,'BAS',1,NULL,0),(9,241,'priority','vtiger_activity',1,'15','taskpriority','Priority',1,0,'',100,10,19,1,'V~O',1,NULL,'BAS',1,NULL,0),(9,242,'sendnotification','vtiger_activity',1,'56','sendnotification','Send Notification',1,0,'',100,11,19,1,'C~O',1,NULL,'BAS',1,NULL,0),(9,243,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,0,'',100,14,19,2,'DT~O',3,NULL,'BAS',0,NULL,0),(9,244,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,0,'',100,15,19,2,'DT~O',3,NULL,'BAS',0,NULL,0),(9,245,'activitytype','vtiger_activity',1,'15','activitytype','Activity Type',1,0,'',100,16,19,3,'V~O',1,NULL,'BAS',1,NULL,1),(9,246,'visibility','vtiger_activity',1,'16','visibility','Visibility',1,0,'',100,17,19,3,'V~O',1,NULL,'BAS',1,NULL,0),(9,247,'description','vtiger_crmentity',1,'19','description','Description',1,0,'',100,1,20,1,'V~O',1,NULL,'BAS',1,NULL,0),(9,248,'duration_hours','vtiger_activity',1,'63','duration_hours','Duration',1,0,'',100,17,19,3,'T~O',1,NULL,'BAS',1,NULL,0),(9,249,'duration_minutes','vtiger_activity',1,'16','duration_minutes','Duration Minutes',1,0,'',100,18,19,3,'T~O',1,NULL,'BAS',1,NULL,0),(9,250,'location','vtiger_activity',1,'1','location','Location',1,0,'',100,19,19,1,'V~O',1,NULL,'BAS',1,NULL,0),(9,251,'reminder_time','vtiger_activity_reminder',1,'30','reminder_time','Send Reminder',1,0,'',100,1,19,3,'I~O',1,NULL,'BAS',1,NULL,0),(9,252,'recurringtype','vtiger_activity',1,'16','recurringtype','Recurrence',1,0,'',100,6,19,3,'O~O',1,NULL,'BAS',1,NULL,1),(9,253,'notime','vtiger_activity',1,'56','notime','No Time',1,0,'',100,20,19,3,'C~O',1,NULL,'BAS',1,NULL,0),(9,254,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,22,19,3,'V~O',3,NULL,'BAS',0,NULL,0),(16,255,'subject','vtiger_activity',1,'2','subject','Subject',1,0,'',100,1,39,1,'V~M',0,1,'BAS',1,NULL,1),(16,256,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,0,'',100,2,39,1,'V~M',0,6,'BAS',1,NULL,1),(16,257,'date_start','vtiger_activity',1,'6','date_start','Start Date & Time',1,0,'',100,3,39,1,'DT~M~time_start',0,2,'BAS',1,NULL,1),(16,258,'time_start','vtiger_activity',1,'2','time_start','Time Start',1,0,'',100,4,39,3,'T~M',1,NULL,'BAS',1,NULL,1),(16,259,'due_date','vtiger_activity',1,'23','due_date','End Date',1,0,'',100,5,39,1,'D~M~OTH~GE~date_start~Start Date & Time',0,5,'BAS',1,NULL,1),(16,260,'time_end','vtiger_activity',1,'2','time_end','End Time',1,0,'',100,5,39,3,'T~M',1,NULL,'BAS',1,NULL,1),(16,261,'recurringtype','vtiger_activity',1,'16','recurringtype','Recurrence',1,0,'',100,6,117,1,'O~O',1,NULL,'BAS',1,NULL,1),(16,262,'duration_hours','vtiger_activity',1,'63','duration_hours','Duration',1,0,'',100,7,39,3,'I~M',1,NULL,'BAS',1,NULL,0),(16,263,'duration_minutes','vtiger_activity',1,'16','duration_minutes','Duration Minutes',1,0,'',100,8,39,3,'O~O',1,NULL,'BAS',1,NULL,0),(16,264,'crmid','vtiger_seactivityrel',1,'66','parent_id','Related To',1,0,'',100,9,119,1,'I~O',1,NULL,'BAS',1,NULL,1),(16,265,'eventstatus','vtiger_activity',1,'15','eventstatus','Status',1,0,'',100,10,39,1,'V~M',0,3,'BAS',1,NULL,0),(16,266,'sendnotification','vtiger_activity',1,'56','sendnotification','Send Notification',1,0,'',100,11,39,1,'C~O',1,NULL,'BAS',1,NULL,0),(16,267,'activitytype','vtiger_activity',1,'15','activitytype','Activity Type',1,0,'',100,12,39,1,'V~M',0,4,'BAS',1,NULL,1),(16,268,'location','vtiger_activity',1,'1','location','Location',1,0,'',100,13,39,1,'V~O',1,NULL,'BAS',1,NULL,0),(16,269,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,0,'',100,14,39,2,'DT~O',3,NULL,'BAS',0,NULL,0),(16,270,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,0,'',100,15,39,2,'DT~O',3,NULL,'BAS',0,NULL,0),(16,271,'priority','vtiger_activity',1,'15','taskpriority','Priority',1,0,'',100,16,39,1,'V~O',1,NULL,'BAS',1,NULL,0),(16,272,'notime','vtiger_activity',1,'56','notime','No Time',1,0,'',100,17,39,3,'C~O',1,NULL,'BAS',1,NULL,0),(16,273,'visibility','vtiger_activity',1,'16','visibility','Visibility',1,0,'',100,18,39,1,'V~O',1,NULL,'BAS',1,NULL,0),(16,274,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,22,39,3,'V~O',3,NULL,'BAS',0,NULL,0),(16,275,'description','vtiger_crmentity',1,'19','description','Description',1,0,'',100,1,41,1,'V~O',1,NULL,'BAS',1,NULL,0),(16,276,'reminder_time','vtiger_activity_reminder',1,'30','reminder_time','Send Reminder',1,0,'',100,1,40,1,'I~O',1,NULL,'BAS',1,NULL,0),(16,277,'contactid','vtiger_cntactivityrel',1,'57','contact_id','Contact Name',1,0,'',100,1,119,1,'I~O',1,NULL,'BAS',1,NULL,0),(15,278,'product_id','vtiger_faq',1,'59','product_id','Product Name',1,2,'',100,1,37,1,'I~O',3,NULL,'BAS',1,NULL,1),(15,279,'faq_no','vtiger_faq',1,'4','faq_no','Faq No',1,0,'',100,2,37,1,'V~O',3,NULL,'BAS',0,NULL,0),(15,280,'category','vtiger_faq',1,'15','faqcategories','Category',1,2,'',100,4,37,1,'V~O',3,NULL,'BAS',1,NULL,1),(15,281,'status','vtiger_faq',1,'15','faqstatus','Status',1,2,'',100,3,37,1,'V~M',3,NULL,'BAS',1,NULL,0),(15,282,'question','vtiger_faq',1,'20','question','Question',1,2,'',100,7,37,1,'V~M',3,NULL,'BAS',1,NULL,1),(15,283,'answer','vtiger_faq',1,'20','faq_answer','Answer',1,2,'',100,8,37,1,'V~M',3,NULL,'BAS',1,NULL,0),(15,284,'comments','vtiger_faqcomments',1,'19','comments','Add Comment',1,1,'',100,1,38,1,'V~O',3,NULL,'BAS',0,NULL,0),(15,285,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,0,'',100,5,37,2,'DT~O',3,NULL,'BAS',0,NULL,1),(15,286,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,0,'',100,6,37,2,'DT~O',3,NULL,'BAS',0,NULL,1),(15,287,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,7,37,3,'V~O',3,NULL,'BAS',0,NULL,0),(18,288,'vendorname','vtiger_vendor',1,'2','vendorname','Vendor Name',1,0,'',100,1,42,1,'V~M',0,1,'BAS',1,NULL,1),(18,289,'vendor_no','vtiger_vendor',1,'4','vendor_no','Vendor No',1,0,'',100,2,42,1,'V~O',3,NULL,'BAS',0,NULL,0),(18,290,'phone','vtiger_vendor',1,'1','phone','Phone',1,2,'',100,4,42,1,'V~O',2,2,'BAS',1,NULL,1),(18,291,'email','vtiger_vendor',1,'13','email','Email',1,2,'',100,3,42,1,'E~O',2,3,'BAS',1,NULL,1),(18,292,'website','vtiger_vendor',1,'17','website','Website',1,2,'',100,6,42,1,'V~O',1,NULL,'BAS',1,NULL,0),(18,293,'glacct','vtiger_vendor',1,'15','glacct','GL Account',1,2,'',100,5,42,1,'V~O',1,NULL,'BAS',1,NULL,0),(18,294,'category','vtiger_vendor',1,'1','category','Category',1,2,'',100,8,42,1,'V~O',1,NULL,'BAS',1,NULL,1),(18,295,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,0,'',100,7,42,2,'DT~O',3,NULL,'BAS',0,NULL,0),(18,296,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,0,'',100,9,42,2,'DT~O',3,NULL,'BAS',0,NULL,0),(18,297,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,12,42,3,'V~O',3,NULL,'BAS',0,NULL,0),(18,298,'street','vtiger_vendor',1,'21','street','Street',1,2,'',100,1,44,1,'V~O',1,NULL,'ADV',1,NULL,0),(18,299,'pobox','vtiger_vendor',1,'1','pobox','Po Box',1,2,'',100,2,44,1,'V~O',1,NULL,'ADV',1,NULL,0),(18,300,'city','vtiger_vendor',1,'1','city','City',1,2,'',100,3,44,1,'V~O',1,NULL,'ADV',1,NULL,0),(18,301,'state','vtiger_vendor',1,'1','state','State',1,2,'',100,4,44,1,'V~O',1,NULL,'ADV',1,NULL,0),(18,302,'postalcode','vtiger_vendor',1,'1','postalcode','Postal Code',1,2,'',100,5,44,1,'V~O',1,NULL,'ADV',1,NULL,0),(18,303,'country','vtiger_vendor',1,'1','country','Country',1,2,'',100,6,44,1,'V~O',1,NULL,'ADV',1,NULL,0),(18,304,'description','vtiger_crmentity',1,'19','description','Description',1,2,'',100,1,45,1,'V~O',1,NULL,'ADV',1,NULL,0),(19,305,'bookname','vtiger_pricebook',1,'2','bookname','Price Book Name',1,0,'',100,1,46,1,'V~M',0,1,'BAS',1,NULL,1),(19,306,'pricebook_no','vtiger_pricebook',1,'4','pricebook_no','PriceBook No',1,0,'',100,3,46,1,'V~O',3,NULL,'BAS',0,NULL,0),(19,307,'active','vtiger_pricebook',1,'56','active','Active',1,2,'1',100,2,46,1,'C~O',2,2,'BAS',1,NULL,1),(19,308,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,0,'',100,4,46,2,'DT~O',3,NULL,'BAS',0,NULL,0),(19,309,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,0,'',100,5,46,2,'DT~O',3,NULL,'BAS',0,NULL,0),(19,310,'currency_id','vtiger_pricebook',1,'117','currency_id','Currency',1,0,'',100,5,46,1,'I~M',0,3,'BAS',0,NULL,0),(19,311,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,7,46,3,'V~O',3,NULL,'BAS',0,NULL,0),(19,312,'description','vtiger_crmentity',1,'19','description','Description',1,2,'',100,1,48,1,'V~O',1,NULL,'BAS',1,NULL,0),(20,313,'quote_no','vtiger_quotes',1,'4','quote_no','Quote No',1,0,'',100,3,49,1,'V~O',3,NULL,'BAS',0,NULL,1),(20,314,'subject','vtiger_quotes',1,'2','subject','Subject',1,0,'',100,1,49,1,'V~M',1,NULL,'BAS',1,NULL,1),(20,315,'potentialid','vtiger_quotes',1,'76','potential_id','Potential Name',1,2,'',100,2,49,1,'I~O',3,NULL,'BAS',1,NULL,1),(20,316,'quotestage','vtiger_quotes',1,'15','quotestage','Quote Stage',1,2,'',100,4,49,1,'V~M',3,NULL,'BAS',1,NULL,1),(20,317,'validtill','vtiger_quotes',1,'5','validtill','Valid Till',1,2,'',100,5,49,1,'D~O',3,NULL,'BAS',1,NULL,0),(20,318,'contactid','vtiger_quotes',1,'57','contact_id','Contact Name',1,2,'',100,6,49,1,'V~O',3,NULL,'BAS',1,NULL,0),(20,319,'carrier','vtiger_quotes',1,'15','carrier','Carrier',1,2,'',100,8,49,1,'V~O',3,NULL,'BAS',1,NULL,0),(20,320,'subtotal','vtiger_quotes',1,'72','hdnSubTotal','Sub Total',1,2,'',100,9,49,3,'N~O',3,NULL,'BAS',1,NULL,0),(20,321,'shipping','vtiger_quotes',1,'1','shipping','Shipping',1,2,'',100,10,49,1,'V~O',3,NULL,'BAS',1,NULL,0),(20,322,'inventorymanager','vtiger_quotes',1,'77','assigned_user_id1','Inventory Manager',1,2,'',100,11,49,1,'I~O',3,NULL,'BAS',1,NULL,0),(20,323,'adjustment','vtiger_quotes',1,'72','txtAdjustment','Adjustment',1,2,'',100,20,49,3,'NN~O',3,NULL,'BAS',1,NULL,0),(20,324,'total','vtiger_quotes',1,'72','hdnGrandTotal','Total',1,2,'',100,14,49,3,'N~O',3,NULL,'BAS',1,NULL,1),(20,325,'taxtype','vtiger_quotes',1,'16','hdnTaxType','Tax Type',1,2,'',100,14,49,3,'V~O',3,NULL,'BAS',1,NULL,0),(20,326,'discount_percent','vtiger_quotes',1,'1','hdnDiscountPercent','Discount Percent',1,2,'',100,14,49,3,'N~O',3,NULL,'BAS',1,NULL,0),(20,327,'discount_amount','vtiger_quotes',1,'72','hdnDiscountAmount','Discount Amount',1,2,'',100,14,49,3,'N~O',3,NULL,'BAS',1,NULL,0),(20,328,'s_h_amount','vtiger_quotes',1,'72','hdnS_H_Amount','S&H Amount',1,2,'',100,14,49,3,'N~O',3,NULL,'BAS',1,NULL,0),(20,329,'accountid','vtiger_quotes',1,'73','account_id','Account Name',1,2,'',100,16,49,1,'I~M',3,NULL,'BAS',1,NULL,1),(20,330,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,0,'',100,17,49,1,'V~M',3,NULL,'BAS',1,NULL,1),(20,331,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,0,'',100,18,49,2,'DT~O',3,NULL,'BAS',0,NULL,0),(20,332,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,0,'',100,19,49,2,'DT~O',3,NULL,'BAS',0,NULL,0),(20,333,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,22,49,3,'V~O',3,NULL,'BAS',0,NULL,0),(20,334,'currency_id','vtiger_quotes',1,'117','currency_id','Currency',1,2,'1',100,20,49,3,'I~O',3,NULL,'BAS',1,NULL,0),(20,335,'conversion_rate','vtiger_quotes',1,'1','conversion_rate','Conversion Rate',1,2,'1',100,21,49,3,'N~O',3,NULL,'BAS',1,NULL,0),(20,336,'bill_street','vtiger_quotesbillads',1,'24','bill_street','Billing Address',1,2,'',100,1,51,1,'V~M',3,NULL,'BAS',1,NULL,0),(20,337,'ship_street','vtiger_quotesshipads',1,'24','ship_street','Shipping Address',1,2,'',100,2,51,1,'V~M',3,NULL,'BAS',1,NULL,0),(20,338,'bill_city','vtiger_quotesbillads',1,'1','bill_city','Billing City',1,2,'',100,5,51,1,'V~O',3,NULL,'BAS',1,NULL,0),(20,339,'ship_city','vtiger_quotesshipads',1,'1','ship_city','Shipping City',1,2,'',100,6,51,1,'V~O',3,NULL,'BAS',1,NULL,0),(20,340,'bill_state','vtiger_quotesbillads',1,'1','bill_state','Billing State',1,2,'',100,7,51,1,'V~O',3,NULL,'BAS',1,NULL,0),(20,341,'ship_state','vtiger_quotesshipads',1,'1','ship_state','Shipping State',1,2,'',100,8,51,1,'V~O',3,NULL,'BAS',1,NULL,0),(20,342,'bill_code','vtiger_quotesbillads',1,'1','bill_code','Billing Code',1,2,'',100,9,51,1,'V~O',3,NULL,'BAS',1,NULL,0),(20,343,'ship_code','vtiger_quotesshipads',1,'1','ship_code','Shipping Code',1,2,'',100,10,51,1,'V~O',3,NULL,'BAS',1,NULL,0),(20,344,'bill_country','vtiger_quotesbillads',1,'1','bill_country','Billing Country',1,2,'',100,11,51,1,'V~O',3,NULL,'BAS',1,NULL,0),(20,345,'ship_country','vtiger_quotesshipads',1,'1','ship_country','Shipping Country',1,2,'',100,12,51,1,'V~O',3,NULL,'BAS',1,NULL,0),(20,346,'bill_pobox','vtiger_quotesbillads',1,'1','bill_pobox','Billing Po Box',1,2,'',100,3,51,1,'V~O',3,NULL,'BAS',1,NULL,0),(20,347,'ship_pobox','vtiger_quotesshipads',1,'1','ship_pobox','Shipping Po Box',1,2,'',100,4,51,1,'V~O',3,NULL,'BAS',1,NULL,0),(20,348,'description','vtiger_crmentity',1,'19','description','Description',1,2,'',100,1,54,1,'V~O',3,NULL,'ADV',1,NULL,0),(20,349,'terms_conditions','vtiger_quotes',1,'19','terms_conditions','Terms & Conditions',1,2,'',100,1,53,1,'V~O',3,NULL,'ADV',1,NULL,0),(21,350,'purchaseorder_no','vtiger_purchaseorder',1,'4','purchaseorder_no','PurchaseOrder No',1,0,'',100,2,55,1,'V~O',3,NULL,'BAS',0,NULL,1),(21,351,'subject','vtiger_purchaseorder',1,'2','subject','Subject',1,0,'',100,1,55,1,'V~M',3,NULL,'BAS',1,NULL,1),(21,352,'vendorid','vtiger_purchaseorder',1,'81','vendor_id','Vendor Name',1,0,'',100,3,55,1,'I~M',3,NULL,'BAS',1,NULL,1),(21,353,'requisition_no','vtiger_purchaseorder',1,'1','requisition_no','Requisition No',1,2,'',100,4,55,1,'V~O',3,NULL,'BAS',1,NULL,0),(21,354,'tracking_no','vtiger_purchaseorder',1,'1','tracking_no','Tracking Number',1,2,'',100,5,55,1,'V~O',3,NULL,'BAS',1,NULL,1),(21,355,'contactid','vtiger_purchaseorder',1,'57','contact_id','Contact Name',1,2,'',100,6,55,1,'I~O',3,NULL,'BAS',1,NULL,0),(21,356,'duedate','vtiger_purchaseorder',1,'5','duedate','Due Date',1,2,'',100,7,55,1,'D~O',3,NULL,'BAS',1,NULL,0),(21,357,'carrier','vtiger_purchaseorder',1,'15','carrier','Carrier',1,2,'',100,8,55,1,'V~O',3,NULL,'BAS',1,NULL,0),(21,358,'adjustment','vtiger_purchaseorder',1,'72','txtAdjustment','Adjustment',1,2,'',100,10,55,3,'NN~O',3,NULL,'BAS',1,NULL,0),(21,359,'salescommission','vtiger_purchaseorder',1,'1','salescommission','Sales Commission',1,2,'',100,11,55,1,'N~O',3,NULL,'BAS',1,NULL,0),(21,360,'exciseduty','vtiger_purchaseorder',1,'1','exciseduty','Excise Duty',1,2,'',100,12,55,1,'N~O',3,NULL,'BAS',1,NULL,0),(21,361,'total','vtiger_purchaseorder',1,'72','hdnGrandTotal','Total',1,2,'',100,13,55,3,'N~O',3,NULL,'BAS',1,NULL,1),(21,362,'subtotal','vtiger_purchaseorder',1,'72','hdnSubTotal','Sub Total',1,2,'',100,14,55,3,'N~O',3,NULL,'BAS',1,NULL,0),(21,363,'taxtype','vtiger_purchaseorder',1,'16','hdnTaxType','Tax Type',1,2,'',100,14,55,3,'V~O',3,NULL,'BAS',1,NULL,0),(21,364,'discount_percent','vtiger_purchaseorder',1,'1','hdnDiscountPercent','Discount Percent',1,2,'',100,14,55,3,'N~O',3,NULL,'BAS',1,NULL,0),(21,365,'discount_amount','vtiger_purchaseorder',1,'72','hdnDiscountAmount','Discount Amount',1,0,'',100,14,55,3,'N~O',3,NULL,'BAS',1,NULL,0),(21,366,'s_h_amount','vtiger_purchaseorder',1,'72','hdnS_H_Amount','S&H Amount',1,2,'',100,14,55,3,'N~O',3,NULL,'BAS',1,NULL,0),(21,367,'postatus','vtiger_purchaseorder',1,'15','postatus','Status',1,2,'',100,15,55,1,'V~M',3,NULL,'BAS',1,NULL,0),(21,368,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,0,'',100,16,55,1,'V~M',3,NULL,'BAS',1,NULL,1),(21,369,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,0,'',100,17,55,2,'DT~O',3,NULL,'BAS',0,NULL,0),(21,370,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,0,'',100,18,55,2,'DT~O',3,NULL,'BAS',0,NULL,0),(21,371,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,22,55,3,'V~O',3,NULL,'BAS',0,NULL,0),(21,372,'currency_id','vtiger_purchaseorder',1,'117','currency_id','Currency',1,2,'1',100,19,55,3,'I~O',3,NULL,'BAS',1,NULL,0),(21,373,'conversion_rate','vtiger_purchaseorder',1,'1','conversion_rate','Conversion Rate',1,2,'1',100,20,55,3,'N~O',3,NULL,'BAS',1,NULL,0),(21,374,'bill_street','vtiger_pobillads',1,'24','bill_street','Billing Address',1,2,'',100,1,57,1,'V~M',3,NULL,'BAS',1,NULL,0),(21,375,'ship_street','vtiger_poshipads',1,'24','ship_street','Shipping Address',1,2,'',100,2,57,1,'V~M',3,NULL,'BAS',1,NULL,0),(21,376,'bill_city','vtiger_pobillads',1,'1','bill_city','Billing City',1,2,'',100,5,57,1,'V~O',3,NULL,'BAS',1,NULL,0),(21,377,'ship_city','vtiger_poshipads',1,'1','ship_city','Shipping City',1,2,'',100,6,57,1,'V~O',3,NULL,'BAS',1,NULL,0),(21,378,'bill_state','vtiger_pobillads',1,'1','bill_state','Billing State',1,2,'',100,7,57,1,'V~O',3,NULL,'BAS',1,NULL,0),(21,379,'ship_state','vtiger_poshipads',1,'1','ship_state','Shipping State',1,2,'',100,8,57,1,'V~O',3,NULL,'BAS',1,NULL,0),(21,380,'bill_code','vtiger_pobillads',1,'1','bill_code','Billing Code',1,2,'',100,9,57,1,'V~O',3,NULL,'BAS',1,NULL,0),(21,381,'ship_code','vtiger_poshipads',1,'1','ship_code','Shipping Code',1,2,'',100,10,57,1,'V~O',3,NULL,'BAS',1,NULL,0),(21,382,'bill_country','vtiger_pobillads',1,'1','bill_country','Billing Country',1,2,'',100,11,57,1,'V~O',3,NULL,'BAS',1,NULL,0),(21,383,'ship_country','vtiger_poshipads',1,'1','ship_country','Shipping Country',1,2,'',100,12,57,1,'V~O',3,NULL,'BAS',1,NULL,0),(21,384,'bill_pobox','vtiger_pobillads',1,'1','bill_pobox','Billing Po Box',1,2,'',100,3,57,1,'V~O',3,NULL,'BAS',1,NULL,0),(21,385,'ship_pobox','vtiger_poshipads',1,'1','ship_pobox','Shipping Po Box',1,2,'',100,4,57,1,'V~O',3,NULL,'BAS',1,NULL,0),(21,386,'description','vtiger_crmentity',1,'19','description','Description',1,2,'',100,1,60,1,'V~O',3,NULL,'ADV',1,NULL,0),(21,387,'terms_conditions','vtiger_purchaseorder',1,'19','terms_conditions','Terms & Conditions',1,2,'',100,1,59,1,'V~O',3,NULL,'ADV',1,NULL,0),(22,388,'salesorder_no','vtiger_salesorder',1,'4','salesorder_no','SalesOrder No',1,0,'',100,4,61,1,'V~O',3,NULL,'BAS',0,NULL,1),(22,389,'subject','vtiger_salesorder',1,'2','subject','Subject',1,0,'',100,1,61,1,'V~M',3,NULL,'BAS',1,NULL,1),(22,390,'potentialid','vtiger_salesorder',1,'76','potential_id','Potential Name',1,2,'',100,2,61,1,'I~O',3,NULL,'BAS',1,NULL,0),(22,391,'customerno','vtiger_salesorder',1,'1','customerno','Customer No',1,2,'',100,3,61,1,'V~O',3,NULL,'BAS',1,NULL,0),(22,392,'quoteid','vtiger_salesorder',1,'78','quote_id','Quote Name',1,2,'',100,5,61,1,'I~O',3,NULL,'BAS',0,NULL,1),(22,393,'purchaseorder','vtiger_salesorder',1,'1','vtiger_purchaseorder','Purchase Order',1,2,'',100,5,61,1,'V~O',3,NULL,'BAS',1,NULL,0),(22,394,'contactid','vtiger_salesorder',1,'57','contact_id','Contact Name',1,2,'',100,6,61,1,'I~O',3,NULL,'BAS',1,NULL,0),(22,395,'duedate','vtiger_salesorder',1,'5','duedate','Due Date',1,2,'',100,8,61,1,'D~O',3,NULL,'BAS',1,NULL,0),(22,396,'carrier','vtiger_salesorder',1,'15','carrier','Carrier',1,2,'',100,9,61,1,'V~O',3,NULL,'BAS',1,NULL,0),(22,397,'pending','vtiger_salesorder',1,'1','pending','Pending',1,2,'',100,10,61,1,'V~O',3,NULL,'BAS',1,NULL,0),(22,398,'sostatus','vtiger_salesorder',1,'15','sostatus','Status',1,2,'',100,11,61,1,'V~M',3,NULL,'BAS',1,NULL,0),(22,399,'adjustment','vtiger_salesorder',1,'72','txtAdjustment','Adjustment',1,2,'',100,12,61,3,'NN~O',3,NULL,'BAS',1,NULL,0),(22,400,'salescommission','vtiger_salesorder',1,'1','salescommission','Sales Commission',1,2,'',100,13,61,1,'N~O',3,NULL,'BAS',1,NULL,0),(22,401,'exciseduty','vtiger_salesorder',1,'1','exciseduty','Excise Duty',1,2,'',100,13,61,1,'N~O',3,NULL,'BAS',1,NULL,0),(22,402,'total','vtiger_salesorder',1,'72','hdnGrandTotal','Total',1,2,'',100,14,61,3,'N~O',3,NULL,'BAS',1,NULL,1),(22,403,'subtotal','vtiger_salesorder',1,'72','hdnSubTotal','Sub Total',1,2,'',100,15,61,3,'N~O',3,NULL,'BAS',1,NULL,0),(22,404,'taxtype','vtiger_salesorder',1,'16','hdnTaxType','Tax Type',1,2,'',100,15,61,3,'V~O',3,NULL,'BAS',1,NULL,0),(22,405,'discount_percent','vtiger_salesorder',1,'1','hdnDiscountPercent','Discount Percent',1,2,'',100,15,61,3,'N~O',3,NULL,'BAS',1,NULL,0),(22,406,'discount_amount','vtiger_salesorder',1,'72','hdnDiscountAmount','Discount Amount',1,0,'',100,15,61,3,'N~O',3,NULL,'BAS',1,NULL,0),(22,407,'s_h_amount','vtiger_salesorder',1,'72','hdnS_H_Amount','S&H Amount',1,2,'',100,15,61,3,'N~O',3,NULL,'BAS',1,NULL,0),(22,408,'accountid','vtiger_salesorder',1,'73','account_id','Account Name',1,2,'',100,16,61,1,'I~M',3,NULL,'BAS',1,NULL,1),(22,409,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,0,'',100,17,61,1,'V~M',3,NULL,'BAS',1,NULL,1),(22,410,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,0,'',100,18,61,2,'DT~O',3,NULL,'BAS',0,NULL,0),(22,411,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,0,'',100,19,61,2,'DT~O',3,NULL,'BAS',0,NULL,0),(22,412,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,22,61,3,'V~O',3,NULL,'BAS',0,NULL,0),(22,413,'currency_id','vtiger_salesorder',1,'117','currency_id','Currency',1,2,'1',100,20,61,3,'I~O',3,NULL,'BAS',1,NULL,0),(22,414,'conversion_rate','vtiger_salesorder',1,'1','conversion_rate','Conversion Rate',1,2,'1',100,21,61,3,'N~O',3,NULL,'BAS',1,NULL,0),(22,415,'bill_street','vtiger_sobillads',1,'24','bill_street','Billing Address',1,2,'',100,1,63,1,'V~M',3,NULL,'BAS',1,NULL,0),(22,416,'ship_street','vtiger_soshipads',1,'24','ship_street','Shipping Address',1,2,'',100,2,63,1,'V~M',3,NULL,'BAS',1,NULL,0),(22,417,'bill_city','vtiger_sobillads',1,'1','bill_city','Billing City',1,2,'',100,5,63,1,'V~O',3,NULL,'BAS',1,NULL,0),(22,418,'ship_city','vtiger_soshipads',1,'1','ship_city','Shipping City',1,2,'',100,6,63,1,'V~O',3,NULL,'BAS',1,NULL,0),(22,419,'bill_state','vtiger_sobillads',1,'1','bill_state','Billing State',1,2,'',100,7,63,1,'V~O',3,NULL,'BAS',1,NULL,0),(22,420,'ship_state','vtiger_soshipads',1,'1','ship_state','Shipping State',1,2,'',100,8,63,1,'V~O',3,NULL,'BAS',1,NULL,0),(22,421,'bill_code','vtiger_sobillads',1,'1','bill_code','Billing Code',1,2,'',100,9,63,1,'V~O',3,NULL,'BAS',1,NULL,0),(22,422,'ship_code','vtiger_soshipads',1,'1','ship_code','Shipping Code',1,2,'',100,10,63,1,'V~O',3,NULL,'BAS',1,NULL,0),(22,423,'bill_country','vtiger_sobillads',1,'1','bill_country','Billing Country',1,2,'',100,11,63,1,'V~O',3,NULL,'BAS',1,NULL,0),(22,424,'ship_country','vtiger_soshipads',1,'1','ship_country','Shipping Country',1,2,'',100,12,63,1,'V~O',3,NULL,'BAS',1,NULL,0),(22,425,'bill_pobox','vtiger_sobillads',1,'1','bill_pobox','Billing Po Box',1,2,'',100,3,63,1,'V~O',3,NULL,'BAS',1,NULL,0),(22,426,'ship_pobox','vtiger_soshipads',1,'1','ship_pobox','Shipping Po Box',1,2,'',100,4,63,1,'V~O',3,NULL,'BAS',1,NULL,0),(22,427,'description','vtiger_crmentity',1,'19','description','Description',1,2,'',100,1,66,1,'V~O',3,NULL,'ADV',1,NULL,0),(22,428,'terms_conditions','vtiger_salesorder',1,'19','terms_conditions','Terms & Conditions',1,2,'',100,1,65,1,'V~O',3,NULL,'ADV',1,NULL,0),(22,429,'enable_recurring','vtiger_salesorder',1,'56','enable_recurring','Enable Recurring',1,0,'',100,1,85,1,'C~O',3,NULL,'BAS',0,NULL,0),(22,430,'recurring_frequency','vtiger_invoice_recurring_info',1,'16','recurring_frequency','Frequency',1,0,'',100,2,85,1,'V~O',3,NULL,'BAS',0,NULL,0),(22,431,'start_period','vtiger_invoice_recurring_info',1,'5','start_period','Start Period',1,0,'',100,3,85,1,'D~O',3,NULL,'BAS',0,NULL,0),(22,432,'end_period','vtiger_invoice_recurring_info',1,'5','end_period','End Period',1,0,'',100,4,85,1,'D~O~OTH~G~start_period~Start Period',3,NULL,'BAS',0,NULL,0),(22,433,'payment_duration','vtiger_invoice_recurring_info',1,'16','payment_duration','Payment Duration',1,0,'',100,5,85,1,'V~O',3,NULL,'BAS',0,NULL,0),(22,434,'invoice_status','vtiger_invoice_recurring_info',1,'15','invoicestatus','Invoice Status',1,0,'',100,6,85,1,'V~M',3,NULL,'BAS',0,NULL,0),(23,435,'subject','vtiger_invoice',1,'2','subject','Subject',1,0,'',100,1,67,1,'V~M',3,NULL,'BAS',1,NULL,1),(23,436,'salesorderid','vtiger_invoice',1,'80','salesorder_id','Sales Order',1,2,'',100,2,67,1,'I~O',3,NULL,'BAS',0,NULL,1),(23,437,'customerno','vtiger_invoice',1,'1','customerno','Customer No',1,2,'',100,3,67,1,'V~O',3,NULL,'BAS',1,NULL,0),(23,438,'contactid','vtiger_invoice',1,'57','contact_id','Contact Name',1,2,'',100,4,67,1,'I~O',3,NULL,'BAS',1,NULL,0),(23,439,'invoicedate','vtiger_invoice',1,'5','invoicedate','Invoice Date',1,2,'',100,5,67,1,'D~O',3,NULL,'BAS',1,NULL,0),(23,440,'duedate','vtiger_invoice',1,'5','duedate','Due Date',1,2,'',100,6,67,1,'D~O',3,NULL,'BAS',1,NULL,0),(23,441,'purchaseorder','vtiger_invoice',1,'1','vtiger_purchaseorder','Purchase Order',1,2,'',100,8,67,1,'V~O',3,NULL,'BAS',1,NULL,0),(23,442,'adjustment','vtiger_invoice',1,'72','txtAdjustment','Adjustment',1,2,'',100,9,67,3,'NN~O',3,NULL,'BAS',1,NULL,0),(23,443,'salescommission','vtiger_invoice',1,'1','salescommission','Sales Commission',1,2,'',10,13,67,1,'N~O',3,NULL,'BAS',1,NULL,0),(23,444,'exciseduty','vtiger_invoice',1,'1','exciseduty','Excise Duty',1,2,'',100,11,67,1,'N~O',3,NULL,'BAS',1,NULL,0),(23,445,'subtotal','vtiger_invoice',1,'72','hdnSubTotal','Sub Total',1,2,'',100,12,67,3,'N~O',3,NULL,'BAS',1,NULL,0),(23,446,'total','vtiger_invoice',1,'72','hdnGrandTotal','Total',1,2,'',100,13,67,3,'N~O',3,NULL,'BAS',1,NULL,1),(23,447,'taxtype','vtiger_invoice',1,'16','hdnTaxType','Tax Type',1,2,'',100,13,67,3,'V~O',3,NULL,'BAS',1,NULL,0),(23,448,'discount_percent','vtiger_invoice',1,'1','hdnDiscountPercent','Discount Percent',1,2,'',100,13,67,3,'N~O',3,NULL,'BAS',1,NULL,0),(23,449,'discount_amount','vtiger_invoice',1,'72','hdnDiscountAmount','Discount Amount',1,2,'',100,13,67,3,'N~O',3,NULL,'BAS',1,NULL,0),(23,450,'s_h_amount','vtiger_invoice',1,'72','hdnS_H_Amount','S&H Amount',1,2,'',100,14,67,3,'N~O',3,NULL,'BAS',1,NULL,0),(23,451,'accountid','vtiger_invoice',1,'73','account_id','Account Name',1,2,'',100,14,67,1,'I~M',3,NULL,'BAS',1,NULL,0),(23,452,'invoicestatus','vtiger_invoice',1,'15','invoicestatus','Status',1,2,'',100,15,67,1,'V~O',3,NULL,'BAS',1,NULL,1),(23,453,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,0,'',100,16,67,1,'V~M',3,NULL,'BAS',1,NULL,1),(23,454,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,0,'',100,17,67,2,'DT~O',3,NULL,'BAS',0,NULL,0),(23,455,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,0,'',100,18,67,2,'DT~O',3,NULL,'BAS',0,NULL,0),(23,456,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,22,67,3,'V~O',3,NULL,'BAS',0,NULL,0),(23,457,'currency_id','vtiger_invoice',1,'117','currency_id','Currency',1,2,'1',100,19,67,3,'I~O',3,NULL,'BAS',1,NULL,0),(23,458,'conversion_rate','vtiger_invoice',1,'1','conversion_rate','Conversion Rate',1,2,'1',100,20,67,3,'N~O',3,NULL,'BAS',1,NULL,0),(23,459,'bill_street','vtiger_invoicebillads',1,'24','bill_street','Billing Address',1,2,'',100,1,69,1,'V~M',3,NULL,'BAS',1,NULL,0),(23,460,'ship_street','vtiger_invoiceshipads',1,'24','ship_street','Shipping Address',1,2,'',100,2,69,1,'V~M',3,NULL,'BAS',1,NULL,0),(23,461,'bill_city','vtiger_invoicebillads',1,'1','bill_city','Billing City',1,2,'',100,5,69,1,'V~O',3,NULL,'BAS',1,NULL,0),(23,462,'ship_city','vtiger_invoiceshipads',1,'1','ship_city','Shipping City',1,2,'',100,6,69,1,'V~O',3,NULL,'BAS',1,NULL,0),(23,463,'bill_state','vtiger_invoicebillads',1,'1','bill_state','Billing State',1,2,'',100,7,69,1,'V~O',3,NULL,'BAS',1,NULL,0),(23,464,'ship_state','vtiger_invoiceshipads',1,'1','ship_state','Shipping State',1,2,'',100,8,69,1,'V~O',3,NULL,'BAS',1,NULL,0),(23,465,'bill_code','vtiger_invoicebillads',1,'1','bill_code','Billing Code',1,2,'',100,9,69,1,'V~O',3,NULL,'BAS',1,NULL,0),(23,466,'ship_code','vtiger_invoiceshipads',1,'1','ship_code','Shipping Code',1,2,'',100,10,69,1,'V~O',3,NULL,'BAS',1,NULL,0),(23,467,'bill_country','vtiger_invoicebillads',1,'1','bill_country','Billing Country',1,2,'',100,11,69,1,'V~O',3,NULL,'BAS',1,NULL,0),(23,468,'ship_country','vtiger_invoiceshipads',1,'1','ship_country','Shipping Country',1,2,'',100,12,69,1,'V~O',3,NULL,'BAS',1,NULL,0),(23,469,'bill_pobox','vtiger_invoicebillads',1,'1','bill_pobox','Billing Po Box',1,2,'',100,3,69,1,'V~O',3,NULL,'BAS',1,NULL,0),(23,470,'ship_pobox','vtiger_invoiceshipads',1,'1','ship_pobox','Shipping Po Box',1,2,'',100,4,69,1,'V~O',3,NULL,'BAS',1,NULL,0),(23,471,'description','vtiger_crmentity',1,'19','description','Description',1,2,'',100,1,72,1,'V~O',3,NULL,'ADV',1,NULL,0),(23,472,'terms_conditions','vtiger_invoice',1,'19','terms_conditions','Terms & Conditions',1,2,'',100,1,71,1,'V~O',3,NULL,'ADV',1,NULL,0),(23,473,'invoice_no','vtiger_invoice',1,'4','invoice_no','Invoice No',1,0,'',100,3,67,1,'V~O',3,NULL,'BAS',0,NULL,1),(29,474,'user_name','vtiger_users',1,'106','user_name','User Name',1,0,'',11,1,77,1,'V~M',1,NULL,'BAS',1,NULL,0),(29,475,'is_admin','vtiger_users',1,'156','is_admin','Admin',1,0,'',3,7,77,1,'V~O',1,NULL,'BAS',1,NULL,0),(29,476,'user_password','vtiger_users',1,'99','user_password','Password',1,0,'',30,5,77,4,'P~M',1,NULL,'BAS',1,NULL,0),(29,477,'confirm_password','vtiger_users',1,'99','confirm_password','Confirm Password',1,0,'',30,6,77,4,'P~M',1,NULL,'BAS',1,NULL,0),(29,478,'first_name','vtiger_users',1,'1','first_name','First Name',1,0,'',30,3,77,1,'V~O',1,NULL,'BAS',1,NULL,0),(29,479,'last_name','vtiger_users',1,'2','last_name','Last Name',1,0,'',30,4,77,1,'V~M',1,NULL,'BAS',1,NULL,0),(29,480,'roleid','vtiger_user2role',1,'98','roleid','Role',1,0,'',200,8,77,1,'V~M',1,NULL,'BAS',1,NULL,0),(29,481,'email1','vtiger_users',1,'104','email1','Email',1,0,'',100,2,77,1,'E~M',1,NULL,'BAS',1,NULL,0),(29,482,'status','vtiger_users',1,'115','status','Status',1,0,'Active',100,10,77,1,'V~O',1,NULL,'BAS',1,NULL,0),(29,483,'activity_view','vtiger_users',1,'16','activity_view','Default Activity View',1,0,'',100,6,118,1,'V~O',1,NULL,'BAS',1,NULL,0),(29,484,'lead_view','vtiger_users',1,'16','lead_view','Default Lead View',1,0,'',100,9,77,1,'V~O',1,NULL,'BAS',1,NULL,0),(29,485,'hour_format','vtiger_users',1,'16','hour_format','Calendar Hour Format',1,0,'12',100,4,118,1,'V~O',1,NULL,'BAS',1,NULL,0),(29,486,'end_hour','vtiger_users',1,'116','end_hour','Day ends at',1,0,'',100,11,77,3,'V~O',1,NULL,'BAS',1,NULL,0),(29,487,'start_hour','vtiger_users',1,'16','start_hour','Day starts at',1,0,'',100,2,118,1,'V~O',1,NULL,'BAS',1,NULL,0),(29,488,'title','vtiger_users',1,'1','title','Title',1,0,'',50,1,79,1,'V~O',1,NULL,'BAS',1,NULL,0),(29,489,'phone_work','vtiger_users',1,'11','phone_work','Office Phone',1,0,'',50,5,79,1,'V~O',1,NULL,'BAS',1,NULL,0),(29,490,'department','vtiger_users',1,'1','department','Department',1,0,'',50,3,79,1,'V~O',1,NULL,'BAS',1,NULL,0),(29,491,'phone_mobile','vtiger_users',1,'11','phone_mobile','Mobile',1,0,'',50,7,79,1,'V~O',1,NULL,'BAS',1,NULL,0),(29,492,'reports_to_id','vtiger_users',1,'101','reports_to_id','Reports To',1,0,'',50,8,79,1,'V~O',1,NULL,'BAS',1,NULL,0),(29,493,'phone_other','vtiger_users',1,'11','phone_other','Other Phone',1,0,'',50,11,79,1,'V~O',1,NULL,'BAS',1,NULL,0),(29,494,'email2','vtiger_users',1,'13','email2','Other Email',1,0,'',100,4,79,1,'E~O',1,NULL,'BAS',1,NULL,0),(29,495,'phone_fax','vtiger_users',1,'11','phone_fax','Fax',1,0,'',50,2,79,1,'V~O',1,NULL,'BAS',1,NULL,0),(29,496,'secondaryemail','vtiger_users',1,'13','secondaryemail','Secondary Email',1,0,'',100,6,79,1,'E~O',1,NULL,'BAS',1,NULL,0),(29,497,'phone_home','vtiger_users',1,'11','phone_home','Home Phone',1,0,'',50,9,79,1,'V~O',1,NULL,'BAS',1,NULL,0),(29,498,'date_format','vtiger_users',1,'16','date_format','Date Format',1,0,'',30,3,118,1,'V~O',1,NULL,'BAS',1,NULL,0),(29,499,'signature','vtiger_users',1,'21','signature','Signature',1,0,'',250,13,79,1,'V~O',1,NULL,'BAS',1,NULL,0),(29,500,'description','vtiger_users',1,'21','description','Documents',1,0,'',250,14,79,1,'V~O',1,NULL,'BAS',1,NULL,0),(29,501,'address_street','vtiger_users',1,'21','address_street','Street Address',1,0,'',250,1,80,1,'V~O',1,NULL,'BAS',1,NULL,0),(29,502,'address_city','vtiger_users',1,'1','address_city','City',1,0,'',100,3,80,1,'V~O',1,NULL,'BAS',1,NULL,0),(29,503,'address_state','vtiger_users',1,'1','address_state','State',1,0,'',100,5,80,1,'V~O',1,NULL,'BAS',1,NULL,0),(29,504,'address_postalcode','vtiger_users',1,'1','address_postalcode','Postal Code',1,0,'',100,4,80,1,'V~O',1,NULL,'BAS',1,NULL,0),(29,505,'address_country','vtiger_users',1,'1','address_country','Country',1,0,'',100,2,80,1,'V~O',1,NULL,'BAS',1,NULL,0),(29,506,'accesskey','vtiger_users',1,'3','accesskey','Webservice Access Key',1,0,'',100,2,83,2,'V~O',1,NULL,'BAS',1,NULL,0),(29,507,'time_zone','vtiger_users',1,'16','time_zone','Time Zone',1,0,'',200,5,118,1,'V~O',1,NULL,'BAS',1,NULL,0),(29,508,'currency_id','vtiger_users',1,'117','currency_id','Currency',1,0,'',100,1,78,1,'I~O',1,NULL,'BAS',1,NULL,0),(29,509,'currency_grouping_pattern','vtiger_users',1,'16','currency_grouping_pattern','Digit Grouping Pattern',1,0,'',100,2,78,1,'V~O',1,NULL,'BAS',1,'<b>Currency - Digit Grouping Pattern</b> <br/><br/>This pattern specifies the format in which the currency separator will be placed.',0),(29,510,'currency_decimal_separator','vtiger_users',1,'16','currency_decimal_separator','Decimal Separator',1,0,'',2,3,78,1,'V~O',1,NULL,'BAS',1,'<b>Currency - Decimal Separator</b> <br/><br/>Decimal separator specifies the separator to be used to separate the fractional values from the whole number part. <br/><b>Eg:</b> <br/>. => 123.45 <br/>, => 123,45 <br/>\' => 123\'45 <br/> => 123 45 <br/>$ => 123$45 <br/>',0),(29,511,'currency_grouping_separator','vtiger_users',1,'16','currency_grouping_separator','Digit Grouping Separator',1,0,'',2,4,78,1,'V~O',1,NULL,'BAS',1,'<b>Currency - Grouping Separator</b> <br/><br/>Grouping separator specifies the separator to be used to group the whole number part into hundreds, thousands etc. <br/><b>Eg:</b> <br/>. => 123.456.789 <br/>, => 123,456,789 <br/>\' => 123\'456\'789 <br/> => 123 456 789 <br/>$ => 123$456$789 <br/>',0),(29,512,'currency_symbol_placement','vtiger_users',1,'16','currency_symbol_placement','Symbol Placement',1,0,'',20,5,78,1,'V~O',1,NULL,'BAS',1,'<b>Currency - Symbol Placement</b> <br/><br/>Symbol Placement allows you to configure the position of the currency symbol with respect to the currency value.<br/><b>Eg:</b> <br/>$1.0 => $123,456,789.50 <br/>1.0$ => 123,456,789.50$ <br/>',0),(29,513,'imagename','vtiger_users',1,'105','imagename','User Image',1,0,'',250,10,82,1,'V~O',1,NULL,'BAS',1,NULL,0),(29,514,'internal_mailer','vtiger_users',1,'56','internal_mailer','INTERNAL_MAIL_COMPOSER',1,0,'',50,15,79,1,'V~O',1,NULL,'BAS',1,NULL,0),(29,515,'theme','vtiger_users',1,'31','theme','Theme',1,0,'softed',100,16,79,1,'V~O',1,NULL,'BAS',1,NULL,0),(29,516,'language','vtiger_users',1,'32','language','Language',1,0,'',100,17,79,1,'V~O',1,NULL,'BAS',1,NULL,0),(29,517,'reminder_interval','vtiger_users',1,'16','reminder_interval','Reminder Interval',1,0,'',100,11,118,1,'V~O',1,NULL,'BAS',1,NULL,0),(10,518,'from_email','vtiger_emaildetails',1,'12','from_email','From',1,2,'',100,1,21,3,'V~M',3,NULL,'BAS',0,NULL,0),(10,519,'to_email','vtiger_emaildetails',1,'8','saved_toid','To',1,2,'',100,2,21,1,'V~M',3,NULL,'BAS',0,NULL,0),(10,520,'cc_email','vtiger_emaildetails',1,'8','ccmail','CC',1,2,'',1000,3,21,1,'V~O',3,NULL,'BAS',0,NULL,0),(10,521,'bcc_email','vtiger_emaildetails',1,'8','bccmail','BCC',1,2,'',1000,4,21,1,'V~O',3,NULL,'BAS',0,NULL,0),(10,522,'idlists','vtiger_emaildetails',1,'357','parent_id','Parent ID',1,2,'',1000,5,21,1,'V~O',3,NULL,'BAS',0,NULL,0),(10,523,'email_flag','vtiger_emaildetails',1,'16','email_flag','Email Flag',1,2,'',1000,6,21,3,'V~O',3,NULL,'BAS',0,NULL,0),(31,524,'direction','vtiger_pbxmanager',1,'1','direction','Direction',1,2,'',100,1,88,1,'V~O',1,0,'BAS',1,'',0),(31,525,'callstatus','vtiger_pbxmanager',1,'1','callstatus','Call Status',1,2,'',100,2,88,1,'V~O',1,0,'BAS',1,'',1),(31,526,'starttime','vtiger_pbxmanager',1,'70','starttime','Start Time',1,2,'',100,7,88,1,'DT~O',1,0,'BAS',1,'',1),(31,527,'endtime','vtiger_pbxmanager',1,'70','endtime','End Time',1,2,'',100,8,88,1,'DT~O',1,0,'BAS',1,'',0),(31,528,'totalduration','vtiger_pbxmanager',1,'7','totalduration','Total Duration',1,2,'',100,10,88,1,'I~O',1,0,'BAS',1,'',0),(31,529,'billduration','vtiger_pbxmanager',1,'7','billduration','Bill Duration',1,2,'',100,11,88,1,'I~O',1,0,'BAS',1,'',0),(31,530,'recordingurl','vtiger_pbxmanager',1,'17','recordingurl','Recording URL',1,2,'',100,9,88,1,'V~O',1,0,'BAS',1,'',1),(31,531,'sourceuuid','vtiger_pbxmanager',1,'1','sourceuuid','Source UUID',1,2,'',100,12,88,1,'V~O',1,0,'BAS',1,'',0),(31,532,'gateway','vtiger_pbxmanager',1,'1','gateway','Gateway',1,2,'',100,13,88,1,'V~O',1,0,'BAS',1,'',0),(31,533,'customer','vtiger_pbxmanager',1,'10','customer','Customer',1,2,'',100,3,88,1,'V~O',1,0,'BAS',1,'',1),(31,534,'user','vtiger_pbxmanager',1,'52','user','User',1,2,'',100,4,88,1,'V~O',1,0,'BAS',1,'',1),(31,535,'customernumber','vtiger_pbxmanager',1,'11','customernumber','Customer Number',1,2,'',100,5,88,1,'V~M',1,0,'BAS',1,'',0),(31,536,'customertype','vtiger_pbxmanager',1,'1','customertype','Customer Type',1,2,'',100,6,88,1,'V~O',1,0,'BAS',1,'',0),(31,537,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,2,'',100,14,88,1,'V~M',1,0,'BAS',1,'',0),(31,538,'createdtime','vtiger_crmentity',1,'70','CreatedTime','Created Time',1,2,'',100,15,88,2,'DT~O',1,0,'BAS',1,'',0),(31,539,'modifiedtime','vtiger_crmentity',1,'70','ModifiedTime','Modified Time',1,2,'',100,16,88,2,'DT~O',1,0,'BAS',1,'',0),(29,540,'phone_crm_extension','vtiger_users',1,'11','phone_crm_extension','CRM Phone Extension',1,2,'',100,18,79,1,'V~O',1,0,'BAS',1,'',0),(35,541,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,2,'',100,4,89,1,'V~M',2,2,'BAS',1,'',1),(35,542,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,0,'',100,17,89,2,'DT~O',3,0,'BAS',0,'',0),(35,543,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,0,'',100,18,89,2,'DT~O',3,0,'BAS',0,'',0),(35,544,'start_date','vtiger_servicecontracts',1,'5','start_date','Start Date',1,2,'',100,7,89,1,'D~O',2,4,'BAS',1,'',0),(35,545,'end_date','vtiger_servicecontracts',1,'5','end_date','End Date',1,2,'',100,11,89,2,'D~O',3,0,'BAS',0,'',0),(35,546,'sc_related_to','vtiger_servicecontracts',1,'10','sc_related_to','Related to',1,2,'',100,3,89,1,'V~O',2,6,'BAS',1,'',0),(35,547,'tracking_unit','vtiger_servicecontracts',1,'15','tracking_unit','Tracking Unit',1,2,'',100,6,89,1,'V~O',2,7,'BAS',1,'',0),(35,548,'total_units','vtiger_servicecontracts',1,'7','total_units','Total Units',1,2,'',100,8,89,1,'V~O',2,8,'BAS',1,'',1),(35,549,'used_units','vtiger_servicecontracts',1,'7','used_units','Used Units',1,2,'',100,10,89,1,'V~O',2,9,'BAS',1,'',1),(35,550,'subject','vtiger_servicecontracts',1,'1','subject','Subject',1,0,'',100,1,89,1,'V~M',0,1,'BAS',1,'',1),(35,551,'due_date','vtiger_servicecontracts',1,'23','due_date','Due date',1,2,'',100,9,89,1,'D~O',2,5,'BAS',1,'',0),(35,552,'planned_duration','vtiger_servicecontracts',1,'1','planned_duration','Planned Duration',1,2,'',100,13,89,2,'V~O',3,0,'BAS',0,'',0),(35,553,'actual_duration','vtiger_servicecontracts',1,'1','actual_duration','Actual Duration',1,2,'',100,15,89,2,'V~O',3,0,'BAS',0,'',0),(35,554,'contract_status','vtiger_servicecontracts',1,'15','contract_status','Status',1,2,'',100,12,89,1,'V~O',1,0,'BAS',1,'',0),(35,555,'priority','vtiger_servicecontracts',1,'15','contract_priority','Priority',1,2,'',100,14,89,1,'V~O',1,0,'BAS',1,'',0),(35,556,'contract_type','vtiger_servicecontracts',1,'15','contract_type','Type',1,2,'',100,5,89,1,'V~O',1,0,'BAS',1,'',0),(35,557,'progress','vtiger_servicecontracts',1,'9','progress','Progress',1,2,'',100,16,89,2,'N~O~2~2',3,3,'BAS',0,'',0),(35,558,'contract_no','vtiger_servicecontracts',1,'4','contract_no','Contract No',1,0,'',100,2,89,1,'V~O',3,0,'BAS',0,'',1),(35,559,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,17,89,3,'V~O',3,0,'BAS',0,'',0),(36,560,'servicename','vtiger_service',1,'2','servicename','Service Name',1,0,'',100,1,91,1,'V~M',0,1,'BAS',1,'',1),(36,561,'service_no','vtiger_service',1,'4','service_no','Service No',1,0,'',100,2,91,1,'V~O',3,0,'BAS',0,'',1),(36,562,'discontinued','vtiger_service',1,'56','discontinued','Service Active',1,2,'',100,4,91,1,'V~O',2,3,'BAS',1,'',0),(36,563,'sales_start_date','vtiger_service',1,'5','sales_start_date','Sales Start Date',1,2,'',100,9,91,1,'D~O',1,0,'BAS',1,'',0),(36,564,'sales_end_date','vtiger_service',1,'5','sales_end_date','Sales End Date',1,2,'',100,10,91,1,'D~O~OTH~GE~sales_start_date~Sales Start Date',1,0,'BAS',1,'',0),(36,565,'start_date','vtiger_service',1,'5','start_date','Support Start Date',1,2,'',100,11,91,1,'D~O',1,0,'BAS',1,'',0),(36,566,'expiry_date','vtiger_service',1,'5','expiry_date','Support Expiry Date',1,2,'',100,12,91,1,'D~O~OTH~GE~start_date~Start Date',1,0,'BAS',1,'',0),(36,567,'website','vtiger_service',1,'17','website','Website',1,2,'',100,6,91,1,'V~O',1,0,'BAS',1,'',0),(36,568,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,0,'',100,13,91,2,'DT~O',3,0,'BAS',0,'',0),(36,569,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,0,'',100,14,91,2,'DT~O',3,0,'BAS',0,'',0),(36,570,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,16,91,3,'V~O',3,0,'BAS',0,'',0),(36,571,'service_usageunit','vtiger_service',1,'15','service_usageunit','Usage Unit',1,2,'',100,3,91,1,'V~O',1,0,'BAS',1,'',0),(36,572,'qty_per_unit','vtiger_service',1,'1','qty_per_unit','No of Units',1,2,'',100,5,91,1,'N~O',1,0,'BAS',1,'',1),(36,573,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Owner',1,0,'',100,8,91,1,'I~O',1,0,'BAS',1,'',0),(36,574,'servicecategory','vtiger_service',1,'15','servicecategory','Service Category',1,2,'',100,7,91,1,'V~O',1,0,'BAS',1,'',0),(36,575,'unit_price','vtiger_service',1,'72','unit_price','Price',1,0,'',100,1,92,1,'N~O',2,2,'BAS',0,'',1),(36,576,'taxclass','vtiger_service',1,'83','taxclass','Tax Class',1,2,'',100,4,92,1,'V~O',1,0,'BAS',1,'',0),(36,577,'commissionrate','vtiger_service',1,'9','commissionrate','Commission Rate',1,2,'',100,2,92,1,'N~O',1,0,'BAS',1,'',1),(36,578,'description','vtiger_crmentity',1,'19','description','Description',1,2,'',100,1,94,1,'V~O',1,0,'BAS',1,'',0),(38,579,'projectmilestonename','vtiger_projectmilestone',1,'2','projectmilestonename','Project Milestone Name',1,2,'',100,1,95,1,'V~M',0,1,'BAS',1,'',1),(38,580,'projectmilestonedate','vtiger_projectmilestone',1,'5','projectmilestonedate','Milestone Date',1,2,'',100,5,95,1,'D~O',0,3,'BAS',1,'',1),(38,581,'projectid','vtiger_projectmilestone',1,'10','projectid','Related to',1,0,'',100,4,95,1,'V~M',0,4,'BAS',1,'',0),(38,582,'projectmilestonetype','vtiger_projectmilestone',1,'15','projectmilestonetype','Type',1,2,'',100,7,95,1,'V~O',1,0,'BAS',1,'',1),(38,583,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,2,'',100,6,95,1,'V~M',0,2,'BAS',1,'',0),(38,584,'projectmilestone_no','vtiger_projectmilestone',2,'4','projectmilestone_no','Project Milestone No',1,0,'',100,2,95,1,'V~O',3,4,'BAS',0,'',0),(38,585,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,2,'',100,1,96,2,'T~O',1,0,'BAS',1,'',0),(38,586,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,2,'',100,2,96,2,'T~O',1,0,'BAS',1,'',0),(38,587,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,3,96,3,'V~O',3,0,'BAS',0,'',0),(38,588,'description','vtiger_crmentity',1,'19','description','description',1,2,'',100,1,97,1,'V~O',1,0,'BAS',1,'',0),(39,589,'projecttaskname','vtiger_projecttask',1,'2','projecttaskname','Project Task Name',1,2,'',100,1,98,1,'V~M',0,1,'BAS',1,'',1),(39,590,'projecttasktype','vtiger_projecttask',1,'15','projecttasktype','Type',1,2,'',100,4,98,1,'V~O',1,0,'BAS',1,'',1),(39,591,'projecttaskpriority','vtiger_projecttask',1,'15','projecttaskpriority','Priority',1,2,'',100,3,98,1,'V~O',1,0,'BAS',1,'',0),(39,592,'projectid','vtiger_projecttask',1,'10','projectid','Related to',1,0,'',100,6,98,1,'V~M',0,5,'BAS',1,'',0),(39,593,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,2,'',100,7,98,1,'V~M',0,2,'BAS',1,'',1),(39,594,'projecttasknumber','vtiger_projecttask',1,'7','projecttasknumber','Project Task Number',1,2,'',100,5,98,1,'I~O',1,0,'BAS',1,'',0),(39,595,'projecttask_no','vtiger_projecttask',2,'4','projecttask_no','Project Task No',1,0,'',100,2,98,1,'V~O',3,4,'BAS',0,'',0),(39,596,'projecttaskprogress','vtiger_projecttask',1,'15','projecttaskprogress','Progress',1,2,'',100,1,99,1,'V~O',1,0,'BAS',1,'',1),(39,597,'projecttaskhours','vtiger_projecttask',1,'7','projecttaskhours','Worked Hours',1,2,'',100,2,99,1,'V~O',1,0,'BAS',1,'',0),(39,598,'startdate','vtiger_projecttask',1,'5','startdate','Start Date',1,2,'',100,3,99,1,'D~O',0,3,'BAS',1,'',1),(39,599,'enddate','vtiger_projecttask',1,'5','enddate','End Date',1,2,'',100,4,99,1,'D~O~OTH~GE~startdate~Start Date',1,0,'BAS',1,'',1),(39,600,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,2,'',100,5,99,2,'T~O',1,0,'BAS',1,'',0),(39,601,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,2,'',100,6,99,2,'T~O',1,0,'BAS',1,'',0),(39,602,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,7,99,3,'V~O',3,0,'BAS',0,'',0),(39,603,'description','vtiger_crmentity',1,'19','description','description',1,2,'',100,1,100,1,'V~O',1,0,'BAS',1,'',0),(40,604,'projectname','vtiger_project',1,'2','projectname','Project Name',1,2,'',100,1,101,1,'V~M',0,1,'BAS',1,'',1),(40,605,'startdate','vtiger_project',1,'23','startdate','Start Date',1,2,'',100,3,101,1,'D~O',0,3,'BAS',1,'',1),(40,606,'targetenddate','vtiger_project',1,'23','targetenddate','Target End Date',1,2,'',100,5,101,1,'D~O~OTH~GE~startdate~Start Date',0,4,'BAS',1,'',1),(40,607,'actualenddate','vtiger_project',1,'23','actualenddate','Actual End Date',1,2,'',100,6,101,1,'D~O~OTH~GE~startdate~Start Date',1,0,'BAS',1,'',0),(40,608,'projectstatus','vtiger_project',1,'15','projectstatus','Status',1,2,'',100,7,101,1,'V~O',1,0,'BAS',1,'',1),(40,609,'projecttype','vtiger_project',1,'15','projecttype','Type',1,2,'',100,8,101,1,'V~O',1,0,'BAS',1,'',1),(40,610,'linktoaccountscontacts','vtiger_project',1,'10','linktoaccountscontacts','Related to',1,2,'',100,9,101,1,'V~O',1,0,'BAS',1,'',0),(40,611,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,2,'',100,4,101,1,'V~M',0,2,'BAS',1,'',1),(40,612,'project_no','vtiger_project',2,'4','project_no','Project No',1,0,'',100,2,101,1,'V~O',3,0,'BAS',0,'',0),(40,613,'targetbudget','vtiger_project',1,'7','targetbudget','Target Budget',1,2,'',100,1,102,1,'V~O',1,0,'BAS',1,'',0),(40,614,'projecturl','vtiger_project',1,'17','projecturl','Project Url',1,2,'',100,2,102,1,'V~O',1,0,'BAS',1,'',0),(40,615,'projectpriority','vtiger_project',1,'15','projectpriority','Priority',1,2,'',100,3,102,1,'V~O',1,0,'BAS',1,'',0),(40,616,'progress','vtiger_project',1,'15','progress','Progress',1,2,'',100,4,102,1,'V~O',1,0,'BAS',1,'',0),(40,617,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,2,'',100,5,102,2,'T~O',1,0,'BAS',1,'',0),(40,618,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,2,'',100,6,102,2,'T~O',1,0,'BAS',1,'',0),(40,619,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,7,102,3,'V~O',3,0,'BAS',0,'',0),(40,620,'description','vtiger_crmentity',1,'19','description','description',1,2,'',100,1,103,1,'V~O',1,0,'BAS',1,'',0),(41,621,'asset_no','vtiger_assets',1,'4','asset_no','Asset No',1,0,'',100,2,104,1,'V~O',3,0,'BAS',0,'\n ',1),(41,622,'product','vtiger_assets',1,'10','product','Product Name',1,2,'',100,3,104,1,'V~M',0,3,'BAS',1,'\n ',1),(41,623,'serialnumber','vtiger_assets',1,'2','serialnumber','Serial Number',1,2,'',100,4,104,1,'V~M',0,5,'BAS',1,'\n ',0),(41,624,'datesold','vtiger_assets',1,'5','datesold','Date Sold',1,2,'',100,5,104,1,'D~M~OTH~GE~datesold~Date Sold',0,0,'BAS',1,'\n ',0),(41,625,'dateinservice','vtiger_assets',1,'5','dateinservice','Date in Service',1,2,'',100,6,104,1,'D~M~OTH~GE~dateinservice~Date in Service',0,4,'BAS',1,'\n ',0),(41,626,'assetstatus','vtiger_assets',1,'15','assetstatus','Status',1,2,'',100,7,104,1,'V~M',0,0,'BAS',1,'\n ',0),(41,627,'tagnumber','vtiger_assets',1,'2','tagnumber','Tag Number',1,2,'',100,8,104,1,'V~O',1,0,'BAS',1,'\n ',0),(41,628,'invoiceid','vtiger_assets',1,'10','invoiceid','Invoice Name',1,2,'',100,9,104,1,'V~O',1,0,'BAS',1,'\n ',0),(41,629,'shippingmethod','vtiger_assets',1,'2','shippingmethod','Shipping Method',1,2,'',100,10,104,1,'V~O',1,0,'BAS',1,'\n ',0),(41,630,'shippingtrackingnumber','vtiger_assets',1,'2','shippingtrackingnumber','Shipping Tracking Number',1,2,'',100,11,104,1,'V~O',1,0,'BAS',1,'\n ',0),(41,631,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,2,'',100,4,104,1,'V~M',0,2,'BAS',1,'\n ',0),(41,632,'assetname','vtiger_assets',1,'1','assetname','Asset Name',1,0,'',100,12,104,1,'V~M',0,6,'BAS',1,'\n ',1),(41,633,'account','vtiger_assets',1,'10','account','Customer Name',1,2,'',100,13,104,1,'V~M',0,0,'BAS',1,'\n ',1),(41,634,'contact','vtiger_assets',1,'10','contact','Contact Name',1,2,'',100,14,104,1,'V~O',0,0,'BAS',1,'\n ',0),(41,635,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,0,'',100,14,104,2,'DT~O',3,0,'BAS',0,'\n ',0),(41,636,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,0,'',100,15,104,2,'DT~O',3,0,'BAS',0,'\n ',0),(41,637,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,16,104,3,'V~O',3,0,'BAS',0,'\n ',0),(41,638,'description','vtiger_crmentity',1,'19','description','Notes',1,2,'',100,1,106,1,'V~O',1,0,'BAS',1,'\n ',0),(42,639,'commentcontent','vtiger_modcomments',1,'19','commentcontent','Comment',1,0,'',100,4,107,1,'V~M',0,4,'BAS',2,'',1),(42,640,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,0,'',100,1,108,1,'V~M',0,1,'BAS',2,'',1),(42,641,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,0,'',100,5,108,2,'DT~O',0,2,'BAS',0,'',0),(42,642,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,0,'',100,6,108,2,'DT~O',0,3,'BAS',0,'',0),(42,643,'related_to','vtiger_modcomments',1,'10','related_to','Related To',1,2,'',100,2,108,1,'V~M',2,5,'BAS',2,'',0),(42,644,'smcreatorid','vtiger_crmentity',1,'52','creator','Creator',1,2,'',100,4,108,2,'V~O',1,0,'BAS',1,'',0),(42,645,'parent_comments','vtiger_modcomments',1,'10','parent_comments','Related To Comments',1,2,'',100,7,108,1,'V~O',1,0,'BAS',1,'',0),(45,646,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,0,'',100,2,110,1,'V~M',1,0,'BAS',1,'',1),(45,647,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,0,'',100,5,110,2,'DT~O',1,0,'BAS',0,'',0),(45,648,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,0,'',100,6,110,2,'DT~O',1,0,'BAS',0,'',0),(45,649,'message','vtiger_smsnotifier',1,'21','message','message',1,0,'',100,1,110,1,'V~M',1,0,'BAS',1,'',1),(45,650,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,7,110,3,'V~O',1,0,'BAS',0,'',0),(2,651,'forecast_amount','vtiger_potential',1,'71','forecast_amount','Forecast Amount',1,2,'',100,18,1,1,'N~O',1,0,'BAS',0,'',0),(29,652,'no_of_currency_decimals','vtiger_users',1,'16','no_of_currency_decimals','Number Of Currency Decimals',1,2,'2',100,6,78,1,'V~O',1,0,'BAS',1,'<b>Currency - Number of Decimal places</b> <br/><br/>Number of decimal places specifies how many number of decimals will be shown after decimal separator.<br/><b>Eg:</b> 123.00',0),(23,653,'productid','vtiger_inventoryproductrel',1,'10','productid','Item Name',0,2,'',100,1,113,5,'V~M',1,0,'BAS',0,'',0),(23,654,'quantity','vtiger_inventoryproductrel',1,'7','quantity','Quantity',0,2,'',100,2,113,5,'N~O',1,0,'BAS',0,'',0),(23,655,'listprice','vtiger_inventoryproductrel',1,'71','listprice','List Price',0,2,'',100,3,113,5,'N~O',1,0,'BAS',0,'',0),(23,656,'comment','vtiger_inventoryproductrel',1,'19','comment','Item Comment',0,2,'',100,4,113,5,'V~O',1,0,'BAS',0,'',0),(23,657,'discount_amount','vtiger_inventoryproductrel',1,'71','discount_amount','Discount',0,2,'',100,5,113,5,'N~O',1,0,'BAS',0,'',0),(23,658,'discount_percent','vtiger_inventoryproductrel',1,'7','discount_percent','Item Discount Percent',0,2,'',100,6,113,5,'V~O',1,0,'BAS',0,'',0),(23,659,'tax1','vtiger_inventoryproductrel',1,'83','tax1','Tax1',0,2,'',100,7,113,5,'V~O',1,0,'BAS',0,'',0),(23,660,'tax2','vtiger_inventoryproductrel',1,'83','tax2','Tax2',0,2,'',100,8,113,5,'V~O',1,0,'BAS',0,'',0),(23,661,'tax3','vtiger_inventoryproductrel',1,'83','tax3','Tax3',0,2,'',100,9,113,5,'V~O',1,0,'BAS',0,'',0),(22,662,'productid','vtiger_inventoryproductrel',1,'10','productid','Item Name',0,2,'',100,1,114,5,'V~M',1,0,'BAS',0,'',0),(22,663,'quantity','vtiger_inventoryproductrel',1,'7','quantity','Quantity',0,2,'',100,2,114,5,'N~O',1,0,'BAS',0,'',0),(22,664,'listprice','vtiger_inventoryproductrel',1,'71','listprice','List Price',0,2,'',100,3,114,5,'N~O',1,0,'BAS',0,'',0),(22,665,'comment','vtiger_inventoryproductrel',1,'19','comment','Item Comment',0,2,'',100,4,114,5,'V~O',1,0,'BAS',0,'',0),(22,666,'discount_amount','vtiger_inventoryproductrel',1,'71','discount_amount','Discount',0,2,'',100,5,114,5,'N~O',1,0,'BAS',0,'',0),(22,667,'discount_percent','vtiger_inventoryproductrel',1,'7','discount_percent','Item Discount Percent',0,2,'',100,6,114,5,'V~O',1,0,'BAS',0,'',0),(22,668,'tax1','vtiger_inventoryproductrel',1,'83','tax1','Tax1',0,2,'',100,7,114,5,'V~O',1,0,'BAS',0,'',0),(22,669,'tax2','vtiger_inventoryproductrel',1,'83','tax2','Tax2',0,2,'',100,8,114,5,'V~O',1,0,'BAS',0,'',0),(22,670,'tax3','vtiger_inventoryproductrel',1,'83','tax3','Tax3',0,2,'',100,9,114,5,'V~O',1,0,'BAS',0,'',0),(21,671,'productid','vtiger_inventoryproductrel',1,'10','productid','Item Name',0,2,'',100,1,115,5,'V~M',1,0,'BAS',0,'',0),(21,672,'quantity','vtiger_inventoryproductrel',1,'7','quantity','Quantity',0,2,'',100,2,115,5,'N~O',1,0,'BAS',0,'',0),(21,673,'listprice','vtiger_inventoryproductrel',1,'71','listprice','List Price',0,2,'',100,3,115,5,'N~O',1,0,'BAS',0,'',0),(21,674,'comment','vtiger_inventoryproductrel',1,'19','comment','Item Comment',0,2,'',100,4,115,5,'V~O',1,0,'BAS',0,'',0),(21,675,'discount_amount','vtiger_inventoryproductrel',1,'71','discount_amount','Discount',0,2,'',100,5,115,5,'N~O',1,0,'BAS',0,'',0),(21,676,'discount_percent','vtiger_inventoryproductrel',1,'7','discount_percent','Item Discount Percent',0,2,'',100,6,115,5,'V~O',1,0,'BAS',0,'',0),(21,677,'tax1','vtiger_inventoryproductrel',1,'83','tax1','Tax1',0,2,'',100,7,115,5,'V~O',1,0,'BAS',0,'',0),(21,678,'tax2','vtiger_inventoryproductrel',1,'83','tax2','Tax2',0,2,'',100,8,115,5,'V~O',1,0,'BAS',0,'',0),(21,679,'tax3','vtiger_inventoryproductrel',1,'83','tax3','Tax3',0,2,'',100,9,115,5,'V~O',1,0,'BAS',0,'',0),(20,680,'productid','vtiger_inventoryproductrel',1,'10','productid','Item Name',0,2,'',100,1,116,5,'V~M',1,0,'BAS',0,'',0),(20,681,'quantity','vtiger_inventoryproductrel',1,'7','quantity','Quantity',0,2,'',100,2,116,5,'N~O',1,0,'BAS',0,'',0),(20,682,'listprice','vtiger_inventoryproductrel',1,'71','listprice','List Price',0,2,'',100,3,116,5,'N~O',1,0,'BAS',0,'',0),(20,683,'comment','vtiger_inventoryproductrel',1,'19','comment','Item Comment',0,2,'',100,4,116,5,'V~O',1,0,'BAS',0,'',0),(20,684,'discount_amount','vtiger_inventoryproductrel',1,'71','discount_amount','Discount',0,2,'',100,5,116,5,'N~O',1,0,'BAS',0,'',0),(20,685,'discount_percent','vtiger_inventoryproductrel',1,'7','discount_percent','Item Discount Percent',0,2,'',100,6,116,5,'V~O',1,0,'BAS',0,'',0),(20,686,'tax1','vtiger_inventoryproductrel',1,'83','tax1','Tax1',0,2,'',100,7,116,5,'V~O',1,0,'BAS',0,'',0),(20,687,'tax2','vtiger_inventoryproductrel',1,'83','tax2','Tax2',0,2,'',100,8,116,5,'V~O',1,0,'BAS',0,'',0),(20,688,'tax3','vtiger_inventoryproductrel',1,'83','tax3','Tax3',0,2,'',100,9,116,5,'V~O',1,0,'BAS',0,'',0),(29,689,'truncate_trailing_zeros','vtiger_users',1,'56','truncate_trailing_zeros','Truncate Trailing Zeros',1,2,'0',100,7,78,1,'V~O',1,0,'BAS',1,'<b> Truncate Trailing Zeros </b> <br/><br/>It truncated trailing 0s in any of Currency, Decimal and Percentage Field types<br/><br/><b>Ex:</b><br/>If value is 89.00000 then <br/>decimal and Percentage fields were shows 89<br/>currency field type - shows 89.00<br/>',0),(39,690,'projecttaskstatus','vtiger_projecttask',1,'15','projecttaskstatus','Status',1,2,'',100,8,98,1,'V~O',0,6,'BAS',1,'',0),(42,691,'customer','vtiger_modcomments',1,'10','customer','Customer',1,2,'',100,5,107,3,'V~O',1,0,'BAS',1,'',0),(29,692,'dayoftheweek','vtiger_users',1,'16','dayoftheweek','Starting Day of the week',1,2,'Monday',100,1,118,1,'V~O',1,0,'BAS',1,'',0),(29,693,'callduration','vtiger_users',1,'16','callduration','Default Call Duration',1,2,'5',100,7,118,1,'V~O',1,0,'BAS',1,'',0),(29,694,'othereventduration','vtiger_users',1,'16','othereventduration','Other Event Duration',1,2,'5',100,8,118,1,'V~O',1,0,'BAS',1,'',0),(23,695,'pre_tax_total','vtiger_invoice',1,'72','pre_tax_total','Pre Tax Total',1,2,'',100,23,67,3,'N~O',1,0,'BAS',1,'',0),(22,696,'pre_tax_total','vtiger_salesorder',1,'72','pre_tax_total','Pre Tax Total',1,2,'',100,23,61,3,'N~O',1,0,'BAS',1,'',0),(21,697,'pre_tax_total','vtiger_purchaseorder',1,'72','pre_tax_total','Pre Tax Total',1,2,'',100,23,55,3,'N~O',1,0,'BAS',1,'',0),(20,698,'pre_tax_total','vtiger_quotes',1,'72','pre_tax_total','Pre Tax Total',1,2,'',100,23,49,3,'N~O',1,0,'BAS',1,'',0),(29,699,'calendarsharedtype','vtiger_users',1,'16','calendarsharedtype','Calendar Shared Type',1,2,'Public',100,12,118,3,'V~O',1,0,'BAS',1,'',0),(6,700,'isconvertedfromlead','vtiger_account',1,'56','isconvertedfromlead','Is Converted From Lead',1,2,'no',100,24,9,2,'C~O',1,0,'BAS',1,'',0),(4,701,'isconvertedfromlead','vtiger_contactdetails',1,'56','isconvertedfromlead','Is Converted From Lead',1,2,'no',100,29,4,2,'C~O',1,0,'BAS',1,'',0),(2,702,'isconvertedfromlead','vtiger_potential',1,'56','isconvertedfromlead','Is Converted From Lead',1,2,'no',100,19,1,2,'C~O',1,0,'BAS',1,'',0),(29,703,'default_record_view','vtiger_users',1,'16','default_record_view','Default Record View',1,2,'Summary',100,19,79,1,'V~O',1,0,'BAS',1,'',0),(23,704,'received','vtiger_invoice',1,'72','received','Received',1,2,'0',100,24,67,3,'N~O',1,0,'BAS',1,'',0),(23,705,'balance','vtiger_invoice',1,'72','balance','Balance',1,2,'0',100,25,67,3,'N~O',1,0,'BAS',1,'',0),(21,706,'paid','vtiger_purchaseorder',1,'72','paid','Paid',1,2,'0',100,24,55,3,'N~O',1,0,'BAS',1,'',0),(21,707,'balance','vtiger_purchaseorder',1,'72','balance','Balance',1,2,'0',100,25,55,3,'N~O',1,0,'BAS',1,'',0),(18,708,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,2,'',100,13,42,1,'V~M',1,0,'BAS',1,'',0),(7,709,'emailoptout','vtiger_leaddetails',1,'56','emailoptout','Email Opt Out',1,2,'',100,24,13,1,'C~O',1,0,'BAS',1,'',0),(42,710,'userid','vtiger_modcomments',1,'10','userid','UserId',1,2,'',100,6,107,3,'V~O',1,0,'BAS',1,'',0),(42,711,'reasontoedit','vtiger_modcomments',1,'19','reasontoedit','ReasonToEdit',1,2,'',100,7,107,1,'V~O',1,0,'BAS',1,'',0),(23,712,'s_h_percent','vtiger_invoice',1,'1','hdnS_H_Percent','S&H Percent',0,2,'',100,10,113,5,'N~O',0,1,'BAS',0,'',0),(20,713,'s_h_percent','vtiger_quotes',1,'1','hdnS_H_Percent','S&H Percent',0,2,'',100,10,116,5,'N~O',0,1,'BAS',0,'',0),(21,714,'s_h_percent','vtiger_purchaseorder',1,'1','hdnS_H_Percent','S&H Percent',0,2,'',100,10,115,5,'N~O',0,1,'BAS',0,'',0),(22,715,'s_h_percent','vtiger_salesorder',1,'1','hdnS_H_Percent','S&H Percent',0,2,'',100,10,114,5,'N~O',0,1,'BAS',0,'',0),(29,716,'leftpanelhide','vtiger_users',1,'56','leftpanelhide','Left Panel Hide',1,2,'0',100,20,79,1,'V~O',1,0,'BAS',1,'',0),(2,717,'contact_id','vtiger_potential',1,'10','contact_id','Contact Name',1,2,'',100,4,1,1,'V~O',1,0,'BAS',1,'',1),(13,718,'contact_id','vtiger_troubletickets',1,'10','contact_id','Contact Name',1,2,'',100,3,25,1,'V~O',1,0,'BAS',1,'',1),(29,719,'rowheight','vtiger_users',1,'16','rowheight','Row Height',1,2,'medium',100,21,79,1,'V~O',1,0,'BAS',1,'',0),(13,720,'from_portal','vtiger_ticketcf',1,'56','from_portal','From Portal',1,0,'',100,18,25,3,'C~O',1,0,'BAS',1,'',0),(29,721,'defaulteventstatus','vtiger_users',1,'15','defaulteventstatus','Default Event Status',1,2,'',100,9,118,1,'V~O',1,0,'BAS',1,'',0),(29,722,'defaultactivitytype','vtiger_users',1,'15','defaultactivitytype','Default Activity Type',1,2,'',100,10,118,1,'V~O',1,0,'BAS',1,'',0),(29,723,'hidecompletedevents','vtiger_users',1,'56','hidecompletedevents','LBL_HIDE_COMPLETED_EVENTS',1,2,'0',100,13,118,1,'C~O',1,0,'BAS',1,'',0),(9,729,'smcreatorid','vtiger_crmentity',1,'52','created_user_id','Created By',1,2,'',100,23,19,2,'V~O',3,5,'BAS',0,'',0),(29,750,'is_owner','vtiger_users',1,'1','is_owner','Account Owner',0,2,'0',100,12,77,5,'V~O',0,1,'BAS',0,'',0),(51,751,'ctgoogleSuite_no','vtiger_ctgooglesuite',1,'4','ctgoogleSuite_no','CTGoogleSuite No',1,2,'',100,1,120,1,'V~O',1,0,'BAS',1,'',0),(51,752,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,2,'',100,2,120,2,'DT~O',1,0,'BAS',1,'',0),(51,753,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,2,'',100,3,120,2,'DT~O',1,0,'BAS',1,'',0),(51,754,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,2,'',100,4,120,1,'V~M',1,0,'BAS',1,'',0),(52,755,'related_id','vtiger_ctgooglesuitelog',1,'10','related_id','Related To',1,2,'',100,1,121,1,'V~O',2,0,'BAS',1,'',1),(52,756,'type','vtiger_ctgooglesuitelog',1,'2','type','Type',1,2,'',100,2,121,1,'V~O',1,0,'BAS',1,'',0),(52,757,'sync_type','vtiger_ctgooglesuitelog',1,'2','sync_type','Sync Type',1,2,'',100,3,121,1,'V~O',1,0,'BAS',1,'',0),(52,758,'action_type','vtiger_ctgooglesuitelog',1,'2','action_type','Action Type',1,2,'',100,4,121,1,'V~O',1,0,'BAS',1,'',0),(52,759,'status','vtiger_ctgooglesuitelog',1,'2','status','Status',1,2,'',100,5,121,1,'V~O',1,0,'BAS',1,'',0),(52,760,'description','vtiger_ctgooglesuitelog',1,'19','description','Description',1,2,'',100,6,121,1,'V~O',1,0,'BAS',1,'',0),(52,761,'ctgoogleoffice365suitelog_no','vtiger_ctgooglesuitelog',1,'4','ctgoogleoffice365suitelog_no','CTGoogleOffice365SuiteLog No',1,2,'',100,7,121,1,'V~O',1,0,'BAS',1,'',0),(52,762,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,2,'',100,8,121,2,'DT~O',1,0,'BAS',1,'',0),(52,763,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,2,'',100,9,121,2,'DT~O',1,0,'BAS',1,'',0),(52,764,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,2,'',100,10,121,1,'V~M',1,0,'BAS',1,'',0),(52,767,'tags','vtiger_ctgooglesuitelog',1,'1','tags','tags',1,2,'',100,13,121,6,'V~O',3,3,'BAS',0,'',0),(52,768,'group_id','vtiger_ctgooglesuitelog',1,'2','group_id','Group Id',1,2,'',100,14,121,1,'V~O',1,0,'BAS',1,'',0),(52,769,'deleted_status','vtiger_ctgooglesuitelog',1,'2','deleted_status','Deleted Staus',1,2,'',100,5,121,1,'I~O',1,0,'BAS',1,'',0),(52,770,'user_id','vtiger_ctgooglesuitelog',1,'2','user_id','User Id',1,2,'',100,14,121,1,'V~O',1,0,'BAS',1,'',0),(52,771,'contact_id','vtiger_ctgooglesuitelog',1,'21','contact_id','Google/Outlook365 Contact Id',1,2,'',100,1,122,1,'V~O',1,0,'BAS',1,'',0),(52,772,'etag_id','vtiger_ctgooglesuitelog',1,'21','etag_id','Google ETag Id',1,2,'',100,2,122,1,'V~O',1,0,'BAS',1,'',0),(52,773,'contactgroup_id','vtiger_ctgooglesuitelog',1,'21','contactgroup_id','Google/Outlook365 Contact Group',1,2,'',100,3,122,1,'V~O',1,0,'BAS',1,'',0),(52,774,'series_master_id','vtiger_ctgooglesuitelog',1,'21','series_master_id','series Master Id',1,2,'',100,3,122,1,'V~O',1,0,'BAS',1,'',0),(52,775,'event_id','vtiger_ctgooglesuitelog',1,'21','event_id','Google/Outlook365 Event Id',1,2,'',100,1,123,1,'V~O',1,0,'BAS',1,'',0),(52,776,'calendargroup_id','vtiger_ctgooglesuitelog',1,'21','calendargroup_id','Google/Outlook365 Calendar Group',1,2,'',100,2,123,1,'V~O',1,0,'BAS',1,'',0),(52,777,'icaluid','vtiger_ctgooglesuitelog',1,'2','icaluid','iCalUId',1,2,'',100,3,123,1,'V~O',1,0,'BAS',1,'',0),(52,778,'params','vtiger_ctgooglesuitelog',1,'2','params','Params',1,2,'',100,4,123,1,'V~O',1,0,'BAS',1,'',0),(53,779,'ctgoogleSuite_no','vtiger_ctgooglesuite',1,'4','ctgoogleSuite_no','CTGoogleSuite No',1,2,'',100,1,124,1,'V~O',1,0,'BAS',1,'',0),(53,780,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,2,'',100,2,124,2,'DT~O',1,0,'BAS',1,'',0),(53,781,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,2,'',100,3,124,2,'DT~O',1,0,'BAS',1,'',0),(53,782,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,2,'',100,4,124,1,'V~M',1,0,'BAS',1,'',0),(53,783,'related_id','vtiger_ctgooglesuitelog',1,'10','related_id','Related To',1,2,'',100,1,125,1,'V~O',2,0,'BAS',1,'',1),(53,784,'type','vtiger_ctgooglesuitelog',1,'2','type','Type',1,2,'',100,2,125,1,'V~O',1,0,'BAS',1,'',0),(53,785,'sync_type','vtiger_ctgooglesuitelog',1,'2','sync_type','Sync Type',1,2,'',100,3,125,1,'V~O',1,0,'BAS',1,'',0),(53,786,'action_type','vtiger_ctgooglesuitelog',1,'2','action_type','Action Type',1,2,'',100,4,125,1,'V~O',1,0,'BAS',1,'',0),(53,787,'status','vtiger_ctgooglesuitelog',1,'2','status','Status',1,2,'',100,5,125,1,'V~O',1,0,'BAS',1,'',0),(53,788,'description','vtiger_ctgooglesuitelog',1,'19','description','Description',1,2,'',100,6,125,1,'V~O',1,0,'BAS',1,'',0),(53,789,'ctgoogleoffice365suitelog_no','vtiger_ctgooglesuitelog',1,'4','ctgoogleoffice365suitelog_no','CTGoogleOffice365SuiteLog No',1,2,'',100,7,125,1,'V~O',1,0,'BAS',1,'',0),(53,790,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,2,'',100,8,125,2,'DT~O',1,0,'BAS',1,'',0),(53,791,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,2,'',100,9,125,2,'DT~O',1,0,'BAS',1,'',0),(53,792,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,2,'',100,10,125,1,'V~M',1,0,'BAS',1,'',0),(53,795,'tags','vtiger_ctgooglesuitelog',1,'1','tags','tags',1,2,'',100,13,125,6,'V~O',3,3,'BAS',0,'',0),(53,796,'group_id','vtiger_ctgooglesuitelog',1,'2','group_id','Group Id',1,2,'',100,14,125,1,'V~O',1,0,'BAS',1,'',0),(53,797,'deleted_status','vtiger_ctgooglesuitelog',1,'2','deleted_status','Deleted Staus',1,2,'',100,5,125,1,'I~O',1,0,'BAS',1,'',0),(53,798,'user_id','vtiger_ctgooglesuitelog',1,'2','user_id','User Id',1,2,'',100,14,125,1,'V~O',1,0,'BAS',1,'',0),(53,799,'contact_id','vtiger_ctgooglesuitelog',1,'21','contact_id','Google/Outlook365 Contact Id',1,2,'',100,1,126,1,'V~O',1,0,'BAS',1,'',0),(53,800,'etag_id','vtiger_ctgooglesuitelog',1,'21','etag_id','Google ETag Id',1,2,'',100,2,126,1,'V~O',1,0,'BAS',1,'',0),(53,801,'contactgroup_id','vtiger_ctgooglesuitelog',1,'21','contactgroup_id','Google/Outlook365 Contact Group',1,2,'',100,3,126,1,'V~O',1,0,'BAS',1,'',0),(53,802,'series_master_id','vtiger_ctgooglesuitelog',1,'21','series_master_id','series Master Id',1,2,'',100,3,126,1,'V~O',1,0,'BAS',1,'',0),(53,803,'event_id','vtiger_ctgooglesuitelog',1,'21','event_id','Google/Outlook365 Event Id',1,2,'',100,1,127,1,'V~O',1,0,'BAS',1,'',0),(53,804,'calendargroup_id','vtiger_ctgooglesuitelog',1,'21','calendargroup_id','Google/Outlook365 Calendar Group',1,2,'',100,2,127,1,'V~O',1,0,'BAS',1,'',0),(53,805,'icaluid','vtiger_ctgooglesuitelog',1,'2','icaluid','iCalUId',1,2,'',100,3,127,1,'V~O',1,0,'BAS',1,'',0),(53,806,'params','vtiger_ctgooglesuitelog',1,'2','params','Params',1,2,'',100,4,127,1,'V~O',1,0,'BAS',1,'',0);
/*!40000 ALTER TABLE `vtiger_field` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_field_seq`
--
DROP TABLE IF EXISTS `vtiger_field_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_field_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_field_seq`
--
LOCK TABLES `vtiger_field_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_field_seq` DISABLE KEYS */;
INSERT INTO `vtiger_field_seq` VALUES (806);
/*!40000 ALTER TABLE `vtiger_field_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_fieldmodulerel`
--
DROP TABLE IF EXISTS `vtiger_fieldmodulerel`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_fieldmodulerel` (
`fieldid` int NOT NULL,
`module` varchar(100) NOT NULL,
`relmodule` varchar(100) NOT NULL,
`status` varchar(10) DEFAULT NULL,
`sequence` int DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_fieldmodulerel`
--
LOCK TABLES `vtiger_fieldmodulerel` WRITE;
/*!40000 ALTER TABLE `vtiger_fieldmodulerel` DISABLE KEYS */;
INSERT INTO `vtiger_fieldmodulerel` VALUES (113,'Potentials','Accounts',NULL,0),(533,'PBXManager','Leads',NULL,NULL),(533,'PBXManager','Contacts',NULL,NULL),(533,'PBXManager','Accounts',NULL,NULL),(546,'ServiceContracts','Contacts',NULL,NULL),(546,'ServiceContracts','Accounts',NULL,NULL),(581,'ProjectMilestone','Project',NULL,NULL),(592,'ProjectTask','Project',NULL,NULL),(610,'Project','Accounts',NULL,NULL),(610,'Project','Contacts',NULL,NULL),(622,'Assets','Products',NULL,NULL),(628,'Assets','Invoice',NULL,NULL),(633,'Assets','Accounts',NULL,NULL),(634,'Assets','Contacts',NULL,NULL),(643,'ModComments','Leads',NULL,NULL),(643,'ModComments','Contacts',NULL,NULL),(643,'ModComments','Accounts',NULL,NULL),(645,'ModComments','ModComments',NULL,NULL),(643,'ModComments','Potentials',NULL,NULL),(643,'ModComments','Project',NULL,NULL),(643,'ModComments','ProjectTask',NULL,NULL),(653,'Invoice','Products',NULL,NULL),(653,'Invoice','Services',NULL,NULL),(662,'SalesOrder','Products',NULL,NULL),(662,'SalesOrder','Services',NULL,NULL),(671,'PurchaseOrder','Products',NULL,NULL),(671,'PurchaseOrder','Services',NULL,NULL),(680,'Quotes','Products',NULL,NULL),(680,'Quotes','Services',NULL,NULL),(691,'ModComments','Contacts',NULL,NULL),(643,'ModComments','HelpDesk',NULL,NULL),(643,'ModComments','Faq',NULL,NULL),(717,'Potentials','Contacts',NULL,NULL),(157,'HelpDesk','Accounts',NULL,NULL),(718,'HelpDesk','Contacts',NULL,NULL),(237,'Accounts','Calendar',NULL,NULL),(237,'Leads','Calendar',NULL,NULL),(237,'HelpDesk','Calendar',NULL,NULL),(237,'Campaigns','Calendar',NULL,NULL),(237,'Potentials','Calendar',NULL,NULL),(237,'PurchaseOrder','Calendar',NULL,NULL),(237,'SalesOrder','Calendar',NULL,NULL),(237,'Quotes','Calendar',NULL,NULL),(237,'Invoice','Calendar',NULL,NULL),(238,'Contacts','Calendar',NULL,NULL),(755,'CTGoogleSuiteLog','Accounts',NULL,NULL),(755,'CTGoogleSuiteLog','Contacts',NULL,NULL),(755,'CTGoogleSuiteLog','Leads',NULL,NULL),(755,'CTGoogleSuiteLog','Calendar',NULL,NULL),(783,'CTGoogleSuiteLog','Accounts',NULL,NULL),(783,'CTGoogleSuiteLog','Contacts',NULL,NULL),(783,'CTGoogleSuiteLog','Leads',NULL,NULL),(783,'CTGoogleSuiteLog','Calendar',NULL,NULL);
/*!40000 ALTER TABLE `vtiger_fieldmodulerel` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_freetagged_objects`
--
DROP TABLE IF EXISTS `vtiger_freetagged_objects`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_freetagged_objects` (
`tag_id` int NOT NULL DEFAULT '0',
`tagger_id` int NOT NULL DEFAULT '0',
`object_id` int NOT NULL DEFAULT '0',
`tagged_on` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`module` varchar(50) NOT NULL DEFAULT '',
PRIMARY KEY (`tag_id`,`tagger_id`,`object_id`),
KEY `freetagged_objects_tag_id_tagger_id_object_id_idx` (`tag_id`,`tagger_id`,`object_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_freetagged_objects`
--
LOCK TABLES `vtiger_freetagged_objects` WRITE;
/*!40000 ALTER TABLE `vtiger_freetagged_objects` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_freetagged_objects` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_freetags`
--
DROP TABLE IF EXISTS `vtiger_freetags`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_freetags` (
`id` int NOT NULL,
`tag` varchar(50) NOT NULL DEFAULT '',
`raw_tag` varchar(50) NOT NULL DEFAULT '',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_freetags`
--
LOCK TABLES `vtiger_freetags` WRITE;
/*!40000 ALTER TABLE `vtiger_freetags` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_freetags` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_freetags_seq`
--
DROP TABLE IF EXISTS `vtiger_freetags_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_freetags_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_freetags_seq`
--
LOCK TABLES `vtiger_freetags_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_freetags_seq` DISABLE KEYS */;
INSERT INTO `vtiger_freetags_seq` VALUES (1);
/*!40000 ALTER TABLE `vtiger_freetags_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_glacct`
--
DROP TABLE IF EXISTS `vtiger_glacct`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_glacct` (
`glacctid` int NOT NULL AUTO_INCREMENT,
`glacct` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT NULL,
PRIMARY KEY (`glacctid`),
UNIQUE KEY `glacct_glacct_idx` (`glacct`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_glacct`
--
LOCK TABLES `vtiger_glacct` WRITE;
/*!40000 ALTER TABLE `vtiger_glacct` DISABLE KEYS */;
INSERT INTO `vtiger_glacct` VALUES (1,'300-Sales-Software',1,51,0),(2,'301-Sales-Hardware',1,52,1),(3,'302-Rental-Income',1,53,2),(4,'303-Interest-Income',1,54,3),(5,'304-Sales-Software-Support',1,55,4),(6,'305-Sales Other',1,56,5),(7,'306-Internet Sales',1,57,6),(8,'307-Service-Hardware Labor',1,58,7),(9,'308-Sales-Books',1,59,8);
/*!40000 ALTER TABLE `vtiger_glacct` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_glacct_seq`
--
DROP TABLE IF EXISTS `vtiger_glacct_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_glacct_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_glacct_seq`
--
LOCK TABLES `vtiger_glacct_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_glacct_seq` DISABLE KEYS */;
INSERT INTO `vtiger_glacct_seq` VALUES (9);
/*!40000 ALTER TABLE `vtiger_glacct_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_google_oauth2`
--
DROP TABLE IF EXISTS `vtiger_google_oauth2`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_google_oauth2` (
`service` varchar(20) DEFAULT NULL,
`access_token` varchar(500) DEFAULT NULL,
`refresh_token` varchar(500) DEFAULT NULL,
`userid` int DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_google_oauth2`
--
LOCK TABLES `vtiger_google_oauth2` WRITE;
/*!40000 ALTER TABLE `vtiger_google_oauth2` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_google_oauth2` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_google_sync_fieldmapping`
--
DROP TABLE IF EXISTS `vtiger_google_sync_fieldmapping`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_google_sync_fieldmapping` (
`vtiger_field` varchar(255) DEFAULT NULL,
`google_field` varchar(255) DEFAULT NULL,
`google_field_type` varchar(255) DEFAULT NULL,
`google_custom_label` varchar(255) DEFAULT NULL,
`user` int DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_google_sync_fieldmapping`
--
LOCK TABLES `vtiger_google_sync_fieldmapping` WRITE;
/*!40000 ALTER TABLE `vtiger_google_sync_fieldmapping` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_google_sync_fieldmapping` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_google_sync_settings`
--
DROP TABLE IF EXISTS `vtiger_google_sync_settings`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_google_sync_settings` (
`user` int DEFAULT NULL,
`module` varchar(50) DEFAULT NULL,
`clientgroup` varchar(255) DEFAULT NULL,
`direction` varchar(50) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_google_sync_settings`
--
LOCK TABLES `vtiger_google_sync_settings` WRITE;
/*!40000 ALTER TABLE `vtiger_google_sync_settings` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_google_sync_settings` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_group2grouprel`
--
DROP TABLE IF EXISTS `vtiger_group2grouprel`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_group2grouprel` (
`groupid` int NOT NULL,
`containsgroupid` int NOT NULL,
PRIMARY KEY (`groupid`,`containsgroupid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_group2grouprel`
--
LOCK TABLES `vtiger_group2grouprel` WRITE;
/*!40000 ALTER TABLE `vtiger_group2grouprel` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_group2grouprel` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_group2role`
--
DROP TABLE IF EXISTS `vtiger_group2role`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_group2role` (
`groupid` int NOT NULL,
`roleid` varchar(255) NOT NULL,
PRIMARY KEY (`groupid`,`roleid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_group2role`
--
LOCK TABLES `vtiger_group2role` WRITE;
/*!40000 ALTER TABLE `vtiger_group2role` DISABLE KEYS */;
INSERT INTO `vtiger_group2role` VALUES (2,'H4'),(3,'H2'),(4,'H3');
/*!40000 ALTER TABLE `vtiger_group2role` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_group2rs`
--
DROP TABLE IF EXISTS `vtiger_group2rs`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_group2rs` (
`groupid` int NOT NULL,
`roleandsubid` varchar(255) NOT NULL,
PRIMARY KEY (`groupid`,`roleandsubid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_group2rs`
--
LOCK TABLES `vtiger_group2rs` WRITE;
/*!40000 ALTER TABLE `vtiger_group2rs` DISABLE KEYS */;
INSERT INTO `vtiger_group2rs` VALUES (2,'H5'),(3,'H3'),(4,'H3');
/*!40000 ALTER TABLE `vtiger_group2rs` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_groups`
--
DROP TABLE IF EXISTS `vtiger_groups`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_groups` (
`groupid` int NOT NULL,
`groupname` varchar(100) DEFAULT NULL,
`description` text,
PRIMARY KEY (`groupid`),
UNIQUE KEY `groups_groupname_idx` (`groupname`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_groups`
--
LOCK TABLES `vtiger_groups` WRITE;
/*!40000 ALTER TABLE `vtiger_groups` DISABLE KEYS */;
INSERT INTO `vtiger_groups` VALUES (2,'Team Selling','Group Related to Sales'),(3,'Marketing Group','Group Related to Marketing Activities'),(4,'Support Group','Group Related to providing Support to Customers'),(7,'Testing Grouppp','Testing Grouppp');
/*!40000 ALTER TABLE `vtiger_groups` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_home_layout`
--
DROP TABLE IF EXISTS `vtiger_home_layout`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_home_layout` (
`userid` int NOT NULL,
`layout` int NOT NULL DEFAULT '4',
PRIMARY KEY (`userid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_home_layout`
--
LOCK TABLES `vtiger_home_layout` WRITE;
/*!40000 ALTER TABLE `vtiger_home_layout` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_home_layout` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_homedashbd`
--
DROP TABLE IF EXISTS `vtiger_homedashbd`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_homedashbd` (
`stuffid` int NOT NULL DEFAULT '0',
`dashbdname` varchar(100) DEFAULT NULL,
`dashbdtype` varchar(100) DEFAULT NULL,
PRIMARY KEY (`stuffid`),
KEY `stuff_stuffid_idx` (`stuffid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_homedashbd`
--
LOCK TABLES `vtiger_homedashbd` WRITE;
/*!40000 ALTER TABLE `vtiger_homedashbd` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_homedashbd` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_homedefault`
--
DROP TABLE IF EXISTS `vtiger_homedefault`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_homedefault` (
`stuffid` int NOT NULL DEFAULT '0',
`hometype` varchar(30) NOT NULL,
`maxentries` int DEFAULT NULL,
`setype` varchar(30) DEFAULT NULL,
PRIMARY KEY (`stuffid`),
KEY `stuff_stuffid_idx` (`stuffid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_homedefault`
--
LOCK TABLES `vtiger_homedefault` WRITE;
/*!40000 ALTER TABLE `vtiger_homedefault` DISABLE KEYS */;
INSERT INTO `vtiger_homedefault` VALUES (1,'ALVT',5,'Accounts'),(2,'HDB',5,'Dashboard'),(3,'PLVT',5,'Potentials'),(4,'QLTQ',5,'Quotes'),(5,'CVLVT',5,'NULL'),(6,'HLT',5,'HelpDesk'),(7,'UA',5,'Calendar'),(8,'GRT',5,'NULL'),(9,'OLTSO',5,'SalesOrder'),(10,'ILTI',5,'Invoice'),(11,'MNL',5,'Leads'),(12,'OLTPO',5,'PurchaseOrder'),(13,'PA',5,'Calendar'),(14,'LTFAQ',5,'Faq'),(16,'ALVT',5,'Accounts'),(17,'HDB',5,'Dashboard'),(18,'PLVT',5,'Potentials'),(19,'QLTQ',5,'Quotes'),(20,'CVLVT',5,'NULL'),(21,'HLT',5,'HelpDesk'),(22,'UA',5,'Calendar'),(23,'GRT',5,'NULL'),(24,'OLTSO',5,'SalesOrder'),(25,'ILTI',5,'Invoice'),(26,'MNL',5,'Leads'),(27,'OLTPO',5,'PurchaseOrder'),(28,'PA',5,'Calendar'),(29,'LTFAQ',5,'Faq'),(31,'ALVT',5,'Accounts'),(32,'HDB',5,'Dashboard'),(33,'PLVT',5,'Potentials'),(34,'QLTQ',5,'Quotes'),(35,'CVLVT',5,'NULL'),(36,'HLT',5,'HelpDesk'),(37,'UA',5,'Calendar'),(38,'GRT',5,'NULL'),(39,'OLTSO',5,'SalesOrder'),(40,'ILTI',5,'Invoice'),(41,'MNL',5,'Leads'),(42,'OLTPO',5,'PurchaseOrder'),(43,'PA',5,'Calendar'),(44,'LTFAQ',5,'Faq'),(46,'ALVT',5,'Accounts'),(47,'HDB',5,'Dashboard'),(48,'PLVT',5,'Potentials'),(49,'QLTQ',5,'Quotes'),(50,'CVLVT',5,'NULL'),(51,'HLT',5,'HelpDesk'),(52,'UA',5,'Calendar'),(53,'GRT',5,'NULL'),(54,'OLTSO',5,'SalesOrder'),(55,'ILTI',5,'Invoice'),(56,'MNL',5,'Leads'),(57,'OLTPO',5,'PurchaseOrder'),(58,'PA',5,'Calendar'),(59,'LTFAQ',5,'Faq'),(61,'ALVT',5,'Accounts'),(62,'HDB',5,'Dashboard'),(63,'PLVT',5,'Potentials'),(64,'QLTQ',5,'Quotes'),(65,'CVLVT',5,'NULL'),(66,'HLT',5,'HelpDesk'),(67,'UA',5,'Calendar'),(68,'GRT',5,'NULL'),(69,'OLTSO',5,'SalesOrder'),(70,'ILTI',5,'Invoice'),(71,'MNL',5,'Leads'),(72,'OLTPO',5,'PurchaseOrder'),(73,'PA',5,'Calendar'),(74,'LTFAQ',5,'Faq'),(76,'ALVT',5,'Accounts'),(77,'HDB',5,'Dashboard'),(78,'PLVT',5,'Potentials'),(79,'QLTQ',5,'Quotes'),(80,'CVLVT',5,'NULL'),(81,'HLT',5,'HelpDesk'),(82,'UA',5,'Calendar'),(83,'GRT',5,'NULL'),(84,'OLTSO',5,'SalesOrder'),(85,'ILTI',5,'Invoice'),(86,'MNL',5,'Leads'),(87,'OLTPO',5,'PurchaseOrder'),(88,'PA',5,'Calendar'),(89,'LTFAQ',5,'Faq'),(91,'ALVT',5,'Accounts'),(92,'HDB',5,'Dashboard'),(93,'PLVT',5,'Potentials'),(94,'QLTQ',5,'Quotes'),(95,'CVLVT',5,'NULL'),(96,'HLT',5,'HelpDesk'),(97,'UA',5,'Calendar'),(98,'GRT',5,'NULL'),(99,'OLTSO',5,'SalesOrder'),(100,'ILTI',5,'Invoice'),(101,'MNL',5,'Leads'),(102,'OLTPO',5,'PurchaseOrder'),(103,'PA',5,'Calendar'),(104,'LTFAQ',5,'Faq'),(106,'ALVT',5,'Accounts'),(107,'HDB',5,'Dashboard'),(108,'PLVT',5,'Potentials'),(109,'QLTQ',5,'Quotes'),(110,'CVLVT',5,'NULL'),(111,'HLT',5,'HelpDesk'),(112,'UA',5,'Calendar'),(113,'GRT',5,'NULL'),(114,'OLTSO',5,'SalesOrder'),(115,'ILTI',5,'Invoice'),(116,'MNL',5,'Leads'),(117,'OLTPO',5,'PurchaseOrder'),(118,'PA',5,'Calendar'),(119,'LTFAQ',5,'Faq'),(121,'ALVT',5,'Accounts'),(122,'HDB',5,'Dashboard'),(123,'PLVT',5,'Potentials'),(124,'QLTQ',5,'Quotes'),(125,'CVLVT',5,'NULL'),(126,'HLT',5,'HelpDesk'),(127,'UA',5,'Calendar'),(128,'GRT',5,'NULL'),(129,'OLTSO',5,'SalesOrder'),(130,'ILTI',5,'Invoice'),(131,'MNL',5,'Leads'),(132,'OLTPO',5,'PurchaseOrder'),(133,'PA',5,'Calendar'),(134,'LTFAQ',5,'Faq'),(136,'ALVT',5,'Accounts'),(137,'HDB',5,'Dashboard'),(138,'PLVT',5,'Potentials'),(139,'QLTQ',5,'Quotes'),(140,'CVLVT',5,'NULL'),(141,'HLT',5,'HelpDesk'),(142,'UA',5,'Calendar'),(143,'GRT',5,'NULL'),(144,'OLTSO',5,'SalesOrder'),(145,'ILTI',5,'Invoice'),(146,'MNL',5,'Leads'),(147,'OLTPO',5,'PurchaseOrder'),(148,'PA',5,'Calendar'),(149,'LTFAQ',5,'Faq'),(151,'ALVT',5,'Accounts'),(152,'HDB',5,'Dashboard'),(153,'PLVT',5,'Potentials'),(154,'QLTQ',5,'Quotes'),(155,'CVLVT',5,'NULL'),(156,'HLT',5,'HelpDesk'),(157,'UA',5,'Calendar'),(158,'GRT',5,'NULL'),(159,'OLTSO',5,'SalesOrder'),(160,'ILTI',5,'Invoice'),(161,'MNL',5,'Leads'),(162,'OLTPO',5,'PurchaseOrder'),(163,'PA',5,'Calendar'),(164,'LTFAQ',5,'Faq'),(166,'ALVT',5,'Accounts'),(167,'HDB',5,'Dashboard'),(168,'PLVT',5,'Potentials'),(169,'QLTQ',5,'Quotes'),(170,'CVLVT',5,'NULL'),(171,'HLT',5,'HelpDesk'),(172,'UA',5,'Calendar'),(173,'GRT',5,'NULL'),(174,'OLTSO',5,'SalesOrder'),(175,'ILTI',5,'Invoice'),(176,'MNL',5,'Leads'),(177,'OLTPO',5,'PurchaseOrder'),(178,'PA',5,'Calendar'),(179,'LTFAQ',5,'Faq'),(181,'ALVT',5,'Accounts'),(182,'HDB',5,'Dashboard'),(183,'PLVT',5,'Potentials'),(184,'QLTQ',5,'Quotes'),(185,'CVLVT',5,'NULL'),(186,'HLT',5,'HelpDesk'),(187,'UA',5,'Calendar'),(188,'GRT',5,'NULL'),(189,'OLTSO',5,'SalesOrder'),(190,'ILTI',5,'Invoice'),(191,'MNL',5,'Leads'),(192,'OLTPO',5,'PurchaseOrder'),(193,'PA',5,'Calendar'),(194,'LTFAQ',5,'Faq'),(196,'ALVT',5,'Accounts'),(197,'HDB',5,'Dashboard'),(198,'PLVT',5,'Potentials'),(199,'QLTQ',5,'Quotes'),(200,'CVLVT',5,'NULL'),(201,'HLT',5,'HelpDesk'),(202,'UA',5,'Calendar'),(203,'GRT',5,'NULL'),(204,'OLTSO',5,'SalesOrder'),(205,'ILTI',5,'Invoice'),(206,'MNL',5,'Leads'),(207,'OLTPO',5,'PurchaseOrder'),(208,'PA',5,'Calendar'),(209,'LTFAQ',5,'Faq'),(211,'ALVT',5,'Accounts'),(212,'HDB',5,'Dashboard'),(213,'PLVT',5,'Potentials'),(214,'QLTQ',5,'Quotes'),(215,'CVLVT',5,'NULL'),(216,'HLT',5,'HelpDesk'),(217,'UA',5,'Calendar'),(218,'GRT',5,'NULL'),(219,'OLTSO',5,'SalesOrder'),(220,'ILTI',5,'Invoice'),(221,'MNL',5,'Leads'),(222,'OLTPO',5,'PurchaseOrder'),(223,'PA',5,'Calendar'),(224,'LTFAQ',5,'Faq'),(226,'ALVT',5,'Accounts'),(227,'HDB',5,'Dashboard'),(228,'PLVT',5,'Potentials'),(229,'QLTQ',5,'Quotes'),(230,'CVLVT',5,'NULL'),(231,'HLT',5,'HelpDesk'),(232,'UA',5,'Calendar'),(233,'GRT',5,'NULL'),(234,'OLTSO',5,'SalesOrder'),(235,'ILTI',5,'Invoice'),(236,'MNL',5,'Leads'),(237,'OLTPO',5,'PurchaseOrder'),(238,'PA',5,'Calendar'),(239,'LTFAQ',5,'Faq'),(241,'ALVT',5,'Accounts'),(242,'HDB',5,'Dashboard'),(243,'PLVT',5,'Potentials'),(244,'QLTQ',5,'Quotes'),(245,'CVLVT',5,'NULL'),(246,'HLT',5,'HelpDesk'),(247,'UA',5,'Calendar'),(248,'GRT',5,'NULL'),(249,'OLTSO',5,'SalesOrder'),(250,'ILTI',5,'Invoice'),(251,'MNL',5,'Leads'),(252,'OLTPO',5,'PurchaseOrder'),(253,'PA',5,'Calendar'),(254,'LTFAQ',5,'Faq'),(256,'ALVT',5,'Accounts'),(257,'HDB',5,'Dashboard'),(258,'PLVT',5,'Potentials'),(259,'QLTQ',5,'Quotes'),(260,'CVLVT',5,'NULL'),(261,'HLT',5,'HelpDesk'),(262,'UA',5,'Calendar'),(263,'GRT',5,'NULL'),(264,'OLTSO',5,'SalesOrder'),(265,'ILTI',5,'Invoice'),(266,'MNL',5,'Leads'),(267,'OLTPO',5,'PurchaseOrder'),(268,'PA',5,'Calendar'),(269,'LTFAQ',5,'Faq'),(271,'ALVT',5,'Accounts'),(272,'HDB',5,'Dashboard'),(273,'PLVT',5,'Potentials'),(274,'QLTQ',5,'Quotes'),(275,'CVLVT',5,'NULL'),(276,'HLT',5,'HelpDesk'),(277,'UA',5,'Calendar'),(278,'GRT',5,'NULL'),(279,'OLTSO',5,'SalesOrder'),(280,'ILTI',5,'Invoice'),(281,'MNL',5,'Leads'),(282,'OLTPO',5,'PurchaseOrder'),(283,'PA',5,'Calendar'),(284,'LTFAQ',5,'Faq'),(286,'ALVT',5,'Accounts'),(287,'HDB',5,'Dashboard'),(288,'PLVT',5,'Potentials'),(289,'QLTQ',5,'Quotes'),(290,'CVLVT',5,'NULL'),(291,'HLT',5,'HelpDesk'),(292,'UA',5,'Calendar'),(293,'GRT',5,'NULL'),(294,'OLTSO',5,'SalesOrder'),(295,'ILTI',5,'Invoice'),(296,'MNL',5,'Leads'),(297,'OLTPO',5,'PurchaseOrder'),(298,'PA',5,'Calendar'),(299,'LTFAQ',5,'Faq'),(301,'ALVT',5,'Accounts'),(302,'HDB',5,'Dashboard'),(303,'PLVT',5,'Potentials'),(304,'QLTQ',5,'Quotes'),(305,'CVLVT',5,'NULL'),(306,'HLT',5,'HelpDesk'),(307,'UA',5,'Calendar'),(308,'GRT',5,'NULL'),(309,'OLTSO',5,'SalesOrder'),(310,'ILTI',5,'Invoice'),(311,'MNL',5,'Leads'),(312,'OLTPO',5,'PurchaseOrder'),(313,'PA',5,'Calendar'),(314,'LTFAQ',5,'Faq'),(316,'ALVT',5,'Accounts'),(317,'HDB',5,'Dashboard'),(318,'PLVT',5,'Potentials'),(319,'QLTQ',5,'Quotes'),(320,'CVLVT',5,'NULL'),(321,'HLT',5,'HelpDesk'),(322,'UA',5,'Calendar'),(323,'GRT',5,'NULL'),(324,'OLTSO',5,'SalesOrder'),(325,'ILTI',5,'Invoice'),(326,'MNL',5,'Leads'),(327,'OLTPO',5,'PurchaseOrder'),(328,'PA',5,'Calendar'),(329,'LTFAQ',5,'Faq'),(331,'ALVT',5,'Accounts'),(332,'HDB',5,'Dashboard'),(333,'PLVT',5,'Potentials'),(334,'QLTQ',5,'Quotes'),(335,'CVLVT',5,'NULL'),(336,'HLT',5,'HelpDesk'),(337,'UA',5,'Calendar'),(338,'GRT',5,'NULL'),(339,'OLTSO',5,'SalesOrder'),(340,'ILTI',5,'Invoice'),(341,'MNL',5,'Leads'),(342,'OLTPO',5,'PurchaseOrder'),(343,'PA',5,'Calendar'),(344,'LTFAQ',5,'Faq'),(346,'ALVT',5,'Accounts'),(347,'HDB',5,'Dashboard'),(348,'PLVT',5,'Potentials'),(349,'QLTQ',5,'Quotes'),(350,'CVLVT',5,'NULL'),(351,'HLT',5,'HelpDesk'),(352,'UA',5,'Calendar'),(353,'GRT',5,'NULL'),(354,'OLTSO',5,'SalesOrder'),(355,'ILTI',5,'Invoice'),(356,'MNL',5,'Leads'),(357,'OLTPO',5,'PurchaseOrder'),(358,'PA',5,'Calendar'),(359,'LTFAQ',5,'Faq');
/*!40000 ALTER TABLE `vtiger_homedefault` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_homemodule`
--
DROP TABLE IF EXISTS `vtiger_homemodule`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_homemodule` (
`stuffid` int NOT NULL,
`modulename` varchar(100) DEFAULT NULL,
`maxentries` int NOT NULL,
`customviewid` int NOT NULL,
`setype` varchar(30) NOT NULL,
PRIMARY KEY (`stuffid`),
KEY `stuff_stuffid_idx` (`stuffid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_homemodule`
--
LOCK TABLES `vtiger_homemodule` WRITE;
/*!40000 ALTER TABLE `vtiger_homemodule` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_homemodule` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_homemoduleflds`
--
DROP TABLE IF EXISTS `vtiger_homemoduleflds`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_homemoduleflds` (
`stuffid` int DEFAULT NULL,
`fieldname` varchar(100) DEFAULT NULL,
KEY `stuff_stuffid_idx` (`stuffid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_homemoduleflds`
--
LOCK TABLES `vtiger_homemoduleflds` WRITE;
/*!40000 ALTER TABLE `vtiger_homemoduleflds` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_homemoduleflds` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_homereportchart`
--
DROP TABLE IF EXISTS `vtiger_homereportchart`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_homereportchart` (
`stuffid` int NOT NULL,
`reportid` int DEFAULT NULL,
`reportcharttype` varchar(100) DEFAULT NULL,
PRIMARY KEY (`stuffid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_homereportchart`
--
LOCK TABLES `vtiger_homereportchart` WRITE;
/*!40000 ALTER TABLE `vtiger_homereportchart` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_homereportchart` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_homerss`
--
DROP TABLE IF EXISTS `vtiger_homerss`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_homerss` (
`stuffid` int NOT NULL DEFAULT '0',
`url` varchar(100) DEFAULT NULL,
`maxentries` int NOT NULL,
PRIMARY KEY (`stuffid`),
KEY `stuff_stuffid_idx` (`stuffid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_homerss`
--
LOCK TABLES `vtiger_homerss` WRITE;
/*!40000 ALTER TABLE `vtiger_homerss` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_homerss` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_homestuff`
--
DROP TABLE IF EXISTS `vtiger_homestuff`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_homestuff` (
`stuffid` int NOT NULL DEFAULT '0',
`stuffsequence` int NOT NULL DEFAULT '0',
`stufftype` varchar(100) DEFAULT NULL,
`userid` int NOT NULL,
`visible` int NOT NULL DEFAULT '0',
`stufftitle` varchar(100) DEFAULT NULL,
PRIMARY KEY (`stuffid`),
KEY `stuff_stuffid_idx` (`stuffid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_homestuff`
--
LOCK TABLES `vtiger_homestuff` WRITE;
/*!40000 ALTER TABLE `vtiger_homestuff` DISABLE KEYS */;
INSERT INTO `vtiger_homestuff` VALUES (1,1,'Default',1,1,'Top Accounts'),(2,2,'Default',1,1,'Home Page Dashboard'),(3,3,'Default',1,1,'Top Potentials'),(4,4,'Default',1,1,'Top Quotes'),(5,5,'Default',1,1,'Key Metrics'),(6,6,'Default',1,1,'Top Trouble Tickets'),(7,7,'Default',1,1,'Upcoming Activities'),(8,8,'Default',1,1,'My Group Allocation'),(9,9,'Default',1,1,'Top Sales Orders'),(10,10,'Default',1,1,'Top Invoices'),(11,11,'Default',1,1,'My New Leads'),(12,12,'Default',1,1,'Top Purchase Orders'),(13,13,'Default',1,1,'Pending Activities'),(14,14,'Default',1,1,'My Recent FAQs'),(15,15,'Tag Cloud',1,1,'Tag Cloud'),(91,1,'Default',11,1,'Top Accounts'),(92,2,'Default',11,1,'Home Page Dashboard'),(93,3,'Default',11,0,'Top Potentials'),(94,4,'Default',11,1,'Top Quotes'),(95,5,'Default',11,0,'Key Metrics'),(96,6,'Default',11,1,'Top Trouble Tickets'),(97,7,'Default',11,0,'Upcoming Activities'),(98,8,'Default',11,1,'My Group Allocation'),(99,9,'Default',11,1,'Top Sales Orders'),(100,10,'Default',11,1,'Top Invoices'),(101,11,'Default',11,1,'My New Leads'),(102,12,'Default',11,1,'Top Purchase Orders'),(103,13,'Default',11,1,'Pending Activities'),(104,14,'Default',11,1,'My Recent FAQs'),(105,15,'Tag Cloud',11,1,'Tag Cloud'),(106,1,'Default',12,1,'Top Accounts'),(107,2,'Default',12,1,'Home Page Dashboard'),(108,3,'Default',12,1,'Top Potentials'),(109,4,'Default',12,1,'Top Quotes'),(110,5,'Default',12,1,'Key Metrics'),(111,6,'Default',12,1,'Top Trouble Tickets'),(112,7,'Default',12,1,'Upcoming Activities'),(113,8,'Default',12,1,'My Group Allocation'),(114,9,'Default',12,1,'Top Sales Orders'),(115,10,'Default',12,1,'Top Invoices'),(116,11,'Default',12,1,'My New Leads'),(117,12,'Default',12,1,'Top Purchase Orders'),(118,13,'Default',12,1,'Pending Activities'),(119,14,'Default',12,1,'My Recent FAQs'),(120,15,'Tag Cloud',12,1,'Tag Cloud'),(196,1,'Default',18,1,'Top Accounts'),(197,2,'Default',18,1,'Home Page Dashboard'),(198,3,'Default',18,1,'Top Potentials'),(199,4,'Default',18,1,'Top Quotes'),(200,5,'Default',18,1,'Key Metrics'),(201,6,'Default',18,1,'Top Trouble Tickets'),(202,7,'Default',18,1,'Upcoming Activities'),(203,8,'Default',18,1,'My Group Allocation'),(204,9,'Default',18,1,'Top Sales Orders'),(205,10,'Default',18,1,'Top Invoices'),(206,11,'Default',18,1,'My New Leads'),(207,12,'Default',18,1,'Top Purchase Orders'),(208,13,'Default',18,1,'Pending Activities'),(209,14,'Default',18,1,'My Recent FAQs'),(210,15,'Tag Cloud',18,0,'Tag Cloud');
/*!40000 ALTER TABLE `vtiger_homestuff` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_homestuff_seq`
--
DROP TABLE IF EXISTS `vtiger_homestuff_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_homestuff_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_homestuff_seq`
--
LOCK TABLES `vtiger_homestuff_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_homestuff_seq` DISABLE KEYS */;
INSERT INTO `vtiger_homestuff_seq` VALUES (360);
/*!40000 ALTER TABLE `vtiger_homestuff_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_hour_format`
--
DROP TABLE IF EXISTS `vtiger_hour_format`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_hour_format` (
`hour_formatid` int NOT NULL AUTO_INCREMENT,
`hour_format` varchar(200) NOT NULL,
`sortorderid` int DEFAULT NULL,
`presence` int NOT NULL DEFAULT '1',
PRIMARY KEY (`hour_formatid`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_hour_format`
--
LOCK TABLES `vtiger_hour_format` WRITE;
/*!40000 ALTER TABLE `vtiger_hour_format` DISABLE KEYS */;
INSERT INTO `vtiger_hour_format` VALUES (1,'12',1,1),(2,'24',2,1);
/*!40000 ALTER TABLE `vtiger_hour_format` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_hour_format_seq`
--
DROP TABLE IF EXISTS `vtiger_hour_format_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_hour_format_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_hour_format_seq`
--
LOCK TABLES `vtiger_hour_format_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_hour_format_seq` DISABLE KEYS */;
INSERT INTO `vtiger_hour_format_seq` VALUES (2);
/*!40000 ALTER TABLE `vtiger_hour_format_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_import_locks`
--
DROP TABLE IF EXISTS `vtiger_import_locks`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_import_locks` (
`vtiger_import_lock_id` int NOT NULL,
`userid` int NOT NULL,
`tabid` int NOT NULL,
`importid` int NOT NULL,
`locked_since` datetime DEFAULT NULL,
PRIMARY KEY (`vtiger_import_lock_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_import_locks`
--
LOCK TABLES `vtiger_import_locks` WRITE;
/*!40000 ALTER TABLE `vtiger_import_locks` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_import_locks` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_import_maps`
--
DROP TABLE IF EXISTS `vtiger_import_maps`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_import_maps` (
`id` int NOT NULL AUTO_INCREMENT,
`name` varchar(36) NOT NULL,
`module` varchar(36) NOT NULL,
`content` longblob,
`has_header` int NOT NULL DEFAULT '1',
`deleted` int NOT NULL DEFAULT '0',
`date_entered` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`date_modified` datetime DEFAULT NULL,
`assigned_user_id` varchar(36) DEFAULT NULL,
`is_published` varchar(3) NOT NULL DEFAULT 'no',
PRIMARY KEY (`id`),
KEY `import_maps_assigned_user_id_module_name_deleted_idx` (`assigned_user_id`,`module`,`name`,`deleted`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_import_maps`
--
LOCK TABLES `vtiger_import_maps` WRITE;
/*!40000 ALTER TABLE `vtiger_import_maps` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_import_maps` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_import_queue`
--
DROP TABLE IF EXISTS `vtiger_import_queue`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_import_queue` (
`importid` int NOT NULL,
`userid` int NOT NULL,
`tabid` int NOT NULL,
`field_mapping` text,
`default_values` text,
`merge_type` int DEFAULT NULL,
`merge_fields` text,
`status` int DEFAULT '0',
PRIMARY KEY (`importid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_import_queue`
--
LOCK TABLES `vtiger_import_queue` WRITE;
/*!40000 ALTER TABLE `vtiger_import_queue` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_import_queue` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_industry`
--
DROP TABLE IF EXISTS `vtiger_industry`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_industry` (
`industryid` int NOT NULL AUTO_INCREMENT,
`industry` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT NULL,
PRIMARY KEY (`industryid`),
UNIQUE KEY `industry_industry_idx` (`industry`)
) ENGINE=InnoDB AUTO_INCREMENT=33 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_industry`
--
LOCK TABLES `vtiger_industry` WRITE;
/*!40000 ALTER TABLE `vtiger_industry` DISABLE KEYS */;
INSERT INTO `vtiger_industry` VALUES (2,'Apparel',1,61,1),(3,'Banking',1,62,2),(4,'Biotechnology',1,63,3),(5,'Chemicals',1,64,4),(6,'Communications',1,65,5),(7,'Construction',1,66,6),(8,'Consulting',1,67,7),(9,'Education',1,68,8),(10,'Electronics',1,69,9),(11,'Energy',1,70,10),(12,'Engineering',1,71,11),(13,'Entertainment',1,72,12),(14,'Environmental',1,73,13),(15,'Finance',1,74,14),(16,'Food & Beverage',1,75,15),(17,'Government',1,76,16),(18,'Healthcare',1,77,17),(19,'Hospitality',1,78,18),(20,'Insurance',1,79,19),(21,'Machinery',1,80,20),(22,'Manufacturing',1,81,21),(23,'Media',1,82,22),(24,'Not For Profit',1,83,23),(25,'Recreation',1,84,24),(26,'Retail',1,85,25),(27,'Shipping',1,86,26),(28,'Technology',1,87,27),(29,'Telecommunications',1,88,28),(30,'Transportation',1,89,29),(31,'Utilities',1,90,30),(32,'Other',1,91,31);
/*!40000 ALTER TABLE `vtiger_industry` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_industry_seq`
--
DROP TABLE IF EXISTS `vtiger_industry_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_industry_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_industry_seq`
--
LOCK TABLES `vtiger_industry_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_industry_seq` DISABLE KEYS */;
INSERT INTO `vtiger_industry_seq` VALUES (32);
/*!40000 ALTER TABLE `vtiger_industry_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_inventory_tandc`
--
DROP TABLE IF EXISTS `vtiger_inventory_tandc`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_inventory_tandc` (
`id` int NOT NULL,
`type` varchar(30) NOT NULL,
`tandc` text,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_inventory_tandc`
--
LOCK TABLES `vtiger_inventory_tandc` WRITE;
/*!40000 ALTER TABLE `vtiger_inventory_tandc` DISABLE KEYS */;
INSERT INTO `vtiger_inventory_tandc` VALUES (1,'Inventory','\n - Unless otherwise agreed in writing by the supplier all invoices are payable within thirty (30) days of the date of invoice, in the currency of the invoice, drawn on a bank based in India or by such other method as is agreed in advance by the Supplier.\n\n - All prices are not inclusive of VAT which shall be payable in addition by the Customer at the applicable rate.');
/*!40000 ALTER TABLE `vtiger_inventory_tandc` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_inventory_tandc_seq`
--
DROP TABLE IF EXISTS `vtiger_inventory_tandc_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_inventory_tandc_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_inventory_tandc_seq`
--
LOCK TABLES `vtiger_inventory_tandc_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_inventory_tandc_seq` DISABLE KEYS */;
INSERT INTO `vtiger_inventory_tandc_seq` VALUES (1);
/*!40000 ALTER TABLE `vtiger_inventory_tandc_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_inventorynotification`
--
DROP TABLE IF EXISTS `vtiger_inventorynotification`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_inventorynotification` (
`notificationid` int NOT NULL AUTO_INCREMENT,
`notificationname` varchar(200) DEFAULT NULL,
`notificationsubject` varchar(200) DEFAULT NULL,
`notificationbody` text,
`label` varchar(50) DEFAULT NULL,
`status` varchar(30) DEFAULT NULL,
PRIMARY KEY (`notificationid`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_inventorynotification`
--
LOCK TABLES `vtiger_inventorynotification` WRITE;
/*!40000 ALTER TABLE `vtiger_inventorynotification` DISABLE KEYS */;
INSERT INTO `vtiger_inventorynotification` VALUES (1,'InvoiceNotification','{PRODUCTNAME} Stock Level is Low','Dear {HANDLER},\n\nThe current stock of {PRODUCTNAME} in our warehouse is {CURRENTSTOCK}. Kindly procure required number of units as the stock level is below reorder level {REORDERLEVELVALUE}.\n\nPlease treat this information as Urgent as the invoice is already sent to the customer.\n\nSeverity: Critical\n\nThanks,\n{CURRENTUSER} ','InvoiceNotificationDescription',NULL),(2,'QuoteNotification','Quote given for {PRODUCTNAME}','Dear {HANDLER},\n\nQuote is generated for {QUOTEQUANTITY} units of {PRODUCTNAME}. The current stock of {PRODUCTNAME} in our warehouse is {CURRENTSTOCK}.\n\nSeverity: Minor\n\nThanks,\n{CURRENTUSER} ','QuoteNotificationDescription',NULL),(3,'SalesOrderNotification','Sales Order generated for {PRODUCTNAME}','Dear {HANDLER},\n\nSalesOrder is generated for {SOQUANTITY} units of {PRODUCTNAME}. The current stock of {PRODUCTNAME} in our warehouse is {CURRENTSTOCK}.\n\nPlease treat this information with priority as the sales order is already generated.\n\nSeverity: Major\n\nThanks,\n{CURRENTUSER} ','SalesOrderNotificationDescription',NULL);
/*!40000 ALTER TABLE `vtiger_inventorynotification` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_inventorynotification_seq`
--
DROP TABLE IF EXISTS `vtiger_inventorynotification_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_inventorynotification_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_inventorynotification_seq`
--
LOCK TABLES `vtiger_inventorynotification_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_inventorynotification_seq` DISABLE KEYS */;
INSERT INTO `vtiger_inventorynotification_seq` VALUES (3);
/*!40000 ALTER TABLE `vtiger_inventorynotification_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_inventoryproductrel`
--
DROP TABLE IF EXISTS `vtiger_inventoryproductrel`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_inventoryproductrel` (
`id` int DEFAULT NULL,
`productid` int DEFAULT NULL,
`sequence_no` int DEFAULT NULL,
`quantity` decimal(25,3) DEFAULT NULL,
`listprice` decimal(27,8) DEFAULT NULL,
`discount_percent` decimal(7,3) DEFAULT NULL,
`discount_amount` decimal(27,8) DEFAULT NULL,
`comment` text,
`description` text,
`incrementondel` int NOT NULL DEFAULT '0',
`lineitem_id` int NOT NULL AUTO_INCREMENT,
`tax1` decimal(7,3) DEFAULT NULL,
`tax2` decimal(7,3) DEFAULT NULL,
`tax3` decimal(7,3) DEFAULT NULL,
PRIMARY KEY (`lineitem_id`),
KEY `inventoryproductrel_id_idx` (`id`),
KEY `inventoryproductrel_productid_idx` (`productid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_inventoryproductrel`
--
LOCK TABLES `vtiger_inventoryproductrel` WRITE;
/*!40000 ALTER TABLE `vtiger_inventoryproductrel` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_inventoryproductrel` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_inventoryproductrel_seq`
--
DROP TABLE IF EXISTS `vtiger_inventoryproductrel_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_inventoryproductrel_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_inventoryproductrel_seq`
--
LOCK TABLES `vtiger_inventoryproductrel_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_inventoryproductrel_seq` DISABLE KEYS */;
INSERT INTO `vtiger_inventoryproductrel_seq` VALUES (0);
/*!40000 ALTER TABLE `vtiger_inventoryproductrel_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_inventoryshippingrel`
--
DROP TABLE IF EXISTS `vtiger_inventoryshippingrel`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_inventoryshippingrel` (
`id` int DEFAULT NULL,
`shtax1` decimal(7,3) DEFAULT NULL,
`shtax2` decimal(7,3) DEFAULT NULL,
`shtax3` decimal(7,3) DEFAULT NULL,
KEY `inventoryishippingrel_id_idx` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_inventoryshippingrel`
--
LOCK TABLES `vtiger_inventoryshippingrel` WRITE;
/*!40000 ALTER TABLE `vtiger_inventoryshippingrel` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_inventoryshippingrel` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_inventorysubproductrel`
--
DROP TABLE IF EXISTS `vtiger_inventorysubproductrel`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_inventorysubproductrel` (
`id` int NOT NULL,
`sequence_no` int NOT NULL,
`productid` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_inventorysubproductrel`
--
LOCK TABLES `vtiger_inventorysubproductrel` WRITE;
/*!40000 ALTER TABLE `vtiger_inventorysubproductrel` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_inventorysubproductrel` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_inventorytaxinfo`
--
DROP TABLE IF EXISTS `vtiger_inventorytaxinfo`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_inventorytaxinfo` (
`taxid` int NOT NULL,
`taxname` varchar(50) DEFAULT NULL,
`taxlabel` varchar(50) DEFAULT NULL,
`percentage` decimal(7,3) DEFAULT NULL,
`deleted` int DEFAULT NULL,
PRIMARY KEY (`taxid`),
KEY `inventorytaxinfo_taxname_idx` (`taxname`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_inventorytaxinfo`
--
LOCK TABLES `vtiger_inventorytaxinfo` WRITE;
/*!40000 ALTER TABLE `vtiger_inventorytaxinfo` DISABLE KEYS */;
INSERT INTO `vtiger_inventorytaxinfo` VALUES (1,'tax1','VAT',4.500,0),(2,'tax2','Sales',10.000,0),(3,'tax3','Service',12.500,0);
/*!40000 ALTER TABLE `vtiger_inventorytaxinfo` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_inventorytaxinfo_seq`
--
DROP TABLE IF EXISTS `vtiger_inventorytaxinfo_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_inventorytaxinfo_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_inventorytaxinfo_seq`
--
LOCK TABLES `vtiger_inventorytaxinfo_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_inventorytaxinfo_seq` DISABLE KEYS */;
INSERT INTO `vtiger_inventorytaxinfo_seq` VALUES (3);
/*!40000 ALTER TABLE `vtiger_inventorytaxinfo_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_invitees`
--
DROP TABLE IF EXISTS `vtiger_invitees`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_invitees` (
`activityid` int NOT NULL,
`inviteeid` int NOT NULL,
PRIMARY KEY (`activityid`,`inviteeid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_invitees`
--
LOCK TABLES `vtiger_invitees` WRITE;
/*!40000 ALTER TABLE `vtiger_invitees` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_invitees` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_invoice`
--
DROP TABLE IF EXISTS `vtiger_invoice`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_invoice` (
`invoiceid` int NOT NULL DEFAULT '0',
`subject` varchar(100) DEFAULT NULL,
`salesorderid` int DEFAULT NULL,
`customerno` varchar(100) DEFAULT NULL,
`contactid` int DEFAULT NULL,
`notes` varchar(100) DEFAULT NULL,
`invoicedate` date DEFAULT NULL,
`duedate` date DEFAULT NULL,
`invoiceterms` varchar(100) DEFAULT NULL,
`type` varchar(100) DEFAULT NULL,
`adjustment` decimal(25,8) DEFAULT NULL,
`salescommission` decimal(25,3) DEFAULT NULL,
`exciseduty` decimal(25,3) DEFAULT NULL,
`subtotal` decimal(25,8) DEFAULT NULL,
`total` decimal(25,8) DEFAULT NULL,
`taxtype` varchar(25) DEFAULT NULL,
`discount_percent` decimal(25,3) DEFAULT NULL,
`discount_amount` decimal(25,8) DEFAULT NULL,
`s_h_amount` decimal(25,8) DEFAULT NULL,
`shipping` varchar(100) DEFAULT NULL,
`accountid` int DEFAULT NULL,
`terms_conditions` text,
`purchaseorder` varchar(200) DEFAULT NULL,
`invoicestatus` varchar(200) DEFAULT NULL,
`invoice_no` varchar(100) DEFAULT NULL,
`currency_id` int NOT NULL DEFAULT '1',
`conversion_rate` decimal(10,3) NOT NULL DEFAULT '1.000',
`pre_tax_total` decimal(25,8) DEFAULT NULL,
`received` decimal(25,8) DEFAULT NULL,
`balance` decimal(25,8) DEFAULT NULL,
`s_h_percent` int DEFAULT NULL,
PRIMARY KEY (`invoiceid`),
KEY `invoice_purchaseorderid_idx` (`invoiceid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_invoice`
--
LOCK TABLES `vtiger_invoice` WRITE;
/*!40000 ALTER TABLE `vtiger_invoice` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_invoice` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_invoice_recurring_info`
--
DROP TABLE IF EXISTS `vtiger_invoice_recurring_info`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_invoice_recurring_info` (
`salesorderid` int NOT NULL,
`recurring_frequency` varchar(200) DEFAULT NULL,
`start_period` date DEFAULT NULL,
`end_period` date DEFAULT NULL,
`last_recurring_date` date DEFAULT NULL,
`payment_duration` varchar(200) DEFAULT NULL,
`invoice_status` varchar(200) DEFAULT NULL,
PRIMARY KEY (`salesorderid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_invoice_recurring_info`
--
LOCK TABLES `vtiger_invoice_recurring_info` WRITE;
/*!40000 ALTER TABLE `vtiger_invoice_recurring_info` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_invoice_recurring_info` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_invoicebillads`
--
DROP TABLE IF EXISTS `vtiger_invoicebillads`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_invoicebillads` (
`invoicebilladdressid` int NOT NULL DEFAULT '0',
`bill_city` varchar(30) DEFAULT NULL,
`bill_code` varchar(30) DEFAULT NULL,
`bill_country` varchar(30) DEFAULT NULL,
`bill_state` varchar(30) DEFAULT NULL,
`bill_street` varchar(250) DEFAULT NULL,
`bill_pobox` varchar(30) DEFAULT NULL,
PRIMARY KEY (`invoicebilladdressid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_invoicebillads`
--
LOCK TABLES `vtiger_invoicebillads` WRITE;
/*!40000 ALTER TABLE `vtiger_invoicebillads` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_invoicebillads` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_invoicecf`
--
DROP TABLE IF EXISTS `vtiger_invoicecf`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_invoicecf` (
`invoiceid` int NOT NULL DEFAULT '0',
PRIMARY KEY (`invoiceid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_invoicecf`
--
LOCK TABLES `vtiger_invoicecf` WRITE;
/*!40000 ALTER TABLE `vtiger_invoicecf` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_invoicecf` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_invoiceshipads`
--
DROP TABLE IF EXISTS `vtiger_invoiceshipads`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_invoiceshipads` (
`invoiceshipaddressid` int NOT NULL DEFAULT '0',
`ship_city` varchar(30) DEFAULT NULL,
`ship_code` varchar(30) DEFAULT NULL,
`ship_country` varchar(30) DEFAULT NULL,
`ship_state` varchar(30) DEFAULT NULL,
`ship_street` varchar(250) DEFAULT NULL,
`ship_pobox` varchar(30) DEFAULT NULL,
PRIMARY KEY (`invoiceshipaddressid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_invoiceshipads`
--
LOCK TABLES `vtiger_invoiceshipads` WRITE;
/*!40000 ALTER TABLE `vtiger_invoiceshipads` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_invoiceshipads` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_invoicestatus`
--
DROP TABLE IF EXISTS `vtiger_invoicestatus`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_invoicestatus` (
`invoicestatusid` int NOT NULL AUTO_INCREMENT,
`invoicestatus` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT NULL,
PRIMARY KEY (`invoicestatusid`),
UNIQUE KEY `invoicestatus_invoiestatus_idx` (`invoicestatus`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_invoicestatus`
--
LOCK TABLES `vtiger_invoicestatus` WRITE;
/*!40000 ALTER TABLE `vtiger_invoicestatus` DISABLE KEYS */;
INSERT INTO `vtiger_invoicestatus` VALUES (1,'AutoCreated',0,92,0),(2,'Created',0,93,1),(3,'Approved',0,94,2),(4,'Sent',0,95,3),(5,'Credit Invoice',0,96,4),(6,'Paid',0,97,5),(7,'Cancel',1,288,1);
/*!40000 ALTER TABLE `vtiger_invoicestatus` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_invoicestatus_seq`
--
DROP TABLE IF EXISTS `vtiger_invoicestatus_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_invoicestatus_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_invoicestatus_seq`
--
LOCK TABLES `vtiger_invoicestatus_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_invoicestatus_seq` DISABLE KEYS */;
INSERT INTO `vtiger_invoicestatus_seq` VALUES (7);
/*!40000 ALTER TABLE `vtiger_invoicestatus_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_invoicestatushistory`
--
DROP TABLE IF EXISTS `vtiger_invoicestatushistory`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_invoicestatushistory` (
`historyid` int NOT NULL AUTO_INCREMENT,
`invoiceid` int NOT NULL,
`accountname` varchar(100) DEFAULT NULL,
`total` decimal(10,0) DEFAULT NULL,
`invoicestatus` varchar(200) DEFAULT NULL,
`lastmodified` datetime DEFAULT NULL,
PRIMARY KEY (`historyid`),
KEY `invoicestatushistory_invoiceid_idx` (`invoiceid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_invoicestatushistory`
--
LOCK TABLES `vtiger_invoicestatushistory` WRITE;
/*!40000 ALTER TABLE `vtiger_invoicestatushistory` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_invoicestatushistory` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_language`
--
DROP TABLE IF EXISTS `vtiger_language`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_language` (
`id` int NOT NULL AUTO_INCREMENT,
`name` varchar(50) DEFAULT NULL,
`prefix` varchar(10) DEFAULT NULL,
`label` varchar(30) DEFAULT NULL,
`lastupdated` datetime DEFAULT NULL,
`sequence` int DEFAULT NULL,
`isdefault` int DEFAULT NULL,
`active` int DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_language`
--
LOCK TABLES `vtiger_language` WRITE;
/*!40000 ALTER TABLE `vtiger_language` DISABLE KEYS */;
INSERT INTO `vtiger_language` VALUES (1,'English','en_us','US English','2021-06-25 11:42:56',NULL,1,1),(2,'British English','en_gb','British English','2021-06-25 11:56:52',NULL,0,1),(3,'Brazilian','pt_br','PT Brasil','2021-06-25 11:58:16',NULL,0,1),(4,'Swedish','sv_se','Swedish','2021-06-25 12:04:45',NULL,0,1),(5,'Hungarian','hu_hu','HU Magyar','2021-06-25 11:56:53',NULL,0,1),(6,'Deutsch','de_de','DE Deutsch','2021-06-25 11:57:11',NULL,0,1),(7,'Romana','ro_ro','Romana','2021-06-25 11:58:16',NULL,0,1),(8,'Russian','ru_ru','Russian','2021-06-25 11:57:36',NULL,0,1),(9,'Spanish','es_es','ES Spanish','2021-06-25 11:57:37',NULL,0,1),(10,'Pack de langue français','fr_fr','Pack de langue français','2021-06-25 11:58:16',NULL,0,1),(11,'Arabic','ar_ae','Arabic','2021-06-25 12:04:44',NULL,0,1),(12,'Język Polski','pl_pl','Język Polski','2021-06-25 11:58:16',NULL,0,1),(13,'Dutch','nl_nl','NL-Dutch','2021-06-25 11:57:37',NULL,0,1),(14,'Mexican Spanish','es_mx','ES Mexico','2021-06-25 11:57:44',NULL,0,1),(15,'Turkce','tr_tr','Turkce Dil Paketi','2021-06-25 11:57:45',NULL,0,1),(16,'Italian','it_it','IT Italian','2021-06-25 11:57:45',NULL,0,1);
/*!40000 ALTER TABLE `vtiger_language` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_language_seq`
--
DROP TABLE IF EXISTS `vtiger_language_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_language_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_language_seq`
--
LOCK TABLES `vtiger_language_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_language_seq` DISABLE KEYS */;
INSERT INTO `vtiger_language_seq` VALUES (16);
/*!40000 ALTER TABLE `vtiger_language_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_lead_view`
--
DROP TABLE IF EXISTS `vtiger_lead_view`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_lead_view` (
`lead_viewid` int NOT NULL AUTO_INCREMENT,
`lead_view` varchar(200) NOT NULL,
`sortorderid` int NOT NULL DEFAULT '0',
`presence` int NOT NULL DEFAULT '1',
PRIMARY KEY (`lead_viewid`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_lead_view`
--
LOCK TABLES `vtiger_lead_view` WRITE;
/*!40000 ALTER TABLE `vtiger_lead_view` DISABLE KEYS */;
INSERT INTO `vtiger_lead_view` VALUES (1,'Today',0,1),(2,'Last 2 Days',1,1),(3,'Last Week',2,1);
/*!40000 ALTER TABLE `vtiger_lead_view` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_lead_view_seq`
--
DROP TABLE IF EXISTS `vtiger_lead_view_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_lead_view_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_lead_view_seq`
--
LOCK TABLES `vtiger_lead_view_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_lead_view_seq` DISABLE KEYS */;
INSERT INTO `vtiger_lead_view_seq` VALUES (3);
/*!40000 ALTER TABLE `vtiger_lead_view_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_leadaddress`
--
DROP TABLE IF EXISTS `vtiger_leadaddress`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_leadaddress` (
`leadaddressid` int NOT NULL DEFAULT '0',
`city` varchar(30) DEFAULT NULL,
`code` varchar(30) DEFAULT NULL,
`state` varchar(30) DEFAULT NULL,
`pobox` varchar(30) DEFAULT NULL,
`country` varchar(30) DEFAULT NULL,
`phone` varchar(50) DEFAULT NULL,
`mobile` varchar(50) DEFAULT NULL,
`fax` varchar(50) DEFAULT NULL,
`lane` varchar(250) DEFAULT NULL,
`leadaddresstype` varchar(30) DEFAULT 'Billing',
PRIMARY KEY (`leadaddressid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_leadaddress`
--
LOCK TABLES `vtiger_leadaddress` WRITE;
/*!40000 ALTER TABLE `vtiger_leadaddress` DISABLE KEYS */;
INSERT INTO `vtiger_leadaddress` VALUES (2,'','','','','','','','','','Billing'),(4,'','','','','','','','','','Billing'),(11,'','','','','','','','','','Billing'),(82,'','','','','','','','','','Billing'),(84,'','','','','','','','','','Billing'),(87,'','','','','','','','','','Billing'),(820,'','','','','','','','','','Billing');
/*!40000 ALTER TABLE `vtiger_leadaddress` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_leaddetails`
--
DROP TABLE IF EXISTS `vtiger_leaddetails`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_leaddetails` (
`leadid` int NOT NULL,
`lead_no` varchar(100) NOT NULL,
`email` varchar(100) DEFAULT NULL,
`interest` varchar(50) DEFAULT NULL,
`firstname` varchar(40) DEFAULT NULL,
`salutation` varchar(200) DEFAULT NULL,
`lastname` varchar(80) NOT NULL,
`company` varchar(100) NOT NULL,
`annualrevenue` decimal(25,8) DEFAULT NULL,
`industry` varchar(200) DEFAULT NULL,
`campaign` varchar(30) DEFAULT NULL,
`rating` varchar(200) DEFAULT NULL,
`leadstatus` varchar(50) DEFAULT NULL,
`leadsource` varchar(200) DEFAULT NULL,
`converted` int DEFAULT '0',
`designation` varchar(50) DEFAULT 'SalesMan',
`licencekeystatus` varchar(50) DEFAULT NULL,
`space` varchar(250) DEFAULT NULL,
`comments` text,
`priority` varchar(50) DEFAULT NULL,
`demorequest` varchar(50) DEFAULT NULL,
`partnercontact` varchar(50) DEFAULT NULL,
`productversion` varchar(20) DEFAULT NULL,
`product` varchar(50) DEFAULT NULL,
`maildate` date DEFAULT NULL,
`nextstepdate` date DEFAULT NULL,
`fundingsituation` varchar(50) DEFAULT NULL,
`purpose` varchar(50) DEFAULT NULL,
`evaluationstatus` varchar(50) DEFAULT NULL,
`transferdate` date DEFAULT NULL,
`revenuetype` varchar(50) DEFAULT NULL,
`noofemployees` int DEFAULT NULL,
`secondaryemail` varchar(100) DEFAULT NULL,
`assignleadchk` int DEFAULT '0',
`emailoptout` varchar(3) DEFAULT NULL,
PRIMARY KEY (`leadid`),
KEY `leaddetails_converted_leadstatus_idx` (`converted`,`leadstatus`),
KEY `email_idx` (`email`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_leaddetails`
--
LOCK TABLES `vtiger_leaddetails` WRITE;
/*!40000 ALTER TABLE `vtiger_leaddetails` DISABLE KEYS */;
INSERT INTO `vtiger_leaddetails` VALUES (2,'LEA1','',NULL,'Hiral','','Prajapati','',0.00000000,'',NULL,'','','',0,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'',0,'0'),(4,'LEA2','',NULL,'Google To vtiger','','Google To Vtiger','',0.00000000,'',NULL,'','','',0,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'',0,'0'),(11,'LEA3','',NULL,'Auto FROMMM VTG','','Leadsss Auto','',0.00000000,'',NULL,'','','',0,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'',0,'0'),(82,'LEA4','nidhi.variance@gmail.com',NULL,'c1','','c1ppuppppppp','',0.00000000,'',NULL,'','','',0,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'',0,'0'),(84,'LEA5','',NULL,'c2222222','','c222222222222222','',0.00000000,'',NULL,'','','',0,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'',0,'0'),(87,'LEA6','',NULL,'','','p2','',0.00000000,'',NULL,'','','',0,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'',0,'0'),(820,'LEA7','poojachandarana.variance@gmail.com',NULL,'leadddddd','','poojachandarana.variance','gmail',0.00000000,'',NULL,'','','',0,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'',0,'0');
/*!40000 ALTER TABLE `vtiger_leaddetails` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_leadscf`
--
DROP TABLE IF EXISTS `vtiger_leadscf`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_leadscf` (
`leadid` int NOT NULL DEFAULT '0',
PRIMARY KEY (`leadid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_leadscf`
--
LOCK TABLES `vtiger_leadscf` WRITE;
/*!40000 ALTER TABLE `vtiger_leadscf` DISABLE KEYS */;
INSERT INTO `vtiger_leadscf` VALUES (2),(4),(11),(82),(84),(87),(820);
/*!40000 ALTER TABLE `vtiger_leadscf` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_leadsource`
--
DROP TABLE IF EXISTS `vtiger_leadsource`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_leadsource` (
`leadsourceid` int NOT NULL AUTO_INCREMENT,
`leadsource` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT NULL,
PRIMARY KEY (`leadsourceid`)
) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_leadsource`
--
LOCK TABLES `vtiger_leadsource` WRITE;
/*!40000 ALTER TABLE `vtiger_leadsource` DISABLE KEYS */;
INSERT INTO `vtiger_leadsource` VALUES (2,'Cold Call',1,99,1),(3,'Existing Customer',1,100,2),(4,'Self Generated',1,101,3),(5,'Employee',1,102,4),(6,'Partner',1,103,5),(7,'Public Relations',1,104,6),(8,'Direct Mail',1,105,7),(9,'Conference',1,106,8),(10,'Trade Show',1,107,9),(11,'Web Site',1,108,10),(12,'Word of mouth',1,109,11),(13,'Other',1,110,12);
/*!40000 ALTER TABLE `vtiger_leadsource` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_leadsource_seq`
--
DROP TABLE IF EXISTS `vtiger_leadsource_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_leadsource_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_leadsource_seq`
--
LOCK TABLES `vtiger_leadsource_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_leadsource_seq` DISABLE KEYS */;
INSERT INTO `vtiger_leadsource_seq` VALUES (13);
/*!40000 ALTER TABLE `vtiger_leadsource_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_leadstage`
--
DROP TABLE IF EXISTS `vtiger_leadstage`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_leadstage` (
`leadstageid` int NOT NULL AUTO_INCREMENT,
`stage` varchar(200) NOT NULL,
`sortorderid` int NOT NULL DEFAULT '0',
`presence` int NOT NULL DEFAULT '1',
PRIMARY KEY (`leadstageid`),
UNIQUE KEY `leadstage_stage_idx` (`stage`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_leadstage`
--
LOCK TABLES `vtiger_leadstage` WRITE;
/*!40000 ALTER TABLE `vtiger_leadstage` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_leadstage` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_leadstatus`
--
DROP TABLE IF EXISTS `vtiger_leadstatus`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_leadstatus` (
`leadstatusid` int NOT NULL AUTO_INCREMENT,
`leadstatus` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT NULL,
PRIMARY KEY (`leadstatusid`)
) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_leadstatus`
--
LOCK TABLES `vtiger_leadstatus` WRITE;
/*!40000 ALTER TABLE `vtiger_leadstatus` DISABLE KEYS */;
INSERT INTO `vtiger_leadstatus` VALUES (2,'Attempted to Contact',1,112,1),(3,'Cold',1,113,2),(4,'Contact in Future',1,114,3),(5,'Contacted',1,115,4),(6,'Hot',1,116,5),(7,'Junk Lead',1,117,6),(8,'Lost Lead',1,118,7),(9,'Not Contacted',1,119,8),(10,'Pre Qualified',1,120,9),(11,'Qualified',1,121,10),(12,'Warm',1,122,11);
/*!40000 ALTER TABLE `vtiger_leadstatus` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_leadstatus_seq`
--
DROP TABLE IF EXISTS `vtiger_leadstatus_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_leadstatus_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_leadstatus_seq`
--
LOCK TABLES `vtiger_leadstatus_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_leadstatus_seq` DISABLE KEYS */;
INSERT INTO `vtiger_leadstatus_seq` VALUES (12);
/*!40000 ALTER TABLE `vtiger_leadstatus_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_leadsubdetails`
--
DROP TABLE IF EXISTS `vtiger_leadsubdetails`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_leadsubdetails` (
`leadsubscriptionid` int NOT NULL DEFAULT '0',
`website` varchar(255) DEFAULT NULL,
`callornot` int DEFAULT '0',
`readornot` int DEFAULT '0',
`empct` int DEFAULT '0',
PRIMARY KEY (`leadsubscriptionid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_leadsubdetails`
--
LOCK TABLES `vtiger_leadsubdetails` WRITE;
/*!40000 ALTER TABLE `vtiger_leadsubdetails` DISABLE KEYS */;
INSERT INTO `vtiger_leadsubdetails` VALUES (2,'',0,0,0),(4,'',0,0,0),(11,'',0,0,0),(82,'',0,0,0),(84,'',0,0,0),(87,'',0,0,0),(820,'',0,0,0);
/*!40000 ALTER TABLE `vtiger_leadsubdetails` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_links`
--
DROP TABLE IF EXISTS `vtiger_links`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_links` (
`linkid` int NOT NULL,
`tabid` int DEFAULT NULL,
`linktype` varchar(50) DEFAULT NULL,
`linklabel` varchar(50) DEFAULT NULL,
`linkurl` varchar(255) DEFAULT NULL,
`linkicon` varchar(100) DEFAULT NULL,
`sequence` int DEFAULT NULL,
`handler_path` varchar(128) DEFAULT NULL,
`handler_class` varchar(50) DEFAULT NULL,
`handler` varchar(50) DEFAULT NULL,
PRIMARY KEY (`linkid`),
KEY `link_tabidtype_idx` (`tabid`,`linktype`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_links`
--
LOCK TABLES `vtiger_links` WRITE;
/*!40000 ALTER TABLE `vtiger_links` DISABLE KEYS */;
INSERT INTO `vtiger_links` VALUES (1,6,'DETAILVIEWBASIC','LBL_ADD_NOTE','index.php?module=Documents&action=EditView&return_module=$MODULE$&return_action=DetailView&return_id=$RECORD$&parent_id=$RECORD$','themes/images/bookMark.gif',0,'modules/Documents/Documents.php','Documents','isLinkPermitted'),(2,6,'DETAILVIEWBASIC','LBL_SHOW_ACCOUNT_HIERARCHY','index.php?module=Accounts&action=AccountHierarchy&accountid=$RECORD$','',0,NULL,NULL,NULL),(3,7,'DETAILVIEWBASIC','LBL_ADD_NOTE','index.php?module=Documents&action=EditView&return_module=$MODULE$&return_action=DetailView&return_id=$RECORD$&parent_id=$RECORD$','themes/images/bookMark.gif',0,'modules/Documents/Documents.php','Documents','isLinkPermitted'),(4,4,'DETAILVIEWBASIC','LBL_ADD_NOTE','index.php?module=Documents&action=EditView&return_module=$MODULE$&return_action=DetailView&return_id=$RECORD$&parent_id=$RECORD$','themes/images/bookMark.gif',0,'modules/Documents/Documents.php','Documents','isLinkPermitted'),(5,0,'HEADERSCRIPT','Incoming Calls','modules/PBXManager/resources/PBXManagerJS.js','',0,'modules/PBXManager/PBXManager.php','PBXManager','checkLinkPermission'),(9,42,'HEADERSCRIPT','ModCommentsCommonHeaderScript','modules/ModComments/ModCommentsCommon.js','',0,NULL,NULL,NULL),(10,7,'DETAILVIEWWIDGET','DetailViewBlockCommentWidget','block://ModComments:modules/ModComments/ModComments.php','',0,NULL,NULL,NULL),(11,4,'DETAILVIEWWIDGET','DetailViewBlockCommentWidget','block://ModComments:modules/ModComments/ModComments.php','',0,NULL,NULL,NULL),(12,6,'DETAILVIEWWIDGET','DetailViewBlockCommentWidget','block://ModComments:modules/ModComments/ModComments.php','',0,NULL,NULL,NULL),(13,2,'DETAILVIEWWIDGET','DetailViewBlockCommentWidget','block://ModComments:modules/ModComments/ModComments.php','',0,NULL,NULL,NULL),(16,45,'DETAILVIEWBASIC','LBL_CHECK_STATUS','javascript:SMSNotifier.checkstatus($RECORD$)','themes/images/reload.gif',0,NULL,NULL,NULL),(18,45,'HEADERSCRIPT','SMSNotifierCommonJS','modules/SMSNotifier/SMSNotifierCommon.js','',0,NULL,NULL,NULL),(19,7,'LISTVIEWBASIC','Send SMS','SMSNotifierCommon.displaySelectWizard(this, \'$MODULE$\');','',0,NULL,NULL,NULL),(20,7,'DETAILVIEWBASIC','Send SMS','javascript:SMSNotifierCommon.displaySelectWizard_DetailView(\'$MODULE$\', \'$RECORD$\');','',0,NULL,NULL,NULL),(21,4,'LISTVIEWBASIC','Send SMS','SMSNotifierCommon.displaySelectWizard(this, \'$MODULE$\');','',0,NULL,NULL,NULL),(22,4,'DETAILVIEWBASIC','Send SMS','javascript:SMSNotifierCommon.displaySelectWizard_DetailView(\'$MODULE$\', \'$RECORD$\');','',0,NULL,NULL,NULL),(23,6,'LISTVIEWBASIC','Send SMS','SMSNotifierCommon.displaySelectWizard(this, \'$MODULE$\');','',0,NULL,NULL,NULL),(24,6,'DETAILVIEWBASIC','Send SMS','javascript:SMSNotifierCommon.displaySelectWizard_DetailView(\'$MODULE$\', \'$RECORD$\');','',0,NULL,NULL,NULL),(25,4,'DETAILVIEWSIDEBARWIDGET','Google Map','module=Google&view=Map&mode=showMap&viewtype=detail','',0,NULL,NULL,NULL),(26,7,'DETAILVIEWSIDEBARWIDGET','Google Map','module=Google&view=Map&mode=showMap&viewtype=detail','',0,NULL,NULL,NULL),(27,6,'DETAILVIEWSIDEBARWIDGET','Google Map','module=Google&view=Map&mode=showMap&viewtype=detail','',0,NULL,NULL,NULL),(28,4,'LISTVIEWSIDEBARWIDGET','Google Contacts','module=Google&view=List&sourcemodule=Contacts','',0,NULL,NULL,NULL),(29,9,'LISTVIEWSIDEBARWIDGET','Google Calendar','module=Google&view=List&sourcemodule=Calendar','',0,NULL,NULL,NULL),(30,39,'DETAILVIEWBASIC','Add Note','index.php?module=Documents&action=EditView&return_module=ProjectTask&return_action=DetailView&return_id=$RECORD$&parent_id=$RECORD$','',0,'modules/Documents/Documents.php','Documents','isLinkPermitted'),(31,39,'DETAILVIEWWIDGET','DetailViewBlockCommentWidget','block://ModComments:modules/ModComments/ModComments.php','',0,NULL,NULL,NULL),(32,40,'DETAILVIEWBASIC','Add Project Task','index.php?module=ProjectTask&action=EditView&projectid=$RECORD$&return_module=Project&return_action=DetailView&return_id=$RECORD$','',0,'modules/ProjectTask/ProjectTask.php','ProjectTask','isLinkPermitted'),(33,40,'DETAILVIEWBASIC','Add Note','index.php?module=Documents&action=EditView&return_module=Project&return_action=DetailView&return_id=$RECORD$&parent_id=$RECORD$','',1,'modules/Documents/Documents.php','Documents','isLinkPermitted'),(34,40,'DETAILVIEWWIDGET','DetailViewBlockCommentWidget','block://ModComments:modules/ModComments/ModComments.php','',0,NULL,NULL,NULL),(35,2,'DASHBOARDWIDGET','History','index.php?module=Potentials&view=ShowWidget&name=History','',1,NULL,NULL,NULL),(36,2,'DASHBOARDWIDGET','Upcoming Activities','index.php?module=Potentials&view=ShowWidget&name=CalendarActivities','',2,NULL,NULL,NULL),(37,2,'DASHBOARDWIDGET','Funnel','index.php?module=Potentials&view=ShowWidget&name=GroupedBySalesStage','',3,NULL,NULL,NULL),(38,2,'DASHBOARDWIDGET','Potentials by Stage','index.php?module=Potentials&view=ShowWidget&name=GroupedBySalesPerson','',4,NULL,NULL,NULL),(39,2,'DASHBOARDWIDGET','Pipelined Amount','index.php?module=Potentials&view=ShowWidget&name=PipelinedAmountPerSalesPerson','',5,NULL,NULL,NULL),(40,2,'DASHBOARDWIDGET','Total Revenue','index.php?module=Potentials&view=ShowWidget&name=TotalRevenuePerSalesPerson','',6,NULL,NULL,NULL),(41,2,'DASHBOARDWIDGET','Top Potentials','index.php?module=Potentials&view=ShowWidget&name=TopPotentials','',7,NULL,NULL,NULL),(42,2,'DASHBOARDWIDGET','Overdue Activities','index.php?module=Potentials&view=ShowWidget&name=OverdueActivities','',9,NULL,NULL,NULL),(43,6,'DASHBOARDWIDGET','History','index.php?module=Accounts&view=ShowWidget&name=History','',1,NULL,NULL,NULL),(44,6,'DASHBOARDWIDGET','Upcoming Activities','index.php?module=Accounts&view=ShowWidget&name=CalendarActivities','',2,NULL,NULL,NULL),(45,6,'DASHBOARDWIDGET','Overdue Activities','index.php?module=Accounts&view=ShowWidget&name=OverdueActivities','',3,NULL,NULL,NULL),(46,4,'DASHBOARDWIDGET','History','index.php?module=Contacts&view=ShowWidget&name=History','',1,NULL,NULL,NULL),(47,4,'DASHBOARDWIDGET','Upcoming Activities','index.php?module=Contacts&view=ShowWidget&name=CalendarActivities','',2,NULL,NULL,NULL),(48,4,'DASHBOARDWIDGET','Overdue Activities','index.php?module=Contacts&view=ShowWidget&name=OverdueActivities','',3,NULL,NULL,NULL),(49,7,'DASHBOARDWIDGET','History','index.php?module=Leads&view=ShowWidget&name=History','',1,NULL,NULL,NULL),(50,7,'DASHBOARDWIDGET','Upcoming Activities','index.php?module=Leads&view=ShowWidget&name=CalendarActivities','',2,NULL,NULL,NULL),(51,7,'DASHBOARDWIDGET','Leads by Status','index.php?module=Leads&view=ShowWidget&name=LeadsByStatus','',4,NULL,NULL,NULL),(52,7,'DASHBOARDWIDGET','Leads by Source','index.php?module=Leads&view=ShowWidget&name=LeadsBySource','',5,NULL,NULL,NULL),(53,7,'DASHBOARDWIDGET','Leads by Industry','index.php?module=Leads&view=ShowWidget&name=LeadsByIndustry','',6,NULL,NULL,NULL),(54,7,'DASHBOARDWIDGET','Overdue Activities','index.php?module=Leads&view=ShowWidget&name=OverdueActivities','',7,NULL,NULL,NULL),(55,13,'DASHBOARDWIDGET','Tickets by Status','index.php?module=HelpDesk&view=ShowWidget&name=TicketsByStatus','',1,NULL,NULL,NULL),(56,13,'DASHBOARDWIDGET','Open Tickets','index.php?module=HelpDesk&view=ShowWidget&name=OpenTickets','',2,NULL,NULL,NULL),(57,3,'DASHBOARDWIDGET','History','index.php?module=Home&view=ShowWidget&name=History','',1,NULL,NULL,NULL),(58,3,'DASHBOARDWIDGET','Upcoming Activities','index.php?module=Home&view=ShowWidget&name=CalendarActivities','',2,NULL,NULL,NULL),(59,3,'DASHBOARDWIDGET','Funnel','index.php?module=Potentials&view=ShowWidget&name=GroupedBySalesStage','',3,NULL,NULL,NULL),(60,3,'DASHBOARDWIDGET','Potentials by Stage','index.php?module=Potentials&view=ShowWidget&name=GroupedBySalesPerson','',4,NULL,NULL,NULL),(61,3,'DASHBOARDWIDGET','Pipelined Amount','index.php?module=Potentials&view=ShowWidget&name=PipelinedAmountPerSalesPerson','',5,NULL,NULL,NULL),(62,3,'DASHBOARDWIDGET','Total Revenue','index.php?module=Potentials&view=ShowWidget&name=TotalRevenuePerSalesPerson','',6,NULL,NULL,NULL),(63,3,'DASHBOARDWIDGET','Top Potentials','index.php?module=Potentials&view=ShowWidget&name=TopPotentials','',7,NULL,NULL,NULL),(64,3,'DASHBOARDWIDGET','Leads by Status','index.php?module=Leads&view=ShowWidget&name=LeadsByStatus','',10,NULL,NULL,NULL),(65,3,'DASHBOARDWIDGET','Leads by Source','index.php?module=Leads&view=ShowWidget&name=LeadsBySource','',11,NULL,NULL,NULL),(66,3,'DASHBOARDWIDGET','Leads by Industry','index.php?module=Leads&view=ShowWidget&name=LeadsByIndustry','',12,NULL,NULL,NULL),(67,3,'DASHBOARDWIDGET','Overdue Activities','index.php?module=Home&view=ShowWidget&name=OverdueActivities','',13,NULL,NULL,NULL),(68,3,'DASHBOARDWIDGET','Tickets by Status','index.php?module=HelpDesk&view=ShowWidget&name=TicketsByStatus','',13,NULL,NULL,NULL),(69,3,'DASHBOARDWIDGET','Open Tickets','index.php?module=HelpDesk&view=ShowWidget&name=OpenTickets','',14,NULL,NULL,NULL),(70,13,'DETAILVIEWWIDGET','DetailViewBlockCommentWidget','block://ModComments:modules/ModComments/ModComments.php','',0,NULL,NULL,NULL),(71,15,'DETAILVIEWWIDGET','DetailViewBlockCommentWidget','block://ModComments:modules/ModComments/ModComments.php','',0,NULL,NULL,NULL),(100,3,'DASHBOARDWIDGET','Key Metrics','index.php?module=Home&view=ShowWidget&name=KeyMetrics','',0,NULL,NULL,NULL),(101,3,'DASHBOARDWIDGET','Mini List','index.php?module=Home&view=ShowWidget&name=MiniList','',0,NULL,NULL,NULL),(102,3,'DASHBOARDWIDGET','Tag Cloud','index.php?module=Home&view=ShowWidget&name=TagCloud','',0,NULL,NULL,NULL),(103,2,'DASHBOARDWIDGET','Funnel Amount','index.php?module=Potentials&view=ShowWidget&name=FunnelAmount','',10,NULL,NULL,NULL),(104,3,'DASHBOARDWIDGET','Funnel Amount','index.php?module=Potentials&view=ShowWidget&name=FunnelAmount','',10,NULL,NULL,NULL),(105,3,'DASHBOARDWIDGET','Notebook','index.php?module=Home&view=ShowWidget&name=Notebook','',0,NULL,NULL,NULL),(106,49,'HEADERSCRIPT','ExtensionStoreCommonHeaderScript','modules/ExtensionStore/ExtensionStore.js','',0,NULL,NULL,NULL);
/*!40000 ALTER TABLE `vtiger_links` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_links_seq`
--
DROP TABLE IF EXISTS `vtiger_links_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_links_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_links_seq`
--
LOCK TABLES `vtiger_links_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_links_seq` DISABLE KEYS */;
INSERT INTO `vtiger_links_seq` VALUES (106);
/*!40000 ALTER TABLE `vtiger_links_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_loginhistory`
--
DROP TABLE IF EXISTS `vtiger_loginhistory`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_loginhistory` (
`login_id` int NOT NULL AUTO_INCREMENT,
`user_name` varchar(255) DEFAULT NULL,
`user_ip` varchar(25) NOT NULL,
`logout_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`login_time` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
`status` varchar(25) DEFAULT NULL,
PRIMARY KEY (`login_id`)
) ENGINE=InnoDB AUTO_INCREMENT=138 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_loginhistory`
--
LOCK TABLES `vtiger_loginhistory` WRITE;
/*!40000 ALTER TABLE `vtiger_loginhistory` DISABLE KEYS */;
INSERT INTO `vtiger_loginhistory` VALUES (1,'admin','127.0.0.1','0000-00-00 00:00:00','2021-06-25 05:36:36','Signed in'),(2,'admin','122.169.119.200','0000-00-00 00:00:00','2024-11-21 13:11:45','Signed in'),(3,'admin','122.169.119.200','0000-00-00 00:00:00','2024-11-22 04:45:53','Signed in'),(4,'admin','122.169.119.200','0000-00-00 00:00:00','2024-11-22 06:03:22','Signed in'),(5,'admin','122.169.119.200','0000-00-00 00:00:00','2024-11-22 07:10:27','Signed in'),(6,'admin','122.169.119.200','0000-00-00 00:00:00','2024-11-22 08:15:04','Signed in'),(7,'admin','103.228.144.178','0000-00-00 00:00:00','2024-11-22 09:22:57','Signed in'),(8,'admin','103.228.144.178','0000-00-00 00:00:00','2024-11-22 09:24:43','Signed in'),(9,'can','103.228.144.178','0000-00-00 00:00:00','2024-11-22 10:30:52','Signed in'),(10,'admin','103.228.144.178','0000-00-00 00:00:00','2024-11-22 11:14:39','Signed in'),(11,'admin','122.169.119.200','0000-00-00 00:00:00','2024-11-22 11:29:47','Signed in'),(12,'admin','122.169.119.200','0000-00-00 00:00:00','2024-11-22 11:44:44','Signed in'),(13,'heer','103.228.144.178','0000-00-00 00:00:00','2024-11-22 13:05:00','Signed in'),(14,'admin','122.169.119.200','0000-00-00 00:00:00','2024-11-22 13:18:01','Signed in'),(15,'admin','122.169.119.200','2024-11-25 05:17:52','2024-11-25 04:43:23','Signed off'),(16,'admin','103.228.144.178','0000-00-00 00:00:00','2024-11-25 05:00:26','Signed in'),(17,'admin','103.228.144.178','2024-11-25 05:04:00','2024-11-25 05:02:27','Signed off'),(18,'can','103.228.144.178','0000-00-00 00:00:00','2024-11-25 05:04:10','Signed in'),(19,'can','122.169.119.200','0000-00-00 00:00:00','2024-11-25 05:18:02','Signed in'),(20,'can','122.169.119.200','0000-00-00 00:00:00','2024-11-25 05:20:13','Signed in'),(21,'admin','122.169.119.200','2024-11-25 05:35:11','2024-11-25 05:24:12','Signed off'),(22,'can','122.169.119.200','0000-00-00 00:00:00','2024-11-25 05:32:12','Signed in'),(23,'heer','122.169.119.200','0000-00-00 00:00:00','2024-11-25 05:33:40','Signed in'),(24,'admin','122.169.119.200','0000-00-00 00:00:00','2024-11-25 05:45:05','Signed in'),(25,'admin','122.169.119.200','0000-00-00 00:00:00','2024-11-25 05:51:13','Signed in'),(26,'admin','122.169.119.200','2024-11-25 06:14:59','2024-11-25 06:08:02','Signed off'),(27,'sanem','122.169.119.200','0000-00-00 00:00:00','2024-11-25 06:13:16','Signed in'),(28,'admin','122.169.119.200','0000-00-00 00:00:00','2024-11-25 06:15:06','Signed in'),(29,'admin','103.228.144.178','0000-00-00 00:00:00','2024-11-25 07:28:13','Signed in'),(30,'admin','122.169.119.200','0000-00-00 00:00:00','2024-11-28 05:41:53','Signed in'),(31,'admin','122.169.119.200','0000-00-00 00:00:00','2025-09-16 05:38:51','Signed in'),(32,'admin','122.169.119.200','0000-00-00 00:00:00','2025-09-16 11:30:41','Signed in'),(33,'admin','122.169.119.200','0000-00-00 00:00:00','2025-09-16 12:27:45','Signed in'),(34,'admin','122.169.119.200','0000-00-00 00:00:00','2025-09-18 05:29:41','Signed in'),(35,'admin','122.169.119.200','0000-00-00 00:00:00','2025-09-29 06:58:16','Signed in'),(36,'admin','122.169.119.200','0000-00-00 00:00:00','2025-09-29 10:45:44','Signed in'),(37,'admin','122.169.119.200','0000-00-00 00:00:00','2025-10-06 07:28:41','Signed in'),(38,'admin','122.169.119.200','0000-00-00 00:00:00','2025-10-06 09:45:27','Signed in'),(39,'admin','122.169.119.200','0000-00-00 00:00:00','2025-10-06 10:47:03','Signed in'),(40,'admin','122.169.119.200','0000-00-00 00:00:00','2025-10-06 11:11:17','Signed in'),(41,'admin','122.169.119.200','0000-00-00 00:00:00','2025-10-06 12:45:39','Signed in'),(42,'admin','122.169.119.200','0000-00-00 00:00:00','2025-10-06 13:58:50','Signed in'),(43,'admin','122.169.119.200','0000-00-00 00:00:00','2025-10-07 05:05:04','Signed in'),(44,'admin','122.169.119.200','0000-00-00 00:00:00','2025-10-07 05:21:19','Signed in'),(45,'admin','122.169.119.200','0000-00-00 00:00:00','2025-10-07 06:14:21','Signed in'),(46,'admin','122.169.119.200','0000-00-00 00:00:00','2025-10-07 10:38:10','Signed in'),(47,'admin','122.169.119.200','0000-00-00 00:00:00','2025-10-07 11:29:09','Signed in'),(48,'admin','122.169.119.200','0000-00-00 00:00:00','2025-10-07 11:29:10','Signed in'),(49,'admin','122.169.119.200','0000-00-00 00:00:00','2025-10-07 13:48:24','Signed in'),(50,'admin','122.169.119.200','0000-00-00 00:00:00','2025-10-07 13:48:24','Signed in'),(51,'admin','122.169.119.200','0000-00-00 00:00:00','2025-10-08 04:41:18','Signed in'),(52,'admin','122.169.119.200','0000-00-00 00:00:00','2025-10-08 06:48:24','Signed in'),(53,'admin','122.169.119.200','0000-00-00 00:00:00','2025-10-08 12:30:36','Signed in'),(54,'admin','122.169.119.200','0000-00-00 00:00:00','2025-10-08 13:10:42','Signed in'),(55,'admin','122.169.119.200','0000-00-00 00:00:00','2025-10-08 13:59:13','Signed in'),(56,'admin','122.169.119.200','0000-00-00 00:00:00','2025-10-09 13:44:32','Signed in'),(57,'admin','122.169.119.200','0000-00-00 00:00:00','2025-10-10 11:20:17','Signed in'),(58,'admin','122.169.119.200','0000-00-00 00:00:00','2025-10-13 09:23:23','Signed in'),(59,'admin','122.169.119.200','0000-00-00 00:00:00','2025-10-13 10:54:07','Signed in'),(60,'admin','122.169.119.200','0000-00-00 00:00:00','2025-10-14 04:43:36','Signed in'),(61,'admin','122.169.119.200','0000-00-00 00:00:00','2025-10-14 05:41:53','Signed in'),(62,'admin','122.169.119.200','0000-00-00 00:00:00','2025-10-14 08:51:26','Signed in'),(63,'admin','122.169.119.200','0000-00-00 00:00:00','2025-10-14 10:20:10','Signed in'),(64,'admin','122.169.119.200','0000-00-00 00:00:00','2025-10-14 13:07:09','Signed in'),(65,'admin','122.169.119.200','0000-00-00 00:00:00','2025-10-15 09:47:42','Signed in'),(66,'admin','122.169.119.200','0000-00-00 00:00:00','2025-10-15 12:05:39','Signed in'),(67,'admin','122.169.119.200','0000-00-00 00:00:00','2025-10-16 07:59:40','Signed in'),(68,'admin','122.169.119.200','0000-00-00 00:00:00','2025-10-27 11:41:43','Signed in'),(69,'admin','122.169.119.200','0000-00-00 00:00:00','2025-10-29 04:32:07','Signed in'),(70,'admin','122.169.119.200','0000-00-00 00:00:00','2025-10-29 05:04:40','Signed in'),(71,'admin','122.169.119.200','0000-00-00 00:00:00','2025-10-29 06:48:07','Signed in'),(72,'nidhi','122.169.119.200','0000-00-00 00:00:00','2025-10-29 06:49:44','Signed in'),(73,'can','122.169.119.200','0000-00-00 00:00:00','2025-10-29 06:50:42','Signed in'),(74,'admin','122.169.119.200','0000-00-00 00:00:00','2025-10-29 07:06:43','Signed in'),(75,'admin','122.169.119.200','0000-00-00 00:00:00','2025-10-29 08:47:05','Signed in'),(76,'admin','122.169.119.200','0000-00-00 00:00:00','2025-10-30 04:52:14','Signed in'),(77,'admin','122.169.119.200','0000-00-00 00:00:00','2025-10-30 05:58:16','Signed in'),(78,'admin','122.169.119.200','0000-00-00 00:00:00','2025-10-30 08:47:16','Signed in'),(79,'admin','122.169.119.200','0000-00-00 00:00:00','2025-10-30 14:22:36','Signed in'),(80,'admin','122.169.119.200','0000-00-00 00:00:00','2025-10-31 04:47:15','Signed in'),(81,'admin','122.169.119.200','0000-00-00 00:00:00','2025-10-31 05:43:10','Signed in'),(82,'admin','122.169.119.200','0000-00-00 00:00:00','2025-10-31 08:46:20','Signed in'),(83,'admin','122.169.119.200','0000-00-00 00:00:00','2025-11-03 04:10:45','Signed in'),(84,'admin','122.169.119.200','0000-00-00 00:00:00','2025-11-03 07:56:58','Signed in'),(85,'admin','122.169.119.200','0000-00-00 00:00:00','2025-11-03 07:57:59','Signed in'),(86,'','122.169.119.200','0000-00-00 00:00:00','2025-11-03 09:04:51','Signed in'),(87,'','122.169.119.200','0000-00-00 00:00:00','2025-11-03 09:04:53','Signed in'),(88,'admin','122.169.119.200','0000-00-00 00:00:00','2025-11-03 09:04:57','Signed in'),(89,'admin','122.169.119.200','0000-00-00 00:00:00','2025-11-03 09:06:27','Signed in'),(90,'admin','122.169.119.200','2025-11-03 11:05:09','2025-11-03 11:04:49','Signed off'),(91,'admin','122.169.119.200','0000-00-00 00:00:00','2025-11-03 11:05:18','Signed in'),(92,'admin','122.169.119.200','0000-00-00 00:00:00','2025-11-03 11:46:49','Signed in'),(93,'admin','122.169.119.200','0000-00-00 00:00:00','2025-11-03 12:52:17','Signed in'),(94,'admin','122.169.119.200','0000-00-00 00:00:00','2025-11-03 13:01:20','Signed in'),(95,'admin','122.169.119.200','0000-00-00 00:00:00','2025-11-04 05:16:29','Signed in'),(96,'admin','122.169.119.200','0000-00-00 00:00:00','2025-11-04 05:41:13','Signed in'),(97,'admin','122.169.119.200','0000-00-00 00:00:00','2025-11-04 06:31:35','Signed in'),(98,'admin','103.228.144.178','0000-00-00 00:00:00','2025-11-04 07:14:01','Signed in'),(99,'admin','122.169.119.200','2025-11-04 07:44:29','2025-11-04 07:44:28','Signed off'),(100,'admin','122.169.119.200','0000-00-00 00:00:00','2025-11-04 07:45:02','Signed in'),(101,'admin','122.169.119.200','0000-00-00 00:00:00','2025-11-04 08:56:54','Signed in'),(102,'admin','122.169.119.200','0000-00-00 00:00:00','2025-11-04 10:25:09','Signed in'),(103,'admin','122.169.119.200','0000-00-00 00:00:00','2025-11-04 10:34:40','Signed in'),(104,'admin','122.169.119.200','0000-00-00 00:00:00','2025-11-04 10:38:30','Signed in'),(105,'admin','122.169.119.200','0000-00-00 00:00:00','2025-11-04 11:12:13','Signed in'),(106,'admin','122.169.119.200','0000-00-00 00:00:00','2025-11-05 04:36:48','Signed in'),(107,'admin','122.169.119.200','0000-00-00 00:00:00','2025-11-05 06:21:39','Signed in'),(108,'admin','122.169.119.200','0000-00-00 00:00:00','2025-11-05 08:48:00','Signed in'),(109,'admin','122.169.119.200','0000-00-00 00:00:00','2025-11-05 08:49:50','Signed in'),(110,'admin','122.169.119.200','0000-00-00 00:00:00','2025-11-05 12:11:02','Signed in'),(111,'admin','122.169.119.200','0000-00-00 00:00:00','2025-11-06 04:20:12','Signed in'),(112,'admin','122.169.119.200','0000-00-00 00:00:00','2025-11-06 06:43:35','Signed in'),(113,'admin','122.169.119.200','0000-00-00 00:00:00','2025-11-06 09:15:51','Signed in'),(114,'admin','122.169.119.200','0000-00-00 00:00:00','2025-11-07 04:57:13','Signed in'),(115,'admin','122.169.119.200','0000-00-00 00:00:00','2025-11-07 06:14:37','Signed in'),(116,'admin','122.169.119.200','0000-00-00 00:00:00','2025-11-07 09:39:14','Signed in'),(117,'admin','49.36.90.123','0000-00-00 00:00:00','2025-11-10 09:23:38','Signed in'),(118,'admin','49.36.90.123','0000-00-00 00:00:00','2025-11-10 09:28:39','Signed in'),(119,'admin','122.169.119.200','0000-00-00 00:00:00','2025-11-11 10:21:00','Signed in'),(120,'admin','122.169.119.200','0000-00-00 00:00:00','2025-11-11 10:22:25','Signed in'),(121,'admin','122.169.119.200','0000-00-00 00:00:00','2025-11-11 10:23:53','Signed in'),(122,'admin','122.169.119.200','0000-00-00 00:00:00','2025-11-11 12:12:40','Signed in'),(123,'admin','122.169.119.200','2025-11-11 13:59:01','2025-11-11 12:54:00','Signed off'),(124,'admin','122.169.119.200','0000-00-00 00:00:00','2025-11-12 07:01:53','Signed in'),(125,'nidhi','122.169.119.200','0000-00-00 00:00:00','2025-11-12 07:03:29','Signed in'),(126,'admin','122.169.119.200','2025-11-12 07:04:21','2025-11-12 07:03:55','Signed off'),(127,'nidhi','122.169.119.200','0000-00-00 00:00:00','2025-11-12 07:04:30','Signed in'),(128,'admin','122.169.119.200','2025-11-12 07:06:19','2025-11-12 07:06:11','Signed off'),(129,'nidhi','122.169.119.200','0000-00-00 00:00:00','2025-11-12 07:06:27','Signed in'),(130,'nidhi','122.169.119.200','0000-00-00 00:00:00','2025-11-12 07:09:47','Signed in'),(131,'admin','122.169.119.200','0000-00-00 00:00:00','2025-11-12 07:10:27','Signed in'),(132,'admin','122.169.119.200','0000-00-00 00:00:00','2025-11-12 09:02:08','Signed in'),(133,'crmtiger','122.169.119.200','0000-00-00 00:00:00','2025-11-12 09:38:13','Signed in'),(134,'crmtiger','122.169.119.200','0000-00-00 00:00:00','2025-11-12 09:39:16','Signed in'),(135,'crmtiger1','122.169.119.200','0000-00-00 00:00:00','2025-11-12 09:40:48','Signed in'),(136,'crmtiger1','122.169.119.200','0000-00-00 00:00:00','2025-11-12 09:42:01','Signed in'),(137,'admin','122.169.119.200','0000-00-00 00:00:00','2025-11-12 10:52:24','Signed in');
/*!40000 ALTER TABLE `vtiger_loginhistory` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_mail_accounts`
--
DROP TABLE IF EXISTS `vtiger_mail_accounts`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_mail_accounts` (
`account_id` int NOT NULL,
`user_id` int NOT NULL,
`display_name` varchar(50) DEFAULT NULL,
`mail_id` varchar(50) DEFAULT NULL,
`account_name` varchar(50) DEFAULT NULL,
`mail_protocol` varchar(20) DEFAULT NULL,
`mail_username` varchar(50) NOT NULL,
`mail_password` varchar(250) NOT NULL,
`mail_servername` varchar(50) DEFAULT NULL,
`box_refresh` int DEFAULT NULL,
`mails_per_page` int DEFAULT NULL,
`ssltype` varchar(50) DEFAULT NULL,
`sslmeth` varchar(50) DEFAULT NULL,
`int_mailer` int DEFAULT '0',
`status` varchar(10) DEFAULT NULL,
`set_default` int DEFAULT NULL,
`sent_folder` varchar(50) DEFAULT NULL,
PRIMARY KEY (`account_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_mail_accounts`
--
LOCK TABLES `vtiger_mail_accounts` WRITE;
/*!40000 ALTER TABLE `vtiger_mail_accounts` DISABLE KEYS */;
INSERT INTO `vtiger_mail_accounts` VALUES (1,1,'John Smith',NULL,'johnsmith251902@outlook.com','IMAP4','johnsmith251902@outlook.com','','outlook.office365.com',NULL,20,'ssl','novalidate-cert',0,'1',0,'Sent Items');
/*!40000 ALTER TABLE `vtiger_mail_accounts` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_mailer_queue`
--
DROP TABLE IF EXISTS `vtiger_mailer_queue`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_mailer_queue` (
`id` int NOT NULL,
`fromname` varchar(100) DEFAULT NULL,
`fromemail` varchar(100) DEFAULT NULL,
`mailer` varchar(10) DEFAULT NULL,
`content_type` varchar(15) DEFAULT NULL,
`subject` varchar(999) DEFAULT NULL,
`body` text,
`relcrmid` int DEFAULT NULL,
`failed` int NOT NULL DEFAULT '0',
`failreason` varchar(255) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_mailer_queue`
--
LOCK TABLES `vtiger_mailer_queue` WRITE;
/*!40000 ALTER TABLE `vtiger_mailer_queue` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_mailer_queue` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_mailer_queueattachments`
--
DROP TABLE IF EXISTS `vtiger_mailer_queueattachments`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_mailer_queueattachments` (
`id` int DEFAULT NULL,
`path` text,
`name` varchar(100) DEFAULT NULL,
`encoding` varchar(50) DEFAULT NULL,
`type` varchar(100) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_mailer_queueattachments`
--
LOCK TABLES `vtiger_mailer_queueattachments` WRITE;
/*!40000 ALTER TABLE `vtiger_mailer_queueattachments` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_mailer_queueattachments` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_mailer_queueinfo`
--
DROP TABLE IF EXISTS `vtiger_mailer_queueinfo`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_mailer_queueinfo` (
`id` int DEFAULT NULL,
`name` varchar(100) DEFAULT NULL,
`email` varchar(100) DEFAULT NULL,
`type` varchar(7) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_mailer_queueinfo`
--
LOCK TABLES `vtiger_mailer_queueinfo` WRITE;
/*!40000 ALTER TABLE `vtiger_mailer_queueinfo` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_mailer_queueinfo` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_mailmanager_mailattachments`
--
DROP TABLE IF EXISTS `vtiger_mailmanager_mailattachments`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_mailmanager_mailattachments` (
`userid` int DEFAULT NULL,
`muid` int DEFAULT NULL,
`aname` varchar(100) DEFAULT NULL,
`lastsavedtime` int DEFAULT NULL,
`attachid` int NOT NULL,
`path` varchar(200) NOT NULL,
`cid` varchar(50) DEFAULT NULL,
KEY `userid_muid_idx` (`userid`,`muid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_mailmanager_mailattachments`
--
LOCK TABLES `vtiger_mailmanager_mailattachments` WRITE;
/*!40000 ALTER TABLE `vtiger_mailmanager_mailattachments` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_mailmanager_mailattachments` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_mailmanager_mailrecord`
--
DROP TABLE IF EXISTS `vtiger_mailmanager_mailrecord`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_mailmanager_mailrecord` (
`userid` int DEFAULT NULL,
`mfrom` varchar(255) DEFAULT NULL,
`mto` varchar(255) DEFAULT NULL,
`mcc` varchar(500) DEFAULT NULL,
`mbcc` varchar(500) DEFAULT NULL,
`mdate` varchar(20) DEFAULT NULL,
`msubject` varchar(500) DEFAULT NULL,
`mbody` text,
`mcharset` varchar(10) DEFAULT NULL,
`misbodyhtml` int DEFAULT NULL,
`mplainmessage` int DEFAULT NULL,
`mhtmlmessage` int DEFAULT NULL,
`muniqueid` varchar(500) DEFAULT NULL,
`mbodyparsed` int DEFAULT NULL,
`muid` int DEFAULT NULL,
`lastsavedtime` int DEFAULT NULL,
KEY `userid_lastsavedtime_idx` (`userid`,`lastsavedtime`),
KEY `userid_muid_idx` (`userid`,`muid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_mailmanager_mailrecord`
--
LOCK TABLES `vtiger_mailmanager_mailrecord` WRITE;
/*!40000 ALTER TABLE `vtiger_mailmanager_mailrecord` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_mailmanager_mailrecord` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_mailmanager_mailrel`
--
DROP TABLE IF EXISTS `vtiger_mailmanager_mailrel`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_mailmanager_mailrel` (
`mailuid` varchar(999) DEFAULT NULL,
`crmid` int DEFAULT NULL,
`emailid` int DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_mailmanager_mailrel`
--
LOCK TABLES `vtiger_mailmanager_mailrel` WRITE;
/*!40000 ALTER TABLE `vtiger_mailmanager_mailrel` DISABLE KEYS */;
INSERT INTO `vtiger_mailmanager_mailrel` VALUES ('<f06178598ad49a3e99ba45b25e0159f9@vt65auth2.crmtiger.com>',258,259),(' <JH0PR04MB7311F79CEE0BED14627F6160CBEBA@JH0PR04MB7311.apcprd04.prod.outlook.com>',265,266),('0',426,427),('0',431,432),('0',439,440),('0',450,451),('0',452,453),('0',454,455),('0',456,457),('0',458,459),('0',460,461),('0',465,466),('0',472,473),('0',474,475),('0',487,488),('0',489,490),('0',491,492),('0',493,494),('0',522,523),('0',554,555),('0',557,558),('0',559,560),('0',557,564),('0',557,567),('0',557,578),('7b9ffcf889e2b4f199d176516f404271',557,590),('7b9ffcf889e2b4f199d176516f404271',557,591),('7b9ffcf889e2b4f199d176516f404271',557,592),('7b9ffcf889e2b4f199d176516f404271',557,593),('7b9ffcf889e2b4f199d176516f404271',557,608),('0',623,624),('0',634,635),('0',258,642),('0',797,798),('0',797,801),('0',802,803),('0',802,812),('0',802,813),('0',814,815),('0',814,819),('0',820,821),('0',820,822),('0',820,823),('0',820,824),('a761b2a9f1aca6704937502fc4e950ba',265,882),('0',897,898),('0',897,899);
/*!40000 ALTER TABLE `vtiger_mailmanager_mailrel` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_mailscanner`
--
DROP TABLE IF EXISTS `vtiger_mailscanner`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_mailscanner` (
`scannerid` int NOT NULL AUTO_INCREMENT,
`scannername` varchar(30) DEFAULT NULL,
`server` varchar(100) DEFAULT NULL,
`protocol` varchar(10) DEFAULT NULL,
`username` varchar(255) DEFAULT NULL,
`password` varchar(255) DEFAULT NULL,
`ssltype` varchar(10) DEFAULT NULL,
`sslmethod` varchar(30) DEFAULT NULL,
`connecturl` varchar(255) DEFAULT NULL,
`searchfor` varchar(10) DEFAULT NULL,
`markas` varchar(10) DEFAULT NULL,
`isvalid` int DEFAULT NULL,
`time_zone` varchar(10) DEFAULT NULL,
PRIMARY KEY (`scannerid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_mailscanner`
--
LOCK TABLES `vtiger_mailscanner` WRITE;
/*!40000 ALTER TABLE `vtiger_mailscanner` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_mailscanner` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_mailscanner_actions`
--
DROP TABLE IF EXISTS `vtiger_mailscanner_actions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_mailscanner_actions` (
`actionid` int NOT NULL AUTO_INCREMENT,
`scannerid` int DEFAULT NULL,
`actiontype` varchar(10) DEFAULT NULL,
`module` varchar(30) DEFAULT NULL,
`lookup` varchar(30) DEFAULT NULL,
`sequence` int DEFAULT NULL,
PRIMARY KEY (`actionid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_mailscanner_actions`
--
LOCK TABLES `vtiger_mailscanner_actions` WRITE;
/*!40000 ALTER TABLE `vtiger_mailscanner_actions` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_mailscanner_actions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_mailscanner_folders`
--
DROP TABLE IF EXISTS `vtiger_mailscanner_folders`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_mailscanner_folders` (
`folderid` int NOT NULL AUTO_INCREMENT,
`scannerid` int DEFAULT NULL,
`foldername` varchar(255) DEFAULT NULL,
`lastscan` varchar(30) DEFAULT NULL,
`rescan` int DEFAULT NULL,
`enabled` int DEFAULT NULL,
PRIMARY KEY (`folderid`),
KEY `folderid_idx` (`folderid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_mailscanner_folders`
--
LOCK TABLES `vtiger_mailscanner_folders` WRITE;
/*!40000 ALTER TABLE `vtiger_mailscanner_folders` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_mailscanner_folders` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_mailscanner_ids`
--
DROP TABLE IF EXISTS `vtiger_mailscanner_ids`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_mailscanner_ids` (
`scannerid` int DEFAULT NULL,
`messageid` varchar(512) DEFAULT NULL,
`crmid` int DEFAULT NULL,
KEY `scanner_message_ids_idx` (`scannerid`,`messageid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_mailscanner_ids`
--
LOCK TABLES `vtiger_mailscanner_ids` WRITE;
/*!40000 ALTER TABLE `vtiger_mailscanner_ids` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_mailscanner_ids` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_mailscanner_ruleactions`
--
DROP TABLE IF EXISTS `vtiger_mailscanner_ruleactions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_mailscanner_ruleactions` (
`ruleid` int DEFAULT NULL,
`actionid` int DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_mailscanner_ruleactions`
--
LOCK TABLES `vtiger_mailscanner_ruleactions` WRITE;
/*!40000 ALTER TABLE `vtiger_mailscanner_ruleactions` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_mailscanner_ruleactions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_mailscanner_rules`
--
DROP TABLE IF EXISTS `vtiger_mailscanner_rules`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_mailscanner_rules` (
`ruleid` int NOT NULL AUTO_INCREMENT,
`scannerid` int DEFAULT NULL,
`fromaddress` varchar(255) DEFAULT NULL,
`toaddress` varchar(255) DEFAULT NULL,
`subjectop` varchar(20) DEFAULT NULL,
`subject` varchar(255) DEFAULT NULL,
`bodyop` varchar(20) DEFAULT NULL,
`body` varchar(255) DEFAULT NULL,
`matchusing` varchar(5) DEFAULT NULL,
`sequence` int DEFAULT NULL,
`assigned_to` int DEFAULT NULL,
`cc` varchar(255) DEFAULT NULL,
`bcc` varchar(255) DEFAULT NULL,
PRIMARY KEY (`ruleid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_mailscanner_rules`
--
LOCK TABLES `vtiger_mailscanner_rules` WRITE;
/*!40000 ALTER TABLE `vtiger_mailscanner_rules` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_mailscanner_rules` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_manufacturer`
--
DROP TABLE IF EXISTS `vtiger_manufacturer`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_manufacturer` (
`manufacturerid` int NOT NULL AUTO_INCREMENT,
`manufacturer` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT NULL,
PRIMARY KEY (`manufacturerid`),
UNIQUE KEY `manufacturer_manufacturer_idx` (`manufacturer`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_manufacturer`
--
LOCK TABLES `vtiger_manufacturer` WRITE;
/*!40000 ALTER TABLE `vtiger_manufacturer` DISABLE KEYS */;
INSERT INTO `vtiger_manufacturer` VALUES (2,'AltvetPet Inc.',1,124,1),(3,'LexPon Inc.',1,125,2),(4,'MetBeat Corp',1,126,3);
/*!40000 ALTER TABLE `vtiger_manufacturer` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_manufacturer_seq`
--
DROP TABLE IF EXISTS `vtiger_manufacturer_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_manufacturer_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_manufacturer_seq`
--
LOCK TABLES `vtiger_manufacturer_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_manufacturer_seq` DISABLE KEYS */;
INSERT INTO `vtiger_manufacturer_seq` VALUES (4);
/*!40000 ALTER TABLE `vtiger_manufacturer_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_mobile_alerts`
--
DROP TABLE IF EXISTS `vtiger_mobile_alerts`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_mobile_alerts` (
`id` int NOT NULL AUTO_INCREMENT,
`handler_path` varchar(500) DEFAULT NULL,
`handler_class` varchar(50) DEFAULT NULL,
`sequence` int DEFAULT NULL,
`deleted` int NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=15 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_mobile_alerts`
--
LOCK TABLES `vtiger_mobile_alerts` WRITE;
/*!40000 ALTER TABLE `vtiger_mobile_alerts` DISABLE KEYS */;
INSERT INTO `vtiger_mobile_alerts` VALUES (1,'modules/Mobile/api/ws/models/alerts/IdleTicketsOfMine.php','Mobile_WS_AlertModel_IdleTicketsOfMine',NULL,0),(2,'modules/Mobile/api/ws/models/alerts/NewTicketOfMine.php','Mobile_WS_AlertModel_NewTicketOfMine',NULL,0),(3,'modules/Mobile/api/ws/models/alerts/PendingTicketsOfMine.php','Mobile_WS_AlertModel_PendingTicketsOfMine',NULL,0),(4,'modules/Mobile/api/ws/models/alerts/PotentialsDueIn5Days.php','Mobile_WS_AlertModel_PotentialsDueIn5Days',NULL,0),(5,'modules/Mobile/api/ws/models/alerts/EventsOfMineToday.php','Mobile_WS_AlertModel_EventsOfMineToday',NULL,0),(6,'modules/Mobile/api/ws/models/alerts/ProjectTasksOfMine.php','Mobile_WS_AlertModel_ProjectTasksOfMine',NULL,0),(7,'modules/Mobile/api/ws/models/alerts/Projects.php','Mobile_WS_AlertModel_Projects',NULL,0),(8,'modules/CTBrowserExt/api/ws/models/alerts/IdleTicketsOfMine.php','CTBrowserExt_WS_AlertModel_IdleTicketsOfMine',NULL,0),(9,'modules/CTBrowserExt/api/ws/models/alerts/NewTicketOfMine.php','CTBrowserExt_WS_AlertModel_NewTicketOfMine',NULL,0),(10,'modules/CTBrowserExt/api/ws/models/alerts/PendingTicketsOfMine.php','CTBrowserExt_WS_AlertModel_PendingTicketsOfMine',NULL,0),(11,'modules/CTBrowserExt/api/ws/models/alerts/PotentialsDueIn5Days.php','CTBrowserExt_WS_AlertModel_PotentialsDueIn5Days',NULL,0),(12,'modules/CTBrowserExt/api/ws/models/alerts/EventsOfMineToday.php','CTBrowserExt_WS_AlertModel_EventsOfMineToday',NULL,0),(13,'modules/CTBrowserExt/api/ws/models/alerts/ProjectTasksOfMine.php','CTBrowserExt_WS_AlertModel_ProjectTasksOfMine',NULL,0),(14,'modules/CTBrowserExt/api/ws/models/alerts/Projects.php','CTBrowserExt_WS_AlertModel_Projects',NULL,0);
/*!40000 ALTER TABLE `vtiger_mobile_alerts` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_modcomments`
--
DROP TABLE IF EXISTS `vtiger_modcomments`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_modcomments` (
`modcommentsid` int DEFAULT NULL,
`commentcontent` text,
`related_to` int DEFAULT NULL,
`parent_comments` varchar(100) DEFAULT NULL,
`customer` varchar(100) DEFAULT NULL,
`userid` varchar(100) DEFAULT NULL,
`reasontoedit` varchar(100) DEFAULT NULL,
KEY `relatedto_idx` (`related_to`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_modcomments`
--
LOCK TABLES `vtiger_modcomments` WRITE;
/*!40000 ALTER TABLE `vtiger_modcomments` DISABLE KEYS */;
INSERT INTO `vtiger_modcomments` VALUES (563,'testtttt',557,'','','1',''),(594,'testtttjgfigjjkj',557,'','','1',''),(595,'test from mailmanager',557,'','','1',''),(596,'12344455555',557,'','','1',''),(799,'1111111111',797,'','','1',''),(809,'A11111111',802,'','','1',''),(810,'B111111111',802,'','','1',''),(811,'B3333333',802,'','','1',''),(818,'C1111111111',814,'','','1',''),(895,'C11111111111111111',493,'','','1','');
/*!40000 ALTER TABLE `vtiger_modcomments` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_modcommentscf`
--
DROP TABLE IF EXISTS `vtiger_modcommentscf`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_modcommentscf` (
`modcommentsid` int NOT NULL,
PRIMARY KEY (`modcommentsid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_modcommentscf`
--
LOCK TABLES `vtiger_modcommentscf` WRITE;
/*!40000 ALTER TABLE `vtiger_modcommentscf` DISABLE KEYS */;
INSERT INTO `vtiger_modcommentscf` VALUES (563),(594),(595),(596),(799),(809),(810),(811),(818),(895);
/*!40000 ALTER TABLE `vtiger_modcommentscf` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_modentity_num`
--
DROP TABLE IF EXISTS `vtiger_modentity_num`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_modentity_num` (
`num_id` int NOT NULL,
`semodule` varchar(50) NOT NULL,
`prefix` varchar(50) NOT NULL DEFAULT '',
`start_id` varchar(50) NOT NULL,
`cur_id` varchar(50) NOT NULL,
`active` varchar(2) NOT NULL,
PRIMARY KEY (`num_id`),
UNIQUE KEY `num_idx` (`num_id`),
KEY `semodule_active_idx` (`semodule`,`active`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_modentity_num`
--
LOCK TABLES `vtiger_modentity_num` WRITE;
/*!40000 ALTER TABLE `vtiger_modentity_num` DISABLE KEYS */;
INSERT INTO `vtiger_modentity_num` VALUES (1,'Leads','LEA','1','8','1'),(2,'Accounts','ACC','1','8','1'),(3,'Campaigns','CAM','1','1','1'),(4,'Contacts','CON','1','110','1'),(5,'Potentials','POT','1','1','1'),(6,'HelpDesk','TT','1','10','1'),(7,'Quotes','QUO','1','1','1'),(8,'SalesOrder','SO','1','1','1'),(9,'PurchaseOrder','PO','1','1','1'),(10,'Invoice','INV','1','1','1'),(11,'Products','PRO','1','1','1'),(12,'Vendors','VEN','1','1','1'),(13,'PriceBooks','PB','1','1','1'),(14,'Faq','FAQ','1','1','1'),(15,'Documents','DOC','1','2','1'),(16,'ServiceContracts','SERCON','1','1','1'),(17,'Services','SER','1','1','1'),(18,'ProjectMilestone','PM','1','1','1'),(19,'ProjectTask','PT','1','1','1'),(20,'Project','PROJ','1','1','1'),(21,'Assets','ASSET','1','1','1');
/*!40000 ALTER TABLE `vtiger_modentity_num` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_modentity_num_seq`
--
DROP TABLE IF EXISTS `vtiger_modentity_num_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_modentity_num_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_modentity_num_seq`
--
LOCK TABLES `vtiger_modentity_num_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_modentity_num_seq` DISABLE KEYS */;
INSERT INTO `vtiger_modentity_num_seq` VALUES (21);
/*!40000 ALTER TABLE `vtiger_modentity_num_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_modtracker_basic`
--
DROP TABLE IF EXISTS `vtiger_modtracker_basic`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_modtracker_basic` (
`id` int NOT NULL,
`crmid` int DEFAULT NULL,
`module` varchar(50) DEFAULT NULL,
`whodid` int DEFAULT NULL,
`changedon` datetime DEFAULT NULL,
`status` int DEFAULT '0',
PRIMARY KEY (`id`),
KEY `crmidx` (`crmid`),
KEY `idx` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_modtracker_basic`
--
LOCK TABLES `vtiger_modtracker_basic` WRITE;
/*!40000 ALTER TABLE `vtiger_modtracker_basic` DISABLE KEYS */;
INSERT INTO `vtiger_modtracker_basic` VALUES (1,2,'Leads',1,'2024-11-22 08:40:22',2),(2,4,'Leads',1,'2024-11-22 09:03:06',2),(3,6,'Events',1,'2024-11-22 09:12:42',2),(4,8,'Events',1,'2024-11-22 09:13:02',2),(5,10,'Events',1,'2024-11-22 09:14:01',2),(6,11,'Leads',1,'2024-11-22 09:15:10',2),(7,12,'Events',1,'2024-11-22 09:28:01',2),(8,14,'Events',1,'2024-11-22 09:28:01',2),(9,12,'Events',1,'2024-11-22 09:28:56',0),(10,14,'Events',1,'2024-11-22 09:28:56',0),(11,16,'Events',1,'2024-11-22 09:40:34',2),(12,18,'Events',1,'2024-11-22 09:41:23',2),(13,20,'Events',1,'2024-11-22 09:50:07',2),(14,21,'Events',1,'2024-11-22 09:50:32',2),(15,22,'Events',1,'2024-11-22 09:51:13',2),(16,23,'Events',1,'2024-11-22 09:51:34',2),(17,24,'Events',1,'2024-11-22 09:52:07',2),(18,26,'Events',1,'2024-11-22 09:53:07',2),(19,27,'Events',1,'2024-11-22 09:53:42',2),(20,28,'Events',1,'2024-11-22 10:00:14',2),(21,24,'Events',1,'2024-11-22 10:01:09',0),(22,30,'Events',1,'2024-11-22 10:01:55',2),(23,32,'Events',1,'2024-11-22 10:14:51',2),(24,33,'Events',1,'2024-11-22 10:17:08',2),(25,35,'Events',1,'2024-11-22 10:17:08',2),(26,37,'Events',1,'2024-11-22 10:17:08',2),(27,39,'Events',1,'2024-11-22 10:17:08',2),(28,41,'Events',1,'2024-11-22 10:17:08',2),(29,43,'Events',1,'2024-11-22 10:17:09',2),(30,45,'Events',1,'2024-11-22 10:17:09',2),(31,47,'Events',1,'2024-11-22 10:17:09',2),(32,49,'Events',1,'2024-11-22 10:17:09',2),(33,51,'Events',1,'2024-11-22 10:17:09',2),(34,53,'Events',1,'2024-11-22 10:17:09',2),(35,55,'Events',1,'2024-11-22 10:17:09',2),(36,45,'Events',1,'2024-11-22 10:18:05',0),(37,57,'Events',1,'2024-11-22 10:28:28',2),(38,58,'Events',1,'2024-11-22 10:28:59',2),(39,60,'Events',1,'2024-11-22 10:35:44',2),(40,62,'Events',1,'2024-11-22 10:35:55',2),(41,64,'Events',1,'2024-11-22 10:36:13',2),(42,66,'Events',1,'2024-11-22 10:36:13',2),(43,68,'Events',1,'2024-11-22 10:36:40',2),(44,70,'Events',1,'2024-11-22 10:36:40',2),(45,72,'Events',1,'2024-11-22 10:36:54',2),(46,74,'Events',1,'2024-11-22 10:37:26',2),(47,76,'Events',1,'2024-11-22 10:37:35',2),(48,78,'Events',1,'2024-11-22 10:37:46',2),(49,74,'Events',1,'2024-11-22 10:37:58',0),(50,76,'Events',1,'2024-11-22 10:37:58',0),(51,80,'Events',1,'2024-11-22 11:21:31',2),(52,81,'Events',1,'2024-11-22 11:22:06',2),(53,82,'Leads',1,'2024-11-22 11:26:18',2),(54,84,'Leads',1,'2024-11-22 11:30:18',2),(55,82,'Leads',1,'2024-11-22 11:32:35',0),(56,87,'Leads',1,'2024-11-22 11:32:35',2),(57,89,'Accounts',1,'2024-11-22 11:45:18',2),(58,91,'Accounts',1,'2024-11-22 11:45:19',2),(59,93,'Accounts',1,'2024-11-22 11:46:49',2),(60,95,'Contacts',1,'2024-11-22 11:48:38',2),(61,95,'Contacts',1,'2024-11-22 11:49:30',0),(62,97,'Contacts',1,'2024-11-22 11:52:56',2),(63,97,'Contacts',1,'2024-11-22 11:53:51',0),(64,97,'Contacts',1,'2024-11-22 11:56:09',0),(65,97,'Contacts',1,'2024-11-22 11:58:16',1),(66,104,'Contacts',1,'2024-11-22 12:02:36',2),(67,105,'Contacts',1,'2024-11-22 12:07:14',2),(68,105,'Contacts',1,'2024-11-22 12:07:59',0),(69,107,'Contacts',1,'2024-11-22 12:12:30',2),(70,107,'Contacts',1,'2024-11-22 12:13:18',0),(71,107,'Contacts',1,'2024-11-22 12:13:53',1),(72,109,'Contacts',1,'2024-11-22 12:48:28',2),(73,111,'Contacts',1,'2024-11-22 12:50:11',2),(74,113,'Contacts',1,'2024-11-22 12:51:42',2),(75,115,'Contacts',1,'2024-11-22 13:01:21',2),(76,117,'Contacts',1,'2024-11-22 13:01:52',2),(77,119,'Contacts',1,'2024-11-22 13:04:00',2),(78,104,'Contacts',1,'2024-11-22 13:14:52',1),(79,121,'Contacts',1,'2024-11-22 13:15:31',2),(80,123,'Contacts',1,'2024-11-22 13:17:31',2),(81,123,'Contacts',1,'2024-11-22 13:18:02',0),(82,125,'Contacts',1,'2024-11-22 13:20:24',2),(83,127,'Contacts',1,'2024-11-22 13:22:12',2),(84,129,'Contacts',1,'2024-11-22 13:22:58',2),(85,129,'Contacts',1,'2024-11-22 13:23:42',0),(86,6,'Events',1,'2024-11-22 13:38:46',1),(87,8,'Events',1,'2024-11-22 13:39:22',1),(88,10,'Events',1,'2024-11-22 13:43:21',1),(89,81,'Events',1,'2024-11-22 13:48:36',1),(90,130,'Contacts',1,'2024-11-25 05:22:27',2),(91,132,'Contacts',1,'2024-11-25 05:40:11',2),(92,134,'Contacts',1,'2024-11-25 05:40:11',2),(93,136,'Contacts',1,'2024-11-25 06:01:09',2),(94,138,'Contacts',1,'2024-11-25 06:03:57',2),(95,140,'Contacts',1,'2024-11-25 06:03:57',2),(96,142,'Contacts',1,'2024-11-25 06:03:58',2),(97,144,'Contacts',1,'2024-11-25 06:03:58',2),(98,146,'Contacts',1,'2024-11-25 06:03:58',2),(99,148,'Contacts',1,'2024-11-25 06:03:58',2),(100,150,'Contacts',1,'2024-11-25 06:03:58',2),(101,152,'Contacts',1,'2024-11-25 06:03:58',2),(102,154,'Contacts',1,'2024-11-25 06:03:58',2),(103,156,'Contacts',1,'2024-11-25 06:03:58',2),(104,158,'Contacts',1,'2024-11-25 06:03:58',2),(105,160,'Contacts',1,'2024-11-25 06:03:58',2),(106,162,'Contacts',1,'2024-11-25 06:03:58',2),(107,164,'Contacts',1,'2024-11-25 06:03:58',2),(108,166,'Contacts',1,'2024-11-25 06:03:59',2),(109,168,'Contacts',1,'2024-11-25 06:03:59',2),(110,170,'Contacts',1,'2024-11-25 06:03:59',2),(111,172,'Contacts',1,'2024-11-25 06:03:59',2),(112,174,'Contacts',1,'2024-11-25 06:03:59',2),(113,176,'Contacts',1,'2024-11-25 06:03:59',2),(114,178,'Contacts',1,'2024-11-25 06:03:59',2),(115,180,'Contacts',1,'2024-11-25 06:03:59',2),(116,182,'Contacts',1,'2024-11-25 06:03:59',2),(117,184,'Contacts',1,'2024-11-25 06:03:59',2),(118,186,'Contacts',1,'2024-11-25 06:03:59',2),(119,188,'Contacts',1,'2024-11-25 06:04:00',2),(120,190,'Contacts',1,'2024-11-25 06:04:00',2),(121,192,'Contacts',1,'2024-11-25 06:04:00',2),(122,194,'Contacts',1,'2024-11-25 06:04:00',2),(123,196,'Contacts',1,'2024-11-25 06:04:00',2),(124,198,'Contacts',1,'2024-11-25 06:06:08',2),(125,200,'Contacts',1,'2024-11-25 06:06:08',2),(126,202,'Contacts',1,'2024-11-25 06:06:08',2),(127,204,'Contacts',1,'2024-11-25 06:06:08',2),(128,206,'Contacts',1,'2024-11-25 06:06:08',2),(129,208,'Contacts',1,'2024-11-25 06:06:08',2),(130,210,'Contacts',1,'2024-11-25 06:06:08',2),(131,212,'Contacts',1,'2024-11-25 06:06:08',2),(132,214,'Contacts',1,'2024-11-25 06:06:08',2),(133,216,'Contacts',1,'2024-11-25 06:06:08',2),(134,218,'Contacts',1,'2024-11-25 06:06:09',2),(135,220,'Contacts',1,'2024-11-25 06:06:09',2),(136,222,'Contacts',1,'2024-11-25 06:06:09',2),(137,224,'Contacts',1,'2024-11-25 06:06:09',2),(138,226,'Contacts',1,'2024-11-25 06:06:09',2),(139,228,'Contacts',1,'2024-11-25 06:06:09',2),(140,230,'Contacts',1,'2024-11-25 06:06:09',2),(141,232,'Contacts',1,'2024-11-25 06:06:09',2),(142,234,'Contacts',1,'2024-11-25 06:06:09',2),(143,236,'Contacts',1,'2024-11-25 06:06:09',2),(144,238,'Contacts',1,'2024-11-25 06:06:10',2),(145,240,'Contacts',1,'2024-11-25 06:06:10',2),(146,242,'Contacts',1,'2024-11-25 06:06:10',2),(147,244,'Contacts',1,'2024-11-25 06:06:10',2),(148,246,'Contacts',1,'2024-11-25 06:06:10',2),(149,248,'Contacts',1,'2024-11-25 06:06:21',2),(150,250,'Contacts',1,'2024-11-25 06:06:21',2),(151,252,'Contacts',1,'2024-11-25 06:06:21',2),(152,254,'Contacts',1,'2024-11-25 06:06:21',2),(153,256,'Contacts',1,'2024-11-25 06:06:21',2),(154,258,'Contacts',1,'2025-10-06 09:46:25',2),(155,259,'Emails',1,'2025-10-06 09:46:25',2),(156,260,'Emails',1,'2025-10-13 11:41:32',2),(157,261,'Documents',1,'2025-10-13 11:42:58',2),(158,263,'Emails',1,'2025-10-13 11:44:48',2),(159,265,'Contacts',1,'2025-10-14 05:36:03',2),(160,266,'Emails',1,'2025-10-14 05:36:03',2),(161,268,'Emails',1,'2025-10-14 06:28:02',2),(162,274,'Emails',1,'2025-10-14 13:08:35',2),(163,275,'Emails',1,'2025-10-16 08:01:17',2),(164,285,'Emails',1,'2025-10-29 07:36:25',2),(165,286,'Emails',1,'2025-10-29 07:37:53',2),(166,292,'Emails',1,'2025-10-29 08:49:36',2),(167,294,'Emails',1,'2025-10-29 08:52:31',2),(168,310,'Emails',1,'2025-10-29 08:58:15',2),(169,82,'Leads',1,'2025-10-29 10:22:08',0),(170,313,'Emails',1,'2025-10-29 10:34:33',2),(171,314,'Emails',1,'2025-10-29 10:36:01',2),(172,315,'Emails',1,'2025-10-29 10:36:53',2),(173,316,'Emails',1,'2025-10-29 10:37:29',2),(174,317,'Emails',1,'2025-10-29 10:38:52',2),(175,318,'Emails',1,'2025-10-29 10:40:11',2),(176,319,'Emails',1,'2025-10-29 10:41:22',2),(177,320,'Emails',1,'2025-10-29 10:43:45',2),(178,321,'Emails',1,'2025-10-29 10:44:48',2),(179,322,'Emails',1,'2025-10-29 10:45:16',2),(180,323,'Emails',1,'2025-10-29 10:50:05',2),(181,324,'Emails',1,'2025-10-29 10:50:59',2),(182,325,'Emails',1,'2025-10-29 10:53:03',2),(183,326,'Emails',1,'2025-10-29 10:53:40',2),(184,327,'Emails',1,'2025-10-29 10:54:34',2),(185,328,'Emails',1,'2025-10-29 10:55:42',2),(186,329,'Emails',1,'2025-10-29 10:56:45',2),(187,330,'Emails',1,'2025-10-29 10:58:39',2),(188,331,'Emails',1,'2025-10-29 10:59:05',2),(189,332,'Emails',1,'2025-10-29 11:00:02',2),(190,333,'Emails',1,'2025-10-29 11:00:39',2),(191,334,'Emails',1,'2025-10-29 11:01:08',2),(192,335,'Emails',1,'2025-10-29 11:06:48',2),(193,336,'Emails',1,'2025-10-29 11:11:59',2),(194,337,'Emails',1,'2025-10-29 11:12:45',2),(195,338,'Emails',1,'2025-10-29 11:13:02',2),(196,339,'Emails',1,'2025-10-29 11:14:46',2),(197,340,'Emails',1,'2025-10-29 11:15:18',2),(198,341,'Emails',1,'2025-10-29 11:17:06',2),(199,342,'Emails',1,'2025-10-29 11:18:07',2),(200,343,'Emails',1,'2025-10-29 11:19:01',2),(201,344,'Emails',1,'2025-10-29 11:20:28',2),(202,345,'Emails',1,'2025-10-29 11:21:01',2),(203,346,'Emails',1,'2025-10-29 11:29:50',2),(204,347,'Emails',1,'2025-10-29 11:31:20',2),(205,348,'Emails',1,'2025-10-29 11:32:39',2),(206,349,'Emails',1,'2025-10-29 11:34:56',2),(207,350,'Emails',1,'2025-10-29 11:36:30',2),(208,351,'Emails',1,'2025-10-29 11:39:00',2),(209,352,'Emails',1,'2025-10-29 11:39:55',2),(210,353,'Emails',1,'2025-10-29 11:41:21',2),(211,364,'Emails',1,'2025-10-29 11:53:10',2),(212,365,'Emails',1,'2025-10-29 11:54:08',2),(213,366,'Emails',1,'2025-10-29 11:55:13',2),(214,367,'Emails',1,'2025-10-29 12:02:28',2),(215,391,'Emails',1,'2025-10-29 12:17:29',2),(216,393,'Emails',1,'2025-10-29 12:21:54',2),(217,395,'Emails',1,'2025-10-29 12:23:13',2),(218,410,'Emails',1,'2025-10-29 13:15:07',2),(219,426,'Contacts',1,'2025-10-30 05:43:39',2),(220,427,'Emails',1,'2025-10-30 05:43:40',2),(221,431,'Contacts',1,'2025-10-30 06:25:34',2),(222,432,'Emails',1,'2025-10-30 06:25:34',2),(223,439,'Contacts',1,'2025-10-30 06:52:18',2),(224,440,'Emails',1,'2025-10-30 06:52:19',2),(225,450,'Contacts',1,'2025-10-30 07:22:00',2),(226,451,'Emails',1,'2025-10-30 07:22:00',2),(227,452,'Contacts',1,'2025-10-30 07:26:33',2),(228,453,'Emails',1,'2025-10-30 07:26:34',2),(229,454,'Contacts',1,'2025-10-30 07:29:02',2),(230,455,'Emails',1,'2025-10-30 07:29:02',2),(231,456,'Contacts',1,'2025-10-30 07:31:00',2),(232,457,'Emails',1,'2025-10-30 07:31:01',2),(233,458,'Contacts',1,'2025-10-30 07:32:37',2),(234,459,'Emails',1,'2025-10-30 07:32:37',2),(235,460,'Contacts',1,'2025-10-30 07:41:47',2),(236,461,'Emails',1,'2025-10-30 07:41:48',2),(237,465,'Contacts',1,'2025-10-30 09:01:24',2),(238,466,'Emails',1,'2025-10-30 09:01:24',2),(239,472,'Contacts',1,'2025-10-30 09:15:47',2),(240,473,'Emails',1,'2025-10-30 09:15:48',2),(241,474,'Accounts',1,'2025-10-30 09:20:05',2),(242,475,'Emails',1,'2025-10-30 09:20:06',2),(243,486,'Contacts',1,'2025-10-30 10:07:21',2),(244,487,'Accounts',1,'2025-10-30 10:22:28',2),(245,488,'Emails',1,'2025-10-30 10:22:28',2),(246,489,'Contacts',1,'2025-10-30 10:23:50',2),(247,490,'Emails',1,'2025-10-30 10:23:50',2),(248,491,'Contacts',1,'2025-10-30 10:51:18',2),(249,492,'Emails',1,'2025-10-30 10:51:18',2),(250,493,'Contacts',1,'2025-10-30 10:54:31',2),(251,494,'Emails',1,'2025-10-30 10:54:32',2),(252,507,'Events',1,'2025-10-30 12:41:13',2),(253,522,'Contacts',1,'2025-10-30 13:58:40',2),(254,523,'Emails',1,'2025-10-30 13:58:40',2),(255,554,'Contacts',1,'2025-10-31 08:52:17',2),(256,555,'Emails',1,'2025-10-31 08:52:18',2),(257,557,'Contacts',1,'2025-10-31 09:16:08',2),(258,558,'Emails',1,'2025-10-31 09:16:08',2),(259,559,'Contacts',1,'2025-10-31 09:28:42',2),(260,560,'Emails',1,'2025-10-31 09:28:42',2),(261,561,'Events',1,'2025-10-31 09:30:33',2),(262,562,'Events',1,'2025-10-31 09:44:49',2),(263,563,'ModComments',1,'2025-10-31 09:45:32',2),(264,564,'Emails',1,'2025-10-31 09:45:57',2),(265,557,'Contacts',1,'2025-10-31 09:46:27',5),(266,557,'Contacts',1,'2025-10-31 09:46:32',5),(267,565,'HelpDesk',1,'2025-10-31 09:47:07',2),(268,566,'Calendar',1,'2025-10-31 09:47:45',2),(269,567,'Emails',1,'2025-10-31 09:51:21',2),(270,571,'Events',1,'2025-10-31 10:36:39',2),(271,577,'Calendar',1,'2025-10-31 10:38:26',2),(272,578,'Emails',1,'2025-10-31 10:39:15',2),(273,580,'HelpDesk',1,'2025-10-31 10:44:07',2),(274,590,'Emails',1,'2025-10-31 11:46:48',2),(275,557,'Contacts',1,'2025-10-31 11:46:48',4),(276,591,'Emails',1,'2025-10-31 11:50:46',2),(277,557,'Contacts',1,'2025-10-31 11:50:46',4),(278,592,'Emails',1,'2025-10-31 11:53:14',2),(279,557,'Contacts',1,'2025-10-31 11:53:14',4),(280,593,'Emails',1,'2025-10-31 12:01:43',2),(281,557,'Contacts',1,'2025-10-31 12:01:44',4),(282,594,'ModComments',1,'2025-10-31 12:11:28',2),(283,557,'Contacts',1,'2025-10-31 12:15:07',5),(284,557,'Contacts',1,'2025-10-31 12:15:09',5),(285,557,'Contacts',1,'2025-10-31 12:15:12',5),(286,557,'Contacts',1,'2025-10-31 12:15:15',5),(287,557,'Contacts',1,'2025-10-31 12:15:17',5),(288,557,'Contacts',1,'2025-10-31 12:15:20',5),(289,595,'ModComments',1,'2025-10-31 12:15:46',2),(290,596,'ModComments',1,'2025-10-31 12:17:06',2),(291,597,'HelpDesk',1,'2025-10-31 12:17:32',2),(292,598,'HelpDesk',1,'2025-10-31 12:19:29',2),(293,608,'Emails',1,'2025-10-31 12:40:55',2),(294,557,'Contacts',1,'2025-10-31 12:40:55',4),(295,623,'Contacts',1,'2025-11-03 11:12:08',2),(296,624,'Emails',1,'2025-11-03 11:12:09',2),(297,625,'Events',1,'2025-11-03 11:12:32',2),(298,82,'Leads',1,'2025-11-03 13:10:28',1),(299,634,'Contacts',1,'2025-11-03 13:12:00',2),(300,635,'Emails',1,'2025-11-03 13:12:01',2),(301,641,'Events',1,'2025-11-03 13:36:58',2),(302,642,'Emails',1,'2025-11-03 13:37:10',2),(303,646,'Events',1,'2025-11-04 06:13:10',2),(304,707,'Emails',1,'2025-11-04 11:12:34',2),(305,708,'Emails',1,'2025-11-04 11:13:37',2),(306,557,'Contacts',1,'2025-11-04 11:28:19',1),(307,634,'Contacts',1,'2025-11-04 11:28:38',1),(308,623,'Contacts',1,'2025-11-04 11:57:56',1),(309,559,'Contacts',1,'2025-11-04 11:58:58',1),(310,790,'Events',1,'2025-11-04 12:00:35',2),(311,791,'Events',1,'2025-11-04 12:01:36',2),(312,792,'Events',1,'2025-11-04 12:02:28',2),(313,793,'Events',1,'2025-11-04 12:02:47',2),(314,794,'Calendar',1,'2025-11-04 12:02:59',2),(315,795,'Events',1,'2025-11-04 12:03:42',2),(316,796,'Events',1,'2025-11-04 12:14:17',2),(317,797,'Contacts',1,'2025-11-04 12:16:37',2),(318,798,'Emails',1,'2025-11-04 12:16:38',2),(319,799,'ModComments',1,'2025-11-04 12:16:53',2),(320,800,'HelpDesk',1,'2025-11-04 12:17:17',2),(321,801,'Emails',1,'2025-11-04 12:17:26',2),(322,797,'Contacts',1,'2025-11-04 12:40:56',1),(323,554,'Contacts',1,'2025-11-04 12:42:48',1),(324,802,'Contacts',1,'2025-11-04 13:03:21',2),(325,803,'Emails',1,'2025-11-04 13:03:22',2),(326,804,'Events',1,'2025-11-04 13:03:45',2),(327,805,'Calendar',1,'2025-11-04 13:04:33',2),(328,806,'HelpDesk',1,'2025-11-04 13:07:12',2),(329,807,'HelpDesk',1,'2025-11-04 13:07:47',2),(330,808,'HelpDesk',1,'2025-11-04 13:07:58',2),(331,809,'ModComments',1,'2025-11-04 13:09:19',2),(332,810,'ModComments',1,'2025-11-04 13:09:27',2),(333,811,'ModComments',1,'2025-11-04 13:09:37',2),(334,812,'Emails',1,'2025-11-04 13:10:00',2),(335,813,'Emails',1,'2025-11-04 13:10:43',2),(336,802,'Contacts',1,'2025-11-04 13:11:00',1),(337,814,'Accounts',1,'2025-11-04 13:11:49',2),(338,815,'Emails',1,'2025-11-04 13:11:49',2),(339,816,'Events',1,'2025-11-04 13:12:06',2),(340,817,'HelpDesk',1,'2025-11-04 13:12:32',2),(341,818,'ModComments',1,'2025-11-04 13:12:38',2),(342,819,'Emails',1,'2025-11-04 13:12:41',2),(343,820,'Leads',1,'2025-11-04 13:31:51',2),(344,821,'Emails',1,'2025-11-04 13:31:51',2),(345,822,'Emails',1,'2025-11-04 13:31:57',2),(346,820,'Leads',1,'2025-11-04 13:32:09',5),(347,820,'Leads',1,'2025-11-04 13:32:12',5),(348,823,'Emails',1,'2025-11-04 13:32:21',2),(349,824,'Emails',1,'2025-11-04 13:41:04',2),(350,832,'Emails',1,'2025-11-05 06:23:41',2),(351,835,'Emails',1,'2025-11-05 07:00:21',2),(352,836,'Emails',1,'2025-11-05 07:08:05',2),(353,837,'Emails',1,'2025-11-05 07:09:00',2),(354,838,'Emails',1,'2025-11-05 07:09:52',2),(355,522,'Contacts',1,'2025-11-05 07:26:43',0),(356,493,'Contacts',1,'2025-11-05 07:26:53',0),(357,491,'Contacts',1,'2025-11-05 07:27:06',0),(358,843,'Emails',1,'2025-11-05 07:37:12',2),(359,845,'Emails',1,'2025-11-05 07:39:41',2),(360,846,'Emails',1,'2025-11-05 07:53:57',2),(361,847,'Emails',1,'2025-11-05 07:54:41',2),(362,848,'Emails',1,'2025-11-05 08:58:00',2),(363,849,'Emails',1,'2025-11-05 08:59:12',2),(364,850,'Emails',1,'2025-11-05 09:07:50',2),(365,851,'Emails',1,'2025-11-05 09:18:30',2),(366,852,'Emails',1,'2025-11-05 09:23:40',2),(367,853,'Emails',1,'2025-11-06 05:41:03',2),(368,854,'Emails',1,'2025-11-06 05:47:34',2),(369,855,'Emails',1,'2025-11-06 05:49:43',2),(370,856,'Events',1,'2025-11-06 09:45:43',2),(371,857,'Calendar',1,'2025-11-06 09:46:26',2),(372,858,'Emails',1,'2025-11-07 07:01:20',2),(373,859,'Emails',1,'2025-11-07 07:07:29',2),(374,860,'Emails',1,'2025-11-07 07:07:52',2),(375,861,'Emails',1,'2025-11-07 07:08:34',2),(376,862,'Emails',1,'2025-11-07 07:11:27',2),(377,863,'Emails',1,'2025-11-07 07:16:27',2),(378,864,'Emails',1,'2025-11-07 07:17:08',2),(379,865,'Emails',1,'2025-11-07 07:20:42',2),(380,866,'Emails',1,'2025-11-07 07:21:27',2),(381,867,'Emails',1,'2025-11-07 07:30:46',2),(382,868,'Emails',1,'2025-11-07 07:31:33',2),(383,869,'Events',1,'2025-11-10 09:25:30',2),(384,870,'Events',1,'2025-11-10 09:25:44',2),(385,870,'Events',1,'2025-11-10 09:26:00',1),(386,871,'Calendar',1,'2025-11-10 09:26:25',2),(387,872,'Calendar',1,'2025-11-10 09:42:02',2),(388,873,'Calendar',1,'2025-11-10 09:42:49',2),(389,874,'Calendar',1,'2025-11-10 09:45:47',2),(390,875,'Emails',1,'2025-11-11 10:32:31',2),(391,879,'Emails',1,'2025-11-11 10:34:23',2),(392,274,'Emails',1,'2025-11-11 11:02:59',1),(393,851,'Emails',1,'2025-11-11 11:02:59',1),(394,852,'Emails',1,'2025-11-11 11:02:59',1),(395,859,'Emails',1,'2025-11-11 11:02:59',1),(396,881,'Emails',1,'2025-11-11 11:07:54',2),(397,882,'Emails',1,'2025-11-11 11:18:10',2),(398,265,'Contacts',1,'2025-11-11 11:18:11',4),(399,883,'Calendar',1,'2025-11-11 11:20:24',2),(400,884,'Calendar',1,'2025-11-11 11:22:44',2),(401,885,'Events',1,'2025-11-11 11:23:56',2),(402,886,'Events',1,'2025-11-11 11:24:24',2),(403,887,'Calendar',1,'2025-11-11 11:27:37',2),(404,888,'Events',1,'2025-11-11 11:28:24',2),(405,889,'Events',1,'2025-11-11 11:30:24',2),(406,890,'Calendar',1,'2025-11-11 11:30:59',2),(407,891,'Calendar',1,'2025-11-11 11:31:26',2),(408,892,'Calendar',1,'2025-11-11 11:31:55',2),(409,893,'Calendar',1,'2025-11-11 11:32:48',2),(410,894,'Calendar',1,'2025-11-11 11:35:48',2),(411,895,'ModComments',1,'2025-11-11 11:39:40',2),(412,896,'Emails',1,'2025-11-11 11:43:09',2),(413,897,'Accounts',1,'2025-11-11 11:44:45',2),(414,898,'Emails',1,'2025-11-11 11:44:45',2),(415,899,'Emails',1,'2025-11-11 11:44:51',2),(416,900,'Emails',1,'2025-11-11 13:46:55',2),(417,901,'Emails',1,'2025-11-11 13:47:33',2),(418,493,'Contacts',1,'2025-11-12 07:12:06',1);
/*!40000 ALTER TABLE `vtiger_modtracker_basic` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_modtracker_basic_seq`
--
DROP TABLE IF EXISTS `vtiger_modtracker_basic_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_modtracker_basic_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_modtracker_basic_seq`
--
LOCK TABLES `vtiger_modtracker_basic_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_modtracker_basic_seq` DISABLE KEYS */;
INSERT INTO `vtiger_modtracker_basic_seq` VALUES (418);
/*!40000 ALTER TABLE `vtiger_modtracker_basic_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_modtracker_detail`
--
DROP TABLE IF EXISTS `vtiger_modtracker_detail`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_modtracker_detail` (
`id` int DEFAULT NULL,
`fieldname` varchar(100) DEFAULT NULL,
`prevalue` text,
`postvalue` text,
KEY `idx` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_modtracker_detail`
--
LOCK TABLES `vtiger_modtracker_detail` WRITE;
/*!40000 ALTER TABLE `vtiger_modtracker_detail` DISABLE KEYS */;
INSERT INTO `vtiger_modtracker_detail` VALUES (1,'firstname',NULL,'Hiral'),(1,'lead_no',NULL,'LEA1'),(1,'lastname',NULL,'Prajapati'),(1,'annualrevenue',NULL,'0.00000000'),(1,'assigned_user_id',NULL,'1'),(1,'createdtime',NULL,'2024-11-22 08:40:22'),(1,'modifiedby',NULL,'1'),(1,'record_id',NULL,'2'),(1,'record_module',NULL,'Leads'),(2,'firstname',NULL,'Google To vtiger'),(2,'lead_no',NULL,'LEA2'),(2,'lastname',NULL,'Google To Vtiger'),(2,'annualrevenue',NULL,'0.00000000'),(2,'assigned_user_id',NULL,'1'),(2,'createdtime',NULL,'2024-11-22 09:03:06'),(2,'modifiedby',NULL,'1'),(2,'record_id',NULL,'4'),(2,'record_module',NULL,'Leads'),(3,'subject',NULL,'2333333333'),(3,'assigned_user_id',NULL,'1'),(3,'date_start',NULL,'2024-11-23'),(3,'time_start',NULL,'00:00:00+00:00'),(3,'time_end',NULL,'23:59:00+00:00'),(3,'due_date',NULL,'2024-11-23'),(3,'eventstatus',NULL,'Planned'),(3,'taskpriority',NULL,'High'),(3,'createdtime',NULL,'2024-11-22 09:12:42'),(3,'activitytype',NULL,'Call'),(3,'visibility',NULL,'Public'),(3,'modifiedby',NULL,'1'),(3,'created_user_id',NULL,'1'),(3,'record_id',NULL,'6'),(3,'record_module',NULL,'Events'),(4,'subject',NULL,'266 mahniakk'),(4,'assigned_user_id',NULL,'1'),(4,'date_start',NULL,'2024-11-25'),(4,'time_start',NULL,'18:30:00'),(4,'time_end',NULL,'18:35:00'),(4,'due_date',NULL,'2024-11-25'),(4,'eventstatus',NULL,'Planned'),(4,'createdtime',NULL,'2024-11-22 09:13:02'),(4,'activitytype',NULL,'Meeting'),(4,'visibility',NULL,'Public'),(4,'duration_minutes',NULL,'5'),(4,'modifiedby',NULL,'1'),(4,'created_user_id',NULL,'1'),(4,'record_id',NULL,'8'),(4,'record_module',NULL,'Events'),(5,'subject',NULL,'Auto Sync From VTG'),(5,'assigned_user_id',NULL,'1'),(5,'date_start',NULL,'2024-11-28'),(5,'time_start',NULL,'18:30:00'),(5,'time_end',NULL,'18:35:00'),(5,'due_date',NULL,'2024-11-28'),(5,'eventstatus',NULL,'Planned'),(5,'createdtime',NULL,'2024-11-22 09:14:01'),(5,'activitytype',NULL,'Call'),(5,'visibility',NULL,'Public'),(5,'duration_minutes',NULL,'5'),(5,'modifiedby',NULL,'1'),(5,'created_user_id',NULL,'1'),(5,'record_id',NULL,'10'),(5,'record_module',NULL,'Events'),(6,'firstname',NULL,'Auto FROMMM VTG'),(6,'lead_no',NULL,'LEA3'),(6,'lastname',NULL,'Leadsss Auto'),(6,'annualrevenue',NULL,'0.00000000'),(6,'assigned_user_id',NULL,'1'),(6,'createdtime',NULL,'2024-11-22 09:15:10'),(6,'modifiedby',NULL,'1'),(6,'record_id',NULL,'11'),(6,'record_module',NULL,'Leads'),(7,'subject',NULL,'A1'),(7,'assigned_user_id',NULL,'1'),(7,'date_start',NULL,'2024-11-01'),(7,'time_start',NULL,'00:00:00+00:00'),(7,'time_end',NULL,'23:59:00+00:00'),(7,'due_date',NULL,'2024-11-01'),(7,'eventstatus',NULL,'Planned'),(7,'taskpriority',NULL,'High'),(7,'createdtime',NULL,'2024-11-22 09:28:01'),(7,'activitytype',NULL,'Call'),(7,'visibility',NULL,'Public'),(7,'modifiedby',NULL,'1'),(7,'created_user_id',NULL,'1'),(7,'record_id',NULL,'12'),(7,'record_module',NULL,'Events'),(8,'subject',NULL,'A2'),(8,'assigned_user_id',NULL,'1'),(8,'date_start',NULL,'2024-11-02'),(8,'time_start',NULL,'00:00:00+00:00'),(8,'time_end',NULL,'23:59:00+00:00'),(8,'due_date',NULL,'2024-11-02'),(8,'eventstatus',NULL,'Planned'),(8,'taskpriority',NULL,'High'),(8,'createdtime',NULL,'2024-11-22 09:28:01'),(8,'activitytype',NULL,'Call'),(8,'visibility',NULL,'Public'),(8,'modifiedby',NULL,'1'),(8,'created_user_id',NULL,'1'),(8,'record_id',NULL,'14'),(8,'record_module',NULL,'Events'),(9,'subject','A1','A1 UPDATEE'),(10,'description','','ADDED description'),(10,'location','','San Diego State University, 5500 Campanile Dr, San Diego, CA 92182, USA'),(11,'subject',NULL,'yyyy'),(11,'assigned_user_id',NULL,'1'),(11,'date_start',NULL,'2024-11-07'),(11,'time_start',NULL,'00:00:00+00:00'),(11,'time_end',NULL,'23:59:00+00:00'),(11,'due_date',NULL,'2024-11-07'),(11,'eventstatus',NULL,'Planned'),(11,'taskpriority',NULL,'High'),(11,'createdtime',NULL,'2024-11-22 09:40:34'),(11,'activitytype',NULL,'Call'),(11,'visibility',NULL,'Public'),(11,'modifiedby',NULL,'1'),(11,'created_user_id',NULL,'1'),(11,'record_id',NULL,'16'),(11,'record_module',NULL,'Events'),(12,'subject',NULL,'888888'),(12,'assigned_user_id',NULL,'1'),(12,'date_start',NULL,'2024-11-14'),(12,'time_start',NULL,'00:00:00+00:00'),(12,'time_end',NULL,'23:59:00+00:00'),(12,'due_date',NULL,'2024-11-14'),(12,'eventstatus',NULL,'Planned'),(12,'taskpriority',NULL,'High'),(12,'createdtime',NULL,'2024-11-22 09:41:23'),(12,'activitytype',NULL,'Call'),(12,'visibility',NULL,'Public'),(12,'modifiedby',NULL,'1'),(12,'created_user_id',NULL,'1'),(12,'record_id',NULL,'18'),(12,'record_module',NULL,'Events'),(13,'subject',NULL,'4AAAAA'),(13,'assigned_user_id',NULL,'1'),(13,'date_start',NULL,'2024-11-03'),(13,'time_start',NULL,'19:30:00'),(13,'time_end',NULL,'20:30:00'),(13,'due_date',NULL,'2024-11-03'),(13,'eventstatus',NULL,'Planned'),(13,'createdtime',NULL,'2024-11-22 09:50:07'),(13,'activitytype',NULL,'Call'),(13,'visibility',NULL,'Public'),(13,'description',NULL,'ADDEDD DESSSSSSSSSSSS'),(13,'duration_hours',NULL,'1'),(13,'location',NULL,'iscon cross road'),(13,'recurringtype',NULL,'--None--'),(13,'modifiedby',NULL,'1'),(13,'created_user_id',NULL,'1'),(13,'record_id',NULL,'20'),(13,'record_module',NULL,'Events'),(14,'subject',NULL,'5555555'),(14,'assigned_user_id',NULL,'1'),(14,'date_start',NULL,'2024-11-04'),(14,'time_start',NULL,'18:30:00'),(14,'time_end',NULL,'18:35:00'),(14,'due_date',NULL,'2024-11-04'),(14,'eventstatus',NULL,'Planned'),(14,'createdtime',NULL,'2024-11-22 09:50:32'),(14,'activitytype',NULL,'Call'),(14,'visibility',NULL,'Public'),(14,'duration_minutes',NULL,'5'),(14,'modifiedby',NULL,'1'),(14,'created_user_id',NULL,'1'),(14,'record_id',NULL,'21'),(14,'record_module',NULL,'Events'),(15,'subject',NULL,'25555'),(15,'assigned_user_id',NULL,'1'),(15,'date_start',NULL,'2024-11-24'),(15,'time_start',NULL,'18:30:00'),(15,'time_end',NULL,'18:35:00'),(15,'due_date',NULL,'2024-11-24'),(15,'eventstatus',NULL,'Planned'),(15,'createdtime',NULL,'2024-11-22 09:51:13'),(15,'activitytype',NULL,'Call'),(15,'visibility',NULL,'Public'),(15,'duration_minutes',NULL,'5'),(15,'modifiedby',NULL,'1'),(15,'created_user_id',NULL,'1'),(15,'record_id',NULL,'22'),(15,'record_module',NULL,'Events'),(16,'subject',NULL,'22222'),(16,'assigned_user_id',NULL,'1'),(16,'date_start',NULL,'2024-11-21'),(16,'time_start',NULL,'18:30:00'),(16,'time_end',NULL,'18:35:00'),(16,'due_date',NULL,'2024-11-21'),(16,'eventstatus',NULL,'Planned'),(16,'createdtime',NULL,'2024-11-22 09:51:34'),(16,'activitytype',NULL,'Call'),(16,'visibility',NULL,'Public'),(16,'duration_minutes',NULL,'5'),(16,'modifiedby',NULL,'1'),(16,'created_user_id',NULL,'1'),(16,'record_id',NULL,'23'),(16,'record_module',NULL,'Events'),(17,'subject',NULL,'PPP'),(17,'assigned_user_id',NULL,'1'),(17,'date_start',NULL,'2024-11-06'),(17,'time_start',NULL,'00:00:00+00:00'),(17,'time_end',NULL,'23:59:00+00:00'),(17,'due_date',NULL,'2024-11-06'),(17,'eventstatus',NULL,'Planned'),(17,'taskpriority',NULL,'High'),(17,'createdtime',NULL,'2024-11-22 09:52:07'),(17,'activitytype',NULL,'Call'),(17,'visibility',NULL,'Public'),(17,'modifiedby',NULL,'1'),(17,'created_user_id',NULL,'1'),(17,'record_id',NULL,'24'),(17,'record_module',NULL,'Events'),(18,'subject',NULL,'JJJJJJJ'),(18,'assigned_user_id',NULL,'1'),(18,'date_start',NULL,'2024-11-22'),(18,'time_start',NULL,'18:30:00'),(18,'time_end',NULL,'18:35:00'),(18,'due_date',NULL,'2024-11-22'),(18,'eventstatus',NULL,'Planned'),(18,'createdtime',NULL,'2024-11-22 09:53:07'),(18,'activitytype',NULL,'Call'),(18,'visibility',NULL,'Public'),(18,'duration_minutes',NULL,'5'),(18,'modifiedby',NULL,'1'),(18,'created_user_id',NULL,'1'),(18,'record_id',NULL,'26'),(18,'record_module',NULL,'Events'),(19,'subject',NULL,'AAAA'),(19,'assigned_user_id',NULL,'1'),(19,'date_start',NULL,'2024-11-19'),(19,'time_start',NULL,'18:30:00'),(19,'time_end',NULL,'18:35:00'),(19,'due_date',NULL,'2024-11-19'),(19,'eventstatus',NULL,'Planned'),(19,'createdtime',NULL,'2024-11-22 09:53:42'),(19,'activitytype',NULL,'Call'),(19,'visibility',NULL,'Public'),(19,'duration_minutes',NULL,'5'),(19,'modifiedby',NULL,'1'),(19,'created_user_id',NULL,'1'),(19,'record_id',NULL,'27'),(19,'record_module',NULL,'Events'),(20,'subject',NULL,'222'),(20,'assigned_user_id',NULL,'1'),(20,'date_start',NULL,'2024-11-22'),(20,'time_start',NULL,'00:00:00+00:00'),(20,'time_end',NULL,'23:59:00+00:00'),(20,'due_date',NULL,'2024-11-22'),(20,'eventstatus',NULL,'Planned'),(20,'taskpriority',NULL,'High'),(20,'createdtime',NULL,'2024-11-22 10:00:14'),(20,'activitytype',NULL,'Call'),(20,'visibility',NULL,'Public'),(20,'modifiedby',NULL,'1'),(20,'created_user_id',NULL,'1'),(20,'record_id',NULL,'28'),(20,'record_module',NULL,'Events'),(21,'subject','PPP','PPP UPDATEEEE'),(22,'subject',NULL,'155555555555'),(22,'assigned_user_id',NULL,'1'),(22,'date_start',NULL,'2024-11-15'),(22,'time_start',NULL,'00:00:00+00:00'),(22,'time_end',NULL,'23:59:00+00:00'),(22,'due_date',NULL,'2024-11-15'),(22,'eventstatus',NULL,'Planned'),(22,'taskpriority',NULL,'High'),(22,'createdtime',NULL,'2024-11-22 10:01:55'),(22,'activitytype',NULL,'Call'),(22,'visibility',NULL,'Public'),(22,'modifiedby',NULL,'1'),(22,'created_user_id',NULL,'1'),(22,'record_id',NULL,'30'),(22,'record_module',NULL,'Events'),(23,'subject',NULL,'666666666'),(23,'assigned_user_id',NULL,'1'),(23,'date_start',NULL,'2024-11-12'),(23,'time_start',NULL,'18:30:00'),(23,'time_end',NULL,'18:35:00'),(23,'due_date',NULL,'2024-11-12'),(23,'eventstatus',NULL,'Planned'),(23,'createdtime',NULL,'2024-11-22 10:14:51'),(23,'activitytype',NULL,'Call'),(23,'visibility',NULL,'Public'),(23,'duration_minutes',NULL,'5'),(23,'modifiedby',NULL,'1'),(23,'created_user_id',NULL,'1'),(23,'record_id',NULL,'32'),(23,'record_module',NULL,'Events'),(24,'subject',NULL,'23333333333'),(24,'assigned_user_id',NULL,'1'),(24,'date_start',NULL,'2024-11-23'),(24,'time_start',NULL,'00:00:00+00:00'),(24,'time_end',NULL,'23:59:00+00:00'),(24,'due_date',NULL,'2024-11-23'),(24,'eventstatus',NULL,'Not Held'),(24,'taskpriority',NULL,'Medium'),(24,'createdtime',NULL,'2024-11-22 10:17:08'),(24,'activitytype',NULL,'Meeting'),(24,'visibility',NULL,'Public'),(24,'modifiedby',NULL,'1'),(24,'created_user_id',NULL,'1'),(24,'record_id',NULL,'33'),(24,'record_module',NULL,'Events'),(25,'subject',NULL,'sdsd'),(25,'assigned_user_id',NULL,'1'),(25,'date_start',NULL,'2024-11-13'),(25,'time_start',NULL,'00:00:00+00:00'),(25,'time_end',NULL,'23:59:00+00:00'),(25,'due_date',NULL,'2024-11-13'),(25,'eventstatus',NULL,'Planned'),(25,'taskpriority',NULL,'Medium'),(25,'createdtime',NULL,'2024-11-22 10:17:08'),(25,'activitytype',NULL,'Meeting'),(25,'visibility',NULL,'Public'),(25,'modifiedby',NULL,'1'),(25,'created_user_id',NULL,'1'),(25,'record_id',NULL,'35'),(25,'record_module',NULL,'Events'),(26,'subject',NULL,'Repet'),(26,'assigned_user_id',NULL,'1'),(26,'date_start',NULL,'2024-11-01'),(26,'time_start',NULL,'10:30:00+00:00'),(26,'time_end',NULL,'11:30:00+00:00'),(26,'due_date',NULL,'2024-11-01'),(26,'eventstatus',NULL,'Planned'),(26,'taskpriority',NULL,'Medium'),(26,'createdtime',NULL,'2024-11-22 10:17:08'),(26,'activitytype',NULL,'Meeting'),(26,'visibility',NULL,'Public'),(26,'modifiedby',NULL,'1'),(26,'created_user_id',NULL,'1'),(26,'record_id',NULL,'37'),(26,'record_module',NULL,'Events'),(27,'subject',NULL,'Repet'),(27,'assigned_user_id',NULL,'1'),(27,'date_start',NULL,'2024-11-02'),(27,'time_start',NULL,'10:30:00+00:00'),(27,'time_end',NULL,'11:30:00+00:00'),(27,'due_date',NULL,'2024-11-02'),(27,'eventstatus',NULL,'Planned'),(27,'taskpriority',NULL,'Medium'),(27,'createdtime',NULL,'2024-11-22 10:17:08'),(27,'activitytype',NULL,'Meeting'),(27,'visibility',NULL,'Public'),(27,'modifiedby',NULL,'1'),(27,'created_user_id',NULL,'1'),(27,'record_id',NULL,'39'),(27,'record_module',NULL,'Events'),(28,'subject',NULL,'Repet'),(28,'assigned_user_id',NULL,'1'),(28,'date_start',NULL,'2024-11-03'),(28,'time_start',NULL,'10:30:00+00:00'),(28,'time_end',NULL,'11:30:00+00:00'),(28,'due_date',NULL,'2024-11-03'),(28,'eventstatus',NULL,'Planned'),(28,'taskpriority',NULL,'Medium'),(28,'createdtime',NULL,'2024-11-22 10:17:08'),(28,'activitytype',NULL,'Meeting'),(28,'visibility',NULL,'Public'),(28,'modifiedby',NULL,'1'),(28,'created_user_id',NULL,'1'),(28,'record_id',NULL,'41'),(28,'record_module',NULL,'Events'),(29,'subject',NULL,'Repet'),(29,'assigned_user_id',NULL,'1'),(29,'date_start',NULL,'2024-11-04'),(29,'time_start',NULL,'10:30:00+00:00'),(29,'time_end',NULL,'11:30:00+00:00'),(29,'due_date',NULL,'2024-11-04'),(29,'eventstatus',NULL,'Planned'),(29,'taskpriority',NULL,'Medium'),(29,'createdtime',NULL,'2024-11-22 10:17:09'),(29,'activitytype',NULL,'Meeting'),(29,'visibility',NULL,'Public'),(29,'modifiedby',NULL,'1'),(29,'created_user_id',NULL,'1'),(29,'record_id',NULL,'43'),(29,'record_module',NULL,'Events'),(30,'subject',NULL,'Repet'),(30,'assigned_user_id',NULL,'1'),(30,'date_start',NULL,'2024-11-05'),(30,'time_start',NULL,'10:30:00+00:00'),(30,'time_end',NULL,'11:30:00+00:00'),(30,'due_date',NULL,'2024-11-05'),(30,'eventstatus',NULL,'Planned'),(30,'taskpriority',NULL,'Medium'),(30,'createdtime',NULL,'2024-11-22 10:17:09'),(30,'activitytype',NULL,'Meeting'),(30,'visibility',NULL,'Public'),(30,'modifiedby',NULL,'1'),(30,'created_user_id',NULL,'1'),(30,'record_id',NULL,'45'),(30,'record_module',NULL,'Events'),(31,'subject',NULL,'Repet'),(31,'assigned_user_id',NULL,'1'),(31,'date_start',NULL,'2024-11-06'),(31,'time_start',NULL,'10:30:00+00:00'),(31,'time_end',NULL,'11:30:00+00:00'),(31,'due_date',NULL,'2024-11-06'),(31,'eventstatus',NULL,'Planned'),(31,'taskpriority',NULL,'Medium'),(31,'createdtime',NULL,'2024-11-22 10:17:09'),(31,'activitytype',NULL,'Meeting'),(31,'visibility',NULL,'Public'),(31,'modifiedby',NULL,'1'),(31,'created_user_id',NULL,'1'),(31,'record_id',NULL,'47'),(31,'record_module',NULL,'Events'),(32,'subject',NULL,'Repet'),(32,'assigned_user_id',NULL,'1'),(32,'date_start',NULL,'2024-11-07'),(32,'time_start',NULL,'10:30:00+00:00'),(32,'time_end',NULL,'11:30:00+00:00'),(32,'due_date',NULL,'2024-11-07'),(32,'eventstatus',NULL,'Planned'),(32,'taskpriority',NULL,'Medium'),(32,'createdtime',NULL,'2024-11-22 10:17:09'),(32,'activitytype',NULL,'Meeting'),(32,'visibility',NULL,'Public'),(32,'modifiedby',NULL,'1'),(32,'created_user_id',NULL,'1'),(32,'record_id',NULL,'49'),(32,'record_module',NULL,'Events'),(33,'subject',NULL,'Repet'),(33,'assigned_user_id',NULL,'1'),(33,'date_start',NULL,'2024-11-08'),(33,'time_start',NULL,'10:30:00+00:00'),(33,'time_end',NULL,'11:30:00+00:00'),(33,'due_date',NULL,'2024-11-08'),(33,'eventstatus',NULL,'Planned'),(33,'taskpriority',NULL,'Medium'),(33,'createdtime',NULL,'2024-11-22 10:17:09'),(33,'activitytype',NULL,'Meeting'),(33,'visibility',NULL,'Public'),(33,'modifiedby',NULL,'1'),(33,'created_user_id',NULL,'1'),(33,'record_id',NULL,'51'),(33,'record_module',NULL,'Events'),(34,'subject',NULL,'Repet'),(34,'assigned_user_id',NULL,'1'),(34,'date_start',NULL,'2024-11-09'),(34,'time_start',NULL,'10:30:00+00:00'),(34,'time_end',NULL,'11:30:00+00:00'),(34,'due_date',NULL,'2024-11-09'),(34,'eventstatus',NULL,'Planned'),(34,'taskpriority',NULL,'Medium'),(34,'createdtime',NULL,'2024-11-22 10:17:09'),(34,'activitytype',NULL,'Meeting'),(34,'visibility',NULL,'Public'),(34,'modifiedby',NULL,'1'),(34,'created_user_id',NULL,'1'),(34,'record_id',NULL,'53'),(34,'record_module',NULL,'Events'),(35,'subject',NULL,'Repet'),(35,'assigned_user_id',NULL,'1'),(35,'date_start',NULL,'2024-11-10'),(35,'time_start',NULL,'10:30:00+00:00'),(35,'time_end',NULL,'11:30:00+00:00'),(35,'due_date',NULL,'2024-11-10'),(35,'eventstatus',NULL,'Planned'),(35,'taskpriority',NULL,'Medium'),(35,'createdtime',NULL,'2024-11-22 10:17:09'),(35,'activitytype',NULL,'Meeting'),(35,'visibility',NULL,'Public'),(35,'modifiedby',NULL,'1'),(35,'created_user_id',NULL,'1'),(35,'record_id',NULL,'55'),(35,'record_module',NULL,'Events'),(36,'subject','Repet','Repet up'),(37,'subject',NULL,'19 POOJAAAAAAAAA'),(37,'assigned_user_id',NULL,'6'),(37,'date_start',NULL,'2024-11-18'),(37,'time_start',NULL,'18:30:00'),(37,'time_end',NULL,'18:35:00'),(37,'due_date',NULL,'2024-11-18'),(37,'eventstatus',NULL,'Planned'),(37,'createdtime',NULL,'2024-11-22 10:28:28'),(37,'activitytype',NULL,'Call'),(37,'visibility',NULL,'Public'),(37,'duration_minutes',NULL,'5'),(37,'modifiedby',NULL,'1'),(37,'created_user_id',NULL,'1'),(37,'record_id',NULL,'57'),(37,'record_module',NULL,'Events'),(38,'subject',NULL,'2111111111'),(38,'assigned_user_id',NULL,'1'),(38,'date_start',NULL,'2024-11-21'),(38,'time_start',NULL,'00:00:00+00:00'),(38,'time_end',NULL,'23:59:00+00:00'),(38,'due_date',NULL,'2024-11-21'),(38,'eventstatus',NULL,'Planned'),(38,'taskpriority',NULL,'Medium'),(38,'createdtime',NULL,'2024-11-22 10:28:59'),(38,'activitytype',NULL,'Meeting'),(38,'visibility',NULL,'Public'),(38,'modifiedby',NULL,'1'),(38,'created_user_id',NULL,'1'),(38,'record_id',NULL,'58'),(38,'record_module',NULL,'Events'),(39,'subject',NULL,'x1x1'),(39,'assigned_user_id',NULL,'1'),(39,'date_start',NULL,'2024-11-14'),(39,'time_start',NULL,'00:00:00+00:00'),(39,'time_end',NULL,'23:59:00+00:00'),(39,'due_date',NULL,'2024-11-14'),(39,'eventstatus',NULL,'Planned'),(39,'taskpriority',NULL,'Medium'),(39,'createdtime',NULL,'2024-11-22 10:35:44'),(39,'activitytype',NULL,'Meeting'),(39,'visibility',NULL,'Public'),(39,'modifiedby',NULL,'1'),(39,'created_user_id',NULL,'1'),(39,'record_id',NULL,'60'),(39,'record_module',NULL,'Events'),(40,'subject',NULL,'x2'),(40,'assigned_user_id',NULL,'1'),(40,'date_start',NULL,'2024-11-15'),(40,'time_start',NULL,'00:00:00+00:00'),(40,'time_end',NULL,'23:59:00+00:00'),(40,'due_date',NULL,'2024-11-15'),(40,'eventstatus',NULL,'Planned'),(40,'taskpriority',NULL,'Medium'),(40,'createdtime',NULL,'2024-11-22 10:35:55'),(40,'activitytype',NULL,'Meeting'),(40,'visibility',NULL,'Public'),(40,'modifiedby',NULL,'1'),(40,'created_user_id',NULL,'1'),(40,'record_id',NULL,'62'),(40,'record_module',NULL,'Events'),(41,'subject',NULL,'xxxx3x3'),(41,'assigned_user_id',NULL,'1'),(41,'date_start',NULL,'2024-11-15'),(41,'time_start',NULL,'00:00:00+00:00'),(41,'time_end',NULL,'23:59:00+00:00'),(41,'due_date',NULL,'2024-11-15'),(41,'eventstatus',NULL,'Planned'),(41,'taskpriority',NULL,'Medium'),(41,'createdtime',NULL,'2024-11-22 10:36:13'),(41,'activitytype',NULL,'Meeting'),(41,'visibility',NULL,'Public'),(41,'modifiedby',NULL,'1'),(41,'created_user_id',NULL,'1'),(41,'record_id',NULL,'64'),(41,'record_module',NULL,'Events'),(42,'subject',NULL,'a4a444'),(42,'assigned_user_id',NULL,'1'),(42,'date_start',NULL,'2024-11-16'),(42,'time_start',NULL,'00:00:00+00:00'),(42,'time_end',NULL,'23:59:00+00:00'),(42,'due_date',NULL,'2024-11-16'),(42,'eventstatus',NULL,'Planned'),(42,'taskpriority',NULL,'Medium'),(42,'createdtime',NULL,'2024-11-22 10:36:13'),(42,'activitytype',NULL,'Meeting'),(42,'visibility',NULL,'Public'),(42,'modifiedby',NULL,'1'),(42,'created_user_id',NULL,'1'),(42,'record_id',NULL,'66'),(42,'record_module',NULL,'Events'),(43,'subject',NULL,'t1t1t'),(43,'assigned_user_id',NULL,'1'),(43,'date_start',NULL,'2024-11-18'),(43,'time_start',NULL,'00:00:00+00:00'),(43,'time_end',NULL,'23:59:00+00:00'),(43,'due_date',NULL,'2024-11-18'),(43,'eventstatus',NULL,'Planned'),(43,'taskpriority',NULL,'Medium'),(43,'createdtime',NULL,'2024-11-22 10:36:40'),(43,'activitytype',NULL,'Meeting'),(43,'visibility',NULL,'Public'),(43,'modifiedby',NULL,'1'),(43,'created_user_id',NULL,'1'),(43,'record_id',NULL,'68'),(43,'record_module',NULL,'Events'),(44,'subject',NULL,'t11tt1'),(44,'assigned_user_id',NULL,'1'),(44,'date_start',NULL,'2024-11-22'),(44,'time_start',NULL,'00:00:00+00:00'),(44,'time_end',NULL,'23:59:00+00:00'),(44,'due_date',NULL,'2024-11-22'),(44,'eventstatus',NULL,'Planned'),(44,'taskpriority',NULL,'Medium'),(44,'createdtime',NULL,'2024-11-22 10:36:40'),(44,'activitytype',NULL,'Meeting'),(44,'visibility',NULL,'Public'),(44,'modifiedby',NULL,'1'),(44,'created_user_id',NULL,'1'),(44,'record_id',NULL,'70'),(44,'record_module',NULL,'Events'),(45,'subject',NULL,'y6y66y'),(45,'assigned_user_id',NULL,'1'),(45,'date_start',NULL,'2024-11-22'),(45,'time_start',NULL,'00:00:00+00:00'),(45,'time_end',NULL,'23:59:00+00:00'),(45,'due_date',NULL,'2024-11-22'),(45,'eventstatus',NULL,'Planned'),(45,'taskpriority',NULL,'Medium'),(45,'createdtime',NULL,'2024-11-22 10:36:54'),(45,'activitytype',NULL,'Meeting'),(45,'visibility',NULL,'Public'),(45,'modifiedby',NULL,'1'),(45,'created_user_id',NULL,'1'),(45,'record_id',NULL,'72'),(45,'record_module',NULL,'Events'),(46,'subject',NULL,'24A1'),(46,'assigned_user_id',NULL,'1'),(46,'date_start',NULL,'2024-11-24'),(46,'time_start',NULL,'00:00:00+00:00'),(46,'time_end',NULL,'23:59:00+00:00'),(46,'due_date',NULL,'2024-11-24'),(46,'eventstatus',NULL,'Not Held'),(46,'taskpriority',NULL,'Medium'),(46,'createdtime',NULL,'2024-11-22 10:37:26'),(46,'activitytype',NULL,'Meeting'),(46,'visibility',NULL,'Public'),(46,'modifiedby',NULL,'1'),(46,'created_user_id',NULL,'1'),(46,'record_id',NULL,'74'),(46,'record_module',NULL,'Events'),(47,'subject',NULL,'24A22'),(47,'assigned_user_id',NULL,'1'),(47,'date_start',NULL,'2024-11-24'),(47,'time_start',NULL,'00:00:00+00:00'),(47,'time_end',NULL,'23:59:00+00:00'),(47,'due_date',NULL,'2024-11-24'),(47,'eventstatus',NULL,'Not Held'),(47,'taskpriority',NULL,'Medium'),(47,'createdtime',NULL,'2024-11-22 10:37:35'),(47,'activitytype',NULL,'Meeting'),(47,'visibility',NULL,'Public'),(47,'modifiedby',NULL,'1'),(47,'created_user_id',NULL,'1'),(47,'record_id',NULL,'76'),(47,'record_module',NULL,'Events'),(48,'subject',NULL,'24A3'),(48,'assigned_user_id',NULL,'1'),(48,'date_start',NULL,'2024-11-24'),(48,'time_start',NULL,'00:00:00+00:00'),(48,'time_end',NULL,'23:59:00+00:00'),(48,'due_date',NULL,'2024-11-24'),(48,'eventstatus',NULL,'Not Held'),(48,'taskpriority',NULL,'Medium'),(48,'createdtime',NULL,'2024-11-22 10:37:46'),(48,'activitytype',NULL,'Meeting'),(48,'visibility',NULL,'Public'),(48,'modifiedby',NULL,'1'),(48,'created_user_id',NULL,'1'),(48,'record_id',NULL,'78'),(48,'record_module',NULL,'Events'),(49,'date_start','2024-11-24','2024-11-25'),(49,'due_date','2024-11-24','2024-11-25'),(50,'date_start','2024-11-24','2024-11-26'),(50,'due_date','2024-11-24','2024-11-26'),(51,'subject',NULL,'uuuuuuuuuuuuuu'),(51,'assigned_user_id',NULL,'1'),(51,'date_start',NULL,'2024-11-20'),(51,'time_start',NULL,'18:30:00'),(51,'time_end',NULL,'18:35:00'),(51,'due_date',NULL,'2024-11-20'),(51,'eventstatus',NULL,'Planned'),(51,'createdtime',NULL,'2024-11-22 11:21:31'),(51,'activitytype',NULL,'Call'),(51,'visibility',NULL,'Public'),(51,'duration_minutes',NULL,'5'),(51,'modifiedby',NULL,'1'),(51,'created_user_id',NULL,'1'),(51,'record_id',NULL,'80'),(51,'record_module',NULL,'Events'),(52,'subject',NULL,'tttttt'),(52,'assigned_user_id',NULL,'1'),(52,'date_start',NULL,'2024-11-27'),(52,'time_start',NULL,'18:30:00'),(52,'time_end',NULL,'18:35:00'),(52,'due_date',NULL,'2024-11-27'),(52,'eventstatus',NULL,'Planned'),(52,'createdtime',NULL,'2024-11-22 11:22:06'),(52,'activitytype',NULL,'Call'),(52,'visibility',NULL,'Public'),(52,'duration_minutes',NULL,'5'),(52,'modifiedby',NULL,'1'),(52,'created_user_id',NULL,'1'),(52,'record_id',NULL,'81'),(52,'record_module',NULL,'Events'),(53,'firstname',NULL,'c1'),(53,'lead_no',NULL,'LEA4'),(53,'lastname',NULL,'c1'),(53,'annualrevenue',NULL,'0.00000000'),(53,'assigned_user_id',NULL,'1'),(53,'createdtime',NULL,'2024-11-22 11:26:18'),(53,'modifiedby',NULL,'1'),(53,'record_id',NULL,'82'),(53,'record_module',NULL,'Leads'),(54,'firstname',NULL,'c2222222'),(54,'lead_no',NULL,'LEA5'),(54,'lastname',NULL,'c222222222222222'),(54,'annualrevenue',NULL,'0.00000000'),(54,'assigned_user_id',NULL,'1'),(54,'createdtime',NULL,'2024-11-22 11:30:18'),(54,'modifiedby',NULL,'1'),(54,'record_id',NULL,'84'),(54,'record_module',NULL,'Leads'),(55,'lastname','c1','c1ppuppppppp'),(56,'lead_no',NULL,'LEA6'),(56,'lastname',NULL,'p2'),(56,'annualrevenue',NULL,'0.00000000'),(56,'assigned_user_id',NULL,'1'),(56,'createdtime',NULL,'2024-11-22 11:32:35'),(56,'modifiedby',NULL,'1'),(56,'record_id',NULL,'87'),(56,'record_module',NULL,'Leads'),(57,'accountname',NULL,' o4545'),(57,'account_no',NULL,'ACC1'),(57,'annual_revenue',NULL,'0.00000000'),(57,'assigned_user_id',NULL,'1'),(57,'createdtime',NULL,'2024-11-22 11:45:18'),(57,'modifiedby',NULL,'1'),(57,'record_id',NULL,'89'),(57,'record_module',NULL,'Accounts'),(58,'accountname',NULL,'ttestttt12'),(58,'account_no',NULL,'ACC2'),(58,'annual_revenue',NULL,'0.00000000'),(58,'assigned_user_id',NULL,'1'),(58,'createdtime',NULL,'2024-11-22 11:45:19'),(58,'modifiedby',NULL,'1'),(58,'record_id',NULL,'91'),(58,'record_module',NULL,'Accounts'),(59,'accountname',NULL,'1111111'),(59,'account_no',NULL,'ACC3'),(59,'annual_revenue',NULL,'0.00000000'),(59,'assigned_user_id',NULL,'1'),(59,'createdtime',NULL,'2024-11-22 11:46:49'),(59,'modifiedby',NULL,'1'),(59,'record_id',NULL,'93'),(59,'record_module',NULL,'Accounts'),(60,'firstname',NULL,'Pojaaaaaaaaa'),(60,'contact_no',NULL,'CON1'),(60,'lastname',NULL,'chandarajna'),(60,'assigned_user_id',NULL,'1'),(60,'createdtime',NULL,'2024-11-22 11:48:38'),(60,'modifiedby',NULL,'1'),(60,'record_id',NULL,'95'),(60,'record_module',NULL,'Contacts'),(61,'firstname','Pojaaaaaaaaa','Pojaaaupdatee'),(61,'lastname','chandarajna','chandarajna update'),(62,'firstname',NULL,'testtt12'),(62,'contact_no',NULL,'CON2'),(62,'lastname',NULL,'testinggggggggg'),(62,'assigned_user_id',NULL,'1'),(62,'createdtime',NULL,'2024-11-22 11:52:56'),(62,'modifiedby',NULL,'1'),(62,'support_start_date',NULL,'2024-11-22'),(62,'support_end_date',NULL,'2025-11-22'),(62,'record_id',NULL,'97'),(62,'record_module',NULL,'Contacts'),(63,'firstname','testtt12','testtt12 uPDATEEE'),(63,'lastname','testinggggggggg','testinggggggggg UPDATEE'),(64,'firstname','testtt12 uPDATEEE','testtt1 T5555555'),(64,'lastname','testinggggggggg UPDATEE','testinggggT55'),(66,'firstname',NULL,'E1'),(66,'contact_no',NULL,'CON3'),(66,'lastname',NULL,'E1'),(66,'assigned_user_id',NULL,'1'),(66,'createdtime',NULL,'2024-11-22 12:02:36'),(66,'modifiedby',NULL,'1'),(66,'support_start_date',NULL,'2024-11-22'),(66,'support_end_date',NULL,'2025-11-22'),(66,'record_id',NULL,'104'),(66,'record_module',NULL,'Contacts'),(67,'firstname',NULL,'AUTOOOOOOOOOO'),(67,'contact_no',NULL,'CON4'),(67,'lastname',NULL,'AUTOOOOOOOOOO'),(67,'assigned_user_id',NULL,'1'),(67,'createdtime',NULL,'2024-11-22 12:07:14'),(67,'modifiedby',NULL,'1'),(67,'record_id',NULL,'105'),(67,'record_module',NULL,'Contacts'),(68,'firstname','AUTOOOOOOOOOO','AUTOO uPATEEE'),(68,'lastname','AUTOOOOOOOOOO','AUTOO uPATEEE'),(69,'firstname',NULL,'Googleee1111111111'),(69,'contact_no',NULL,'CON5'),(69,'lastname',NULL,'Googleee1111111111'),(69,'assigned_user_id',NULL,'1'),(69,'createdtime',NULL,'2024-11-22 12:12:30'),(69,'modifiedby',NULL,'1'),(69,'support_start_date',NULL,'2024-11-22'),(69,'support_end_date',NULL,'2025-11-22'),(69,'record_id',NULL,'107'),(69,'record_module',NULL,'Contacts'),(70,'firstname','Googleee1111111111','Googleee1updateeeeeee'),(70,'lastname','Googleee1111111111','Googleee1updateeeeeee'),(72,'firstname',NULL,'d111111111'),(72,'contact_no',NULL,'CON6'),(72,'lastname',NULL,'d11111111'),(72,'assigned_user_id',NULL,'1'),(72,'createdtime',NULL,'2024-11-22 12:48:28'),(72,'modifiedby',NULL,'1'),(72,'record_id',NULL,'109'),(72,'record_module',NULL,'Contacts'),(73,'firstname',NULL,'t111111111'),(73,'contact_no',NULL,'CON7'),(73,'lastname',NULL,'1ttttttttttt'),(73,'mobile',NULL,'9874563210'),(73,'assigned_user_id',NULL,'1'),(73,'createdtime',NULL,'2024-11-22 12:50:11'),(73,'modifiedby',NULL,'1'),(73,'support_start_date',NULL,'2024-11-22'),(73,'support_end_date',NULL,'2025-11-22'),(73,'record_id',NULL,'111'),(73,'record_module',NULL,'Contacts'),(74,'firstname',NULL,'KIA-- 111'),(74,'contact_no',NULL,'CON8'),(74,'lastname',NULL,'KIA-- 222222'),(74,'assigned_user_id',NULL,'1'),(74,'createdtime',NULL,'2024-11-22 12:51:42'),(74,'modifiedby',NULL,'1'),(74,'record_id',NULL,'113'),(74,'record_module',NULL,'Contacts'),(75,'firstname',NULL,'8888'),(75,'contact_no',NULL,'CON9'),(75,'lastname',NULL,'999999'),(75,'mobile',NULL,'91067 52965'),(75,'assigned_user_id',NULL,'1'),(75,'createdtime',NULL,'2024-11-22 13:01:21'),(75,'modifiedby',NULL,'1'),(75,'record_id',NULL,'115'),(75,'record_module',NULL,'Contacts'),(76,'firstname',NULL,'OOOO'),(76,'contact_no',NULL,'CON10'),(76,'phone',NULL,'9874563210'),(76,'lastname',NULL,'OOOOOOOOOO'),(76,'mobile',NULL,'9874563210'),(76,'assigned_user_id',NULL,'1'),(76,'createdtime',NULL,'2024-11-22 13:01:52'),(76,'modifiedby',NULL,'1'),(76,'support_start_date',NULL,'2024-11-22'),(76,'support_end_date',NULL,'2025-11-22'),(76,'record_id',NULL,'117'),(76,'record_module',NULL,'Contacts'),(77,'firstname',NULL,'7777777'),(77,'contact_no',NULL,'CON11'),(77,'lastname',NULL,'7777777'),(77,'assigned_user_id',NULL,'1'),(77,'createdtime',NULL,'2024-11-22 13:04:00'),(77,'modifiedby',NULL,'1'),(77,'record_id',NULL,'119'),(77,'record_module',NULL,'Contacts'),(79,'firstname',NULL,'gggggggg'),(79,'contact_no',NULL,'CON12'),(79,'lastname',NULL,'gggggggggggg'),(79,'assigned_user_id',NULL,'1'),(79,'createdtime',NULL,'2024-11-22 13:15:31'),(79,'modifiedby',NULL,'1'),(79,'record_id',NULL,'121'),(79,'record_module',NULL,'Contacts'),(80,'firstname',NULL,'v1111111'),(80,'contact_no',NULL,'CON13'),(80,'lastname',NULL,'v2222222222'),(80,'assigned_user_id',NULL,'1'),(80,'createdtime',NULL,'2024-11-22 13:17:31'),(80,'modifiedby',NULL,'1'),(80,'record_id',NULL,'123'),(80,'record_module',NULL,'Contacts'),(81,'firstname','v1111111','v1 ii'),(81,'lastname','v2222222222','v22ioioioioioioioio'),(82,'firstname',NULL,'mmmmmmm'),(82,'contact_no',NULL,'CON14'),(82,'lastname',NULL,'mmmmmmmmmmm'),(82,'assigned_user_id',NULL,'1'),(82,'createdtime',NULL,'2024-11-22 13:20:24'),(82,'modifiedby',NULL,'1'),(82,'record_id',NULL,'125'),(82,'record_module',NULL,'Contacts'),(83,'firstname',NULL,'BIRTHDAT12'),(83,'contact_no',NULL,'CON15'),(83,'lastname',NULL,'BIRTHDAT12'),(83,'assigned_user_id',NULL,'1'),(83,'createdtime',NULL,'2024-11-22 13:22:12'),(83,'modifiedby',NULL,'1'),(83,'record_id',NULL,'127'),(83,'record_module',NULL,'Contacts'),(84,'firstname',NULL,'1A'),(84,'contact_no',NULL,'CON16'),(84,'lastname',NULL,'1B'),(84,'assigned_user_id',NULL,'1'),(84,'createdtime',NULL,'2024-11-22 13:22:58'),(84,'modifiedby',NULL,'1'),(84,'support_start_date',NULL,'2024-11-22'),(84,'support_end_date',NULL,'2025-11-22'),(84,'record_id',NULL,'129'),(84,'record_module',NULL,'Contacts'),(85,'firstname','1A','1A VVVVVVV'),(85,'lastname','1B','1BVVVVVVVV'),(90,'firstname',NULL,'t1'),(90,'contact_no',NULL,'CON17'),(90,'lastname',NULL,'t1'),(90,'assigned_user_id',NULL,'1'),(90,'createdtime',NULL,'2024-11-25 05:22:27'),(90,'modifiedby',NULL,'1'),(90,'record_id',NULL,'130'),(90,'record_module',NULL,'Contacts'),(91,'firstname',NULL,'t2'),(91,'contact_no',NULL,'CON18'),(91,'lastname',NULL,'t2'),(91,'assigned_user_id',NULL,'1'),(91,'createdtime',NULL,'2024-11-25 05:40:11'),(91,'modifiedby',NULL,'1'),(91,'record_id',NULL,'132'),(91,'record_module',NULL,'Contacts'),(92,'firstname',NULL,'c1222222222222'),(92,'contact_no',NULL,'CON19'),(92,'lastname',NULL,'c444444'),(92,'assigned_user_id',NULL,'1'),(92,'createdtime',NULL,'2024-11-25 05:40:11'),(92,'modifiedby',NULL,'1'),(92,'record_id',NULL,'134'),(92,'record_module',NULL,'Contacts'),(93,'firstname',NULL,'p9'),(93,'contact_no',NULL,'CON20'),(93,'lastname',NULL,'p8'),(93,'assigned_user_id',NULL,'1'),(93,'createdtime',NULL,'2024-11-25 06:01:09'),(93,'modifiedby',NULL,'1'),(93,'record_id',NULL,'136'),(93,'record_module',NULL,'Contacts'),(94,'firstname',NULL,'28'),(94,'contact_no',NULL,'CON21'),(94,'lastname',NULL,'28'),(94,'assigned_user_id',NULL,'1'),(94,'createdtime',NULL,'2024-11-25 06:03:57'),(94,'modifiedby',NULL,'1'),(94,'record_id',NULL,'138'),(94,'record_module',NULL,'Contacts'),(95,'firstname',NULL,'18'),(95,'contact_no',NULL,'CON22'),(95,'lastname',NULL,'18'),(95,'assigned_user_id',NULL,'1'),(95,'createdtime',NULL,'2024-11-25 06:03:57'),(95,'modifiedby',NULL,'1'),(95,'record_id',NULL,'140'),(95,'record_module',NULL,'Contacts'),(96,'firstname',NULL,'6'),(96,'contact_no',NULL,'CON23'),(96,'lastname',NULL,'6'),(96,'assigned_user_id',NULL,'1'),(96,'createdtime',NULL,'2024-11-25 06:03:58'),(96,'modifiedby',NULL,'1'),(96,'record_id',NULL,'142'),(96,'record_module',NULL,'Contacts'),(97,'firstname',NULL,'25'),(97,'contact_no',NULL,'CON24'),(97,'lastname',NULL,'25'),(97,'assigned_user_id',NULL,'1'),(97,'createdtime',NULL,'2024-11-25 06:03:58'),(97,'modifiedby',NULL,'1'),(97,'record_id',NULL,'144'),(97,'record_module',NULL,'Contacts'),(98,'firstname',NULL,'13'),(98,'contact_no',NULL,'CON25'),(98,'lastname',NULL,'13'),(98,'assigned_user_id',NULL,'1'),(98,'createdtime',NULL,'2024-11-25 06:03:58'),(98,'modifiedby',NULL,'1'),(98,'record_id',NULL,'146'),(98,'record_module',NULL,'Contacts'),(99,'firstname',NULL,'14'),(99,'contact_no',NULL,'CON26'),(99,'lastname',NULL,'14'),(99,'assigned_user_id',NULL,'1'),(99,'createdtime',NULL,'2024-11-25 06:03:58'),(99,'modifiedby',NULL,'1'),(99,'record_id',NULL,'148'),(99,'record_module',NULL,'Contacts'),(100,'firstname',NULL,'11'),(100,'contact_no',NULL,'CON27'),(100,'lastname',NULL,'11'),(100,'assigned_user_id',NULL,'1'),(100,'createdtime',NULL,'2024-11-25 06:03:58'),(100,'modifiedby',NULL,'1'),(100,'record_id',NULL,'150'),(100,'record_module',NULL,'Contacts'),(101,'firstname',NULL,'26'),(101,'contact_no',NULL,'CON28'),(101,'lastname',NULL,'26'),(101,'assigned_user_id',NULL,'1'),(101,'createdtime',NULL,'2024-11-25 06:03:58'),(101,'modifiedby',NULL,'1'),(101,'record_id',NULL,'152'),(101,'record_module',NULL,'Contacts'),(102,'firstname',NULL,'16'),(102,'contact_no',NULL,'CON29'),(102,'lastname',NULL,'16'),(102,'assigned_user_id',NULL,'1'),(102,'createdtime',NULL,'2024-11-25 06:03:58'),(102,'modifiedby',NULL,'1'),(102,'record_id',NULL,'154'),(102,'record_module',NULL,'Contacts'),(103,'firstname',NULL,'24'),(103,'contact_no',NULL,'CON30'),(103,'lastname',NULL,'24'),(103,'assigned_user_id',NULL,'1'),(103,'createdtime',NULL,'2024-11-25 06:03:58'),(103,'modifiedby',NULL,'1'),(103,'record_id',NULL,'156'),(103,'record_module',NULL,'Contacts'),(104,'firstname',NULL,'16'),(104,'contact_no',NULL,'CON31'),(104,'lastname',NULL,'16'),(104,'assigned_user_id',NULL,'1'),(104,'createdtime',NULL,'2024-11-25 06:03:58'),(104,'modifiedby',NULL,'1'),(104,'record_id',NULL,'158'),(104,'record_module',NULL,'Contacts'),(105,'firstname',NULL,'30'),(105,'contact_no',NULL,'CON32'),(105,'lastname',NULL,'30'),(105,'assigned_user_id',NULL,'1'),(105,'createdtime',NULL,'2024-11-25 06:03:58'),(105,'modifiedby',NULL,'1'),(105,'record_id',NULL,'160'),(105,'record_module',NULL,'Contacts'),(106,'firstname',NULL,'19'),(106,'contact_no',NULL,'CON33'),(106,'lastname',NULL,'19'),(106,'assigned_user_id',NULL,'1'),(106,'createdtime',NULL,'2024-11-25 06:03:58'),(106,'modifiedby',NULL,'1'),(106,'record_id',NULL,'162'),(106,'record_module',NULL,'Contacts'),(107,'firstname',NULL,'17'),(107,'contact_no',NULL,'CON34'),(107,'lastname',NULL,'17'),(107,'assigned_user_id',NULL,'1'),(107,'createdtime',NULL,'2024-11-25 06:03:58'),(107,'modifiedby',NULL,'1'),(107,'record_id',NULL,'164'),(107,'record_module',NULL,'Contacts'),(108,'firstname',NULL,'1'),(108,'contact_no',NULL,'CON35'),(108,'lastname',NULL,'1'),(108,'assigned_user_id',NULL,'1'),(108,'createdtime',NULL,'2024-11-25 06:03:59'),(108,'modifiedby',NULL,'1'),(108,'record_id',NULL,'166'),(108,'record_module',NULL,'Contacts'),(109,'firstname',NULL,'2'),(109,'contact_no',NULL,'CON36'),(109,'lastname',NULL,'2'),(109,'assigned_user_id',NULL,'1'),(109,'createdtime',NULL,'2024-11-25 06:03:59'),(109,'modifiedby',NULL,'1'),(109,'record_id',NULL,'168'),(109,'record_module',NULL,'Contacts'),(110,'firstname',NULL,'29'),(110,'contact_no',NULL,'CON37'),(110,'lastname',NULL,'29'),(110,'assigned_user_id',NULL,'1'),(110,'createdtime',NULL,'2024-11-25 06:03:59'),(110,'modifiedby',NULL,'1'),(110,'record_id',NULL,'170'),(110,'record_module',NULL,'Contacts'),(111,'firstname',NULL,'22'),(111,'contact_no',NULL,'CON38'),(111,'lastname',NULL,'22'),(111,'assigned_user_id',NULL,'1'),(111,'createdtime',NULL,'2024-11-25 06:03:59'),(111,'modifiedby',NULL,'1'),(111,'record_id',NULL,'172'),(111,'record_module',NULL,'Contacts'),(112,'firstname',NULL,'5'),(112,'contact_no',NULL,'CON39'),(112,'lastname',NULL,'5'),(112,'assigned_user_id',NULL,'1'),(112,'createdtime',NULL,'2024-11-25 06:03:59'),(112,'modifiedby',NULL,'1'),(112,'record_id',NULL,'174'),(112,'record_module',NULL,'Contacts'),(113,'firstname',NULL,'12'),(113,'contact_no',NULL,'CON40'),(113,'lastname',NULL,'12'),(113,'assigned_user_id',NULL,'1'),(113,'createdtime',NULL,'2024-11-25 06:03:59'),(113,'modifiedby',NULL,'1'),(113,'record_id',NULL,'176'),(113,'record_module',NULL,'Contacts'),(114,'firstname',NULL,'9'),(114,'contact_no',NULL,'CON41'),(114,'lastname',NULL,'9'),(114,'assigned_user_id',NULL,'1'),(114,'createdtime',NULL,'2024-11-25 06:03:59'),(114,'modifiedby',NULL,'1'),(114,'record_id',NULL,'178'),(114,'record_module',NULL,'Contacts'),(115,'firstname',NULL,'10'),(115,'contact_no',NULL,'CON42'),(115,'lastname',NULL,'10'),(115,'assigned_user_id',NULL,'1'),(115,'createdtime',NULL,'2024-11-25 06:03:59'),(115,'modifiedby',NULL,'1'),(115,'record_id',NULL,'180'),(115,'record_module',NULL,'Contacts'),(116,'firstname',NULL,'27'),(116,'contact_no',NULL,'CON43'),(116,'lastname',NULL,'27'),(116,'assigned_user_id',NULL,'1'),(116,'createdtime',NULL,'2024-11-25 06:03:59'),(116,'modifiedby',NULL,'1'),(116,'record_id',NULL,'182'),(116,'record_module',NULL,'Contacts'),(117,'firstname',NULL,'7'),(117,'contact_no',NULL,'CON44'),(117,'lastname',NULL,'7'),(117,'assigned_user_id',NULL,'1'),(117,'createdtime',NULL,'2024-11-25 06:03:59'),(117,'modifiedby',NULL,'1'),(117,'record_id',NULL,'184'),(117,'record_module',NULL,'Contacts'),(118,'firstname',NULL,'15'),(118,'contact_no',NULL,'CON45'),(118,'lastname',NULL,'15'),(118,'assigned_user_id',NULL,'1'),(118,'createdtime',NULL,'2024-11-25 06:03:59'),(118,'modifiedby',NULL,'1'),(118,'record_id',NULL,'186'),(118,'record_module',NULL,'Contacts'),(119,'firstname',NULL,'4'),(119,'contact_no',NULL,'CON46'),(119,'lastname',NULL,'4'),(119,'assigned_user_id',NULL,'1'),(119,'createdtime',NULL,'2024-11-25 06:04:00'),(119,'modifiedby',NULL,'1'),(119,'record_id',NULL,'188'),(119,'record_module',NULL,'Contacts'),(120,'firstname',NULL,'3'),(120,'contact_no',NULL,'CON47'),(120,'lastname',NULL,'3'),(120,'assigned_user_id',NULL,'1'),(120,'createdtime',NULL,'2024-11-25 06:04:00'),(120,'modifiedby',NULL,'1'),(120,'record_id',NULL,'190'),(120,'record_module',NULL,'Contacts'),(121,'firstname',NULL,'21'),(121,'contact_no',NULL,'CON48'),(121,'lastname',NULL,'21'),(121,'assigned_user_id',NULL,'1'),(121,'createdtime',NULL,'2024-11-25 06:04:00'),(121,'modifiedby',NULL,'1'),(121,'record_id',NULL,'192'),(121,'record_module',NULL,'Contacts'),(122,'firstname',NULL,'23'),(122,'contact_no',NULL,'CON49'),(122,'lastname',NULL,'23'),(122,'assigned_user_id',NULL,'1'),(122,'createdtime',NULL,'2024-11-25 06:04:00'),(122,'modifiedby',NULL,'1'),(122,'record_id',NULL,'194'),(122,'record_module',NULL,'Contacts'),(123,'firstname',NULL,'20'),(123,'contact_no',NULL,'CON50'),(123,'lastname',NULL,'20'),(123,'assigned_user_id',NULL,'1'),(123,'createdtime',NULL,'2024-11-25 06:04:00'),(123,'modifiedby',NULL,'1'),(123,'record_id',NULL,'196'),(123,'record_module',NULL,'Contacts'),(124,'firstname',NULL,'a6a'),(124,'contact_no',NULL,'CON51'),(124,'lastname',NULL,'a6a'),(124,'assigned_user_id',NULL,'1'),(124,'createdtime',NULL,'2024-11-25 06:06:08'),(124,'modifiedby',NULL,'1'),(124,'record_id',NULL,'198'),(124,'record_module',NULL,'Contacts'),(125,'firstname',NULL,'a15'),(125,'contact_no',NULL,'CON52'),(125,'lastname',NULL,'a15'),(125,'assigned_user_id',NULL,'1'),(125,'createdtime',NULL,'2024-11-25 06:06:08'),(125,'modifiedby',NULL,'1'),(125,'record_id',NULL,'200'),(125,'record_module',NULL,'Contacts'),(126,'firstname',NULL,'a1a4'),(126,'contact_no',NULL,'CON53'),(126,'lastname',NULL,'a1a4'),(126,'assigned_user_id',NULL,'1'),(126,'createdtime',NULL,'2024-11-25 06:06:08'),(126,'modifiedby',NULL,'1'),(126,'record_id',NULL,'202'),(126,'record_module',NULL,'Contacts'),(127,'firstname',NULL,'a27'),(127,'contact_no',NULL,'CON54'),(127,'lastname',NULL,'a27'),(127,'assigned_user_id',NULL,'1'),(127,'createdtime',NULL,'2024-11-25 06:06:08'),(127,'modifiedby',NULL,'1'),(127,'record_id',NULL,'204'),(127,'record_module',NULL,'Contacts'),(128,'firstname',NULL,'a29'),(128,'contact_no',NULL,'CON55'),(128,'lastname',NULL,'a29'),(128,'assigned_user_id',NULL,'1'),(128,'createdtime',NULL,'2024-11-25 06:06:08'),(128,'modifiedby',NULL,'1'),(128,'record_id',NULL,'206'),(128,'record_module',NULL,'Contacts'),(129,'firstname',NULL,'a11'),(129,'contact_no',NULL,'CON56'),(129,'lastname',NULL,'a11'),(129,'assigned_user_id',NULL,'1'),(129,'createdtime',NULL,'2024-11-25 06:06:08'),(129,'modifiedby',NULL,'1'),(129,'record_id',NULL,'208'),(129,'record_module',NULL,'Contacts'),(130,'firstname',NULL,'a18'),(130,'contact_no',NULL,'CON57'),(130,'lastname',NULL,'a18'),(130,'assigned_user_id',NULL,'1'),(130,'createdtime',NULL,'2024-11-25 06:06:08'),(130,'modifiedby',NULL,'1'),(130,'record_id',NULL,'210'),(130,'record_module',NULL,'Contacts'),(131,'firstname',NULL,'a4'),(131,'contact_no',NULL,'CON58'),(131,'lastname',NULL,'a4'),(131,'assigned_user_id',NULL,'1'),(131,'createdtime',NULL,'2024-11-25 06:06:08'),(131,'modifiedby',NULL,'1'),(131,'record_id',NULL,'212'),(131,'record_module',NULL,'Contacts'),(132,'firstname',NULL,'a12'),(132,'contact_no',NULL,'CON59'),(132,'lastname',NULL,'a12'),(132,'assigned_user_id',NULL,'1'),(132,'createdtime',NULL,'2024-11-25 06:06:08'),(132,'modifiedby',NULL,'1'),(132,'record_id',NULL,'214'),(132,'record_module',NULL,'Contacts'),(133,'firstname',NULL,'a19'),(133,'contact_no',NULL,'CON60'),(133,'lastname',NULL,'a19'),(133,'assigned_user_id',NULL,'1'),(133,'createdtime',NULL,'2024-11-25 06:06:08'),(133,'modifiedby',NULL,'1'),(133,'record_id',NULL,'216'),(133,'record_module',NULL,'Contacts'),(134,'firstname',NULL,'a17'),(134,'contact_no',NULL,'CON61'),(134,'lastname',NULL,'a17'),(134,'assigned_user_id',NULL,'1'),(134,'createdtime',NULL,'2024-11-25 06:06:09'),(134,'modifiedby',NULL,'1'),(134,'record_id',NULL,'218'),(134,'record_module',NULL,'Contacts'),(135,'firstname',NULL,'a1'),(135,'contact_no',NULL,'CON62'),(135,'lastname',NULL,'a1'),(135,'assigned_user_id',NULL,'1'),(135,'createdtime',NULL,'2024-11-25 06:06:09'),(135,'modifiedby',NULL,'1'),(135,'record_id',NULL,'220'),(135,'record_module',NULL,'Contacts'),(136,'firstname',NULL,'a25'),(136,'contact_no',NULL,'CON63'),(136,'lastname',NULL,'a25'),(136,'assigned_user_id',NULL,'1'),(136,'createdtime',NULL,'2024-11-25 06:06:09'),(136,'modifiedby',NULL,'1'),(136,'record_id',NULL,'222'),(136,'record_module',NULL,'Contacts'),(137,'firstname',NULL,'a30'),(137,'contact_no',NULL,'CON64'),(137,'lastname',NULL,'a30'),(137,'assigned_user_id',NULL,'1'),(137,'createdtime',NULL,'2024-11-25 06:06:09'),(137,'modifiedby',NULL,'1'),(137,'record_id',NULL,'224'),(137,'record_module',NULL,'Contacts'),(138,'firstname',NULL,'a28'),(138,'contact_no',NULL,'CON65'),(138,'lastname',NULL,'a28'),(138,'assigned_user_id',NULL,'1'),(138,'createdtime',NULL,'2024-11-25 06:06:09'),(138,'modifiedby',NULL,'1'),(138,'record_id',NULL,'226'),(138,'record_module',NULL,'Contacts'),(139,'firstname',NULL,'a24'),(139,'contact_no',NULL,'CON66'),(139,'lastname',NULL,'a24'),(139,'assigned_user_id',NULL,'1'),(139,'createdtime',NULL,'2024-11-25 06:06:09'),(139,'modifiedby',NULL,'1'),(139,'record_id',NULL,'228'),(139,'record_module',NULL,'Contacts'),(140,'firstname',NULL,'a7'),(140,'contact_no',NULL,'CON67'),(140,'lastname',NULL,'a7'),(140,'assigned_user_id',NULL,'1'),(140,'createdtime',NULL,'2024-11-25 06:06:09'),(140,'modifiedby',NULL,'1'),(140,'record_id',NULL,'230'),(140,'record_module',NULL,'Contacts'),(141,'firstname',NULL,'a22'),(141,'contact_no',NULL,'CON68'),(141,'lastname',NULL,'a22'),(141,'assigned_user_id',NULL,'1'),(141,'createdtime',NULL,'2024-11-25 06:06:09'),(141,'modifiedby',NULL,'1'),(141,'record_id',NULL,'232'),(141,'record_module',NULL,'Contacts'),(142,'firstname',NULL,'a2'),(142,'contact_no',NULL,'CON69'),(142,'lastname',NULL,'a2'),(142,'assigned_user_id',NULL,'1'),(142,'createdtime',NULL,'2024-11-25 06:06:09'),(142,'modifiedby',NULL,'1'),(142,'record_id',NULL,'234'),(142,'record_module',NULL,'Contacts'),(143,'firstname',NULL,'a23'),(143,'contact_no',NULL,'CON70'),(143,'lastname',NULL,'a23'),(143,'assigned_user_id',NULL,'1'),(143,'createdtime',NULL,'2024-11-25 06:06:09'),(143,'modifiedby',NULL,'1'),(143,'record_id',NULL,'236'),(143,'record_module',NULL,'Contacts'),(144,'firstname',NULL,'a3'),(144,'contact_no',NULL,'CON71'),(144,'lastname',NULL,'a3'),(144,'assigned_user_id',NULL,'1'),(144,'createdtime',NULL,'2024-11-25 06:06:10'),(144,'modifiedby',NULL,'1'),(144,'record_id',NULL,'238'),(144,'record_module',NULL,'Contacts'),(145,'firstname',NULL,'a26'),(145,'contact_no',NULL,'CON72'),(145,'lastname',NULL,'a26'),(145,'assigned_user_id',NULL,'1'),(145,'createdtime',NULL,'2024-11-25 06:06:10'),(145,'modifiedby',NULL,'1'),(145,'record_id',NULL,'240'),(145,'record_module',NULL,'Contacts'),(146,'firstname',NULL,'a5'),(146,'contact_no',NULL,'CON73'),(146,'lastname',NULL,'a5'),(146,'assigned_user_id',NULL,'1'),(146,'createdtime',NULL,'2024-11-25 06:06:10'),(146,'modifiedby',NULL,'1'),(146,'record_id',NULL,'242'),(146,'record_module',NULL,'Contacts'),(147,'firstname',NULL,'a8'),(147,'contact_no',NULL,'CON74'),(147,'lastname',NULL,'a8'),(147,'assigned_user_id',NULL,'1'),(147,'createdtime',NULL,'2024-11-25 06:06:10'),(147,'modifiedby',NULL,'1'),(147,'record_id',NULL,'244'),(147,'record_module',NULL,'Contacts'),(148,'firstname',NULL,'a20'),(148,'contact_no',NULL,'CON75'),(148,'lastname',NULL,'a20'),(148,'assigned_user_id',NULL,'1'),(148,'createdtime',NULL,'2024-11-25 06:06:10'),(148,'modifiedby',NULL,'1'),(148,'record_id',NULL,'246'),(148,'record_module',NULL,'Contacts'),(149,'firstname',NULL,'a13'),(149,'contact_no',NULL,'CON76'),(149,'lastname',NULL,'a13'),(149,'assigned_user_id',NULL,'1'),(149,'createdtime',NULL,'2024-11-25 06:06:21'),(149,'modifiedby',NULL,'1'),(149,'record_id',NULL,'248'),(149,'record_module',NULL,'Contacts'),(150,'firstname',NULL,'a9'),(150,'contact_no',NULL,'CON77'),(150,'lastname',NULL,'a9'),(150,'assigned_user_id',NULL,'1'),(150,'createdtime',NULL,'2024-11-25 06:06:21'),(150,'modifiedby',NULL,'1'),(150,'record_id',NULL,'250'),(150,'record_module',NULL,'Contacts'),(151,'firstname',NULL,'a21'),(151,'contact_no',NULL,'CON78'),(151,'lastname',NULL,'a21'),(151,'assigned_user_id',NULL,'1'),(151,'createdtime',NULL,'2024-11-25 06:06:21'),(151,'modifiedby',NULL,'1'),(151,'record_id',NULL,'252'),(151,'record_module',NULL,'Contacts'),(152,'firstname',NULL,'a16'),(152,'contact_no',NULL,'CON79'),(152,'lastname',NULL,'a16'),(152,'assigned_user_id',NULL,'1'),(152,'createdtime',NULL,'2024-11-25 06:06:21'),(152,'modifiedby',NULL,'1'),(152,'record_id',NULL,'254'),(152,'record_module',NULL,'Contacts'),(153,'firstname',NULL,'a10'),(153,'contact_no',NULL,'CON80'),(153,'lastname',NULL,'a10'),(153,'assigned_user_id',NULL,'1'),(153,'createdtime',NULL,'2024-11-25 06:06:21'),(153,'modifiedby',NULL,'1'),(153,'record_id',NULL,'256'),(153,'record_module',NULL,'Contacts'),(154,'contact_no',NULL,'CON81'),(154,'lastname',NULL,'reecepotts'),(154,'email',NULL,'reecepotts999@gmail.com'),(154,'assigned_user_id',NULL,'1'),(154,'createdtime',NULL,'2025-10-06 09:46:25'),(154,'modifiedby',NULL,'1'),(154,'record_id',NULL,'258'),(154,'record_module',NULL,'Contacts'),(155,'date_start',NULL,'2025-09-30'),(155,'parent_type',NULL,'Contacts'),(155,'activitytype',NULL,'Emails'),(155,'assigned_user_id',NULL,'1'),(155,'subject',NULL,'Test mail about the mail server configuration.'),(155,'description',NULL,'Dear admin, <br /><br /><b> This is a test mail sent to confirm if a mail is \r\n actually being sent through the smtp server that you have configured. </b><br />Feel free to delete this mail.\r\n <br /><br />Thanks and Regards,<br /> Team vTiger <br /><br />\r\n\r\n\r\n<br /><br />'),(155,'time_start',NULL,'12:00'),(155,'createdtime',NULL,'2025-10-06 09:46:25'),(155,'modifiedby',NULL,'1'),(155,'from_email',NULL,'reecepotts999@gmail.com'),(155,'saved_toid',NULL,'["hiral.prajapati@varianceinfotech.com"]'),(155,'ccmail',NULL,'[""]'),(155,'bccmail',NULL,'[""]'),(155,'parent_id',NULL,'258@-1|'),(155,'email_flag',NULL,'MailManager'),(155,'record_id',NULL,'259'),(155,'record_module',NULL,'Emails'),(156,'date_start',NULL,'2025-10-13'),(156,'activitytype',NULL,'Emails'),(156,'assigned_user_id',NULL,'1'),(156,'subject',NULL,'JENNSSSSSSSS'),(156,'description',NULL,'JENNSSSSSSSS'),(156,'time_start',NULL,'11:41'),(156,'createdtime',NULL,'2025-10-13 11:41:32'),(156,'modifiedby',NULL,'1'),(156,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(156,'saved_toid',NULL,'["jenniferpinto456@gmail.com"]'),(156,'ccmail',NULL,'[""]'),(156,'bccmail',NULL,'[""]'),(156,'email_flag',NULL,'SENT'),(156,'record_id',NULL,'260'),(156,'record_module',NULL,'Emails'),(157,'notes_title',NULL,'DOC111111'),(157,'createdtime',NULL,'2025-10-13 11:42:58'),(157,'filename',NULL,'9B.jfif'),(157,'assigned_user_id',NULL,'1'),(157,'notecontent',NULL,'12123'),(157,'filetype',NULL,'image/jpeg'),(157,'filesize',NULL,'122728'),(157,'filelocationtype',NULL,'I'),(157,'filestatus',NULL,'1'),(157,'folderid',NULL,'1'),(157,'note_no',NULL,'DOC1'),(157,'modifiedby',NULL,'1'),(157,'record_id',NULL,'261'),(157,'record_module',NULL,'Documents'),(158,'date_start',NULL,'2025-10-13'),(158,'activitytype',NULL,'Emails'),(158,'assigned_user_id',NULL,'1'),(158,'subject',NULL,'sw1'),(158,'description',NULL,' '),(158,'time_start',NULL,'11:44'),(158,'createdtime',NULL,'2025-10-13 11:44:48'),(158,'modifiedby',NULL,'1'),(158,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(158,'saved_toid',NULL,'["jenniferpinto456@gmail.com"]'),(158,'ccmail',NULL,'[""]'),(158,'bccmail',NULL,'[""]'),(158,'email_flag',NULL,'SENT'),(158,'record_id',NULL,'263'),(158,'record_module',NULL,'Emails'),(159,'firstname',NULL,'newww contact1111111'),(159,'contact_no',NULL,'CON82'),(159,'lastname',NULL,'canyaman98'),(159,'email',NULL,'canyaman98@outlook.com'),(159,'assigned_user_id',NULL,'1'),(159,'createdtime',NULL,'2025-10-14 05:36:03'),(159,'modifiedby',NULL,'1'),(159,'record_id',NULL,'265'),(159,'record_module',NULL,'Contacts'),(160,'date_start',NULL,'2025-10-14'),(160,'parent_type',NULL,'Contacts'),(160,'activitytype',NULL,'Emails'),(160,'assigned_user_id',NULL,'1'),(160,'subject',NULL,'imageeeeeeee11111111111111111'),(160,'description',NULL,'\r\n\r\n\r\n\r\n\r\n\r\n<div style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">\r\n<span style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; color: rgb(0, 0, 0);" class="entityDelimiterBefore"></span><span style="display: inline-block;" class="_Entity _EType_THUMBNAIL_VIEW_LINK _EId_THUMBNAIL_VIEW_LINK_1 _EReadonly_1"><span><a style="width: 158px; height: 138px; background-color: rgb(244, 244, 244); border-radius: 3px; display: block; margin-right: 10px; position: relative; top: 5px; border: 1px solid rgb(244, 244, 244);" class="OWAAutoLink" target="_blank" href="https://1drv.ms/i/c/5743d78c5aaf188a/EaHSsS6tHaxEgm4CBO__gcQBsHm_hiwi5TFCPdwuyYYLdA">\r\n<div style="width: 158px; height: 118px; border-radius: 3px;"><img style="display: block; width: 100%; height: 100%; object-fit: cover; border-radius: 3px;" role="presentation" alt="" src="https://japaneast1-mediap.svc.ms/transform/thumbnail?provider=spo&farmid=197105&inputFormat=png&cs=OTE5OWJmMjAtYTEzZi00MTA3LTg1ZGMtMDIxMTQ3ODdlZjQ4fFNQTw&docid=https%3A%2F%2Fmy.microsoftpersonalcontent.com%2F_api%2Fv2.0%2Fdrives%2Fb!gEC_RPneUUCbKEcicn57qfmLymAYZrBGpA3wyovW_VzcgS85qDJtS7X9e1WgvHhY%2Fitems%2F01RI6XWX5B2KYS5LI5VRCIE3QCATX77AOE%3Ftempauth%3Dv1e.eyJzaXRlaWQiOiI0NGJmNDA4MC1kZWY5LTQwNTEtOWIyOC00NzIyNzI3ZTdiYTkiLCJhcHBpZCI6IjkxOTliZjIwLWExM2YtNDEwNy04NWRjLTAyMTE0Nzg3ZWY0OCIsImF1ZCI6IjAwMDAwMDAzLTAwMDAtMGZmMS1jZTAwLTAwMDAwMDAwMDAwMC9teS5taWNyb3NvZnRwZXJzb25hbGNvbnRlbnQuY29tQDkxODgwNDBkLTZjNjctNGM1Yi1iMTEyLTM2YTMwNGI2NmRhZCIsImV4cCI6IjE3NjA0MzI0MDAifQ.T_qCLfDaq9AIa3y6G8GpkG4ItLdeRo555GTdnsvtfYnME9nZaBQ4fHus_FA8r1qwLxBmHQ8Bq0hdPOHUI51XMgWmQst85cHCP5h_bIG8LQ8Uu7TJbTmejJmvEEiP6GWDKSQbN5ccgq66AmzX3WTrvqAtoVsPPhrNJy7BGABX2TGQ8UCHzKb9gMMMFl74Cidjo-m0djDDR-iOXNEA1aJOWWh9gzNGpCbN_wQ9DEzPNTdwC7EsqLAnjEjJQoKO8YCZyetqazFlhah_i0QC8gKmw7T9Hhj01O6LfiaUVahD4e4VIdrjgmzVRAQgUsLIbzEW10OhhxY-muDQZqZ1_A0mb10cKHRn40RX8H0dS2gUokSL4ke63FNKjTekHTFpicmjFVUuJdb00E3DLNuD_4OT4eizgfyLYPGSwJ2-PvkK_YG43ospSCCROTjir24iMHUp._W_MksbtpOvytQD1OC42YkrNMfVw9l-0jTktebrEAkA%26version%3DPublished&width=176&height=176&cb=63896016495" /></div>\r\n<div style="height: 20px;"><img style="padding-left: 1px;" role="presentation" alt="" src="https://res.public.onecdn.static.microsoft/assets/mail/file-icon/png/cloud_blue_16x16.png" /><span style="padding: 0px 2px 0px 1px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 14px; font-family: &quot;Segoe UI&quot;; width: 138px; max-width: 138px; display: inline-block; text-decoration: underline;" spellcheck="false">2025-09-01\r\n (5).png</span></div>\r\n</a></span></span><span style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; color: rgb(0, 0, 0);" class="entityDelimiterAfter"></span></div>\r\n<div style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">\r\n<br />\r\n</div>\r\n<div style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">\r\n<br />\r\n</div>\r\n<div style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">\r\n<span class="entityDelimiterBefore"></span><span style="display: inline-block;" class="_Entity _EType_OWALink _EId_OWALink _EReadonly_1"><span><a class="OWAAutoLink none" rel="noopener noreferrer" href="https://1drv.ms/i/c/5743d78c5aaf188a/EYgvs_imgpZCu_8yHxDMjm4BJc5omQZi5eNjGQVrtH4lfw">https://1drv.ms/i/c/5743d78c5aaf188a/EYgvs_imgpZCu_8yHxDMjm4BJc5omQZi5eNjGQVrtH4lfw</a></span></span><span class="entityDelimiterAfter"></span></div>\r\n\r\n\r\n<br /><br />'),(160,'time_start',NULL,'05:29'),(160,'createdtime',NULL,'2025-10-14 05:36:03'),(160,'modifiedby',NULL,'1'),(160,'from_email',NULL,'canyaman98@outlook.com'),(160,'saved_toid',NULL,'["hiral.prajapati@varianceinfotech.com"]'),(160,'ccmail',NULL,'[""]'),(160,'bccmail',NULL,'[""]'),(160,'parent_id',NULL,'265@-1|'),(160,'email_flag',NULL,'MailManager'),(160,'record_id',NULL,'266'),(160,'record_module',NULL,'Emails'),(161,'date_start',NULL,'2025-10-14'),(161,'activitytype',NULL,'Emails'),(161,'assigned_user_id',NULL,'1'),(161,'subject',NULL,'Re: asdD111111111'),(161,'description',NULL,'\n<p> </p>\n\n<p style="margin:0;padding:0;">On 10-14-2025 11:40 AM, jennifer701911@outlook.com, wrote:</p>\n\n<blockquote style="border:0;margin:0;border-left:1px solid #808080;padding:0 0 0 2px;">\n<div class="elementToProof" style="font-family:Aptos, 'Aptos_EmbeddedFont', 'Aptos_MSFontService', Calibri, Helvetica, sans-serif;font-size:12pt;color:rgb(0,0,0);">asda</div>\n<br />\n </blockquote>\n'),(161,'time_start',NULL,'06:28'),(161,'createdtime',NULL,'2025-10-14 06:28:02'),(161,'modifiedby',NULL,'1'),(161,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(161,'saved_toid',NULL,'["jennifer701911@outlook.com"]'),(161,'ccmail',NULL,'[""]'),(161,'bccmail',NULL,'[""]'),(161,'email_flag',NULL,'SENT'),(161,'record_id',NULL,'268'),(161,'record_module',NULL,'Emails'),(162,'date_start',NULL,'2025-10-14'),(162,'activitytype',NULL,'Emails'),(162,'assigned_user_id',NULL,'1'),(162,'subject',NULL,'213123213'),(162,'description',NULL,' '),(162,'time_start',NULL,'13:08'),(162,'createdtime',NULL,'2025-10-14 13:08:35'),(162,'modifiedby',NULL,'1'),(162,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(162,'saved_toid',NULL,'["dasdagj@gmail.com"]'),(162,'ccmail',NULL,'[""]'),(162,'bccmail',NULL,'[""]'),(162,'email_flag',NULL,'SAVED'),(162,'record_id',NULL,'274'),(162,'record_module',NULL,'Emails'),(163,'date_start',NULL,'2025-10-16'),(163,'activitytype',NULL,'Emails'),(163,'assigned_user_id',NULL,'1'),(163,'subject',NULL,'test cc and bcc'),(163,'description',NULL,'\n<p>test cc and bcc</p>\n\n<p>test cc and bcc</p>\n'),(163,'time_start',NULL,'08:01'),(163,'createdtime',NULL,'2025-10-16 08:01:17'),(163,'modifiedby',NULL,'1'),(163,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(163,'saved_toid',NULL,'["nidhi.variance@gmail.com"]'),(163,'ccmail',NULL,'["hiralp.variance@gmail.com"]'),(163,'bccmail',NULL,'["nidhi.jethva@varianceinfotech.com"]'),(163,'email_flag',NULL,'SENT'),(163,'record_id',NULL,'275'),(163,'record_module',NULL,'Emails'),(164,'date_start',NULL,'2025-10-29'),(164,'activitytype',NULL,'Emails'),(164,'assigned_user_id',NULL,'1'),(164,'subject',NULL,'Test '),(164,'description',NULL,'Test '),(164,'time_start',NULL,'07:36'),(164,'createdtime',NULL,'2025-10-29 07:36:25'),(164,'modifiedby',NULL,'1'),(164,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(164,'saved_toid',NULL,'["nidhi.variance@gmail.com"]'),(164,'ccmail',NULL,'[""]'),(164,'bccmail',NULL,'[""]'),(164,'parent_id',NULL,'12@-1|'),(164,'email_flag',NULL,'SENT'),(164,'record_id',NULL,'285'),(164,'record_module',NULL,'Emails'),(165,'date_start',NULL,'2025-10-29'),(165,'activitytype',NULL,'Emails'),(165,'assigned_user_id',NULL,'1'),(165,'subject',NULL,'Hello Test123'),(165,'description',NULL,'Hello Test123'),(165,'time_start',NULL,'07:37'),(165,'createdtime',NULL,'2025-10-29 07:37:53'),(165,'modifiedby',NULL,'1'),(165,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(165,'saved_toid',NULL,'["nidhi.variance@gmail.com"]'),(165,'ccmail',NULL,'[""]'),(165,'bccmail',NULL,'[""]'),(165,'parent_id',NULL,'12@-1|'),(165,'email_flag',NULL,'SENT'),(165,'record_id',NULL,'286'),(165,'record_module',NULL,'Emails'),(166,'date_start',NULL,'2025-10-29'),(166,'activitytype',NULL,'Emails'),(166,'assigned_user_id',NULL,'1'),(166,'subject',NULL,'send mail test from crm'),(166,'description',NULL,'\n<p>helloo</p>\n\n<p> </p>\n\n<p><img alt="" src="https://vtigergoogleoffice65suite.crmtiger.com//test/upload/images/screenshot_1.png" style="width:991px;height:586px;" /></p>\n'),(166,'time_start',NULL,'08:49'),(166,'createdtime',NULL,'2025-10-29 08:49:36'),(166,'modifiedby',NULL,'1'),(166,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(166,'saved_toid',NULL,'["nidhi.variance@gmail.com"]'),(166,'ccmail',NULL,'[""]'),(166,'bccmail',NULL,'[""]'),(166,'parent_id',NULL,'12@-1|'),(166,'email_flag',NULL,'SENT'),(166,'record_id',NULL,'292'),(166,'record_module',NULL,'Emails'),(167,'date_start',NULL,'2025-10-29'),(167,'activitytype',NULL,'Emails'),(167,'assigned_user_id',NULL,'1'),(167,'subject',NULL,'test from CRM'),(167,'description',NULL,'\n<p>test os inline attahments : </p>\n\n<p>Screenshort 3<img alt="" src="https://vtigergoogleoffice65suite.crmtiger.com//test/upload/images/screenshot_3.png" style="height:768px;" /></p>\n'),(167,'time_start',NULL,'08:52'),(167,'createdtime',NULL,'2025-10-29 08:52:31'),(167,'modifiedby',NULL,'1'),(167,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(167,'saved_toid',NULL,'["nidhi.variance@gmail.com"]'),(167,'ccmail',NULL,'[""]'),(167,'bccmail',NULL,'[""]'),(167,'parent_id',NULL,'12@-1|'),(167,'email_flag',NULL,'SENT'),(167,'record_id',NULL,'294'),(167,'record_module',NULL,'Emails'),(168,'date_start',NULL,'2025-10-29'),(168,'activitytype',NULL,'Emails'),(168,'assigned_user_id',NULL,'1'),(168,'subject',NULL,'attachments'),(168,'description',NULL,'test attachments'),(168,'time_start',NULL,'08:58'),(168,'createdtime',NULL,'2025-10-29 08:58:15'),(168,'modifiedby',NULL,'1'),(168,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(168,'saved_toid',NULL,'["nidhi.variance@gmail.com"]'),(168,'ccmail',NULL,'[""]'),(168,'bccmail',NULL,'[""]'),(168,'parent_id',NULL,'12@-1|'),(168,'email_flag',NULL,'SENT'),(168,'record_id',NULL,'310'),(168,'record_module',NULL,'Emails'),(169,'email','','nidhi.variance@gmail.com'),(170,'date_start',NULL,'2025-10-29'),(170,'activitytype',NULL,'Emails'),(170,'assigned_user_id',NULL,'1'),(170,'subject',NULL,'test by crmtiger'),(170,'description',NULL,'test by crmtiger'),(170,'time_start',NULL,'10:34'),(170,'createdtime',NULL,'2025-10-29 10:34:33'),(170,'modifiedby',NULL,'1'),(170,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(170,'saved_toid',NULL,'["nidhi.variance@gmail.com"]'),(170,'ccmail',NULL,'[""]'),(170,'bccmail',NULL,'[""]'),(170,'parent_id',NULL,'82@1|'),(170,'email_flag',NULL,'SENT'),(170,'record_id',NULL,'313'),(170,'record_module',NULL,'Emails'),(171,'date_start',NULL,'2025-10-29'),(171,'activitytype',NULL,'Emails'),(171,'assigned_user_id',NULL,'1'),(171,'subject',NULL,'cxds'),(171,'description',NULL,'edsfsf'),(171,'time_start',NULL,'10:36'),(171,'createdtime',NULL,'2025-10-29 10:36:01'),(171,'modifiedby',NULL,'1'),(171,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(171,'saved_toid',NULL,'["nidhi.variance@gmail.com"]'),(171,'ccmail',NULL,'[""]'),(171,'bccmail',NULL,'[""]'),(171,'parent_id',NULL,'82@1|'),(171,'email_flag',NULL,'SENT'),(171,'record_id',NULL,'314'),(171,'record_module',NULL,'Emails'),(172,'date_start',NULL,'2025-10-29'),(172,'activitytype',NULL,'Emails'),(172,'assigned_user_id',NULL,'1'),(172,'subject',NULL,'Asasas'),(172,'description',NULL,'assass'),(172,'time_start',NULL,'10:36'),(172,'createdtime',NULL,'2025-10-29 10:36:53'),(172,'modifiedby',NULL,'1'),(172,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(172,'saved_toid',NULL,'["nidhi.variance@gmail.com"]'),(172,'ccmail',NULL,'[""]'),(172,'bccmail',NULL,'[""]'),(172,'parent_id',NULL,'82@1|'),(172,'email_flag',NULL,'SENT'),(172,'record_id',NULL,'315'),(172,'record_module',NULL,'Emails'),(173,'date_start',NULL,'2025-10-29'),(173,'activitytype',NULL,'Emails'),(173,'assigned_user_id',NULL,'1'),(173,'subject',NULL,'AZx'),(173,'description',NULL,'xzz'),(173,'time_start',NULL,'10:37'),(173,'createdtime',NULL,'2025-10-29 10:37:29'),(173,'modifiedby',NULL,'1'),(173,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(173,'saved_toid',NULL,'["nidhi.variance@gmail.com"]'),(173,'ccmail',NULL,'[""]'),(173,'bccmail',NULL,'[""]'),(173,'parent_id',NULL,'82@1|'),(173,'email_flag',NULL,'SENT'),(173,'record_id',NULL,'316'),(173,'record_module',NULL,'Emails'),(174,'date_start',NULL,'2025-10-29'),(174,'activitytype',NULL,'Emails'),(174,'assigned_user_id',NULL,'1'),(174,'subject',NULL,'frfffd'),(174,'description',NULL,'fdfg'),(174,'time_start',NULL,'10:38'),(174,'createdtime',NULL,'2025-10-29 10:38:52'),(174,'modifiedby',NULL,'1'),(174,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(174,'saved_toid',NULL,'["nidhi.variance@gmail.com"]'),(174,'ccmail',NULL,'[""]'),(174,'bccmail',NULL,'[""]'),(174,'parent_id',NULL,'82@1|'),(174,'email_flag',NULL,'SENT'),(174,'record_id',NULL,'317'),(174,'record_module',NULL,'Emails'),(175,'date_start',NULL,'2025-10-29'),(175,'activitytype',NULL,'Emails'),(175,'assigned_user_id',NULL,'1'),(175,'subject',NULL,'asas'),(175,'description',NULL,'sasasa'),(175,'time_start',NULL,'10:40'),(175,'createdtime',NULL,'2025-10-29 10:40:11'),(175,'modifiedby',NULL,'1'),(175,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(175,'saved_toid',NULL,'["nidhi.variance@gmail.com"]'),(175,'ccmail',NULL,'[""]'),(175,'bccmail',NULL,'[""]'),(175,'parent_id',NULL,'82@1|'),(175,'email_flag',NULL,'SENT'),(175,'record_id',NULL,'318'),(175,'record_module',NULL,'Emails'),(176,'date_start',NULL,'2025-10-29'),(176,'activitytype',NULL,'Emails'),(176,'assigned_user_id',NULL,'1'),(176,'subject',NULL,'TT-NIdhi-179'),(176,'description',NULL,'ddfddf'),(176,'time_start',NULL,'10:41'),(176,'createdtime',NULL,'2025-10-29 10:41:22'),(176,'modifiedby',NULL,'1'),(176,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(176,'saved_toid',NULL,'["nidhi.variance@gmail.com"]'),(176,'ccmail',NULL,'[""]'),(176,'bccmail',NULL,'[""]'),(176,'parent_id',NULL,'82@1|'),(176,'email_flag',NULL,'SENT'),(176,'record_id',NULL,'319'),(176,'record_module',NULL,'Emails'),(177,'date_start',NULL,'2025-10-29'),(177,'activitytype',NULL,'Emails'),(177,'assigned_user_id',NULL,'1'),(177,'subject',NULL,'dfdfff'),(177,'description',NULL,'vffvx'),(177,'time_start',NULL,'10:43'),(177,'createdtime',NULL,'2025-10-29 10:43:45'),(177,'modifiedby',NULL,'1'),(177,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(177,'saved_toid',NULL,'["nidhi.variance@gmail.com"]'),(177,'ccmail',NULL,'[""]'),(177,'bccmail',NULL,'[""]'),(177,'parent_id',NULL,'82@1|'),(177,'email_flag',NULL,'SENT'),(177,'record_id',NULL,'320'),(177,'record_module',NULL,'Emails'),(178,'date_start',NULL,'2025-10-29'),(178,'activitytype',NULL,'Emails'),(178,'assigned_user_id',NULL,'1'),(178,'subject',NULL,'xxz'),(178,'description',NULL,'xzzxz'),(178,'time_start',NULL,'10:44'),(178,'createdtime',NULL,'2025-10-29 10:44:48'),(178,'modifiedby',NULL,'1'),(178,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(178,'saved_toid',NULL,'["nidhi.variance@gmail.com"]'),(178,'ccmail',NULL,'[""]'),(178,'bccmail',NULL,'[""]'),(178,'parent_id',NULL,'82@1|'),(178,'email_flag',NULL,'SENT'),(178,'record_id',NULL,'321'),(178,'record_module',NULL,'Emails'),(179,'date_start',NULL,'2025-10-29'),(179,'activitytype',NULL,'Emails'),(179,'assigned_user_id',NULL,'1'),(179,'subject',NULL,'AaaA'),(179,'description',NULL,'ASAASA'),(179,'time_start',NULL,'10:45'),(179,'createdtime',NULL,'2025-10-29 10:45:16'),(179,'modifiedby',NULL,'1'),(179,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(179,'saved_toid',NULL,'["nidhi.variance@gmail.com"]'),(179,'ccmail',NULL,'[""]'),(179,'bccmail',NULL,'[""]'),(179,'parent_id',NULL,'82@1|'),(179,'email_flag',NULL,'SENT'),(179,'record_id',NULL,'322'),(179,'record_module',NULL,'Emails'),(180,'date_start',NULL,'2025-10-29'),(180,'activitytype',NULL,'Emails'),(180,'assigned_user_id',NULL,'1'),(180,'subject',NULL,'Test '),(180,'description',NULL,'dcd'),(180,'time_start',NULL,'10:50'),(180,'createdtime',NULL,'2025-10-29 10:50:05'),(180,'modifiedby',NULL,'1'),(180,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(180,'saved_toid',NULL,'["nidhi.variance@gmail.com"]'),(180,'ccmail',NULL,'[""]'),(180,'bccmail',NULL,'[""]'),(180,'parent_id',NULL,'82@1|'),(180,'email_flag',NULL,'SENT'),(180,'record_id',NULL,'323'),(180,'record_module',NULL,'Emails'),(181,'date_start',NULL,'2025-10-29'),(181,'activitytype',NULL,'Emails'),(181,'assigned_user_id',NULL,'1'),(181,'subject',NULL,'aasa'),(181,'description',NULL,'asasas'),(181,'time_start',NULL,'10:50'),(181,'createdtime',NULL,'2025-10-29 10:50:59'),(181,'modifiedby',NULL,'1'),(181,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(181,'saved_toid',NULL,'["nidhi.variance@gmail.com"]'),(181,'ccmail',NULL,'[""]'),(181,'bccmail',NULL,'[""]'),(181,'parent_id',NULL,'82@1|'),(181,'email_flag',NULL,'SENT'),(181,'record_id',NULL,'324'),(181,'record_module',NULL,'Emails'),(182,'date_start',NULL,'2025-10-29'),(182,'activitytype',NULL,'Emails'),(182,'assigned_user_id',NULL,'1'),(182,'subject',NULL,'aAAAAAAAAAA'),(182,'description',NULL,'ASAs'),(182,'time_start',NULL,'10:53'),(182,'createdtime',NULL,'2025-10-29 10:53:03'),(182,'modifiedby',NULL,'1'),(182,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(182,'saved_toid',NULL,'["nidhi.variance@gmail.com"]'),(182,'ccmail',NULL,'[""]'),(182,'bccmail',NULL,'[""]'),(182,'parent_id',NULL,'82@1|'),(182,'email_flag',NULL,'SENT'),(182,'record_id',NULL,'325'),(182,'record_module',NULL,'Emails'),(183,'date_start',NULL,'2025-10-29'),(183,'activitytype',NULL,'Emails'),(183,'assigned_user_id',NULL,'1'),(183,'subject',NULL,'sddsd'),(183,'description',NULL,'dsdds'),(183,'time_start',NULL,'10:53'),(183,'createdtime',NULL,'2025-10-29 10:53:40'),(183,'modifiedby',NULL,'1'),(183,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(183,'saved_toid',NULL,'["nidhi.variance@gmail.com"]'),(183,'ccmail',NULL,'[""]'),(183,'bccmail',NULL,'[""]'),(183,'parent_id',NULL,'82@1|'),(183,'email_flag',NULL,'SENT'),(183,'record_id',NULL,'326'),(183,'record_module',NULL,'Emails'),(184,'date_start',NULL,'2025-10-29'),(184,'activitytype',NULL,'Emails'),(184,'assigned_user_id',NULL,'1'),(184,'subject',NULL,'awe'),(184,'description',NULL,'dsds'),(184,'time_start',NULL,'10:54'),(184,'createdtime',NULL,'2025-10-29 10:54:34'),(184,'modifiedby',NULL,'1'),(184,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(184,'saved_toid',NULL,'["nidhi.variance@gmail.com"]'),(184,'ccmail',NULL,'[""]'),(184,'bccmail',NULL,'[""]'),(184,'parent_id',NULL,'82@1|'),(184,'email_flag',NULL,'SENT'),(184,'record_id',NULL,'327'),(184,'record_module',NULL,'Emails'),(185,'date_start',NULL,'2025-10-29'),(185,'activitytype',NULL,'Emails'),(185,'assigned_user_id',NULL,'1'),(185,'subject',NULL,'sdsddf'),(185,'description',NULL,'dssdsds'),(185,'time_start',NULL,'10:55'),(185,'createdtime',NULL,'2025-10-29 10:55:42'),(185,'modifiedby',NULL,'1'),(185,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(185,'saved_toid',NULL,'["nidhi.variance@gmail.com"]'),(185,'ccmail',NULL,'[""]'),(185,'bccmail',NULL,'[""]'),(185,'parent_id',NULL,'82@1|'),(185,'email_flag',NULL,'SENT'),(185,'record_id',NULL,'328'),(185,'record_module',NULL,'Emails'),(186,'date_start',NULL,'2025-10-29'),(186,'activitytype',NULL,'Emails'),(186,'assigned_user_id',NULL,'1'),(186,'subject',NULL,'aaSS'),(186,'description',NULL,'AASAS'),(186,'time_start',NULL,'10:56'),(186,'createdtime',NULL,'2025-10-29 10:56:45'),(186,'modifiedby',NULL,'1'),(186,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(186,'saved_toid',NULL,'["nidhi.variance@gmail.com"]'),(186,'ccmail',NULL,'[""]'),(186,'bccmail',NULL,'[""]'),(186,'parent_id',NULL,'82@1|'),(186,'email_flag',NULL,'SENT'),(186,'record_id',NULL,'329'),(186,'record_module',NULL,'Emails'),(187,'date_start',NULL,'2025-10-29'),(187,'activitytype',NULL,'Emails'),(187,'assigned_user_id',NULL,'1'),(187,'subject',NULL,'csdsd'),(187,'description',NULL,'sdsdsds'),(187,'time_start',NULL,'10:58'),(187,'createdtime',NULL,'2025-10-29 10:58:39'),(187,'modifiedby',NULL,'1'),(187,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(187,'saved_toid',NULL,'["nidhi.variance@gmail.com"]'),(187,'ccmail',NULL,'[""]'),(187,'bccmail',NULL,'[""]'),(187,'parent_id',NULL,'82@1|'),(187,'email_flag',NULL,'SENT'),(187,'record_id',NULL,'330'),(187,'record_module',NULL,'Emails'),(188,'date_start',NULL,'2025-10-29'),(188,'activitytype',NULL,'Emails'),(188,'assigned_user_id',NULL,'1'),(188,'subject',NULL,'vcvcv'),(188,'description',NULL,'dfdfffdf'),(188,'time_start',NULL,'10:59'),(188,'createdtime',NULL,'2025-10-29 10:59:05'),(188,'modifiedby',NULL,'1'),(188,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(188,'saved_toid',NULL,'["nidhi.variance@gmail.com"]'),(188,'ccmail',NULL,'[""]'),(188,'bccmail',NULL,'[""]'),(188,'parent_id',NULL,'82@1|'),(188,'email_flag',NULL,'SENT'),(188,'record_id',NULL,'331'),(188,'record_module',NULL,'Emails'),(189,'date_start',NULL,'2025-10-29'),(189,'activitytype',NULL,'Emails'),(189,'assigned_user_id',NULL,'1'),(189,'subject',NULL,'dsdd'),(189,'description',NULL,'d'),(189,'time_start',NULL,'11:00'),(189,'createdtime',NULL,'2025-10-29 11:00:02'),(189,'modifiedby',NULL,'1'),(189,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(189,'saved_toid',NULL,'["nidhi.variance@gmail.com"]'),(189,'ccmail',NULL,'[""]'),(189,'bccmail',NULL,'[""]'),(189,'parent_id',NULL,'82@1|'),(189,'email_flag',NULL,'SENT'),(189,'record_id',NULL,'332'),(189,'record_module',NULL,'Emails'),(190,'date_start',NULL,'2025-10-29'),(190,'activitytype',NULL,'Emails'),(190,'assigned_user_id',NULL,'1'),(190,'subject',NULL,'asasas'),(190,'description',NULL,'xs'),(190,'time_start',NULL,'11:00'),(190,'createdtime',NULL,'2025-10-29 11:00:39'),(190,'modifiedby',NULL,'1'),(190,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(190,'saved_toid',NULL,'["nidhi.variance@gmail.com"]'),(190,'ccmail',NULL,'[""]'),(190,'bccmail',NULL,'[""]'),(190,'parent_id',NULL,'82@1|'),(190,'email_flag',NULL,'SENT'),(190,'record_id',NULL,'333'),(190,'record_module',NULL,'Emails'),(191,'date_start',NULL,'2025-10-29'),(191,'activitytype',NULL,'Emails'),(191,'assigned_user_id',NULL,'1'),(191,'subject',NULL,'xccxc'),(191,'description',NULL,'cxcxcx'),(191,'time_start',NULL,'11:01'),(191,'createdtime',NULL,'2025-10-29 11:01:08'),(191,'modifiedby',NULL,'1'),(191,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(191,'saved_toid',NULL,'["nidhi.variance@gmail.com"]'),(191,'ccmail',NULL,'[""]'),(191,'bccmail',NULL,'[""]'),(191,'parent_id',NULL,'82@1|'),(191,'email_flag',NULL,'SENT'),(191,'record_id',NULL,'334'),(191,'record_module',NULL,'Emails'),(192,'date_start',NULL,'2025-10-29'),(192,'activitytype',NULL,'Emails'),(192,'assigned_user_id',NULL,'1'),(192,'subject',NULL,'dfdfdfd'),(192,'description',NULL,'fdff'),(192,'time_start',NULL,'11:06'),(192,'createdtime',NULL,'2025-10-29 11:06:48'),(192,'modifiedby',NULL,'1'),(192,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(192,'saved_toid',NULL,'["nidhi.variance@gmail.com"]'),(192,'ccmail',NULL,'[""]'),(192,'bccmail',NULL,'[""]'),(192,'parent_id',NULL,'82@1|'),(192,'email_flag',NULL,'SENT'),(192,'record_id',NULL,'335'),(192,'record_module',NULL,'Emails'),(193,'date_start',NULL,'2025-10-29'),(193,'activitytype',NULL,'Emails'),(193,'assigned_user_id',NULL,'1'),(193,'subject',NULL,'ccvc'),(193,'description',NULL,'vccvc'),(193,'time_start',NULL,'11:11'),(193,'createdtime',NULL,'2025-10-29 11:11:59'),(193,'modifiedby',NULL,'1'),(193,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(193,'saved_toid',NULL,'["nidhi.variance@gmail.com"]'),(193,'ccmail',NULL,'[""]'),(193,'bccmail',NULL,'[""]'),(193,'parent_id',NULL,'82@1|'),(193,'email_flag',NULL,'SENT'),(193,'record_id',NULL,'336'),(193,'record_module',NULL,'Emails'),(194,'date_start',NULL,'2025-10-29'),(194,'activitytype',NULL,'Emails'),(194,'assigned_user_id',NULL,'1'),(194,'subject',NULL,'cdds'),(194,'description',NULL,'sdsds'),(194,'time_start',NULL,'11:12'),(194,'createdtime',NULL,'2025-10-29 11:12:45'),(194,'modifiedby',NULL,'1'),(194,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(194,'saved_toid',NULL,'["nidhi.variance@gmail.com"]'),(194,'ccmail',NULL,'[""]'),(194,'bccmail',NULL,'[""]'),(194,'parent_id',NULL,'82@1|'),(194,'email_flag',NULL,'SENT'),(194,'record_id',NULL,'337'),(194,'record_module',NULL,'Emails'),(195,'date_start',NULL,'2025-10-29'),(195,'activitytype',NULL,'Emails'),(195,'assigned_user_id',NULL,'1'),(195,'subject',NULL,'ddsd'),(195,'description',NULL,'sdd'),(195,'time_start',NULL,'11:13'),(195,'createdtime',NULL,'2025-10-29 11:13:02'),(195,'modifiedby',NULL,'1'),(195,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(195,'saved_toid',NULL,'["nidhi.variance@gmail.com"]'),(195,'ccmail',NULL,'[""]'),(195,'bccmail',NULL,'[""]'),(195,'parent_id',NULL,'82@1|'),(195,'email_flag',NULL,'SENT'),(195,'record_id',NULL,'338'),(195,'record_module',NULL,'Emails'),(196,'date_start',NULL,'2025-10-29'),(196,'activitytype',NULL,'Emails'),(196,'assigned_user_id',NULL,'1'),(196,'subject',NULL,'fr'),(196,'description',NULL,'frt'),(196,'time_start',NULL,'11:14'),(196,'createdtime',NULL,'2025-10-29 11:14:46'),(196,'modifiedby',NULL,'1'),(196,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(196,'saved_toid',NULL,'["nidhi.variance@gmail.com"]'),(196,'ccmail',NULL,'[""]'),(196,'bccmail',NULL,'[""]'),(196,'parent_id',NULL,'82@1|'),(196,'email_flag',NULL,'SENT'),(196,'record_id',NULL,'339'),(196,'record_module',NULL,'Emails'),(197,'date_start',NULL,'2025-10-29'),(197,'activitytype',NULL,'Emails'),(197,'assigned_user_id',NULL,'1'),(197,'subject',NULL,'fdff'),(197,'description',NULL,'fdfdf'),(197,'time_start',NULL,'11:15'),(197,'createdtime',NULL,'2025-10-29 11:15:18'),(197,'modifiedby',NULL,'1'),(197,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(197,'saved_toid',NULL,'["nidhi.variance@gmail.com"]'),(197,'ccmail',NULL,'[""]'),(197,'bccmail',NULL,'[""]'),(197,'parent_id',NULL,'82@1|'),(197,'email_flag',NULL,'SENT'),(197,'record_id',NULL,'340'),(197,'record_module',NULL,'Emails'),(198,'date_start',NULL,'2025-10-29'),(198,'activitytype',NULL,'Emails'),(198,'assigned_user_id',NULL,'1'),(198,'subject',NULL,'fddfd'),(198,'description',NULL,'dffdff'),(198,'time_start',NULL,'11:17'),(198,'createdtime',NULL,'2025-10-29 11:17:06'),(198,'modifiedby',NULL,'1'),(198,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(198,'saved_toid',NULL,'["nidhi.variance@gmail.com"]'),(198,'ccmail',NULL,'[""]'),(198,'bccmail',NULL,'[""]'),(198,'parent_id',NULL,'82@1|'),(198,'email_flag',NULL,'SENT'),(198,'record_id',NULL,'341'),(198,'record_module',NULL,'Emails'),(199,'date_start',NULL,'2025-10-29'),(199,'activitytype',NULL,'Emails'),(199,'assigned_user_id',NULL,'1'),(199,'subject',NULL,'asasas'),(199,'description',NULL,'ass'),(199,'time_start',NULL,'11:18'),(199,'createdtime',NULL,'2025-10-29 11:18:07'),(199,'modifiedby',NULL,'1'),(199,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(199,'saved_toid',NULL,'["nidhi.variance@gmail.com"]'),(199,'ccmail',NULL,'[""]'),(199,'bccmail',NULL,'[""]'),(199,'parent_id',NULL,'82@1|'),(199,'email_flag',NULL,'SENT'),(199,'record_id',NULL,'342'),(199,'record_module',NULL,'Emails'),(200,'date_start',NULL,'2025-10-29'),(200,'activitytype',NULL,'Emails'),(200,'assigned_user_id',NULL,'1'),(200,'subject',NULL,'dfr'),(200,'description',NULL,'fer'),(200,'time_start',NULL,'11:19'),(200,'createdtime',NULL,'2025-10-29 11:19:01'),(200,'modifiedby',NULL,'1'),(200,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(200,'saved_toid',NULL,'["nidhi.variance@gmail.com"]'),(200,'ccmail',NULL,'[""]'),(200,'bccmail',NULL,'[""]'),(200,'parent_id',NULL,'82@1|'),(200,'email_flag',NULL,'SENT'),(200,'record_id',NULL,'343'),(200,'record_module',NULL,'Emails'),(201,'date_start',NULL,'2025-10-29'),(201,'activitytype',NULL,'Emails'),(201,'assigned_user_id',NULL,'1'),(201,'subject',NULL,'ssas'),(201,'description',NULL,'sdsdds'),(201,'time_start',NULL,'11:20'),(201,'createdtime',NULL,'2025-10-29 11:20:28'),(201,'modifiedby',NULL,'1'),(201,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(201,'saved_toid',NULL,'["nidhi.variance@gmail.com"]'),(201,'ccmail',NULL,'[""]'),(201,'bccmail',NULL,'[""]'),(201,'parent_id',NULL,'82@1|'),(201,'email_flag',NULL,'SENT'),(201,'record_id',NULL,'344'),(201,'record_module',NULL,'Emails'),(202,'date_start',NULL,'2025-10-29'),(202,'activitytype',NULL,'Emails'),(202,'assigned_user_id',NULL,'1'),(202,'subject',NULL,'cvcvcv'),(202,'description',NULL,'vcvvv'),(202,'time_start',NULL,'11:21'),(202,'createdtime',NULL,'2025-10-29 11:21:01'),(202,'modifiedby',NULL,'1'),(202,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(202,'saved_toid',NULL,'["nidhi.variance@gmail.com"]'),(202,'ccmail',NULL,'[""]'),(202,'bccmail',NULL,'[""]'),(202,'parent_id',NULL,'82@1|'),(202,'email_flag',NULL,'SENT'),(202,'record_id',NULL,'345'),(202,'record_module',NULL,'Emails'),(203,'date_start',NULL,'2025-10-29'),(203,'activitytype',NULL,'Emails'),(203,'assigned_user_id',NULL,'1'),(203,'subject',NULL,'sdsd'),(203,'description',NULL,'sds'),(203,'time_start',NULL,'11:29'),(203,'createdtime',NULL,'2025-10-29 11:29:50'),(203,'modifiedby',NULL,'1'),(203,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(203,'saved_toid',NULL,'["nidhi.variance@gmail.com"]'),(203,'ccmail',NULL,'[""]'),(203,'bccmail',NULL,'[""]'),(203,'parent_id',NULL,'82@1|'),(203,'email_flag',NULL,'SENT'),(203,'record_id',NULL,'346'),(203,'record_module',NULL,'Emails'),(204,'date_start',NULL,'2025-10-29'),(204,'activitytype',NULL,'Emails'),(204,'assigned_user_id',NULL,'1'),(204,'subject',NULL,'Commercial Drywall Panel Supply'),(204,'description',NULL,'dd'),(204,'time_start',NULL,'11:31'),(204,'createdtime',NULL,'2025-10-29 11:31:20'),(204,'modifiedby',NULL,'1'),(204,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(204,'saved_toid',NULL,'["nidhi.variance@gmail.com"]'),(204,'ccmail',NULL,'[""]'),(204,'bccmail',NULL,'[""]'),(204,'parent_id',NULL,'82@1|'),(204,'email_flag',NULL,'SENT'),(204,'record_id',NULL,'347'),(204,'record_module',NULL,'Emails'),(205,'date_start',NULL,'2025-10-29'),(205,'activitytype',NULL,'Emails'),(205,'assigned_user_id',NULL,'1'),(205,'subject',NULL,'ccxc'),(205,'description',NULL,'xxx'),(205,'time_start',NULL,'11:32'),(205,'createdtime',NULL,'2025-10-29 11:32:39'),(205,'modifiedby',NULL,'1'),(205,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(205,'saved_toid',NULL,'["nidhi.variance@gmail.com"]'),(205,'ccmail',NULL,'[""]'),(205,'bccmail',NULL,'[""]'),(205,'parent_id',NULL,'82@1|'),(205,'email_flag',NULL,'SENT'),(205,'record_id',NULL,'348'),(205,'record_module',NULL,'Emails'),(206,'date_start',NULL,'2025-10-29'),(206,'activitytype',NULL,'Emails'),(206,'assigned_user_id',NULL,'1'),(206,'subject',NULL,'fdfdf'),(206,'description',NULL,'fdf'),(206,'time_start',NULL,'11:34'),(206,'createdtime',NULL,'2025-10-29 11:34:56'),(206,'modifiedby',NULL,'1'),(206,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(206,'saved_toid',NULL,'["nidhi.variance@gmail.com"]'),(206,'ccmail',NULL,'[""]'),(206,'bccmail',NULL,'[""]'),(206,'parent_id',NULL,'82@1|'),(206,'email_flag',NULL,'SENT'),(206,'record_id',NULL,'349'),(206,'record_module',NULL,'Emails'),(207,'date_start',NULL,'2025-10-29'),(207,'activitytype',NULL,'Emails'),(207,'assigned_user_id',NULL,'1'),(207,'subject',NULL,'sddsd'),(207,'description',NULL,'dsd'),(207,'time_start',NULL,'11:36'),(207,'createdtime',NULL,'2025-10-29 11:36:30'),(207,'modifiedby',NULL,'1'),(207,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(207,'saved_toid',NULL,'["nidhi.variance@gmail.com"]'),(207,'ccmail',NULL,'[""]'),(207,'bccmail',NULL,'[""]'),(207,'parent_id',NULL,'82@1|'),(207,'email_flag',NULL,'SENT'),(207,'record_id',NULL,'350'),(207,'record_module',NULL,'Emails'),(208,'date_start',NULL,'2025-10-29'),(208,'activitytype',NULL,'Emails'),(208,'assigned_user_id',NULL,'1'),(208,'subject',NULL,'cxc'),(208,'description',NULL,'xd'),(208,'time_start',NULL,'11:39'),(208,'createdtime',NULL,'2025-10-29 11:39:00'),(208,'modifiedby',NULL,'1'),(208,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(208,'saved_toid',NULL,'["nidhi.variance@gmail.com"]'),(208,'ccmail',NULL,'[""]'),(208,'bccmail',NULL,'[""]'),(208,'parent_id',NULL,'82@1|'),(208,'email_flag',NULL,'SENT'),(208,'record_id',NULL,'351'),(208,'record_module',NULL,'Emails'),(209,'date_start',NULL,'2025-10-29'),(209,'activitytype',NULL,'Emails'),(209,'assigned_user_id',NULL,'1'),(209,'subject',NULL,'Test '),(209,'description',NULL,'ffffffg'),(209,'time_start',NULL,'11:39'),(209,'createdtime',NULL,'2025-10-29 11:39:55'),(209,'modifiedby',NULL,'1'),(209,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(209,'saved_toid',NULL,'["nidhi.variance@gmail.com"]'),(209,'ccmail',NULL,'[""]'),(209,'bccmail',NULL,'[""]'),(209,'parent_id',NULL,'82@1|'),(209,'email_flag',NULL,'SENT'),(209,'record_id',NULL,'352'),(209,'record_module',NULL,'Emails'),(210,'date_start',NULL,'2025-10-29'),(210,'activitytype',NULL,'Emails'),(210,'assigned_user_id',NULL,'1'),(210,'subject',NULL,'sas'),(210,'description',NULL,'sass'),(210,'time_start',NULL,'11:41'),(210,'createdtime',NULL,'2025-10-29 11:41:21'),(210,'modifiedby',NULL,'1'),(210,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(210,'saved_toid',NULL,'["nidhi.variance@gmail.com"]'),(210,'ccmail',NULL,'[""]'),(210,'bccmail',NULL,'[""]'),(210,'parent_id',NULL,'82@1|'),(210,'email_flag',NULL,'SENT'),(210,'record_id',NULL,'353'),(210,'record_module',NULL,'Emails'),(211,'date_start',NULL,'2025-10-29'),(211,'activitytype',NULL,'Emails'),(211,'assigned_user_id',NULL,'1'),(211,'subject',NULL,'dsdd'),(211,'description',NULL,'ddsd'),(211,'time_start',NULL,'11:53'),(211,'createdtime',NULL,'2025-10-29 11:53:10'),(211,'modifiedby',NULL,'1'),(211,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(211,'saved_toid',NULL,'["nidhi.variance@gmail.com"]'),(211,'ccmail',NULL,'[""]'),(211,'bccmail',NULL,'[""]'),(211,'parent_id',NULL,'82@1|'),(211,'email_flag',NULL,'SENT'),(211,'record_id',NULL,'364'),(211,'record_module',NULL,'Emails'),(212,'date_start',NULL,'2025-10-29'),(212,'activitytype',NULL,'Emails'),(212,'assigned_user_id',NULL,'1'),(212,'subject',NULL,'ssasasas'),(212,'description',NULL,'asss'),(212,'time_start',NULL,'11:54'),(212,'createdtime',NULL,'2025-10-29 11:54:08'),(212,'modifiedby',NULL,'1'),(212,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(212,'saved_toid',NULL,'["nidhi.variance@gmail.com"]'),(212,'ccmail',NULL,'[""]'),(212,'bccmail',NULL,'[""]'),(212,'parent_id',NULL,'82@1|'),(212,'email_flag',NULL,'SENT'),(212,'record_id',NULL,'365'),(212,'record_module',NULL,'Emails'),(213,'date_start',NULL,'2025-10-29'),(213,'activitytype',NULL,'Emails'),(213,'assigned_user_id',NULL,'1'),(213,'subject',NULL,'aAAA'),(213,'description',NULL,'AAAAAA'),(213,'time_start',NULL,'11:55'),(213,'createdtime',NULL,'2025-10-29 11:55:13'),(213,'modifiedby',NULL,'1'),(213,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(213,'saved_toid',NULL,'["nidhi.variance@gmail.com"]'),(213,'ccmail',NULL,'[""]'),(213,'bccmail',NULL,'[""]'),(213,'parent_id',NULL,'82@1|'),(213,'email_flag',NULL,'SENT'),(213,'record_id',NULL,'366'),(213,'record_module',NULL,'Emails'),(214,'date_start',NULL,'2025-10-29'),(214,'activitytype',NULL,'Emails'),(214,'assigned_user_id',NULL,'1'),(214,'subject',NULL,'dw'),(214,'description',NULL,'dddddddd'),(214,'time_start',NULL,'12:02'),(214,'createdtime',NULL,'2025-10-29 12:02:28'),(214,'modifiedby',NULL,'1'),(214,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(214,'saved_toid',NULL,'["nidhi.variance@gmail.com"]'),(214,'ccmail',NULL,'[""]'),(214,'bccmail',NULL,'[""]'),(214,'parent_id',NULL,'12@-1|'),(214,'email_flag',NULL,'SENT'),(214,'record_id',NULL,'367'),(214,'record_module',NULL,'Emails'),(215,'date_start',NULL,'2025-10-29'),(215,'activitytype',NULL,'Emails'),(215,'assigned_user_id',NULL,'1'),(215,'subject',NULL,'ddd'),(215,'description',NULL,'dddd'),(215,'time_start',NULL,'12:17'),(215,'createdtime',NULL,'2025-10-29 12:17:29'),(215,'modifiedby',NULL,'1'),(215,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(215,'saved_toid',NULL,'["nidhi.variance@gmail.com"]'),(215,'ccmail',NULL,'[""]'),(215,'bccmail',NULL,'[""]'),(215,'parent_id',NULL,'82@1|'),(215,'email_flag',NULL,'SENT'),(215,'record_id',NULL,'391'),(215,'record_module',NULL,'Emails'),(216,'date_start',NULL,'2025-10-29'),(216,'activitytype',NULL,'Emails'),(216,'assigned_user_id',NULL,'1'),(216,'subject',NULL,'wwww'),(216,'description',NULL,'wwww'),(216,'time_start',NULL,'12:21'),(216,'createdtime',NULL,'2025-10-29 12:21:54'),(216,'modifiedby',NULL,'1'),(216,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(216,'saved_toid',NULL,'["nidhi.variance@gmail.com"]'),(216,'ccmail',NULL,'[""]'),(216,'bccmail',NULL,'[""]'),(216,'parent_id',NULL,'12@-1|'),(216,'email_flag',NULL,'SENT'),(216,'record_id',NULL,'393'),(216,'record_module',NULL,'Emails'),(217,'date_start',NULL,'2025-10-29'),(217,'activitytype',NULL,'Emails'),(217,'assigned_user_id',NULL,'1'),(217,'subject',NULL,'uuuu'),(217,'description',NULL,'dddddd'),(217,'time_start',NULL,'12:23'),(217,'createdtime',NULL,'2025-10-29 12:23:13'),(217,'modifiedby',NULL,'1'),(217,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(217,'saved_toid',NULL,'["nidhi.variance@gmail.com"]'),(217,'ccmail',NULL,'[""]'),(217,'bccmail',NULL,'[""]'),(217,'parent_id',NULL,'82@1|'),(217,'email_flag',NULL,'SENT'),(217,'record_id',NULL,'395'),(217,'record_module',NULL,'Emails'),(218,'date_start',NULL,'2025-10-29'),(218,'activitytype',NULL,'Emails'),(218,'assigned_user_id',NULL,'1'),(218,'subject',NULL,'xsxx'),(218,'description',NULL,'xxxsdsdsdddsdd'),(218,'time_start',NULL,'13:15'),(218,'createdtime',NULL,'2025-10-29 13:15:07'),(218,'modifiedby',NULL,'1'),(218,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(218,'saved_toid',NULL,'["nidhi.variance@gmail.com"]'),(218,'ccmail',NULL,'[""]'),(218,'bccmail',NULL,'[""]'),(218,'parent_id',NULL,'82@1|'),(218,'email_flag',NULL,'SENT'),(218,'record_id',NULL,'410'),(218,'record_module',NULL,'Emails'),(219,'firstname',NULL,'test'),(219,'contact_no',NULL,'CON83'),(219,'lastname',NULL,'crmtiger'),(219,'assigned_user_id',NULL,'1'),(219,'createdtime',NULL,'2025-10-30 05:43:39'),(219,'modifiedby',NULL,'1'),(219,'record_id',NULL,'426'),(219,'record_module',NULL,'Contacts'),(220,'date_start',NULL,'1970-01-01'),(220,'parent_type',NULL,'Contacts'),(220,'activitytype',NULL,'Emails'),(220,'assigned_user_id',NULL,'1'),(220,'time_start',NULL,'00:00'),(220,'createdtime',NULL,'2025-10-30 05:43:40'),(220,'modifiedby',NULL,'1'),(220,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(220,'saved_toid',NULL,'[""]'),(220,'ccmail',NULL,'[""]'),(220,'bccmail',NULL,'[""]'),(220,'parent_id',NULL,'426@-1|'),(220,'email_flag',NULL,'MailManager'),(220,'record_id',NULL,'427'),(220,'record_module',NULL,'Emails'),(221,'firstname',NULL,'nidhi'),(221,'contact_no',NULL,'CON84'),(221,'lastname',NULL,'Jethva'),(221,'assigned_user_id',NULL,'1'),(221,'createdtime',NULL,'2025-10-30 06:25:34'),(221,'modifiedby',NULL,'1'),(221,'record_id',NULL,'431'),(221,'record_module',NULL,'Contacts'),(222,'date_start',NULL,'1970-01-01'),(222,'parent_type',NULL,'Contacts'),(222,'activitytype',NULL,'Emails'),(222,'assigned_user_id',NULL,'1'),(222,'time_start',NULL,'00:00'),(222,'createdtime',NULL,'2025-10-30 06:25:34'),(222,'modifiedby',NULL,'1'),(222,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(222,'saved_toid',NULL,'[""]'),(222,'ccmail',NULL,'[""]'),(222,'bccmail',NULL,'[""]'),(222,'parent_id',NULL,'431@-1|'),(222,'email_flag',NULL,'MailManager'),(222,'record_id',NULL,'432'),(222,'record_module',NULL,'Emails'),(223,'contact_no',NULL,'CON85'),(223,'lastname',NULL,'test 30'),(223,'assigned_user_id',NULL,'1'),(223,'createdtime',NULL,'2025-10-30 06:52:18'),(223,'modifiedby',NULL,'1'),(223,'record_id',NULL,'439'),(223,'record_module',NULL,'Contacts'),(224,'date_start',NULL,'1970-01-01'),(224,'parent_type',NULL,'Contacts'),(224,'activitytype',NULL,'Emails'),(224,'assigned_user_id',NULL,'1'),(224,'time_start',NULL,'00:00'),(224,'createdtime',NULL,'2025-10-30 06:52:19'),(224,'modifiedby',NULL,'1'),(224,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(224,'saved_toid',NULL,'[""]'),(224,'ccmail',NULL,'[""]'),(224,'bccmail',NULL,'[""]'),(224,'parent_id',NULL,'439@-1|'),(224,'email_flag',NULL,'MailManager'),(224,'record_id',NULL,'440'),(224,'record_module',NULL,'Emails'),(225,'contact_no',NULL,'CON86'),(225,'lastname',NULL,'crmtiger'),(225,'assigned_user_id',NULL,'1'),(225,'createdtime',NULL,'2025-10-30 07:22:00'),(225,'modifiedby',NULL,'1'),(225,'record_id',NULL,'450'),(225,'record_module',NULL,'Contacts'),(226,'date_start',NULL,'1970-01-01'),(226,'parent_type',NULL,'Contacts'),(226,'activitytype',NULL,'Emails'),(226,'assigned_user_id',NULL,'1'),(226,'time_start',NULL,'00:00'),(226,'createdtime',NULL,'2025-10-30 07:22:00'),(226,'modifiedby',NULL,'1'),(226,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(226,'saved_toid',NULL,'[""]'),(226,'ccmail',NULL,'[""]'),(226,'bccmail',NULL,'[""]'),(226,'parent_id',NULL,'450@-1|'),(226,'email_flag',NULL,'MailManager'),(226,'record_id',NULL,'451'),(226,'record_module',NULL,'Emails'),(227,'contact_no',NULL,'CON87'),(227,'lastname',NULL,'fgfgfg'),(227,'assigned_user_id',NULL,'1'),(227,'createdtime',NULL,'2025-10-30 07:26:33'),(227,'modifiedby',NULL,'1'),(227,'record_id',NULL,'452'),(227,'record_module',NULL,'Contacts'),(228,'date_start',NULL,'1970-01-01'),(228,'parent_type',NULL,'Contacts'),(228,'activitytype',NULL,'Emails'),(228,'assigned_user_id',NULL,'1'),(228,'time_start',NULL,'00:00'),(228,'createdtime',NULL,'2025-10-30 07:26:34'),(228,'modifiedby',NULL,'1'),(228,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(228,'saved_toid',NULL,'[""]'),(228,'ccmail',NULL,'[""]'),(228,'bccmail',NULL,'[""]'),(228,'parent_id',NULL,'452@-1|'),(228,'email_flag',NULL,'MailManager'),(228,'record_id',NULL,'453'),(228,'record_module',NULL,'Emails'),(229,'contact_no',NULL,'CON88'),(229,'lastname',NULL,'3333'),(229,'assigned_user_id',NULL,'1'),(229,'createdtime',NULL,'2025-10-30 07:29:02'),(229,'modifiedby',NULL,'1'),(229,'record_id',NULL,'454'),(229,'record_module',NULL,'Contacts'),(230,'date_start',NULL,'1970-01-01'),(230,'parent_type',NULL,'Contacts'),(230,'activitytype',NULL,'Emails'),(230,'assigned_user_id',NULL,'1'),(230,'time_start',NULL,'00:00'),(230,'createdtime',NULL,'2025-10-30 07:29:02'),(230,'modifiedby',NULL,'1'),(230,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(230,'saved_toid',NULL,'[""]'),(230,'ccmail',NULL,'[""]'),(230,'bccmail',NULL,'[""]'),(230,'parent_id',NULL,'454@-1|'),(230,'email_flag',NULL,'MailManager'),(230,'record_id',NULL,'455'),(230,'record_module',NULL,'Emails'),(231,'contact_no',NULL,'CON89'),(231,'lastname',NULL,'jennifer'),(231,'assigned_user_id',NULL,'1'),(231,'createdtime',NULL,'2025-10-30 07:31:00'),(231,'modifiedby',NULL,'1'),(231,'record_id',NULL,'456'),(231,'record_module',NULL,'Contacts'),(232,'date_start',NULL,'1970-01-01'),(232,'parent_type',NULL,'Contacts'),(232,'activitytype',NULL,'Emails'),(232,'assigned_user_id',NULL,'1'),(232,'time_start',NULL,'00:00'),(232,'createdtime',NULL,'2025-10-30 07:31:01'),(232,'modifiedby',NULL,'1'),(232,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(232,'saved_toid',NULL,'[""]'),(232,'ccmail',NULL,'[""]'),(232,'bccmail',NULL,'[""]'),(232,'parent_id',NULL,'456@-1|'),(232,'email_flag',NULL,'MailManager'),(232,'record_id',NULL,'457'),(232,'record_module',NULL,'Emails'),(233,'firstname',NULL,'Jennifer'),(233,'contact_no',NULL,'CON90'),(233,'lastname',NULL,'crmtiger '),(233,'assigned_user_id',NULL,'1'),(233,'createdtime',NULL,'2025-10-30 07:32:37'),(233,'modifiedby',NULL,'1'),(233,'record_id',NULL,'458'),(233,'record_module',NULL,'Contacts'),(234,'date_start',NULL,'1970-01-01'),(234,'parent_type',NULL,'Contacts'),(234,'activitytype',NULL,'Emails'),(234,'assigned_user_id',NULL,'1'),(234,'time_start',NULL,'00:00'),(234,'createdtime',NULL,'2025-10-30 07:32:37'),(234,'modifiedby',NULL,'1'),(234,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(234,'saved_toid',NULL,'[""]'),(234,'ccmail',NULL,'[""]'),(234,'bccmail',NULL,'[""]'),(234,'parent_id',NULL,'458@-1|'),(234,'email_flag',NULL,'MailManager'),(234,'record_id',NULL,'459'),(234,'record_module',NULL,'Emails'),(235,'contact_no',NULL,'CON91'),(235,'lastname',NULL,'dddd'),(235,'assigned_user_id',NULL,'1'),(235,'createdtime',NULL,'2025-10-30 07:41:47'),(235,'modifiedby',NULL,'1'),(235,'record_id',NULL,'460'),(235,'record_module',NULL,'Contacts'),(236,'date_start',NULL,'1970-01-01'),(236,'parent_type',NULL,'Contacts'),(236,'activitytype',NULL,'Emails'),(236,'assigned_user_id',NULL,'1'),(236,'time_start',NULL,'00:00'),(236,'createdtime',NULL,'2025-10-30 07:41:48'),(236,'modifiedby',NULL,'1'),(236,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(236,'saved_toid',NULL,'[""]'),(236,'ccmail',NULL,'[""]'),(236,'bccmail',NULL,'[""]'),(236,'parent_id',NULL,'460@-1|'),(236,'email_flag',NULL,'MailManager'),(236,'record_id',NULL,'461'),(236,'record_module',NULL,'Emails'),(237,'contact_no',NULL,'CON92'),(237,'lastname',NULL,'rr'),(237,'assigned_user_id',NULL,'1'),(237,'createdtime',NULL,'2025-10-30 09:01:24'),(237,'modifiedby',NULL,'1'),(237,'record_id',NULL,'465'),(237,'record_module',NULL,'Contacts'),(238,'date_start',NULL,'1970-01-01'),(238,'parent_type',NULL,'Contacts'),(238,'activitytype',NULL,'Emails'),(238,'assigned_user_id',NULL,'1'),(238,'time_start',NULL,'00:00'),(238,'createdtime',NULL,'2025-10-30 09:01:24'),(238,'modifiedby',NULL,'1'),(238,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(238,'saved_toid',NULL,'[""]'),(238,'ccmail',NULL,'[""]'),(238,'bccmail',NULL,'[""]'),(238,'parent_id',NULL,'465@-1|'),(238,'email_flag',NULL,'MailManager'),(238,'record_id',NULL,'466'),(238,'record_module',NULL,'Emails'),(239,'contact_no',NULL,'CON93'),(239,'lastname',NULL,'22'),(239,'assigned_user_id',NULL,'1'),(239,'createdtime',NULL,'2025-10-30 09:15:47'),(239,'modifiedby',NULL,'1'),(239,'record_id',NULL,'472'),(239,'record_module',NULL,'Contacts'),(240,'date_start',NULL,'1970-01-01'),(240,'parent_type',NULL,'Contacts'),(240,'activitytype',NULL,'Emails'),(240,'assigned_user_id',NULL,'1'),(240,'time_start',NULL,'00:00'),(240,'createdtime',NULL,'2025-10-30 09:15:48'),(240,'modifiedby',NULL,'1'),(240,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(240,'saved_toid',NULL,'[""]'),(240,'ccmail',NULL,'[""]'),(240,'bccmail',NULL,'[""]'),(240,'parent_id',NULL,'472@-1|'),(240,'email_flag',NULL,'MailManager'),(240,'record_id',NULL,'473'),(240,'record_module',NULL,'Emails'),(241,'accountname',NULL,'xxxxxx'),(241,'account_no',NULL,'ACC4'),(241,'annual_revenue',NULL,'0.00000000'),(241,'assigned_user_id',NULL,'1'),(241,'createdtime',NULL,'2025-10-30 09:20:05'),(241,'modifiedby',NULL,'1'),(241,'record_id',NULL,'474'),(241,'record_module',NULL,'Accounts'),(242,'date_start',NULL,'1970-01-01'),(242,'parent_type',NULL,'Accounts'),(242,'activitytype',NULL,'Emails'),(242,'assigned_user_id',NULL,'1'),(242,'time_start',NULL,'00:00'),(242,'createdtime',NULL,'2025-10-30 09:20:06'),(242,'modifiedby',NULL,'1'),(242,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(242,'saved_toid',NULL,'[""]'),(242,'ccmail',NULL,'[""]'),(242,'bccmail',NULL,'[""]'),(242,'parent_id',NULL,'474@-1|'),(242,'email_flag',NULL,'MailManager'),(242,'record_id',NULL,'475'),(242,'record_module',NULL,'Emails'),(243,'contact_no',NULL,'CON94'),(243,'lastname',NULL,'230'),(243,'assigned_user_id',NULL,'1'),(243,'createdtime',NULL,'2025-10-30 10:07:21'),(243,'modifiedby',NULL,'1'),(243,'record_id',NULL,'486'),(243,'record_module',NULL,'Contacts'),(244,'accountname',NULL,'4'),(244,'account_no',NULL,'ACC5'),(244,'annual_revenue',NULL,'0.00000000'),(244,'assigned_user_id',NULL,'1'),(244,'createdtime',NULL,'2025-10-30 10:22:28'),(244,'modifiedby',NULL,'1'),(244,'record_id',NULL,'487'),(244,'record_module',NULL,'Accounts'),(245,'date_start',NULL,'1970-01-01'),(245,'parent_type',NULL,'Accounts'),(245,'activitytype',NULL,'Emails'),(245,'assigned_user_id',NULL,'1'),(245,'time_start',NULL,'00:00'),(245,'createdtime',NULL,'2025-10-30 10:22:28'),(245,'modifiedby',NULL,'1'),(245,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(245,'saved_toid',NULL,'[""]'),(245,'ccmail',NULL,'[""]'),(245,'bccmail',NULL,'[""]'),(245,'parent_id',NULL,'487@-1|'),(245,'email_flag',NULL,'MailManager'),(245,'record_id',NULL,'488'),(245,'record_module',NULL,'Emails'),(246,'contact_no',NULL,'CON95'),(246,'lastname',NULL,'123'),(246,'assigned_user_id',NULL,'1'),(246,'createdtime',NULL,'2025-10-30 10:23:50'),(246,'modifiedby',NULL,'1'),(246,'record_id',NULL,'489'),(246,'record_module',NULL,'Contacts'),(247,'date_start',NULL,'1970-01-01'),(247,'parent_type',NULL,'Contacts'),(247,'activitytype',NULL,'Emails'),(247,'assigned_user_id',NULL,'1'),(247,'time_start',NULL,'00:00'),(247,'createdtime',NULL,'2025-10-30 10:23:50'),(247,'modifiedby',NULL,'1'),(247,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(247,'saved_toid',NULL,'[""]'),(247,'ccmail',NULL,'[""]'),(247,'bccmail',NULL,'[""]'),(247,'parent_id',NULL,'489@-1|'),(247,'email_flag',NULL,'MailManager'),(247,'record_id',NULL,'490'),(247,'record_module',NULL,'Emails'),(248,'contact_no',NULL,'CON96'),(248,'lastname',NULL,'65'),(248,'assigned_user_id',NULL,'1'),(248,'createdtime',NULL,'2025-10-30 10:51:18'),(248,'modifiedby',NULL,'1'),(248,'record_id',NULL,'491'),(248,'record_module',NULL,'Contacts'),(249,'date_start',NULL,'1970-01-01'),(249,'parent_type',NULL,'Contacts'),(249,'activitytype',NULL,'Emails'),(249,'assigned_user_id',NULL,'1'),(249,'time_start',NULL,'00:00'),(249,'createdtime',NULL,'2025-10-30 10:51:18'),(249,'modifiedby',NULL,'1'),(249,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(249,'saved_toid',NULL,'[""]'),(249,'ccmail',NULL,'[""]'),(249,'bccmail',NULL,'[""]'),(249,'parent_id',NULL,'491@-1|'),(249,'email_flag',NULL,'MailManager'),(249,'record_id',NULL,'492'),(249,'record_module',NULL,'Emails'),(250,'contact_no',NULL,'CON97'),(250,'lastname',NULL,'eeee'),(250,'assigned_user_id',NULL,'1'),(250,'createdtime',NULL,'2025-10-30 10:54:31'),(250,'modifiedby',NULL,'1'),(250,'record_id',NULL,'493'),(250,'record_module',NULL,'Contacts'),(251,'date_start',NULL,'1970-01-01'),(251,'parent_type',NULL,'Contacts'),(251,'activitytype',NULL,'Emails'),(251,'assigned_user_id',NULL,'1'),(251,'time_start',NULL,'00:00'),(251,'createdtime',NULL,'2025-10-30 10:54:32'),(251,'modifiedby',NULL,'1'),(251,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(251,'saved_toid',NULL,'[""]'),(251,'ccmail',NULL,'[""]'),(251,'bccmail',NULL,'[""]'),(251,'parent_id',NULL,'493@-1|'),(251,'email_flag',NULL,'MailManager'),(251,'record_id',NULL,'494'),(251,'record_module',NULL,'Emails'),(252,'subject',NULL,'Test evemt'),(252,'assigned_user_id',NULL,'1'),(252,'date_start',NULL,'2025-10-30'),(252,'time_start',NULL,'12:40:00'),(252,'time_end',NULL,'12:45:00'),(252,'due_date',NULL,'2025-10-30'),(252,'contact_id',NULL,'493'),(252,'eventstatus',NULL,'Planned'),(252,'createdtime',NULL,'2025-10-30 12:41:13'),(252,'activitytype',NULL,'Call'),(252,'visibility',NULL,'Public'),(252,'modifiedby',NULL,'1'),(252,'created_user_id',NULL,'1'),(252,'record_id',NULL,'507'),(252,'record_module',NULL,'Events'),(253,'contact_no',NULL,'CON98'),(253,'lastname',NULL,'ddddd'),(253,'assigned_user_id',NULL,'1'),(253,'createdtime',NULL,'2025-10-30 13:58:40'),(253,'modifiedby',NULL,'1'),(253,'record_id',NULL,'522'),(253,'record_module',NULL,'Contacts'),(254,'date_start',NULL,'1970-01-01'),(254,'parent_type',NULL,'Contacts'),(254,'activitytype',NULL,'Emails'),(254,'assigned_user_id',NULL,'1'),(254,'time_start',NULL,'00:00'),(254,'createdtime',NULL,'2025-10-30 13:58:40'),(254,'modifiedby',NULL,'1'),(254,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(254,'saved_toid',NULL,'[""]'),(254,'ccmail',NULL,'[""]'),(254,'bccmail',NULL,'[""]'),(254,'parent_id',NULL,'522@-1|'),(254,'email_flag',NULL,'MailManager'),(254,'record_id',NULL,'523'),(254,'record_module',NULL,'Emails'),(255,'contact_no',NULL,'CON99'),(255,'lastname',NULL,'test mail'),(255,'assigned_user_id',NULL,'1'),(255,'createdtime',NULL,'2025-10-31 08:52:17'),(255,'modifiedby',NULL,'1'),(255,'record_id',NULL,'554'),(255,'record_module',NULL,'Contacts'),(256,'date_start',NULL,'1970-01-01'),(256,'parent_type',NULL,'Contacts'),(256,'activitytype',NULL,'Emails'),(256,'assigned_user_id',NULL,'1'),(256,'time_start',NULL,'00:00'),(256,'createdtime',NULL,'2025-10-31 08:52:18'),(256,'modifiedby',NULL,'1'),(256,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(256,'saved_toid',NULL,'[""]'),(256,'ccmail',NULL,'[""]'),(256,'bccmail',NULL,'[""]'),(256,'parent_id',NULL,'554@-1|'),(256,'email_flag',NULL,'MailManager'),(256,'record_id',NULL,'555'),(256,'record_module',NULL,'Emails'),(257,'contact_no',NULL,'CON100'),(257,'lastname',NULL,'hiralp.variance'),(257,'email',NULL,'hiralp.variance@outlook.com'),(257,'assigned_user_id',NULL,'1'),(257,'createdtime',NULL,'2025-10-31 09:16:08'),(257,'modifiedby',NULL,'1'),(257,'record_id',NULL,'557'),(257,'record_module',NULL,'Contacts'),(258,'date_start',NULL,'1970-01-01'),(258,'parent_type',NULL,'Contacts'),(258,'activitytype',NULL,'Emails'),(258,'assigned_user_id',NULL,'1'),(258,'time_start',NULL,'00:00'),(258,'createdtime',NULL,'2025-10-31 09:16:08'),(258,'modifiedby',NULL,'1'),(258,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(258,'saved_toid',NULL,'[""]'),(258,'ccmail',NULL,'[""]'),(258,'bccmail',NULL,'[""]'),(258,'parent_id',NULL,'557@-1|'),(258,'email_flag',NULL,'MailManager'),(258,'record_id',NULL,'558'),(258,'record_module',NULL,'Emails'),(259,'contact_no',NULL,'CON101'),(259,'lastname',NULL,'jennifer701911'),(259,'email',NULL,'jennifer701911@outlook.com'),(259,'assigned_user_id',NULL,'1'),(259,'createdtime',NULL,'2025-10-31 09:28:42'),(259,'modifiedby',NULL,'1'),(259,'record_id',NULL,'559'),(259,'record_module',NULL,'Contacts'),(260,'date_start',NULL,'1970-01-01'),(260,'parent_type',NULL,'Contacts'),(260,'activitytype',NULL,'Emails'),(260,'assigned_user_id',NULL,'1'),(260,'time_start',NULL,'00:00'),(260,'createdtime',NULL,'2025-10-31 09:28:42'),(260,'modifiedby',NULL,'1'),(260,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(260,'saved_toid',NULL,'[""]'),(260,'ccmail',NULL,'[""]'),(260,'bccmail',NULL,'[""]'),(260,'parent_id',NULL,'559@-1|'),(260,'email_flag',NULL,'MailManager'),(260,'record_id',NULL,'560'),(260,'record_module',NULL,'Emails'),(261,'subject',NULL,'HHHHHHHHH& MMMMMMMMMMMMM'),(261,'assigned_user_id',NULL,'1'),(261,'date_start',NULL,'2025-10-31'),(261,'time_start',NULL,'09:30:00'),(261,'time_end',NULL,'09:35:00'),(261,'due_date',NULL,'2025-10-31'),(261,'eventstatus',NULL,'Planned'),(261,'createdtime',NULL,'2025-10-31 09:30:33'),(261,'activitytype',NULL,'Meeting'),(261,'visibility',NULL,'Public'),(261,'modifiedby',NULL,'1'),(261,'created_user_id',NULL,'1'),(261,'record_id',NULL,'561'),(261,'record_module',NULL,'Events'),(262,'subject',NULL,'HHHHHHHHH& MMMMMMMMMMMMM'),(262,'assigned_user_id',NULL,'1'),(262,'date_start',NULL,'2025-10-31'),(262,'time_start',NULL,'09:44:00'),(262,'time_end',NULL,'09:49:00'),(262,'due_date',NULL,'2025-10-31'),(262,'contact_id',NULL,'557'),(262,'eventstatus',NULL,'Planned'),(262,'createdtime',NULL,'2025-10-31 09:44:49'),(262,'activitytype',NULL,'Call'),(262,'visibility',NULL,'Public'),(262,'modifiedby',NULL,'1'),(262,'created_user_id',NULL,'1'),(262,'record_id',NULL,'562'),(262,'record_module',NULL,'Events'),(263,'commentcontent',NULL,'testtttt'),(263,'assigned_user_id',NULL,'1'),(263,'createdtime',NULL,'2025-10-31 09:45:32'),(263,'related_to',NULL,'557'),(263,'creator',NULL,'1'),(263,'userid',NULL,'1'),(263,'record_id',NULL,'563'),(263,'record_module',NULL,'ModComments'),(264,'date_start',NULL,'1970-01-01'),(264,'parent_type',NULL,'Contacts'),(264,'activitytype',NULL,'Emails'),(264,'assigned_user_id',NULL,'1'),(264,'time_start',NULL,'00:00'),(264,'createdtime',NULL,'2025-10-31 09:45:57'),(264,'modifiedby',NULL,'1'),(264,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(264,'saved_toid',NULL,'[""]'),(264,'ccmail',NULL,'[""]'),(264,'bccmail',NULL,'[""]'),(264,'parent_id',NULL,'557@-1|'),(264,'email_flag',NULL,'MailManager'),(264,'record_id',NULL,'564'),(264,'record_module',NULL,'Emails'),(267,'ticket_no',NULL,'TT1'),(267,'assigned_user_id',NULL,'1'),(267,'ticketstatus',NULL,'In Progress'),(267,'hours',NULL,'0.00000000'),(267,'days',NULL,'0.00000000'),(267,'createdtime',NULL,'2025-10-31 09:47:07'),(267,'modifiedby',NULL,'1'),(267,'ticket_title',NULL,'ffff'),(267,'contact_id',NULL,'557'),(267,'record_id',NULL,'565'),(267,'record_module',NULL,'HelpDesk'),(268,'subject',NULL,'test task'),(268,'assigned_user_id',NULL,'1'),(268,'date_start',NULL,'2025-10-31'),(268,'time_start',NULL,'09:47:00'),(268,'due_date',NULL,'2025-10-31'),(268,'contact_id',NULL,'557'),(268,'taskstatus',NULL,'In Progress'),(268,'createdtime',NULL,'2025-10-31 09:47:45'),(268,'activitytype',NULL,'Task'),(268,'visibility',NULL,'Public'),(268,'modifiedby',NULL,'1'),(268,'created_user_id',NULL,'1'),(268,'record_id',NULL,'566'),(268,'record_module',NULL,'Calendar'),(269,'date_start',NULL,'1970-01-01'),(269,'parent_type',NULL,'Contacts'),(269,'activitytype',NULL,'Emails'),(269,'assigned_user_id',NULL,'1'),(269,'time_start',NULL,'00:00'),(269,'createdtime',NULL,'2025-10-31 09:51:21'),(269,'modifiedby',NULL,'1'),(269,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(269,'saved_toid',NULL,'[""]'),(269,'ccmail',NULL,'[""]'),(269,'bccmail',NULL,'[""]'),(269,'parent_id',NULL,'557@-1|'),(269,'email_flag',NULL,'MailManager'),(269,'record_id',NULL,'567'),(269,'record_module',NULL,'Emails'),(270,'subject',NULL,'HHHHHHHHH& MMMMMMMMMMMMM'),(270,'assigned_user_id',NULL,'1'),(270,'date_start',NULL,'2025-10-31'),(270,'time_start',NULL,'10:36:00'),(270,'time_end',NULL,'10:41:00'),(270,'due_date',NULL,'2025-10-31'),(270,'contact_id',NULL,'557'),(270,'eventstatus',NULL,'Planned'),(270,'createdtime',NULL,'2025-10-31 10:36:39'),(270,'activitytype',NULL,'Call'),(270,'visibility',NULL,'Public'),(270,'modifiedby',NULL,'1'),(270,'created_user_id',NULL,'1'),(270,'record_id',NULL,'571'),(270,'record_module',NULL,'Events'),(271,'subject',NULL,'HHHHHHHHH& MMMMMMMMMMMMM taskkk'),(271,'assigned_user_id',NULL,'1'),(271,'date_start',NULL,'2025-10-31'),(271,'time_start',NULL,'10:38:00'),(271,'due_date',NULL,'2025-10-31'),(271,'contact_id',NULL,'557'),(271,'taskstatus',NULL,'Not Started'),(271,'createdtime',NULL,'2025-10-31 10:38:26'),(271,'activitytype',NULL,'Task'),(271,'visibility',NULL,'Public'),(271,'modifiedby',NULL,'1'),(271,'created_user_id',NULL,'1'),(271,'record_id',NULL,'577'),(271,'record_module',NULL,'Calendar'),(272,'date_start',NULL,'1970-01-01'),(272,'parent_type',NULL,'Contacts'),(272,'activitytype',NULL,'Emails'),(272,'assigned_user_id',NULL,'1'),(272,'time_start',NULL,'00:00'),(272,'createdtime',NULL,'2025-10-31 10:39:15'),(272,'modifiedby',NULL,'1'),(272,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(272,'saved_toid',NULL,'[""]'),(272,'ccmail',NULL,'[""]'),(272,'bccmail',NULL,'[""]'),(272,'parent_id',NULL,'557@-1|'),(272,'email_flag',NULL,'MailManager'),(272,'record_id',NULL,'578'),(272,'record_module',NULL,'Emails'),(273,'ticket_no',NULL,'TT2'),(273,'assigned_user_id',NULL,'1'),(273,'ticketstatus',NULL,'Open'),(273,'hours',NULL,'0.00000000'),(273,'days',NULL,'0.00000000'),(273,'createdtime',NULL,'2025-10-31 10:44:07'),(273,'modifiedby',NULL,'1'),(273,'ticket_title',NULL,'HHHHHHHHH& MMMMMMMMMMMMM'),(273,'description',NULL,'zzzz'),(273,'contact_id',NULL,'557'),(273,'record_id',NULL,'580'),(273,'record_module',NULL,'HelpDesk'),(274,'date_start',NULL,'2025-10-15'),(274,'activitytype',NULL,'Emails'),(274,'assigned_user_id',NULL,'1'),(274,'subject',NULL,'HHHHHHHHH& MMMMMMMMMMMMM'),(274,'description',NULL,'<html><head>\r\n<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body>HHHHHHHHH& MMMMMMMMMMMMM </body></html>'),(274,'time_start',NULL,'10:48:24'),(274,'createdtime',NULL,'2025-10-31 11:46:48'),(274,'modifiedby',NULL,'1'),(274,'from_email',NULL,'hiralp.variance@outlook.com'),(274,'saved_toid',NULL,'["jenniferpinto456@gmail.com"]'),(274,'ccmail',NULL,'["johnsmith251902@outlook.com"]'),(274,'bccmail',NULL,'[""]'),(274,'email_flag',NULL,'MailManager'),(274,'record_id',NULL,'590'),(274,'record_module',NULL,'Emails'),(276,'date_start',NULL,'2025-10-15'),(276,'activitytype',NULL,'Emails'),(276,'assigned_user_id',NULL,'1'),(276,'subject',NULL,'HHHHHHHHH& MMMMMMMMMMMMM'),(276,'description',NULL,'<html><head>\r\n<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body>HHHHHHHHH& MMMMMMMMMMMMM </body></html>'),(276,'time_start',NULL,'10:48:24'),(276,'createdtime',NULL,'2025-10-31 11:50:46'),(276,'modifiedby',NULL,'1'),(276,'from_email',NULL,'hiralp.variance@outlook.com'),(276,'saved_toid',NULL,'["jenniferpinto456@gmail.com"]'),(276,'ccmail',NULL,'["johnsmith251902@outlook.com"]'),(276,'bccmail',NULL,'[""]'),(276,'email_flag',NULL,'MailManager'),(276,'record_id',NULL,'591'),(276,'record_module',NULL,'Emails'),(278,'date_start',NULL,'2025-10-15'),(278,'activitytype',NULL,'Emails'),(278,'assigned_user_id',NULL,'1'),(278,'subject',NULL,'HHHHHHHHH& MMMMMMMMMMMMM'),(278,'description',NULL,'<html><head>\r\n<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body>HHHHHHHHH& MMMMMMMMMMMMM </body></html>'),(278,'time_start',NULL,'10:48:24'),(278,'createdtime',NULL,'2025-10-31 11:53:14'),(278,'modifiedby',NULL,'1'),(278,'from_email',NULL,'hiralp.variance@outlook.com'),(278,'saved_toid',NULL,'["jenniferpinto456@gmail.com"]'),(278,'ccmail',NULL,'["johnsmith251902@outlook.com"]'),(278,'bccmail',NULL,'[""]'),(278,'email_flag',NULL,'MailManager'),(278,'record_id',NULL,'592'),(278,'record_module',NULL,'Emails'),(280,'date_start',NULL,'2025-10-15'),(280,'activitytype',NULL,'Emails'),(280,'assigned_user_id',NULL,'1'),(280,'subject',NULL,'HHHHHHHHH& MMMMMMMMMMMMM'),(280,'description',NULL,'<html><head>\r\n<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body>HHHHHHHHH& MMMMMMMMMMMMM </body></html>'),(280,'time_start',NULL,'10:48:24'),(280,'createdtime',NULL,'2025-10-31 12:01:43'),(280,'modifiedby',NULL,'1'),(280,'from_email',NULL,'hiralp.variance@outlook.com'),(280,'saved_toid',NULL,'["jenniferpinto456@gmail.com"]'),(280,'ccmail',NULL,'["johnsmith251902@outlook.com"]'),(280,'bccmail',NULL,'[""]'),(280,'email_flag',NULL,'MailManager'),(280,'record_id',NULL,'593'),(280,'record_module',NULL,'Emails'),(282,'commentcontent',NULL,'testtttjgfigjjkj'),(282,'assigned_user_id',NULL,'1'),(282,'createdtime',NULL,'2025-10-31 12:11:28'),(282,'related_to',NULL,'557'),(282,'creator',NULL,'1'),(282,'userid',NULL,'1'),(282,'record_id',NULL,'594'),(282,'record_module',NULL,'ModComments'),(289,'commentcontent',NULL,'test from mailmanager'),(289,'assigned_user_id',NULL,'1'),(289,'createdtime',NULL,'2025-10-31 12:15:46'),(289,'related_to',NULL,'557'),(289,'creator',NULL,'1'),(289,'userid',NULL,'1'),(289,'record_id',NULL,'595'),(289,'record_module',NULL,'ModComments'),(290,'commentcontent',NULL,'12344455555'),(290,'assigned_user_id',NULL,'1'),(290,'createdtime',NULL,'2025-10-31 12:17:06'),(290,'related_to',NULL,'557'),(290,'creator',NULL,'1'),(290,'userid',NULL,'1'),(290,'record_id',NULL,'596'),(290,'record_module',NULL,'ModComments'),(291,'ticket_no',NULL,'TT3'),(291,'assigned_user_id',NULL,'1'),(291,'ticketstatus',NULL,'Open'),(291,'hours',NULL,'0.00000000'),(291,'days',NULL,'0.00000000'),(291,'createdtime',NULL,'2025-10-31 12:17:32'),(291,'modifiedby',NULL,'1'),(291,'ticket_title',NULL,'HHHHHHHHH& MMMMMMMMMMMMM'),(291,'description',NULL,'wwww'),(291,'contact_id',NULL,'557'),(291,'record_id',NULL,'597'),(291,'record_module',NULL,'HelpDesk'),(292,'ticket_no',NULL,'TT4'),(292,'assigned_user_id',NULL,'1'),(292,'ticketstatus',NULL,'In Progress'),(292,'hours',NULL,'0.00000000'),(292,'days',NULL,'0.00000000'),(292,'createdtime',NULL,'2025-10-31 12:19:29'),(292,'modifiedby',NULL,'1'),(292,'ticket_title',NULL,'HHHHHHHHH& MMMMMMMMMMMMM'),(292,'description',NULL,'rrrr'),(292,'contact_id',NULL,'557'),(292,'record_id',NULL,'598'),(292,'record_module',NULL,'HelpDesk'),(293,'date_start',NULL,'2025-10-15'),(293,'activitytype',NULL,'Emails'),(293,'assigned_user_id',NULL,'1'),(293,'subject',NULL,'HHHHHHHHH& MMMMMMMMMMMMM'),(293,'description',NULL,'<html><head>\r\n<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body>HHHHHHHHH& MMMMMMMMMMMMM </body></html>'),(293,'time_start',NULL,'10:48:24'),(293,'createdtime',NULL,'2025-10-31 12:40:55'),(293,'modifiedby',NULL,'1'),(293,'from_email',NULL,'hiralp.variance@outlook.com'),(293,'saved_toid',NULL,'["jenniferpinto456@gmail.com"]'),(293,'ccmail',NULL,'["johnsmith251902@outlook.com"]'),(293,'bccmail',NULL,'[""]'),(293,'email_flag',NULL,'MailManager'),(293,'record_id',NULL,'608'),(293,'record_module',NULL,'Emails'),(295,'firstname',NULL,'c111111'),(295,'contact_no',NULL,'CON102'),(295,'lastname',NULL,'johnwallmart01'),(295,'email',NULL,'johnwallmart01@outlook.com'),(295,'assigned_user_id',NULL,'1'),(295,'createdtime',NULL,'2025-11-03 11:12:08'),(295,'modifiedby',NULL,'1'),(295,'record_id',NULL,'623'),(295,'record_module',NULL,'Contacts'),(296,'date_start',NULL,'1970-01-01'),(296,'parent_type',NULL,'Contacts'),(296,'activitytype',NULL,'Emails'),(296,'assigned_user_id',NULL,'1'),(296,'time_start',NULL,'00:00'),(296,'createdtime',NULL,'2025-11-03 11:12:09'),(296,'modifiedby',NULL,'1'),(296,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(296,'saved_toid',NULL,'[""]'),(296,'ccmail',NULL,'[""]'),(296,'bccmail',NULL,'[""]'),(296,'parent_id',NULL,'623@-1|'),(296,'email_flag',NULL,'MailManager'),(296,'record_id',NULL,'624'),(296,'record_module',NULL,'Emails'),(297,'subject',NULL,'event today'),(297,'assigned_user_id',NULL,'1'),(297,'date_start',NULL,'2025-11-03'),(297,'time_start',NULL,'11:12:00'),(297,'time_end',NULL,'11:17:00'),(297,'due_date',NULL,'2025-11-03'),(297,'contact_id',NULL,'623'),(297,'eventstatus',NULL,'Planned'),(297,'createdtime',NULL,'2025-11-03 11:12:32'),(297,'activitytype',NULL,'Call'),(297,'visibility',NULL,'Public'),(297,'modifiedby',NULL,'1'),(297,'created_user_id',NULL,'1'),(297,'record_id',NULL,'625'),(297,'record_module',NULL,'Events'),(299,'contact_no',NULL,'CON103'),(299,'lastname',NULL,'nidhi.variance'),(299,'email',NULL,'nidhi.variance@gmail.com'),(299,'assigned_user_id',NULL,'1'),(299,'createdtime',NULL,'2025-11-03 13:12:00'),(299,'modifiedby',NULL,'1'),(299,'record_id',NULL,'634'),(299,'record_module',NULL,'Contacts'),(300,'date_start',NULL,'1970-01-01'),(300,'parent_type',NULL,'Contacts'),(300,'activitytype',NULL,'Emails'),(300,'assigned_user_id',NULL,'1'),(300,'time_start',NULL,'00:00'),(300,'createdtime',NULL,'2025-11-03 13:12:01'),(300,'modifiedby',NULL,'1'),(300,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(300,'saved_toid',NULL,'[""]'),(300,'ccmail',NULL,'[""]'),(300,'bccmail',NULL,'[""]'),(300,'parent_id',NULL,'634@-1|'),(300,'email_flag',NULL,'MailManager'),(300,'record_id',NULL,'635'),(300,'record_module',NULL,'Emails'),(301,'subject',NULL,'Jecobbbbbbbb'),(301,'assigned_user_id',NULL,'1'),(301,'date_start',NULL,'2025-11-03'),(301,'time_start',NULL,'13:36:00'),(301,'time_end',NULL,'13:41:00'),(301,'due_date',NULL,'2025-11-03'),(301,'contact_id',NULL,'258'),(301,'eventstatus',NULL,'Planned'),(301,'createdtime',NULL,'2025-11-03 13:36:58'),(301,'activitytype',NULL,'Meeting'),(301,'visibility',NULL,'Public'),(301,'modifiedby',NULL,'1'),(301,'created_user_id',NULL,'1'),(301,'record_id',NULL,'641'),(301,'record_module',NULL,'Events'),(302,'date_start',NULL,'1970-01-01'),(302,'parent_type',NULL,'Contacts'),(302,'activitytype',NULL,'Emails'),(302,'assigned_user_id',NULL,'1'),(302,'time_start',NULL,'00:00'),(302,'createdtime',NULL,'2025-11-03 13:37:10'),(302,'modifiedby',NULL,'1'),(302,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(302,'saved_toid',NULL,'[""]'),(302,'ccmail',NULL,'[""]'),(302,'bccmail',NULL,'[""]'),(302,'parent_id',NULL,'258@-1|'),(302,'email_flag',NULL,'MailManager'),(302,'record_id',NULL,'642'),(302,'record_module',NULL,'Emails'),(303,'subject',NULL,'Request for Consultation Meeting'),(303,'assigned_user_id',NULL,'1'),(303,'date_start',NULL,'2025-11-04'),(303,'time_start',NULL,'06:12:00'),(303,'time_end',NULL,'06:17:00'),(303,'due_date',NULL,'2025-11-04'),(303,'contact_id',NULL,'634'),(303,'eventstatus',NULL,'Planned'),(303,'createdtime',NULL,'2025-11-04 06:13:10'),(303,'activitytype',NULL,'Call'),(303,'visibility',NULL,'Public'),(303,'modifiedby',NULL,'1'),(303,'created_user_id',NULL,'1'),(303,'record_id',NULL,'646'),(303,'record_module',NULL,'Events'),(304,'date_start',NULL,'2025-11-04'),(304,'activitytype',NULL,'Emails'),(304,'assigned_user_id',NULL,'1'),(304,'subject',NULL,'c111111111'),(304,'description',NULL,'c111111111'),(304,'time_start',NULL,'11:12'),(304,'createdtime',NULL,'2025-11-04 11:12:34'),(304,'modifiedby',NULL,'1'),(304,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(304,'saved_toid',NULL,'["jenniferpinto456@gmail.com"]'),(304,'ccmail',NULL,'[""]'),(304,'bccmail',NULL,'[""]'),(304,'email_flag',NULL,'SENT'),(304,'record_id',NULL,'707'),(304,'record_module',NULL,'Emails'),(305,'date_start',NULL,'2025-11-04'),(305,'activitytype',NULL,'Emails'),(305,'assigned_user_id',NULL,'1'),(305,'subject',NULL,'test from 6.5 outlook'),(305,'description',NULL,'test from 6.5 outlook'),(305,'time_start',NULL,'11:13'),(305,'createdtime',NULL,'2025-11-04 11:13:37'),(305,'modifiedby',NULL,'1'),(305,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(305,'saved_toid',NULL,'["nidhi.variance@gmail.com"]'),(305,'ccmail',NULL,'[""]'),(305,'bccmail',NULL,'[""]'),(305,'parent_id',NULL,'634@1|'),(305,'email_flag',NULL,'SENT'),(305,'record_id',NULL,'708'),(305,'record_module',NULL,'Emails'),(310,'subject',NULL,'eventttttt'),(310,'assigned_user_id',NULL,'1'),(310,'date_start',NULL,'2025-11-04'),(310,'time_start',NULL,'12:00:00'),(310,'time_end',NULL,'12:05:00'),(310,'due_date',NULL,'2025-11-04'),(310,'eventstatus',NULL,'Planned'),(310,'createdtime',NULL,'2025-11-04 12:00:35'),(310,'activitytype',NULL,'Call'),(310,'visibility',NULL,'Public'),(310,'modifiedby',NULL,'1'),(310,'created_user_id',NULL,'1'),(310,'record_id',NULL,'790'),(310,'record_module',NULL,'Events'),(311,'subject',NULL,'d11111'),(311,'assigned_user_id',NULL,'1'),(311,'date_start',NULL,'2025-11-04'),(311,'time_start',NULL,'12:01:00'),(311,'time_end',NULL,'12:06:00'),(311,'due_date',NULL,'2025-11-04'),(311,'eventstatus',NULL,'Planned'),(311,'createdtime',NULL,'2025-11-04 12:01:36'),(311,'activitytype',NULL,'Call'),(311,'visibility',NULL,'Public'),(311,'modifiedby',NULL,'1'),(311,'created_user_id',NULL,'1'),(311,'record_id',NULL,'791'),(311,'record_module',NULL,'Events'),(312,'subject',NULL,'vvvvvvvvvvvv'),(312,'assigned_user_id',NULL,'1'),(312,'date_start',NULL,'2025-11-04'),(312,'time_start',NULL,'12:02:00'),(312,'time_end',NULL,'12:07:00'),(312,'due_date',NULL,'2025-11-04'),(312,'eventstatus',NULL,'Planned'),(312,'createdtime',NULL,'2025-11-04 12:02:28'),(312,'activitytype',NULL,'Call'),(312,'visibility',NULL,'Public'),(312,'modifiedby',NULL,'1'),(312,'created_user_id',NULL,'1'),(312,'record_id',NULL,'792'),(312,'record_module',NULL,'Events'),(313,'subject',NULL,'event'),(313,'assigned_user_id',NULL,'1'),(313,'date_start',NULL,'2025-11-04'),(313,'time_start',NULL,'18:30:00'),(313,'time_end',NULL,'18:35:00'),(313,'due_date',NULL,'2025-11-04'),(313,'eventstatus',NULL,'Planned'),(313,'createdtime',NULL,'2025-11-04 12:02:47'),(313,'activitytype',NULL,'Call'),(313,'visibility',NULL,'Public'),(313,'duration_minutes',NULL,'5'),(313,'modifiedby',NULL,'1'),(313,'created_user_id',NULL,'1'),(313,'record_id',NULL,'793'),(313,'record_module',NULL,'Events'),(314,'subject',NULL,'to dooooooo'),(314,'assigned_user_id',NULL,'1'),(314,'date_start',NULL,'2025-11-04'),(314,'time_start',NULL,'18:30:00'),(314,'due_date',NULL,'2025-11-05'),(314,'taskstatus',NULL,'In Progress'),(314,'createdtime',NULL,'2025-11-04 12:02:59'),(314,'activitytype',NULL,'Task'),(314,'visibility',NULL,'Private'),(314,'duration_hours',NULL,'-489498'),(314,'duration_minutes',NULL,'-30'),(314,'modifiedby',NULL,'1'),(314,'created_user_id',NULL,'1'),(314,'record_id',NULL,'794'),(314,'record_module',NULL,'Calendar'),(315,'subject',NULL,'to99999999'),(315,'assigned_user_id',NULL,'1'),(315,'date_start',NULL,'2025-11-04'),(315,'time_start',NULL,'12:03:00'),(315,'time_end',NULL,'12:08:00'),(315,'due_date',NULL,'2025-11-04'),(315,'eventstatus',NULL,'Planned'),(315,'createdtime',NULL,'2025-11-04 12:03:42'),(315,'activitytype',NULL,'Call'),(315,'visibility',NULL,'Public'),(315,'modifiedby',NULL,'1'),(315,'created_user_id',NULL,'1'),(315,'record_id',NULL,'795'),(315,'record_module',NULL,'Events'),(316,'subject',NULL,'ttttttttttttttt'),(316,'assigned_user_id',NULL,'1'),(316,'date_start',NULL,'2025-11-04'),(316,'time_start',NULL,'12:14:00'),(316,'time_end',NULL,'12:19:00'),(316,'due_date',NULL,'2025-11-04'),(316,'eventstatus',NULL,'Planned'),(316,'createdtime',NULL,'2025-11-04 12:14:17'),(316,'activitytype',NULL,'Call'),(316,'visibility',NULL,'Public'),(316,'modifiedby',NULL,'1'),(316,'created_user_id',NULL,'1'),(316,'record_id',NULL,'796'),(316,'record_module',NULL,'Events'),(317,'firstname',NULL,'c1'),(317,'contact_no',NULL,'CON104'),(317,'lastname',NULL,'c1'),(317,'assigned_user_id',NULL,'1'),(317,'createdtime',NULL,'2025-11-04 12:16:37'),(317,'modifiedby',NULL,'1'),(317,'record_id',NULL,'797'),(317,'record_module',NULL,'Contacts'),(318,'date_start',NULL,'1970-01-01'),(318,'parent_type',NULL,'Contacts'),(318,'activitytype',NULL,'Emails'),(318,'assigned_user_id',NULL,'1'),(318,'time_start',NULL,'00:00'),(318,'createdtime',NULL,'2025-11-04 12:16:38'),(318,'modifiedby',NULL,'1'),(318,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(318,'saved_toid',NULL,'[""]'),(318,'ccmail',NULL,'[""]'),(318,'bccmail',NULL,'[""]'),(318,'parent_id',NULL,'797@-1|'),(318,'email_flag',NULL,'MailManager'),(318,'record_id',NULL,'798'),(318,'record_module',NULL,'Emails'),(319,'commentcontent',NULL,'1111111111'),(319,'assigned_user_id',NULL,'1'),(319,'createdtime',NULL,'2025-11-04 12:16:53'),(319,'related_to',NULL,'797'),(319,'creator',NULL,'1'),(319,'userid',NULL,'1'),(319,'record_id',NULL,'799'),(319,'record_module',NULL,'ModComments'),(320,'ticket_no',NULL,'TT5'),(320,'assigned_user_id',NULL,'1'),(320,'ticketstatus',NULL,'Open'),(320,'hours',NULL,'0.00000000'),(320,'days',NULL,'0.00000000'),(320,'createdtime',NULL,'2025-11-04 12:17:17'),(320,'modifiedby',NULL,'1'),(320,'ticket_title',NULL,'111111111'),(320,'description',NULL,'111111'),(320,'contact_id',NULL,'797'),(320,'record_id',NULL,'800'),(320,'record_module',NULL,'HelpDesk'),(321,'date_start',NULL,'1970-01-01'),(321,'parent_type',NULL,'Contacts'),(321,'activitytype',NULL,'Emails'),(321,'assigned_user_id',NULL,'1'),(321,'time_start',NULL,'00:00'),(321,'createdtime',NULL,'2025-11-04 12:17:26'),(321,'modifiedby',NULL,'1'),(321,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(321,'saved_toid',NULL,'[""]'),(321,'ccmail',NULL,'[""]'),(321,'bccmail',NULL,'[""]'),(321,'parent_id',NULL,'797@-1|'),(321,'email_flag',NULL,'MailManager'),(321,'record_id',NULL,'801'),(321,'record_module',NULL,'Emails'),(324,'firstname',NULL,'c11111111'),(324,'contact_no',NULL,'CON105'),(324,'lastname',NULL,'c22222222'),(324,'email',NULL,'poojachandarana.variance@gmail.com'),(324,'assigned_user_id',NULL,'1'),(324,'createdtime',NULL,'2025-11-04 13:03:21'),(324,'modifiedby',NULL,'1'),(324,'record_id',NULL,'802'),(324,'record_module',NULL,'Contacts'),(325,'date_start',NULL,'1970-01-01'),(325,'parent_type',NULL,'Contacts'),(325,'activitytype',NULL,'Emails'),(325,'assigned_user_id',NULL,'1'),(325,'time_start',NULL,'00:00'),(325,'createdtime',NULL,'2025-11-04 13:03:22'),(325,'modifiedby',NULL,'1'),(325,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(325,'saved_toid',NULL,'[""]'),(325,'ccmail',NULL,'[""]'),(325,'bccmail',NULL,'[""]'),(325,'parent_id',NULL,'802@-1|'),(325,'email_flag',NULL,'MailManager'),(325,'record_id',NULL,'803'),(325,'record_module',NULL,'Emails'),(326,'subject',NULL,'event'),(326,'assigned_user_id',NULL,'1'),(326,'date_start',NULL,'2025-11-04'),(326,'time_start',NULL,'13:03:00'),(326,'time_end',NULL,'13:08:00'),(326,'due_date',NULL,'2025-11-04'),(326,'contact_id',NULL,'802'),(326,'eventstatus',NULL,'Planned'),(326,'createdtime',NULL,'2025-11-04 13:03:45'),(326,'activitytype',NULL,'Call'),(326,'visibility',NULL,'Public'),(326,'modifiedby',NULL,'1'),(326,'created_user_id',NULL,'1'),(326,'record_id',NULL,'804'),(326,'record_module',NULL,'Events'),(327,'subject',NULL,'to dooooooo'),(327,'assigned_user_id',NULL,'1'),(327,'date_start',NULL,'2025-11-04'),(327,'time_start',NULL,'13:04:00'),(327,'due_date',NULL,'2025-11-04'),(327,'contact_id',NULL,'802'),(327,'taskstatus',NULL,'Completed'),(327,'createdtime',NULL,'2025-11-04 13:04:33'),(327,'activitytype',NULL,'Task'),(327,'visibility',NULL,'Public'),(327,'modifiedby',NULL,'1'),(327,'created_user_id',NULL,'1'),(327,'record_id',NULL,'805'),(327,'record_module',NULL,'Calendar'),(328,'ticket_no',NULL,'TT6'),(328,'assigned_user_id',NULL,'1'),(328,'ticketstatus',NULL,'Open'),(328,'hours',NULL,'0.00000000'),(328,'days',NULL,'0.00000000'),(328,'createdtime',NULL,'2025-11-04 13:07:12'),(328,'modifiedby',NULL,'1'),(328,'ticket_title',NULL,'adding tickrtttttt'),(328,'description',NULL,'adding tickrtttttt'),(328,'contact_id',NULL,'802'),(328,'record_id',NULL,'806'),(328,'record_module',NULL,'HelpDesk'),(329,'ticket_no',NULL,'TT7'),(329,'assigned_user_id',NULL,'1'),(329,'ticketstatus',NULL,'In Progress'),(329,'hours',NULL,'0.00000000'),(329,'days',NULL,'0.00000000'),(329,'createdtime',NULL,'2025-11-04 13:07:47'),(329,'modifiedby',NULL,'1'),(329,'ticket_title',NULL,'c22222222'),(329,'description',NULL,'c2222222'),(329,'contact_id',NULL,'802'),(329,'record_id',NULL,'807'),(329,'record_module',NULL,'HelpDesk'),(330,'ticket_no',NULL,'TT8'),(330,'assigned_user_id',NULL,'1'),(330,'ticketstatus',NULL,'Open'),(330,'hours',NULL,'0.00000000'),(330,'days',NULL,'0.00000000'),(330,'createdtime',NULL,'2025-11-04 13:07:58'),(330,'modifiedby',NULL,'1'),(330,'ticket_title',NULL,'ccc3'),(330,'description',NULL,'c444444'),(330,'contact_id',NULL,'802'),(330,'record_id',NULL,'808'),(330,'record_module',NULL,'HelpDesk'),(331,'commentcontent',NULL,'A11111111'),(331,'assigned_user_id',NULL,'1'),(331,'createdtime',NULL,'2025-11-04 13:09:19'),(331,'related_to',NULL,'802'),(331,'creator',NULL,'1'),(331,'userid',NULL,'1'),(331,'record_id',NULL,'809'),(331,'record_module',NULL,'ModComments'),(332,'commentcontent',NULL,'B111111111'),(332,'assigned_user_id',NULL,'1'),(332,'createdtime',NULL,'2025-11-04 13:09:27'),(332,'related_to',NULL,'802'),(332,'creator',NULL,'1'),(332,'userid',NULL,'1'),(332,'record_id',NULL,'810'),(332,'record_module',NULL,'ModComments'),(333,'commentcontent',NULL,'B3333333'),(333,'assigned_user_id',NULL,'1'),(333,'createdtime',NULL,'2025-11-04 13:09:37'),(333,'related_to',NULL,'802'),(333,'creator',NULL,'1'),(333,'userid',NULL,'1'),(333,'record_id',NULL,'811'),(333,'record_module',NULL,'ModComments'),(334,'date_start',NULL,'1970-01-01'),(334,'parent_type',NULL,'Contacts'),(334,'activitytype',NULL,'Emails'),(334,'assigned_user_id',NULL,'1'),(334,'time_start',NULL,'00:00'),(334,'createdtime',NULL,'2025-11-04 13:10:00'),(334,'modifiedby',NULL,'1'),(334,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(334,'saved_toid',NULL,'[""]'),(334,'ccmail',NULL,'[""]'),(334,'bccmail',NULL,'[""]'),(334,'parent_id',NULL,'802@-1|'),(334,'email_flag',NULL,'MailManager'),(334,'record_id',NULL,'812'),(334,'record_module',NULL,'Emails'),(335,'date_start',NULL,'1970-01-01'),(335,'parent_type',NULL,'Contacts'),(335,'activitytype',NULL,'Emails'),(335,'assigned_user_id',NULL,'1'),(335,'time_start',NULL,'00:00'),(335,'createdtime',NULL,'2025-11-04 13:10:43'),(335,'modifiedby',NULL,'1'),(335,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(335,'saved_toid',NULL,'[""]'),(335,'ccmail',NULL,'[""]'),(335,'bccmail',NULL,'[""]'),(335,'parent_id',NULL,'802@-1|'),(335,'email_flag',NULL,'MailManager'),(335,'record_id',NULL,'813'),(335,'record_module',NULL,'Emails'),(337,'accountname',NULL,'gmail'),(337,'account_no',NULL,'ACC6'),(337,'annual_revenue',NULL,'0.00000000'),(337,'assigned_user_id',NULL,'1'),(337,'createdtime',NULL,'2025-11-04 13:11:49'),(337,'modifiedby',NULL,'1'),(337,'record_id',NULL,'814'),(337,'record_module',NULL,'Accounts'),(338,'date_start',NULL,'1970-01-01'),(338,'parent_type',NULL,'Accounts'),(338,'activitytype',NULL,'Emails'),(338,'assigned_user_id',NULL,'1'),(338,'time_start',NULL,'00:00'),(338,'createdtime',NULL,'2025-11-04 13:11:49'),(338,'modifiedby',NULL,'1'),(338,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(338,'saved_toid',NULL,'[""]'),(338,'ccmail',NULL,'[""]'),(338,'bccmail',NULL,'[""]'),(338,'parent_id',NULL,'814@-1|'),(338,'email_flag',NULL,'MailManager'),(338,'record_id',NULL,'815'),(338,'record_module',NULL,'Emails'),(339,'subject',NULL,'c1'),(339,'assigned_user_id',NULL,'1'),(339,'date_start',NULL,'2025-11-04'),(339,'time_start',NULL,'13:11:00'),(339,'time_end',NULL,'13:16:00'),(339,'due_date',NULL,'2025-11-04'),(339,'parent_id',NULL,'814'),(339,'eventstatus',NULL,'Planned'),(339,'createdtime',NULL,'2025-11-04 13:12:06'),(339,'activitytype',NULL,'Call'),(339,'visibility',NULL,'Public'),(339,'modifiedby',NULL,'1'),(339,'created_user_id',NULL,'1'),(339,'record_id',NULL,'816'),(339,'record_module',NULL,'Events'),(340,'ticket_no',NULL,'TT9'),(340,'assigned_user_id',NULL,'1'),(340,'parent_id',NULL,'814'),(340,'ticketstatus',NULL,'Open'),(340,'hours',NULL,'0.00000000'),(340,'days',NULL,'0.00000000'),(340,'createdtime',NULL,'2025-11-04 13:12:32'),(340,'modifiedby',NULL,'1'),(340,'ticket_title',NULL,'T111111111'),(340,'description',NULL,'T111111111'),(340,'record_id',NULL,'817'),(340,'record_module',NULL,'HelpDesk'),(341,'commentcontent',NULL,'C1111111111'),(341,'assigned_user_id',NULL,'1'),(341,'createdtime',NULL,'2025-11-04 13:12:38'),(341,'related_to',NULL,'814'),(341,'creator',NULL,'1'),(341,'userid',NULL,'1'),(341,'record_id',NULL,'818'),(341,'record_module',NULL,'ModComments'),(342,'date_start',NULL,'1970-01-01'),(342,'parent_type',NULL,'Accounts'),(342,'activitytype',NULL,'Emails'),(342,'assigned_user_id',NULL,'1'),(342,'time_start',NULL,'00:00'),(342,'createdtime',NULL,'2025-11-04 13:12:41'),(342,'modifiedby',NULL,'1'),(342,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(342,'saved_toid',NULL,'[""]'),(342,'ccmail',NULL,'[""]'),(342,'bccmail',NULL,'[""]'),(342,'parent_id',NULL,'814@-1|'),(342,'email_flag',NULL,'MailManager'),(342,'record_id',NULL,'819'),(342,'record_module',NULL,'Emails'),(343,'firstname',NULL,'leadddddd'),(343,'lead_no',NULL,'LEA7'),(343,'lastname',NULL,'poojachandarana.variance'),(343,'company',NULL,'gmail'),(343,'email',NULL,'poojachandarana.variance@gmail.com'),(343,'annualrevenue',NULL,'0.00000000'),(343,'assigned_user_id',NULL,'1'),(343,'createdtime',NULL,'2025-11-04 13:31:51'),(343,'modifiedby',NULL,'1'),(343,'record_id',NULL,'820'),(343,'record_module',NULL,'Leads'),(344,'date_start',NULL,'1970-01-01'),(344,'parent_type',NULL,'Leads'),(344,'activitytype',NULL,'Emails'),(344,'assigned_user_id',NULL,'1'),(344,'time_start',NULL,'00:00'),(344,'createdtime',NULL,'2025-11-04 13:31:51'),(344,'modifiedby',NULL,'1'),(344,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(344,'saved_toid',NULL,'[""]'),(344,'ccmail',NULL,'[""]'),(344,'bccmail',NULL,'[""]'),(344,'parent_id',NULL,'820@-1|'),(344,'email_flag',NULL,'MailManager'),(344,'record_id',NULL,'821'),(344,'record_module',NULL,'Emails'),(345,'date_start',NULL,'1970-01-01'),(345,'parent_type',NULL,'Leads'),(345,'activitytype',NULL,'Emails'),(345,'assigned_user_id',NULL,'1'),(345,'time_start',NULL,'00:00'),(345,'createdtime',NULL,'2025-11-04 13:31:57'),(345,'modifiedby',NULL,'1'),(345,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(345,'saved_toid',NULL,'[""]'),(345,'ccmail',NULL,'[""]'),(345,'bccmail',NULL,'[""]'),(345,'parent_id',NULL,'820@-1|'),(345,'email_flag',NULL,'MailManager'),(345,'record_id',NULL,'822'),(345,'record_module',NULL,'Emails'),(348,'date_start',NULL,'1970-01-01'),(348,'parent_type',NULL,'Leads'),(348,'activitytype',NULL,'Emails'),(348,'assigned_user_id',NULL,'1'),(348,'time_start',NULL,'00:00'),(348,'createdtime',NULL,'2025-11-04 13:32:21'),(348,'modifiedby',NULL,'1'),(348,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(348,'saved_toid',NULL,'[""]'),(348,'ccmail',NULL,'[""]'),(348,'bccmail',NULL,'[""]'),(348,'parent_id',NULL,'820@-1|'),(348,'email_flag',NULL,'MailManager'),(348,'record_id',NULL,'823'),(348,'record_module',NULL,'Emails'),(349,'date_start',NULL,'1970-01-01'),(349,'parent_type',NULL,'Leads'),(349,'activitytype',NULL,'Emails'),(349,'assigned_user_id',NULL,'1'),(349,'time_start',NULL,'00:00'),(349,'createdtime',NULL,'2025-11-04 13:41:04'),(349,'modifiedby',NULL,'1'),(349,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(349,'saved_toid',NULL,'[""]'),(349,'ccmail',NULL,'[""]'),(349,'bccmail',NULL,'[""]'),(349,'parent_id',NULL,'820@-1|'),(349,'email_flag',NULL,'MailManager'),(349,'record_id',NULL,'824'),(349,'record_module',NULL,'Emails'),(350,'date_start',NULL,'2025-11-05'),(350,'activitytype',NULL,'Emails'),(350,'assigned_user_id',NULL,'1'),(350,'subject',NULL,'jenniferrrrr'),(350,'description',NULL,'jenniferrrrr'),(350,'time_start',NULL,'06:23'),(350,'createdtime',NULL,'2025-11-05 06:23:41'),(350,'modifiedby',NULL,'1'),(350,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(350,'saved_toid',NULL,'["hiralp.variance@gmail.com"]'),(350,'ccmail',NULL,'[""]'),(350,'bccmail',NULL,'[""]'),(350,'email_flag',NULL,'SENT'),(350,'record_id',NULL,'832'),(350,'record_module',NULL,'Emails'),(351,'date_start',NULL,'2025-11-05'),(351,'activitytype',NULL,'Emails'),(351,'assigned_user_id',NULL,'1'),(351,'subject',NULL,'Helo11111111111'),(351,'description',NULL,'Helo11111111111'),(351,'time_start',NULL,'07:00'),(351,'createdtime',NULL,'2025-11-05 07:00:21'),(351,'modifiedby',NULL,'1'),(351,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(351,'saved_toid',NULL,'["canyaman98@outlook.com"]'),(351,'ccmail',NULL,'[""]'),(351,'bccmail',NULL,'[""]'),(351,'parent_id',NULL,'265@1|'),(351,'email_flag',NULL,'SENT'),(351,'record_id',NULL,'835'),(351,'record_module',NULL,'Emails'),(352,'date_start',NULL,'2025-11-05'),(352,'activitytype',NULL,'Emails'),(352,'assigned_user_id',NULL,'1'),(352,'subject',NULL,'Ft1111111'),(352,'description',NULL,'Ft1111111'),(352,'time_start',NULL,'07:08'),(352,'createdtime',NULL,'2025-11-05 07:08:05'),(352,'modifiedby',NULL,'1'),(352,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(352,'saved_toid',NULL,'["johnwallmart01@outlook.com"]'),(352,'ccmail',NULL,'[""]'),(352,'bccmail',NULL,'[""]'),(352,'email_flag',NULL,'SENT'),(352,'record_id',NULL,'836'),(352,'record_module',NULL,'Emails'),(353,'date_start',NULL,'2025-11-05'),(353,'activitytype',NULL,'Emails'),(353,'assigned_user_id',NULL,'1'),(353,'subject',NULL,'a1111111111111111111111111111111'),(353,'description',NULL,'a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111a1111111111111111111111111111111vvvvvv'),(353,'time_start',NULL,'07:09'),(353,'createdtime',NULL,'2025-11-05 07:09:00'),(353,'modifiedby',NULL,'1'),(353,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(353,'saved_toid',NULL,'["johnwallmart01@outook.com"]'),(353,'ccmail',NULL,'[""]'),(353,'bccmail',NULL,'[""]'),(353,'email_flag',NULL,'SENT'),(353,'record_id',NULL,'837'),(353,'record_module',NULL,'Emails'),(354,'date_start',NULL,'2025-11-05'),(354,'activitytype',NULL,'Emails'),(354,'assigned_user_id',NULL,'1'),(354,'subject',NULL,'d111111111111111111111111'),(354,'description',NULL,'d111111111111111111111111'),(354,'time_start',NULL,'07:09'),(354,'createdtime',NULL,'2025-11-05 07:09:52'),(354,'modifiedby',NULL,'1'),(354,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(354,'saved_toid',NULL,'["johnwallmart01@outlook.com"]'),(354,'ccmail',NULL,'[""]'),(354,'bccmail',NULL,'[""]'),(354,'email_flag',NULL,'SENT'),(354,'record_id',NULL,'838'),(354,'record_module',NULL,'Emails'),(355,'email','','johnwallmart01@outlook.com'),(356,'email','','canyaman98@outlook.com'),(357,'email','','suite787@outlook.com'),(358,'date_start',NULL,'2025-11-05'),(358,'activitytype',NULL,'Emails'),(358,'assigned_user_id',NULL,'1'),(358,'subject',NULL,'Hello 333333333'),(358,'description',NULL,'Hello 333333333<br />\n Hello 333333333<br />\n Hello 333333333<br />\n Hello 333333333 <br />\n Hello 333333333<br />\n Hello 333333333<br />\n Hello 333333333 <br />\n Hello 333333333<br />\n Hello 333333333<br />\n Hello 333333333<br />\n Hello 333333333<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n '),(358,'time_start',NULL,'07:37'),(358,'createdtime',NULL,'2025-11-05 07:37:12'),(358,'modifiedby',NULL,'1'),(358,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(358,'saved_toid',NULL,'["suite787@outlook.com","canyaman98@outlook.com","johnwallmart01@outlook.com"]'),(358,'ccmail',NULL,'[""]'),(358,'bccmail',NULL,'[""]'),(358,'parent_id',NULL,'491@1|493@1|522@1|'),(358,'email_flag',NULL,'SENT'),(358,'record_id',NULL,'843'),(358,'record_module',NULL,'Emails'),(359,'date_start',NULL,'2025-11-05'),(359,'activitytype',NULL,'Emails'),(359,'assigned_user_id',NULL,'1'),(359,'subject',NULL,'OKOKOKOKOK123'),(359,'description',NULL,'OKOKOKOKOK123'),(359,'time_start',NULL,'07:39'),(359,'createdtime',NULL,'2025-11-05 07:39:41'),(359,'modifiedby',NULL,'1'),(359,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(359,'saved_toid',NULL,'["suite787@outlook.com","canyaman98@outlook.com","johnwallmart01@outlook.com"]'),(359,'ccmail',NULL,'[""]'),(359,'bccmail',NULL,'[""]'),(359,'parent_id',NULL,'491@1|493@1|522@1|'),(359,'email_flag',NULL,'SENT'),(359,'record_id',NULL,'845'),(359,'record_module',NULL,'Emails'),(360,'date_start',NULL,'2025-11-05'),(360,'activitytype',NULL,'Emails'),(360,'assigned_user_id',NULL,'1'),(360,'subject',NULL,'11111'),(360,'description',NULL,'1111111'),(360,'time_start',NULL,'07:53'),(360,'createdtime',NULL,'2025-11-05 07:53:57'),(360,'modifiedby',NULL,'1'),(360,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(360,'saved_toid',NULL,'["canyaman98@outlook.com"]'),(360,'ccmail',NULL,'[""]'),(360,'bccmail',NULL,'[""]'),(360,'parent_id',NULL,'265@1|'),(360,'email_flag',NULL,'SENT'),(360,'record_id',NULL,'846'),(360,'record_module',NULL,'Emails'),(361,'date_start',NULL,'2025-11-05'),(361,'activitytype',NULL,'Emails'),(361,'assigned_user_id',NULL,'1'),(361,'subject',NULL,'TTTTTTTTT'),(361,'description',NULL,'TTTTTTTTTTT'),(361,'time_start',NULL,'07:54'),(361,'createdtime',NULL,'2025-11-05 07:54:41'),(361,'modifiedby',NULL,'1'),(361,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(361,'saved_toid',NULL,'["suite787@outlook.com","canyaman98@outlook.com","johnwallmart01@outlook.com"]'),(361,'ccmail',NULL,'[""]'),(361,'bccmail',NULL,'[""]'),(361,'parent_id',NULL,'491@1|493@1|522@1|'),(361,'email_flag',NULL,'SENT'),(361,'record_id',NULL,'847'),(361,'record_module',NULL,'Emails'),(362,'date_start',NULL,'2025-11-05'),(362,'activitytype',NULL,'Emails'),(362,'assigned_user_id',NULL,'1'),(362,'subject',NULL,'Announcement for Release'),(362,'description',NULL,'Hello!<br />\n<br />\nOn behalf of the vtiger team, I am pleased to announce the release of vtiger crm4.2 . This is a feature packed release including the mass email template handling, custom view feature, vtiger_reports feature and a host of other utilities. vtiger runs on all platforms.<br />\n<br />\nNotable Features of vtiger are :<br />\n<br />\n-Email Client Integration<br />\n-Trouble Ticket Integration<br />\n-Invoice Management Integration<br />\n-Reports Integration<br />\n-Portal Integration<br />\n-Enhanced Word Plugin Support<br />\n-Custom View Integration<br />\n<br />\nKnown Issues:<br />\n-ABCD<br />\n-EFGH<br />\n-IJKL<br />\n-MNOP<br />\n-QRST'),(362,'time_start',NULL,'08:58'),(362,'createdtime',NULL,'2025-11-05 08:58:00'),(362,'modifiedby',NULL,'1'),(362,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(362,'saved_toid',NULL,'["canyaman98@outlook.com"]'),(362,'ccmail',NULL,'[""]'),(362,'bccmail',NULL,'[""]'),(362,'email_flag',NULL,'SENT'),(362,'record_id',NULL,'848'),(362,'record_module',NULL,'Emails'),(363,'date_start',NULL,'2025-11-05'),(363,'activitytype',NULL,'Emails'),(363,'assigned_user_id',NULL,'1'),(363,'subject',NULL,'Thanks Note'),(363,'description',NULL,'Dear<br />\n<br />\nThank you for your confidence in our ability to serve you.<br />\nWe are glad to be given the chance to serve you.I look<br />\nforward to establishing a long term partnership with you.<br />\nConsider me as a friend.<br />\nShould any need arise,please do give us a call.'),(363,'time_start',NULL,'08:59'),(363,'createdtime',NULL,'2025-11-05 08:59:12'),(363,'modifiedby',NULL,'1'),(363,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(363,'saved_toid',NULL,'["canyaman98@outlook.com"]'),(363,'ccmail',NULL,'["johnwallmart01@outlook.com"]'),(363,'bccmail',NULL,'["johnwallmart01@outlook.com"]'),(363,'email_flag',NULL,'SENT'),(363,'record_id',NULL,'849'),(363,'record_module',NULL,'Emails'),(364,'date_start',NULL,'2025-11-05'),(364,'activitytype',NULL,'Emails'),(364,'assigned_user_id',NULL,'1'),(364,'subject',NULL,'check to cc bcc'),(364,'description',NULL,'check to cc bcc'),(364,'time_start',NULL,'09:07'),(364,'createdtime',NULL,'2025-11-05 09:07:50'),(364,'modifiedby',NULL,'1'),(364,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(364,'saved_toid',NULL,'["johnwallmart01@outlook.com"]'),(364,'ccmail',NULL,'["canyaman98@outlook.com"]'),(364,'bccmail',NULL,'["suite787@outlook.com"]'),(364,'email_flag',NULL,'SENT'),(364,'record_id',NULL,'850'),(364,'record_module',NULL,'Emails'),(365,'date_start',NULL,'2025-11-05'),(365,'activitytype',NULL,'Emails'),(365,'assigned_user_id',NULL,'1'),(365,'subject',NULL,'draft mail tooday 11 nov '),(365,'description',NULL,'draft mail tooday 11 nov '),(365,'time_start',NULL,'09:18'),(365,'createdtime',NULL,'2025-11-05 09:18:30'),(365,'modifiedby',NULL,'1'),(365,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(365,'saved_toid',NULL,'["canyaman98@outlook.com"]'),(365,'ccmail',NULL,'[""]'),(365,'bccmail',NULL,'[""]'),(365,'parent_id',NULL,'265@1|'),(365,'email_flag',NULL,'SAVED'),(365,'record_id',NULL,'851'),(365,'record_module',NULL,'Emails'),(366,'date_start',NULL,'2025-11-05'),(366,'activitytype',NULL,'Emails'),(366,'assigned_user_id',NULL,'1'),(366,'subject',NULL,'draft maill 11111111111'),(366,'description',NULL,'draft maill 11111111111'),(366,'time_start',NULL,'09:23'),(366,'createdtime',NULL,'2025-11-05 09:23:40'),(366,'modifiedby',NULL,'1'),(366,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(366,'saved_toid',NULL,'["canyaman98@outlook.com"]'),(366,'ccmail',NULL,'[""]'),(366,'bccmail',NULL,'[""]'),(366,'parent_id',NULL,'493@1|'),(366,'email_flag',NULL,'SAVED'),(366,'record_id',NULL,'852'),(366,'record_module',NULL,'Emails'),(367,'date_start',NULL,'2025-11-06'),(367,'activitytype',NULL,'Emails'),(367,'assigned_user_id',NULL,'1'),(367,'subject',NULL,'Invoices Pending'),(367,'description',NULL,'name<br />\nstreet,<br />\ncity,<br />\nstate,<br />\nzip)<br />\n<br />\nDear<br />\n<br />\nPlease check the following invoices that are yet to be paid by you:<br />\n<br />\nNo. Date Amount<br />\n1 1/1/01 $4000<br />\n2 2/2//01 $5000<br />\n3 3/3/01 $10000<br />\n4 7/4/01 $23560<br />\n<br />\nKindly let us know if there are any issues that you feel are pending to be discussed.<br />\nWe will be more than happy to give you a call.<br />\nWe would like to continue our business with you.'),(367,'time_start',NULL,'05:41'),(367,'createdtime',NULL,'2025-11-06 05:41:03'),(367,'modifiedby',NULL,'1'),(367,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(367,'saved_toid',NULL,'["poojachandarana.variance@gmail.com"]'),(367,'ccmail',NULL,'["johnwallmart01@outlook.com"]'),(367,'bccmail',NULL,'[""]'),(367,'email_flag',NULL,'SENT'),(367,'record_id',NULL,'853'),(367,'record_module',NULL,'Emails'),(368,'date_start',NULL,'2025-11-06'),(368,'activitytype',NULL,'Emails'),(368,'assigned_user_id',NULL,'1'),(368,'subject',NULL,'reply in gmail'),(368,'description',NULL,'\n<p> </p>\n\n<p style="margin:0;padding:0;">On 06-11-2025 4:31 AM, poojachandarana.variance@gmail.com, wrote:</p>\n\n<blockquote style="border:0;margin:0;border-left:1px solid #808080;padding:0 0 0 2px;"> </blockquote>\n'),(368,'time_start',NULL,'05:47'),(368,'createdtime',NULL,'2025-11-06 05:47:34'),(368,'modifiedby',NULL,'1'),(368,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(368,'saved_toid',NULL,'["poojachandarana.variance@gmail.com"]'),(368,'ccmail',NULL,'[""]'),(368,'bccmail',NULL,'[""]'),(368,'email_flag',NULL,'SENT'),(368,'record_id',NULL,'854'),(368,'record_module',NULL,'Emails'),(369,'date_start',NULL,'2025-11-06'),(369,'activitytype',NULL,'Emails'),(369,'assigned_user_id',NULL,'1'),(369,'subject',NULL,'Fwd: Testing mailll ook fffffffff'),(369,'description',NULL,'\n<p> </p>\n\n<p>---------- Forwarded message ----------<br />\nFrom:poojachandarana.variance@gmail.com<br />\nDate: 06-11-2025 4:31 AM<br />\nSubject: Testing mailll ook<br />\nTo: johnsmith251902@outlook.com<br />\nCc: johnwallmart01@outlook.com</p>\n'),(369,'time_start',NULL,'05:49'),(369,'createdtime',NULL,'2025-11-06 05:49:43'),(369,'modifiedby',NULL,'1'),(369,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(369,'saved_toid',NULL,'["jenniferpinto456@gmail.com"]'),(369,'ccmail',NULL,'[""]'),(369,'bccmail',NULL,'[""]'),(369,'email_flag',NULL,'SENT'),(369,'record_id',NULL,'855'),(369,'record_module',NULL,'Emails'),(370,'subject',NULL,'a5555555'),(370,'assigned_user_id',NULL,'1'),(370,'date_start',NULL,'2025-11-06'),(370,'time_start',NULL,'09:45:00'),(370,'time_end',NULL,'09:50:00'),(370,'due_date',NULL,'2025-11-06'),(370,'contact_id',NULL,'493'),(370,'eventstatus',NULL,'Planned'),(370,'createdtime',NULL,'2025-11-06 09:45:43'),(370,'activitytype',NULL,'Meeting'),(370,'visibility',NULL,'Public'),(370,'modifiedby',NULL,'1'),(370,'created_user_id',NULL,'1'),(370,'record_id',NULL,'856'),(370,'record_module',NULL,'Events'),(371,'subject',NULL,'eventttttttttttt'),(371,'assigned_user_id',NULL,'1'),(371,'date_start',NULL,'2025-11-06'),(371,'time_start',NULL,'09:46:00'),(371,'due_date',NULL,'2025-11-06'),(371,'contact_id',NULL,'493'),(371,'taskstatus',NULL,'Not Started'),(371,'createdtime',NULL,'2025-11-06 09:46:26'),(371,'activitytype',NULL,'Task'),(371,'visibility',NULL,'Public'),(371,'modifiedby',NULL,'1'),(371,'created_user_id',NULL,'1'),(371,'record_id',NULL,'857'),(371,'record_module',NULL,'Calendar'),(372,'date_start',NULL,'2025-11-07'),(372,'activitytype',NULL,'Emails'),(372,'assigned_user_id',NULL,'1'),(372,'subject',NULL,'test contact'),(372,'description',NULL,'\n<p>test contact</p>\n\n<p>test contact</p>\n'),(372,'time_start',NULL,'07:01'),(372,'createdtime',NULL,'2025-11-07 07:01:20'),(372,'modifiedby',NULL,'1'),(372,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(372,'saved_toid',NULL,'["canyaman98@outlook.com","nidhi.variance@gmail.com"]'),(372,'ccmail',NULL,'[""]'),(372,'bccmail',NULL,'[""]'),(372,'parent_id',NULL,'12@-1|493@1|'),(372,'email_flag',NULL,'SENT'),(372,'record_id',NULL,'858'),(372,'record_module',NULL,'Emails'),(373,'date_start',NULL,'2025-11-07'),(373,'activitytype',NULL,'Emails'),(373,'assigned_user_id',NULL,'1'),(373,'subject',NULL,'Test contactttttt'),(373,'description',NULL,'recipientToList Test contactttttt'),(373,'time_start',NULL,'07:07'),(373,'createdtime',NULL,'2025-11-07 07:07:29'),(373,'modifiedby',NULL,'1'),(373,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(373,'saved_toid',NULL,'["canyaman98@outlook.com","nidhi.variance@gmail.com"]'),(373,'ccmail',NULL,'[""]'),(373,'bccmail',NULL,'[""]'),(373,'parent_id',NULL,'12@-1|493@1|'),(373,'email_flag',NULL,'SAVED'),(373,'record_id',NULL,'859'),(373,'record_module',NULL,'Emails'),(374,'date_start',NULL,'2025-11-07'),(374,'activitytype',NULL,'Emails'),(374,'assigned_user_id',NULL,'1'),(374,'subject',NULL,'Test contactttttt'),(374,'description',NULL,'\n<p>Test contactttttt </p>\n\n<p>Test contactttttt</p>\n'),(374,'time_start',NULL,'07:07'),(374,'createdtime',NULL,'2025-11-07 07:07:52'),(374,'modifiedby',NULL,'1'),(374,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(374,'saved_toid',NULL,'["canyaman98@outlook.com","nidhi.variance@gmail.com"]'),(374,'ccmail',NULL,'[""]'),(374,'bccmail',NULL,'[""]'),(374,'parent_id',NULL,'12@-1|493@1|'),(374,'email_flag',NULL,'SENT'),(374,'record_id',NULL,'860'),(374,'record_module',NULL,'Emails'),(375,'date_start',NULL,'2025-11-07'),(375,'activitytype',NULL,'Emails'),(375,'assigned_user_id',NULL,'1'),(375,'subject',NULL,'ssssssss'),(375,'description',NULL,'ssssssssssss'),(375,'time_start',NULL,'07:08'),(375,'createdtime',NULL,'2025-11-07 07:08:34'),(375,'modifiedby',NULL,'1'),(375,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(375,'saved_toid',NULL,'["canyaman98@outlook.com","nidhi.variance@gmail.com"]'),(375,'ccmail',NULL,'[""]'),(375,'bccmail',NULL,'[""]'),(375,'parent_id',NULL,'12@-1|493@1|'),(375,'email_flag',NULL,'SENT'),(375,'record_id',NULL,'861'),(375,'record_module',NULL,'Emails'),(376,'date_start',NULL,'2025-11-07'),(376,'activitytype',NULL,'Emails'),(376,'assigned_user_id',NULL,'1'),(376,'subject',NULL,'dddddddddddd'),(376,'description',NULL,'ddddddddddddddddd'),(376,'time_start',NULL,'07:11'),(376,'createdtime',NULL,'2025-11-07 07:11:27'),(376,'modifiedby',NULL,'1'),(376,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(376,'saved_toid',NULL,'["canyaman98@outlook.com","nidhi.variance@gmail.com"]'),(376,'ccmail',NULL,'[""]'),(376,'bccmail',NULL,'[""]'),(376,'parent_id',NULL,'12@-1|493@1|'),(376,'email_flag',NULL,'SENT'),(376,'record_id',NULL,'862'),(376,'record_module',NULL,'Emails'),(377,'date_start',NULL,'2025-11-07'),(377,'activitytype',NULL,'Emails'),(377,'assigned_user_id',NULL,'1'),(377,'subject',NULL,'testttttt wwwwwwww'),(377,'description',NULL,'testttttt wwwwwwww'),(377,'time_start',NULL,'07:16'),(377,'createdtime',NULL,'2025-11-07 07:16:27'),(377,'modifiedby',NULL,'1'),(377,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(377,'saved_toid',NULL,'["nidhi.variance@gmail.com","canyaman98@outlook.com"]'),(377,'ccmail',NULL,'[""]'),(377,'bccmail',NULL,'[""]'),(377,'parent_id',NULL,'12@-1|493@1|'),(377,'email_flag',NULL,'SENT'),(377,'record_id',NULL,'863'),(377,'record_module',NULL,'Emails'),(378,'date_start',NULL,'2025-11-07'),(378,'activitytype',NULL,'Emails'),(378,'assigned_user_id',NULL,'1'),(378,'subject',NULL,'testtttt conatct'),(378,'description',NULL,'testtttt conatcttesttttt conatcttesttttt conatcttesttttt conatcttesttttt conatcttesttttt conatcttesttttt conatct'),(378,'time_start',NULL,'07:17'),(378,'createdtime',NULL,'2025-11-07 07:17:08'),(378,'modifiedby',NULL,'1'),(378,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(378,'saved_toid',NULL,'["nidhi.variance@gmail.com","canyaman98@outlook.com"]'),(378,'ccmail',NULL,'[""]'),(378,'bccmail',NULL,'[""]'),(378,'parent_id',NULL,'12@-1|493@1|'),(378,'email_flag',NULL,'SENT'),(378,'record_id',NULL,'864'),(378,'record_module',NULL,'Emails'),(379,'date_start',NULL,'2025-11-07'),(379,'activitytype',NULL,'Emails'),(379,'assigned_user_id',NULL,'1'),(379,'subject',NULL,'dddddddddefeff'),(379,'description',NULL,'ddddddewfwwf'),(379,'time_start',NULL,'07:20'),(379,'createdtime',NULL,'2025-11-07 07:20:42'),(379,'modifiedby',NULL,'1'),(379,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(379,'saved_toid',NULL,'["canyaman98@outlook.com","nidhi.variance@gmail.com"]'),(379,'ccmail',NULL,'[""]'),(379,'bccmail',NULL,'[""]'),(379,'parent_id',NULL,'12@-1|493@1|'),(379,'email_flag',NULL,'SENT'),(379,'record_id',NULL,'865'),(379,'record_module',NULL,'Emails'),(380,'date_start',NULL,'2025-11-07'),(380,'activitytype',NULL,'Emails'),(380,'assigned_user_id',NULL,'1'),(380,'subject',NULL,'sw'),(380,'description',NULL,'wqsa'),(380,'time_start',NULL,'07:21'),(380,'createdtime',NULL,'2025-11-07 07:21:27'),(380,'modifiedby',NULL,'1'),(380,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(380,'saved_toid',NULL,'["nidhi.variance@gmail.com"]'),(380,'ccmail',NULL,'[""]'),(380,'bccmail',NULL,'[""]'),(380,'parent_id',NULL,'12@-1|'),(380,'email_flag',NULL,'SENT'),(380,'record_id',NULL,'866'),(380,'record_module',NULL,'Emails'),(381,'date_start',NULL,'2025-11-07'),(381,'activitytype',NULL,'Emails'),(381,'assigned_user_id',NULL,'1'),(381,'subject',NULL,'dsss'),(381,'description',NULL,'dsss'),(381,'time_start',NULL,'07:30'),(381,'createdtime',NULL,'2025-11-07 07:30:46'),(381,'modifiedby',NULL,'1'),(381,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(381,'saved_toid',NULL,'["nidhi.variance@gmail.com"]'),(381,'ccmail',NULL,'[""]'),(381,'bccmail',NULL,'[""]'),(381,'parent_id',NULL,'12@-1|'),(381,'email_flag',NULL,'SENT'),(381,'record_id',NULL,'867'),(381,'record_module',NULL,'Emails'),(382,'date_start',NULL,'2025-11-07'),(382,'activitytype',NULL,'Emails'),(382,'assigned_user_id',NULL,'1'),(382,'subject',NULL,'sda'),(382,'description',NULL,'sdfdsfsd'),(382,'time_start',NULL,'07:31'),(382,'createdtime',NULL,'2025-11-07 07:31:33'),(382,'modifiedby',NULL,'1'),(382,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(382,'saved_toid',NULL,'["canyaman98@outlook.com","nidhi.variance@gmail.com"]'),(382,'ccmail',NULL,'[""]'),(382,'bccmail',NULL,'[""]'),(382,'parent_id',NULL,'12@-1|493@1|'),(382,'email_flag',NULL,'SENT'),(382,'record_id',NULL,'868'),(382,'record_module',NULL,'Emails'),(383,'subject',NULL,'event'),(383,'assigned_user_id',NULL,'1'),(383,'date_start',NULL,'2025-11-06'),(383,'time_start',NULL,'18:30:00'),(383,'time_end',NULL,'18:35:00'),(383,'due_date',NULL,'2025-11-06'),(383,'eventstatus',NULL,'Planned'),(383,'createdtime',NULL,'2025-11-10 09:25:30'),(383,'activitytype',NULL,'Call'),(383,'visibility',NULL,'Public'),(383,'duration_minutes',NULL,'5'),(383,'modifiedby',NULL,'1'),(383,'created_user_id',NULL,'1'),(383,'record_id',NULL,'869'),(383,'record_module',NULL,'Events'),(384,'subject',NULL,'to do'),(384,'assigned_user_id',NULL,'1'),(384,'date_start',NULL,'2025-11-06'),(384,'time_start',NULL,'18:30:00'),(384,'time_end',NULL,'18:35:00'),(384,'due_date',NULL,'2025-11-06'),(384,'eventstatus',NULL,'Planned'),(384,'createdtime',NULL,'2025-11-10 09:25:44'),(384,'activitytype',NULL,'Call'),(384,'visibility',NULL,'Public'),(384,'duration_minutes',NULL,'5'),(384,'modifiedby',NULL,'1'),(384,'created_user_id',NULL,'1'),(384,'record_id',NULL,'870'),(384,'record_module',NULL,'Events'),(386,'subject',NULL,'toooooooo doooo'),(386,'assigned_user_id',NULL,'1'),(386,'date_start',NULL,'2025-11-06'),(386,'time_start',NULL,'18:30:00'),(386,'due_date',NULL,'2025-11-07'),(386,'taskstatus',NULL,'In Progress'),(386,'createdtime',NULL,'2025-11-10 09:26:25'),(386,'activitytype',NULL,'Task'),(386,'visibility',NULL,'Private'),(386,'duration_hours',NULL,'-489642'),(386,'duration_minutes',NULL,'-30'),(386,'modifiedby',NULL,'1'),(386,'created_user_id',NULL,'1'),(386,'record_id',NULL,'871'),(386,'record_module',NULL,'Calendar'),(387,'subject',NULL,'gggggggggggg'),(387,'assigned_user_id',NULL,'1'),(387,'date_start',NULL,'2025-11-10'),(387,'time_start',NULL,'09:41:00'),(387,'due_date',NULL,'2025-11-10'),(387,'contact_id',NULL,'265'),(387,'taskstatus',NULL,'Not Started'),(387,'createdtime',NULL,'2025-11-10 09:42:02'),(387,'activitytype',NULL,'Task'),(387,'visibility',NULL,'Public'),(387,'modifiedby',NULL,'1'),(387,'created_user_id',NULL,'1'),(387,'record_id',NULL,'872'),(387,'record_module',NULL,'Calendar'),(388,'subject',NULL,'jjjjjjjjjjjjj'),(388,'assigned_user_id',NULL,'1'),(388,'date_start',NULL,'2025-11-10'),(388,'time_start',NULL,'09:42:00'),(388,'due_date',NULL,'2025-11-10'),(388,'contact_id',NULL,'265'),(388,'taskstatus',NULL,'In Progress'),(388,'createdtime',NULL,'2025-11-10 09:42:49'),(388,'activitytype',NULL,'Task'),(388,'visibility',NULL,'Public'),(388,'modifiedby',NULL,'1'),(388,'created_user_id',NULL,'1'),(388,'record_id',NULL,'873'),(388,'record_module',NULL,'Calendar'),(389,'subject',NULL,'mmmmmmmmmmmmm'),(389,'assigned_user_id',NULL,'1'),(389,'date_start',NULL,'2025-11-10'),(389,'time_start',NULL,'09:43:00'),(389,'due_date',NULL,'2025-11-10'),(389,'contact_id',NULL,'265'),(389,'taskstatus',NULL,'Completed'),(389,'createdtime',NULL,'2025-11-10 09:45:47'),(389,'activitytype',NULL,'Task'),(389,'visibility',NULL,'Public'),(389,'modifiedby',NULL,'1'),(389,'created_user_id',NULL,'1'),(389,'record_id',NULL,'874'),(389,'record_module',NULL,'Calendar'),(390,'date_start',NULL,'2025-11-11'),(390,'activitytype',NULL,'Emails'),(390,'assigned_user_id',NULL,'1'),(390,'subject',NULL,'helllloooooooooooo11111111111'),(390,'description',NULL,'helllloooooooooooo11111111111'),(390,'time_start',NULL,'10:32'),(390,'createdtime',NULL,'2025-11-11 10:32:31'),(390,'modifiedby',NULL,'1'),(390,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(390,'saved_toid',NULL,'["poojachandarana.variance@gmail.com"]'),(390,'ccmail',NULL,'[""]'),(390,'bccmail',NULL,'[""]'),(390,'parent_id',NULL,'820@1|'),(390,'email_flag',NULL,'SENT'),(390,'record_id',NULL,'875'),(390,'record_module',NULL,'Emails'),(391,'date_start',NULL,'2025-11-11'),(391,'activitytype',NULL,'Emails'),(391,'assigned_user_id',NULL,'1'),(391,'subject',NULL,'QQQQQQQ'),(391,'description',NULL,'QQQQQQQQQQQQ'),(391,'time_start',NULL,'10:34'),(391,'createdtime',NULL,'2025-11-11 10:34:23'),(391,'modifiedby',NULL,'1'),(391,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(391,'saved_toid',NULL,'["suite787@outlook.com","canyaman98@outlook.com","johnwallmart01@outlook.com"]'),(391,'ccmail',NULL,'[""]'),(391,'bccmail',NULL,'[""]'),(391,'parent_id',NULL,'491@1|493@1|522@1|'),(391,'email_flag',NULL,'SENT'),(391,'record_id',NULL,'879'),(391,'record_module',NULL,'Emails'),(396,'date_start',NULL,'2025-11-11'),(396,'activitytype',NULL,'Emails'),(396,'assigned_user_id',NULL,'1'),(396,'subject',NULL,'send mail from the crm TOO'),(396,'description',NULL,'send mail from the crm TOO'),(396,'time_start',NULL,'11:07'),(396,'createdtime',NULL,'2025-11-11 11:07:54'),(396,'modifiedby',NULL,'1'),(396,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(396,'saved_toid',NULL,'["johnsmith251902@outlook.com","poojachandarana.variance@gmail.com","canyaman98@outlook.com"]'),(396,'ccmail',NULL,'[""]'),(396,'bccmail',NULL,'[""]'),(396,'email_flag',NULL,'SENT'),(396,'record_id',NULL,'881'),(396,'record_module',NULL,'Emails'),(397,'date_start',NULL,'2025-11-11'),(397,'activitytype',NULL,'Emails'),(397,'assigned_user_id',NULL,'1'),(397,'subject',NULL,'Hello i am sending you testing mail so ignore it ...................'),(397,'description',NULL,'<html><head>\r\n<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><style type="text/css" style="display:none">\r\n<!--\r\np\r\n {margin-top:0;\r\n margin-bottom:0}\r\n-->\r\n</style></head><body dir="ltr"><div class="elementToProof" style="font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">Hello i am sending you testing mail so ignore it ...................</div></body></html>'),(397,'time_start',NULL,'11:10:23'),(397,'createdtime',NULL,'2025-11-11 11:18:10'),(397,'modifiedby',NULL,'1'),(397,'from_email',NULL,'canyaman98@outlook.com'),(397,'saved_toid',NULL,'["johnsmith251902@outlook.com"]'),(397,'ccmail',NULL,'[""]'),(397,'bccmail',NULL,'[""]'),(397,'email_flag',NULL,'MailManager'),(397,'record_id',NULL,'882'),(397,'record_module',NULL,'Emails'),(399,'subject',NULL,'Hello i am sending you testing mail so ignore it ...................'),(399,'assigned_user_id',NULL,'1'),(399,'date_start',NULL,'2025-11-11'),(399,'time_start',NULL,'11:20:00'),(399,'due_date',NULL,'2025-11-11'),(399,'contact_id',NULL,'265'),(399,'taskstatus',NULL,'In Progress'),(399,'createdtime',NULL,'2025-11-11 11:20:24'),(399,'activitytype',NULL,'Task'),(399,'visibility',NULL,'Public'),(399,'modifiedby',NULL,'1'),(399,'created_user_id',NULL,'1'),(399,'record_id',NULL,'883'),(399,'record_module',NULL,'Calendar'),(400,'subject',NULL,'todyaaaaaaaaaa'),(400,'assigned_user_id',NULL,'1'),(400,'date_start',NULL,'2025-11-11'),(400,'time_start',NULL,'11:22:00'),(400,'due_date',NULL,'2025-11-11'),(400,'contact_id',NULL,'265'),(400,'taskstatus',NULL,'Completed'),(400,'createdtime',NULL,'2025-11-11 11:22:44'),(400,'activitytype',NULL,'Task'),(400,'visibility',NULL,'Public'),(400,'modifiedby',NULL,'1'),(400,'created_user_id',NULL,'1'),(400,'record_id',NULL,'884'),(400,'record_module',NULL,'Calendar'),(401,'subject',NULL,'event todayyyyyyy'),(401,'assigned_user_id',NULL,'1'),(401,'date_start',NULL,'2025-11-11'),(401,'time_start',NULL,'11:23:00'),(401,'time_end',NULL,'11:28:00'),(401,'due_date',NULL,'2025-11-11'),(401,'contact_id',NULL,'265'),(401,'eventstatus',NULL,'Planned'),(401,'createdtime',NULL,'2025-11-11 11:23:56'),(401,'activitytype',NULL,'Call'),(401,'visibility',NULL,'Public'),(401,'modifiedby',NULL,'1'),(401,'created_user_id',NULL,'1'),(401,'record_id',NULL,'885'),(401,'record_module',NULL,'Events'),(402,'subject',NULL,'tooooooo doooooooo'),(402,'assigned_user_id',NULL,'1'),(402,'date_start',NULL,'2025-11-13'),(402,'time_start',NULL,'11:24:00'),(402,'time_end',NULL,'11:29:00'),(402,'due_date',NULL,'2025-11-13'),(402,'contact_id',NULL,'265'),(402,'eventstatus',NULL,'Planned'),(402,'createdtime',NULL,'2025-11-11 11:24:24'),(402,'activitytype',NULL,'Call'),(402,'visibility',NULL,'Public'),(402,'modifiedby',NULL,'1'),(402,'created_user_id',NULL,'1'),(402,'record_id',NULL,'886'),(402,'record_module',NULL,'Events'),(403,'subject',NULL,'to do for today'),(403,'assigned_user_id',NULL,'1'),(403,'date_start',NULL,'2025-11-11'),(403,'time_start',NULL,'11:27:00'),(403,'due_date',NULL,'2025-11-11'),(403,'taskstatus',NULL,'In Progress'),(403,'createdtime',NULL,'2025-11-11 11:27:37'),(403,'activitytype',NULL,'Task'),(403,'visibility',NULL,'Public'),(403,'modifiedby',NULL,'1'),(403,'created_user_id',NULL,'1'),(403,'record_id',NULL,'887'),(403,'record_module',NULL,'Calendar'),(404,'subject',NULL,'to do for next dateeeeee'),(404,'assigned_user_id',NULL,'1'),(404,'date_start',NULL,'2025-11-12'),(404,'time_start',NULL,'11:27:00'),(404,'time_end',NULL,'11:32:00'),(404,'due_date',NULL,'2025-11-12'),(404,'eventstatus',NULL,'Planned'),(404,'createdtime',NULL,'2025-11-11 11:28:24'),(404,'activitytype',NULL,'Meeting'),(404,'visibility',NULL,'Public'),(404,'modifiedby',NULL,'1'),(404,'created_user_id',NULL,'1'),(404,'record_id',NULL,'888'),(404,'record_module',NULL,'Events'),(405,'subject',NULL,'todaayyyyyyyyyyyyyy'),(405,'assigned_user_id',NULL,'1'),(405,'date_start',NULL,'2025-11-11'),(405,'time_start',NULL,'11:30:00'),(405,'time_end',NULL,'11:35:00'),(405,'due_date',NULL,'2025-11-11'),(405,'eventstatus',NULL,'Planned'),(405,'createdtime',NULL,'2025-11-11 11:30:24'),(405,'activitytype',NULL,'Call'),(405,'visibility',NULL,'Public'),(405,'modifiedby',NULL,'1'),(405,'created_user_id',NULL,'1'),(405,'record_id',NULL,'889'),(405,'record_module',NULL,'Events'),(406,'subject',NULL,'nextttttt dayyyyyyy'),(406,'assigned_user_id',NULL,'1'),(406,'date_start',NULL,'2025-11-12'),(406,'time_start',NULL,'11:30:00'),(406,'due_date',NULL,'2025-11-12'),(406,'taskstatus',NULL,'In Progress'),(406,'createdtime',NULL,'2025-11-11 11:30:59'),(406,'activitytype',NULL,'Task'),(406,'visibility',NULL,'Public'),(406,'modifiedby',NULL,'1'),(406,'created_user_id',NULL,'1'),(406,'record_id',NULL,'890'),(406,'record_module',NULL,'Calendar'),(407,'subject',NULL,'z111111111111111111'),(407,'assigned_user_id',NULL,'1'),(407,'date_start',NULL,'2025-11-11'),(407,'time_start',NULL,'11:31:00'),(407,'due_date',NULL,'2025-11-11'),(407,'taskstatus',NULL,'In Progress'),(407,'createdtime',NULL,'2025-11-11 11:31:26'),(407,'activitytype',NULL,'Task'),(407,'visibility',NULL,'Public'),(407,'modifiedby',NULL,'1'),(407,'created_user_id',NULL,'1'),(407,'record_id',NULL,'891'),(407,'record_module',NULL,'Calendar'),(408,'subject',NULL,'c11111111111111'),(408,'assigned_user_id',NULL,'1'),(408,'date_start',NULL,'2025-11-15'),(408,'time_start',NULL,'11:31:00'),(408,'due_date',NULL,'2025-11-15'),(408,'taskstatus',NULL,'Not Started'),(408,'createdtime',NULL,'2025-11-11 11:31:55'),(408,'activitytype',NULL,'Task'),(408,'visibility',NULL,'Public'),(408,'modifiedby',NULL,'1'),(408,'created_user_id',NULL,'1'),(408,'record_id',NULL,'892'),(408,'record_module',NULL,'Calendar'),(409,'subject',NULL,'H1H1H1H11'),(409,'assigned_user_id',NULL,'1'),(409,'date_start',NULL,'2025-11-15'),(409,'time_start',NULL,'11:32:00'),(409,'due_date',NULL,'2025-11-15'),(409,'taskstatus',NULL,'In Progress'),(409,'createdtime',NULL,'2025-11-11 11:32:48'),(409,'activitytype',NULL,'Task'),(409,'visibility',NULL,'Public'),(409,'modifiedby',NULL,'1'),(409,'created_user_id',NULL,'1'),(409,'record_id',NULL,'893'),(409,'record_module',NULL,'Calendar'),(410,'subject',NULL,'Hello i am sending you testing mail so ignore it ...................'),(410,'assigned_user_id',NULL,'1'),(410,'date_start',NULL,'2025-11-11'),(410,'time_start',NULL,'11:35:00'),(410,'due_date',NULL,'2025-11-11'),(410,'taskstatus',NULL,'Not Started'),(410,'createdtime',NULL,'2025-11-11 11:35:48'),(410,'activitytype',NULL,'Task'),(410,'visibility',NULL,'Public'),(410,'modifiedby',NULL,'1'),(410,'created_user_id',NULL,'1'),(410,'record_id',NULL,'894'),(410,'record_module',NULL,'Calendar'),(411,'commentcontent',NULL,'C11111111111111111'),(411,'assigned_user_id',NULL,'1'),(411,'createdtime',NULL,'2025-11-11 11:39:40'),(411,'related_to',NULL,'493'),(411,'creator',NULL,'1'),(411,'userid',NULL,'1'),(411,'record_id',NULL,'895'),(411,'record_module',NULL,'ModComments'),(412,'date_start',NULL,'2025-11-11'),(412,'activitytype',NULL,'Emails'),(412,'assigned_user_id',NULL,'1'),(412,'subject',NULL,'Re: confirmmmmmmmmmmm'),(412,'description',NULL,'\n<p> </p>\n\n<p style="margin:0;padding:0;">On 11-11-2025 11:10 AM, canyaman98@outlook.com, wrote:</p>\n\n<blockquote style="border:0;margin:0;border-left:1px solid #808080;padding:0 0 0 2px;"> </blockquote>\n'),(412,'time_start',NULL,'11:43'),(412,'createdtime',NULL,'2025-11-11 11:43:09'),(412,'modifiedby',NULL,'1'),(412,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(412,'saved_toid',NULL,'["canyaman98@outlook.com"]'),(412,'ccmail',NULL,'[""]'),(412,'bccmail',NULL,'[""]'),(412,'email_flag',NULL,'SENT'),(412,'record_id',NULL,'896'),(412,'record_module',NULL,'Emails'),(413,'accountname',NULL,'outlook'),(413,'account_no',NULL,'ACC7'),(413,'phone',NULL,'1'),(413,'annual_revenue',NULL,'0.00000000'),(413,'assigned_user_id',NULL,'1'),(413,'createdtime',NULL,'2025-11-11 11:44:45'),(413,'modifiedby',NULL,'1'),(413,'record_id',NULL,'897'),(413,'record_module',NULL,'Accounts'),(414,'date_start',NULL,'1970-01-01'),(414,'parent_type',NULL,'Accounts'),(414,'activitytype',NULL,'Emails'),(414,'assigned_user_id',NULL,'1'),(414,'time_start',NULL,'00:00'),(414,'createdtime',NULL,'2025-11-11 11:44:45'),(414,'modifiedby',NULL,'1'),(414,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(414,'saved_toid',NULL,'[""]'),(414,'ccmail',NULL,'[""]'),(414,'bccmail',NULL,'[""]'),(414,'parent_id',NULL,'897@-1|'),(414,'email_flag',NULL,'MailManager'),(414,'record_id',NULL,'898'),(414,'record_module',NULL,'Emails'),(415,'date_start',NULL,'1970-01-01'),(415,'parent_type',NULL,'Accounts'),(415,'activitytype',NULL,'Emails'),(415,'assigned_user_id',NULL,'1'),(415,'time_start',NULL,'00:00'),(415,'createdtime',NULL,'2025-11-11 11:44:51'),(415,'modifiedby',NULL,'1'),(415,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(415,'saved_toid',NULL,'[""]'),(415,'ccmail',NULL,'[""]'),(415,'bccmail',NULL,'[""]'),(415,'parent_id',NULL,'897@-1|'),(415,'email_flag',NULL,'MailManager'),(415,'record_id',NULL,'899'),(415,'record_module',NULL,'Emails'),(416,'date_start',NULL,'2025-11-11'),(416,'activitytype',NULL,'Emails'),(416,'assigned_user_id',NULL,'1'),(416,'subject',NULL,'TT-NIdhi-179'),(416,'description',NULL,'ppppppppppppp'),(416,'time_start',NULL,'13:46'),(416,'createdtime',NULL,'2025-11-11 13:46:55'),(416,'modifiedby',NULL,'1'),(416,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(416,'saved_toid',NULL,'["canyaman98@outlook.com"]'),(416,'ccmail',NULL,'[""]'),(416,'bccmail',NULL,'[""]'),(416,'parent_id',NULL,'265@1|'),(416,'email_flag',NULL,'SAVED'),(416,'record_id',NULL,'900'),(416,'record_module',NULL,'Emails'),(417,'date_start',NULL,'2025-11-11'),(417,'activitytype',NULL,'Emails'),(417,'assigned_user_id',NULL,'1'),(417,'subject',NULL,'ppppppp'),(417,'description',NULL,'pppp'),(417,'time_start',NULL,'13:47'),(417,'createdtime',NULL,'2025-11-11 13:47:33'),(417,'modifiedby',NULL,'1'),(417,'from_email',NULL,'hiral.prajapati@varianceinfotech.com'),(417,'saved_toid',NULL,'["canyaman98@outlook.com"]'),(417,'ccmail',NULL,'[""]'),(417,'bccmail',NULL,'[""]'),(417,'parent_id',NULL,'265@1|'),(417,'email_flag',NULL,'SAVED'),(417,'record_id',NULL,'901'),(417,'record_module',NULL,'Emails');
/*!40000 ALTER TABLE `vtiger_modtracker_detail` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_modtracker_relations`
--
DROP TABLE IF EXISTS `vtiger_modtracker_relations`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_modtracker_relations` (
`id` int NOT NULL,
`targetmodule` varchar(100) NOT NULL,
`targetid` int NOT NULL,
`changedon` datetime DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_modtracker_relations`
--
LOCK TABLES `vtiger_modtracker_relations` WRITE;
/*!40000 ALTER TABLE `vtiger_modtracker_relations` DISABLE KEYS */;
INSERT INTO `vtiger_modtracker_relations` VALUES (265,'Emails',564,'2025-10-31 09:46:27'),(266,'Emails',558,'2025-10-31 09:46:32'),(275,'Emails',590,'2025-10-31 11:46:48'),(277,'Emails',591,'2025-10-31 11:50:46'),(279,'Emails',592,'2025-10-31 11:53:14'),(281,'Emails',593,'2025-10-31 12:01:44'),(283,'Emails',567,'2025-10-31 12:15:07'),(284,'Emails',578,'2025-10-31 12:15:09'),(285,'Emails',590,'2025-10-31 12:15:12'),(286,'Emails',591,'2025-10-31 12:15:15'),(287,'Emails',592,'2025-10-31 12:15:17'),(288,'Emails',593,'2025-10-31 12:15:20'),(294,'Emails',608,'2025-10-31 12:40:55'),(346,'Emails',821,'2025-11-04 13:32:09'),(347,'Emails',822,'2025-11-04 13:32:12'),(398,'Emails',882,'2025-11-11 11:18:11');
/*!40000 ALTER TABLE `vtiger_modtracker_relations` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_modtracker_tabs`
--
DROP TABLE IF EXISTS `vtiger_modtracker_tabs`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_modtracker_tabs` (
`tabid` int NOT NULL,
`visible` int DEFAULT '0',
PRIMARY KEY (`tabid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_modtracker_tabs`
--
LOCK TABLES `vtiger_modtracker_tabs` WRITE;
/*!40000 ALTER TABLE `vtiger_modtracker_tabs` DISABLE KEYS */;
INSERT INTO `vtiger_modtracker_tabs` VALUES (2,1),(4,1),(6,1),(7,1),(8,1),(9,1),(10,1),(13,1),(14,1),(15,1),(16,1),(18,1),(19,1),(20,1),(21,1),(22,1),(23,1),(26,1),(28,1),(31,1),(35,1),(36,1),(38,1),(39,1),(40,1),(41,1),(42,1),(45,1);
/*!40000 ALTER TABLE `vtiger_modtracker_tabs` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_module_dashboard_widgets`
--
DROP TABLE IF EXISTS `vtiger_module_dashboard_widgets`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_module_dashboard_widgets` (
`id` int NOT NULL AUTO_INCREMENT,
`linkid` int DEFAULT NULL,
`userid` int DEFAULT NULL,
`filterid` int DEFAULT NULL,
`title` varchar(100) DEFAULT NULL,
`data` text,
`position` varchar(50) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_module_dashboard_widgets`
--
LOCK TABLES `vtiger_module_dashboard_widgets` WRITE;
/*!40000 ALTER TABLE `vtiger_module_dashboard_widgets` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_module_dashboard_widgets` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_no_of_currency_decimals`
--
DROP TABLE IF EXISTS `vtiger_no_of_currency_decimals`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_no_of_currency_decimals` (
`no_of_currency_decimalsid` int NOT NULL AUTO_INCREMENT,
`no_of_currency_decimals` varchar(200) NOT NULL,
`sortorderid` int DEFAULT NULL,
`presence` int NOT NULL DEFAULT '1',
PRIMARY KEY (`no_of_currency_decimalsid`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_no_of_currency_decimals`
--
LOCK TABLES `vtiger_no_of_currency_decimals` WRITE;
/*!40000 ALTER TABLE `vtiger_no_of_currency_decimals` DISABLE KEYS */;
INSERT INTO `vtiger_no_of_currency_decimals` VALUES (2,'2',2,1),(3,'3',3,1),(4,'4',4,1),(5,'5',5,1),(6,'0',0,1),(7,'1',1,1);
/*!40000 ALTER TABLE `vtiger_no_of_currency_decimals` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_no_of_currency_decimals_seq`
--
DROP TABLE IF EXISTS `vtiger_no_of_currency_decimals_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_no_of_currency_decimals_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_no_of_currency_decimals_seq`
--
LOCK TABLES `vtiger_no_of_currency_decimals_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_no_of_currency_decimals_seq` DISABLE KEYS */;
INSERT INTO `vtiger_no_of_currency_decimals_seq` VALUES (7);
/*!40000 ALTER TABLE `vtiger_no_of_currency_decimals_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_notebook_contents`
--
DROP TABLE IF EXISTS `vtiger_notebook_contents`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_notebook_contents` (
`userid` int NOT NULL,
`notebookid` int NOT NULL,
`contents` text
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_notebook_contents`
--
LOCK TABLES `vtiger_notebook_contents` WRITE;
/*!40000 ALTER TABLE `vtiger_notebook_contents` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_notebook_contents` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_notes`
--
DROP TABLE IF EXISTS `vtiger_notes`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_notes` (
`notesid` int NOT NULL DEFAULT '0',
`note_no` varchar(100) NOT NULL,
`title` varchar(50) NOT NULL,
`filename` varchar(200) DEFAULT NULL,
`notecontent` text,
`folderid` int NOT NULL DEFAULT '1',
`filetype` varchar(50) DEFAULT NULL,
`filelocationtype` varchar(5) DEFAULT NULL,
`filedownloadcount` int DEFAULT NULL,
`filestatus` int DEFAULT NULL,
`filesize` int NOT NULL DEFAULT '0',
`fileversion` varchar(50) DEFAULT NULL,
PRIMARY KEY (`notesid`),
KEY `notes_title_idx` (`title`),
KEY `notes_notesid_idx` (`notesid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_notes`
--
LOCK TABLES `vtiger_notes` WRITE;
/*!40000 ALTER TABLE `vtiger_notes` DISABLE KEYS */;
INSERT INTO `vtiger_notes` VALUES (261,'DOC1','DOC111111','9B.jfif','12123',1,'image/jpeg','I',NULL,1,122728,'');
/*!40000 ALTER TABLE `vtiger_notes` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_notescf`
--
DROP TABLE IF EXISTS `vtiger_notescf`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_notescf` (
`notesid` int NOT NULL DEFAULT '0',
PRIMARY KEY (`notesid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_notescf`
--
LOCK TABLES `vtiger_notescf` WRITE;
/*!40000 ALTER TABLE `vtiger_notescf` DISABLE KEYS */;
INSERT INTO `vtiger_notescf` VALUES (261);
/*!40000 ALTER TABLE `vtiger_notescf` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_notificationscheduler`
--
DROP TABLE IF EXISTS `vtiger_notificationscheduler`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_notificationscheduler` (
`schedulednotificationid` int NOT NULL AUTO_INCREMENT,
`schedulednotificationname` varchar(200) DEFAULT NULL,
`active` int DEFAULT NULL,
`notificationsubject` varchar(200) DEFAULT NULL,
`notificationbody` text,
`label` varchar(50) DEFAULT NULL,
`type` varchar(10) DEFAULT NULL,
PRIMARY KEY (`schedulednotificationid`),
UNIQUE KEY `notificationscheduler_schedulednotificationname_idx` (`schedulednotificationname`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_notificationscheduler`
--
LOCK TABLES `vtiger_notificationscheduler` WRITE;
/*!40000 ALTER TABLE `vtiger_notificationscheduler` DISABLE KEYS */;
INSERT INTO `vtiger_notificationscheduler` VALUES (1,'LBL_TASK_NOTIFICATION_DESCRITPION',1,'Task Delay Notification','Tasks delayed beyond 24 hrs ','LBL_TASK_NOTIFICATION',NULL),(2,'LBL_BIG_DEAL_DESCRIPTION',1,'Big Deal notification','Success! A big deal has been won! ','LBL_BIG_DEAL',NULL),(3,'LBL_TICKETS_DESCRIPTION',1,'Pending Tickets notification','Ticket pending please ','LBL_PENDING_TICKETS',NULL),(4,'LBL_MANY_TICKETS_DESCRIPTION',1,'Too many tickets Notification','Too many tickets pending against this entity ','LBL_MANY_TICKETS',NULL),(5,'LBL_START_DESCRIPTION',1,'Support Start Notification','10','LBL_START_NOTIFICATION','select'),(6,'LBL_SUPPORT_DESCRIPTION',1,'Support ending please','11','LBL_SUPPORT_NOTICIATION','select'),(7,'LBL_SUPPORT_DESCRIPTION_MONTH',1,'Support ending please','12','LBL_SUPPORT_NOTICIATION_MONTH','select'),(8,'LBL_ACTIVITY_REMINDER_DESCRIPTION',1,'Activity Reminder Notification','This is a reminder notification for the Activity','LBL_ACTIVITY_NOTIFICATION',NULL);
/*!40000 ALTER TABLE `vtiger_notificationscheduler` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_notificationscheduler_seq`
--
DROP TABLE IF EXISTS `vtiger_notificationscheduler_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_notificationscheduler_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_notificationscheduler_seq`
--
LOCK TABLES `vtiger_notificationscheduler_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_notificationscheduler_seq` DISABLE KEYS */;
INSERT INTO `vtiger_notificationscheduler_seq` VALUES (8);
/*!40000 ALTER TABLE `vtiger_notificationscheduler_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_opportunity_type`
--
DROP TABLE IF EXISTS `vtiger_opportunity_type`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_opportunity_type` (
`opptypeid` int NOT NULL AUTO_INCREMENT,
`opportunity_type` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT NULL,
PRIMARY KEY (`opptypeid`),
UNIQUE KEY `opportunity_type_opportunity_type_idx` (`opportunity_type`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_opportunity_type`
--
LOCK TABLES `vtiger_opportunity_type` WRITE;
/*!40000 ALTER TABLE `vtiger_opportunity_type` DISABLE KEYS */;
INSERT INTO `vtiger_opportunity_type` VALUES (2,'Existing Business',1,128,1),(3,'New Business',1,129,2);
/*!40000 ALTER TABLE `vtiger_opportunity_type` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_opportunity_type_seq`
--
DROP TABLE IF EXISTS `vtiger_opportunity_type_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_opportunity_type_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_opportunity_type_seq`
--
LOCK TABLES `vtiger_opportunity_type_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_opportunity_type_seq` DISABLE KEYS */;
INSERT INTO `vtiger_opportunity_type_seq` VALUES (3);
/*!40000 ALTER TABLE `vtiger_opportunity_type_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_opportunitystage`
--
DROP TABLE IF EXISTS `vtiger_opportunitystage`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_opportunitystage` (
`potstageid` int NOT NULL AUTO_INCREMENT,
`stage` varchar(200) NOT NULL,
`sortorderid` int NOT NULL DEFAULT '0',
`presence` int NOT NULL DEFAULT '1',
`probability` decimal(3,2) DEFAULT '0.00',
PRIMARY KEY (`potstageid`),
UNIQUE KEY `opportunitystage_stage_idx` (`stage`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_opportunitystage`
--
LOCK TABLES `vtiger_opportunitystage` WRITE;
/*!40000 ALTER TABLE `vtiger_opportunitystage` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_opportunitystage` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_org_share_action2tab`
--
DROP TABLE IF EXISTS `vtiger_org_share_action2tab`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_org_share_action2tab` (
`share_action_id` int NOT NULL,
`tabid` int NOT NULL,
PRIMARY KEY (`share_action_id`,`tabid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_org_share_action2tab`
--
LOCK TABLES `vtiger_org_share_action2tab` WRITE;
/*!40000 ALTER TABLE `vtiger_org_share_action2tab` DISABLE KEYS */;
INSERT INTO `vtiger_org_share_action2tab` VALUES (0,2),(0,4),(0,6),(0,7),(0,8),(0,9),(0,10),(0,13),(0,14),(0,16),(0,18),(0,20),(0,21),(0,22),(0,23),(0,26),(0,31),(0,35),(0,36),(0,38),(0,39),(0,40),(0,41),(0,42),(0,45),(0,51),(0,52),(0,53),(1,2),(1,4),(1,6),(1,7),(1,8),(1,9),(1,10),(1,13),(1,14),(1,16),(1,18),(1,20),(1,21),(1,22),(1,23),(1,26),(1,31),(1,35),(1,36),(1,38),(1,39),(1,40),(1,41),(1,42),(1,45),(1,51),(1,52),(1,53),(2,2),(2,4),(2,6),(2,7),(2,8),(2,9),(2,10),(2,13),(2,14),(2,16),(2,18),(2,20),(2,21),(2,22),(2,23),(2,26),(2,31),(2,35),(2,36),(2,38),(2,39),(2,40),(2,41),(2,42),(2,45),(2,51),(2,52),(2,53),(3,2),(3,4),(3,6),(3,7),(3,8),(3,9),(3,10),(3,13),(3,14),(3,16),(3,18),(3,20),(3,21),(3,22),(3,23),(3,26),(3,31),(3,35),(3,36),(3,38),(3,39),(3,40),(3,41),(3,42),(3,45),(3,51),(3,52),(3,53);
/*!40000 ALTER TABLE `vtiger_org_share_action2tab` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_org_share_action_mapping`
--
DROP TABLE IF EXISTS `vtiger_org_share_action_mapping`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_org_share_action_mapping` (
`share_action_id` int NOT NULL,
`share_action_name` varchar(200) DEFAULT NULL,
PRIMARY KEY (`share_action_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_org_share_action_mapping`
--
LOCK TABLES `vtiger_org_share_action_mapping` WRITE;
/*!40000 ALTER TABLE `vtiger_org_share_action_mapping` DISABLE KEYS */;
INSERT INTO `vtiger_org_share_action_mapping` VALUES (0,'Public: Read Only'),(1,'Public: Read, Create/Edit'),(2,'Public: Read, Create/Edit, Delete'),(3,'Private'),(4,'Hide Details'),(5,'Hide Details and Add Events'),(6,'Show Details'),(7,'Show Details and Add Events');
/*!40000 ALTER TABLE `vtiger_org_share_action_mapping` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_organizationdetails`
--
DROP TABLE IF EXISTS `vtiger_organizationdetails`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_organizationdetails` (
`organization_id` int NOT NULL,
`organizationname` varchar(60) DEFAULT NULL,
`address` varchar(150) DEFAULT NULL,
`city` varchar(100) DEFAULT NULL,
`state` varchar(100) DEFAULT NULL,
`country` varchar(100) DEFAULT NULL,
`code` varchar(30) DEFAULT NULL,
`phone` varchar(30) DEFAULT NULL,
`fax` varchar(30) DEFAULT NULL,
`website` varchar(100) DEFAULT NULL,
`logoname` varchar(50) DEFAULT NULL,
`logo` text,
`vatid` varchar(100) DEFAULT NULL,
PRIMARY KEY (`organization_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_organizationdetails`
--
LOCK TABLES `vtiger_organizationdetails` WRITE;
/*!40000 ALTER TABLE `vtiger_organizationdetails` DISABLE KEYS */;
INSERT INTO `vtiger_organizationdetails` VALUES (1,'vtiger','95, 12th Main Road, 3rd Block, Rajajinagar','Bangalore','Karnataka','India','560010','+91 9243602352','+91 9243602352','www.vtiger.com','vtiger-crm-logo.png',NULL,'1234-5678-9012');
/*!40000 ALTER TABLE `vtiger_organizationdetails` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_organizationdetails_seq`
--
DROP TABLE IF EXISTS `vtiger_organizationdetails_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_organizationdetails_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_organizationdetails_seq`
--
LOCK TABLES `vtiger_organizationdetails_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_organizationdetails_seq` DISABLE KEYS */;
INSERT INTO `vtiger_organizationdetails_seq` VALUES (1);
/*!40000 ALTER TABLE `vtiger_organizationdetails_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_othereventduration`
--
DROP TABLE IF EXISTS `vtiger_othereventduration`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_othereventduration` (
`othereventdurationid` int NOT NULL AUTO_INCREMENT,
`othereventduration` varchar(200) NOT NULL,
`sortorderid` int DEFAULT NULL,
`presence` int NOT NULL DEFAULT '1',
PRIMARY KEY (`othereventdurationid`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_othereventduration`
--
LOCK TABLES `vtiger_othereventduration` WRITE;
/*!40000 ALTER TABLE `vtiger_othereventduration` DISABLE KEYS */;
INSERT INTO `vtiger_othereventduration` VALUES (1,'5',1,1),(2,'10',2,1),(3,'30',3,1),(4,'60',4,1),(5,'120',5,1);
/*!40000 ALTER TABLE `vtiger_othereventduration` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_othereventduration_seq`
--
DROP TABLE IF EXISTS `vtiger_othereventduration_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_othereventduration_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_othereventduration_seq`
--
LOCK TABLES `vtiger_othereventduration_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_othereventduration_seq` DISABLE KEYS */;
INSERT INTO `vtiger_othereventduration_seq` VALUES (5);
/*!40000 ALTER TABLE `vtiger_othereventduration_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_parenttab`
--
DROP TABLE IF EXISTS `vtiger_parenttab`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_parenttab` (
`parenttabid` int NOT NULL,
`parenttab_label` varchar(100) NOT NULL,
`sequence` int NOT NULL,
`visible` int NOT NULL DEFAULT '0',
PRIMARY KEY (`parenttabid`),
KEY `parenttab_parenttabid_parenttabl_label_visible_idx` (`parenttabid`,`parenttab_label`,`visible`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_parenttab`
--
LOCK TABLES `vtiger_parenttab` WRITE;
/*!40000 ALTER TABLE `vtiger_parenttab` DISABLE KEYS */;
INSERT INTO `vtiger_parenttab` VALUES (1,'My Home Page',1,0),(2,'Marketing',2,0),(3,'Sales',3,0),(4,'Support',4,0),(5,'Analytics',5,0),(6,'Inventory',6,0),(7,'Tools',7,0),(8,'Settings',8,0);
/*!40000 ALTER TABLE `vtiger_parenttab` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_parenttabrel`
--
DROP TABLE IF EXISTS `vtiger_parenttabrel`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_parenttabrel` (
`parenttabid` int NOT NULL,
`tabid` int NOT NULL,
`sequence` int NOT NULL,
KEY `parenttabrel_tabid_parenttabid_idx` (`tabid`,`parenttabid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_parenttabrel`
--
LOCK TABLES `vtiger_parenttabrel` WRITE;
/*!40000 ALTER TABLE `vtiger_parenttabrel` DISABLE KEYS */;
INSERT INTO `vtiger_parenttabrel` VALUES (1,9,2),(1,28,4),(1,3,1),(3,7,1),(3,6,2),(3,4,3),(3,2,4),(3,20,5),(3,22,6),(3,23,7),(3,19,8),(3,8,9),(4,13,1),(4,15,2),(4,6,3),(4,4,4),(4,8,5),(5,1,2),(5,25,1),(6,14,1),(6,18,2),(6,19,3),(6,21,4),(6,22,5),(6,20,6),(6,23,7),(7,24,1),(7,27,2),(7,8,3),(2,26,1),(2,6,2),(2,4,3),(2,28,4),(4,28,7),(2,7,5),(2,9,6),(4,9,8),(2,8,8),(3,9,11),(7,31,4),(7,31,5),(7,32,6),(7,32,7),(4,35,9),(4,35,10),(6,36,8),(6,36,9),(4,38,11),(4,38,12),(4,39,13),(4,39,14),(4,40,15),(4,40,16),(6,41,10),(6,41,11),(7,42,8),(7,42,9),(7,44,10),(7,44,11),(7,45,12),(7,45,13),(7,48,14),(7,48,15),(8,49,1),(8,49,2),(3,51,12),(3,51,13),(3,51,14),(3,53,15);
/*!40000 ALTER TABLE `vtiger_parenttabrel` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_payment_duration`
--
DROP TABLE IF EXISTS `vtiger_payment_duration`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_payment_duration` (
`payment_duration_id` int DEFAULT NULL,
`payment_duration` varchar(200) DEFAULT NULL,
`sortorderid` int DEFAULT NULL,
`presence` int DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_payment_duration`
--
LOCK TABLES `vtiger_payment_duration` WRITE;
/*!40000 ALTER TABLE `vtiger_payment_duration` DISABLE KEYS */;
INSERT INTO `vtiger_payment_duration` VALUES (1,'Net 30 days',0,1),(2,'Net 45 days',1,1),(3,'Net 60 days',2,1);
/*!40000 ALTER TABLE `vtiger_payment_duration` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_payment_duration_seq`
--
DROP TABLE IF EXISTS `vtiger_payment_duration_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_payment_duration_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_payment_duration_seq`
--
LOCK TABLES `vtiger_payment_duration_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_payment_duration_seq` DISABLE KEYS */;
INSERT INTO `vtiger_payment_duration_seq` VALUES (3);
/*!40000 ALTER TABLE `vtiger_payment_duration_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_pbxmanager`
--
DROP TABLE IF EXISTS `vtiger_pbxmanager`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_pbxmanager` (
`pbxmanagerid` int NOT NULL AUTO_INCREMENT,
`direction` varchar(10) DEFAULT NULL,
`callstatus` varchar(20) DEFAULT NULL,
`starttime` datetime DEFAULT NULL,
`endtime` datetime DEFAULT NULL,
`totalduration` int DEFAULT NULL,
`billduration` int DEFAULT NULL,
`recordingurl` varchar(200) DEFAULT NULL,
`sourceuuid` varchar(100) DEFAULT NULL,
`gateway` varchar(20) DEFAULT NULL,
`customer` varchar(100) DEFAULT NULL,
`user` varchar(100) DEFAULT NULL,
`customernumber` varchar(100) DEFAULT NULL,
`customertype` varchar(100) DEFAULT NULL,
PRIMARY KEY (`pbxmanagerid`),
KEY `index_sourceuuid` (`sourceuuid`),
KEY `index_pbxmanager_id` (`pbxmanagerid`)
) ENGINE=InnoDB AUTO_INCREMENT=22 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_pbxmanager`
--
LOCK TABLES `vtiger_pbxmanager` WRITE;
/*!40000 ALTER TABLE `vtiger_pbxmanager` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_pbxmanager` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_pbxmanager_gateway`
--
DROP TABLE IF EXISTS `vtiger_pbxmanager_gateway`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_pbxmanager_gateway` (
`id` int NOT NULL AUTO_INCREMENT,
`gateway` varchar(20) DEFAULT NULL,
`parameters` text,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_pbxmanager_gateway`
--
LOCK TABLES `vtiger_pbxmanager_gateway` WRITE;
/*!40000 ALTER TABLE `vtiger_pbxmanager_gateway` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_pbxmanager_gateway` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_pbxmanager_phonelookup`
--
DROP TABLE IF EXISTS `vtiger_pbxmanager_phonelookup`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_pbxmanager_phonelookup` (
`crmid` int DEFAULT NULL,
`setype` varchar(30) DEFAULT NULL,
`fnumber` varchar(100) DEFAULT NULL,
`rnumber` varchar(100) DEFAULT NULL,
`fieldname` varchar(50) DEFAULT NULL,
UNIQUE KEY `unique_key` (`crmid`,`setype`,`fieldname`),
KEY `index_phone_number` (`fnumber`,`rnumber`),
CONSTRAINT `vtiger_pbxmanager_phonelookup_ibfk_1` FOREIGN KEY (`crmid`) REFERENCES `vtiger_crmentity` (`crmid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_pbxmanager_phonelookup`
--
LOCK TABLES `vtiger_pbxmanager_phonelookup` WRITE;
/*!40000 ALTER TABLE `vtiger_pbxmanager_phonelookup` DISABLE KEYS */;
INSERT INTO `vtiger_pbxmanager_phonelookup` VALUES (897,'Accounts','1','1','phone');
/*!40000 ALTER TABLE `vtiger_pbxmanager_phonelookup` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_pbxmanagercf`
--
DROP TABLE IF EXISTS `vtiger_pbxmanagercf`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_pbxmanagercf` (
`pbxmanagerid` int NOT NULL,
PRIMARY KEY (`pbxmanagerid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_pbxmanagercf`
--
LOCK TABLES `vtiger_pbxmanagercf` WRITE;
/*!40000 ALTER TABLE `vtiger_pbxmanagercf` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_pbxmanagercf` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_picklist`
--
DROP TABLE IF EXISTS `vtiger_picklist`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_picklist` (
`picklistid` int NOT NULL AUTO_INCREMENT,
`name` varchar(200) NOT NULL,
PRIMARY KEY (`picklistid`),
UNIQUE KEY `picklist_name_idx` (`name`)
) ENGINE=InnoDB AUTO_INCREMENT=49 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_picklist`
--
LOCK TABLES `vtiger_picklist` WRITE;
/*!40000 ALTER TABLE `vtiger_picklist` DISABLE KEYS */;
INSERT INTO `vtiger_picklist` VALUES (1,'accounttype'),(2,'activitytype'),(45,'assetstatus'),(3,'campaignstatus'),(4,'campaigntype'),(5,'carrier'),(33,'contract_priority'),(32,'contract_status'),(34,'contract_type'),(48,'defaultactivitytype'),(47,'defaulteventstatus'),(6,'eventstatus'),(7,'expectedresponse'),(8,'faqcategories'),(9,'faqstatus'),(10,'glacct'),(11,'industry'),(12,'invoicestatus'),(13,'leadsource'),(14,'leadstatus'),(15,'manufacturer'),(16,'opportunity_type'),(17,'postatus'),(18,'productcategory'),(44,'progress'),(37,'projectmilestonetype'),(43,'projectpriority'),(41,'projectstatus'),(39,'projecttaskpriority'),(40,'projecttaskprogress'),(46,'projecttaskstatus'),(38,'projecttasktype'),(42,'projecttype'),(19,'quotestage'),(20,'rating'),(21,'sales_stage'),(22,'salutationtype'),(36,'servicecategory'),(35,'service_usageunit'),(23,'sostatus'),(24,'taskpriority'),(25,'taskstatus'),(26,'ticketcategories'),(27,'ticketpriorities'),(28,'ticketseverities'),(29,'ticketstatus'),(31,'tracking_unit'),(30,'usageunit');
/*!40000 ALTER TABLE `vtiger_picklist` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_picklist_dependency`
--
DROP TABLE IF EXISTS `vtiger_picklist_dependency`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_picklist_dependency` (
`id` int NOT NULL,
`tabid` int NOT NULL,
`sourcefield` varchar(255) DEFAULT NULL,
`targetfield` varchar(255) DEFAULT NULL,
`sourcevalue` varchar(100) DEFAULT NULL,
`targetvalues` text,
`criteria` text,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_picklist_dependency`
--
LOCK TABLES `vtiger_picklist_dependency` WRITE;
/*!40000 ALTER TABLE `vtiger_picklist_dependency` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_picklist_dependency` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_picklist_seq`
--
DROP TABLE IF EXISTS `vtiger_picklist_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_picklist_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_picklist_seq`
--
LOCK TABLES `vtiger_picklist_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_picklist_seq` DISABLE KEYS */;
INSERT INTO `vtiger_picklist_seq` VALUES (48);
/*!40000 ALTER TABLE `vtiger_picklist_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_picklistvalues_seq`
--
DROP TABLE IF EXISTS `vtiger_picklistvalues_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_picklistvalues_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_picklistvalues_seq`
--
LOCK TABLES `vtiger_picklistvalues_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_picklistvalues_seq` DISABLE KEYS */;
INSERT INTO `vtiger_picklistvalues_seq` VALUES (302);
/*!40000 ALTER TABLE `vtiger_picklistvalues_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_pobillads`
--
DROP TABLE IF EXISTS `vtiger_pobillads`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_pobillads` (
`pobilladdressid` int NOT NULL DEFAULT '0',
`bill_city` varchar(30) DEFAULT NULL,
`bill_code` varchar(30) DEFAULT NULL,
`bill_country` varchar(30) DEFAULT NULL,
`bill_state` varchar(30) DEFAULT NULL,
`bill_street` varchar(250) DEFAULT NULL,
`bill_pobox` varchar(30) DEFAULT NULL,
PRIMARY KEY (`pobilladdressid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_pobillads`
--
LOCK TABLES `vtiger_pobillads` WRITE;
/*!40000 ALTER TABLE `vtiger_pobillads` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_pobillads` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_portal`
--
DROP TABLE IF EXISTS `vtiger_portal`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_portal` (
`portalid` int NOT NULL,
`portalname` varchar(200) NOT NULL,
`portalurl` varchar(255) NOT NULL,
`sequence` int NOT NULL,
`setdefault` int NOT NULL DEFAULT '0',
`createdtime` datetime DEFAULT NULL,
PRIMARY KEY (`portalid`),
KEY `portal_portalname_idx` (`portalname`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_portal`
--
LOCK TABLES `vtiger_portal` WRITE;
/*!40000 ALTER TABLE `vtiger_portal` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_portal` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_portalinfo`
--
DROP TABLE IF EXISTS `vtiger_portalinfo`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_portalinfo` (
`id` int NOT NULL,
`user_name` varchar(50) DEFAULT NULL,
`user_password` varchar(255) DEFAULT NULL,
`type` varchar(5) DEFAULT NULL,
`cryptmode` varchar(20) DEFAULT NULL,
`last_login_time` datetime DEFAULT NULL,
`login_time` datetime DEFAULT NULL,
`logout_time` datetime DEFAULT NULL,
`isactive` int DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_portalinfo`
--
LOCK TABLES `vtiger_portalinfo` WRITE;
/*!40000 ALTER TABLE `vtiger_portalinfo` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_portalinfo` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_poshipads`
--
DROP TABLE IF EXISTS `vtiger_poshipads`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_poshipads` (
`poshipaddressid` int NOT NULL DEFAULT '0',
`ship_city` varchar(30) DEFAULT NULL,
`ship_code` varchar(30) DEFAULT NULL,
`ship_country` varchar(30) DEFAULT NULL,
`ship_state` varchar(30) DEFAULT NULL,
`ship_street` varchar(250) DEFAULT NULL,
`ship_pobox` varchar(30) DEFAULT NULL,
PRIMARY KEY (`poshipaddressid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_poshipads`
--
LOCK TABLES `vtiger_poshipads` WRITE;
/*!40000 ALTER TABLE `vtiger_poshipads` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_poshipads` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_postatus`
--
DROP TABLE IF EXISTS `vtiger_postatus`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_postatus` (
`postatusid` int NOT NULL AUTO_INCREMENT,
`postatus` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT NULL,
PRIMARY KEY (`postatusid`),
UNIQUE KEY `postatus_postatus_idx` (`postatus`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_postatus`
--
LOCK TABLES `vtiger_postatus` WRITE;
/*!40000 ALTER TABLE `vtiger_postatus` DISABLE KEYS */;
INSERT INTO `vtiger_postatus` VALUES (1,'Created',0,130,0),(2,'Approved',0,131,1),(3,'Delivered',0,132,2),(4,'Cancelled',0,133,3),(5,'Received Shipment',0,134,4);
/*!40000 ALTER TABLE `vtiger_postatus` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_postatus_seq`
--
DROP TABLE IF EXISTS `vtiger_postatus_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_postatus_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_postatus_seq`
--
LOCK TABLES `vtiger_postatus_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_postatus_seq` DISABLE KEYS */;
INSERT INTO `vtiger_postatus_seq` VALUES (5);
/*!40000 ALTER TABLE `vtiger_postatus_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_postatushistory`
--
DROP TABLE IF EXISTS `vtiger_postatushistory`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_postatushistory` (
`historyid` int NOT NULL AUTO_INCREMENT,
`purchaseorderid` int NOT NULL,
`vendorname` varchar(100) DEFAULT NULL,
`total` decimal(10,0) DEFAULT NULL,
`postatus` varchar(200) DEFAULT NULL,
`lastmodified` datetime DEFAULT NULL,
PRIMARY KEY (`historyid`),
KEY `postatushistory_purchaseorderid_idx` (`purchaseorderid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_postatushistory`
--
LOCK TABLES `vtiger_postatushistory` WRITE;
/*!40000 ALTER TABLE `vtiger_postatushistory` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_postatushistory` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_potential`
--
DROP TABLE IF EXISTS `vtiger_potential`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_potential` (
`potentialid` int NOT NULL DEFAULT '0',
`potential_no` varchar(100) NOT NULL,
`related_to` int DEFAULT NULL,
`potentialname` varchar(120) NOT NULL,
`amount` decimal(25,8) DEFAULT NULL,
`currency` varchar(20) DEFAULT NULL,
`closingdate` date DEFAULT NULL,
`typeofrevenue` varchar(50) DEFAULT NULL,
`nextstep` varchar(100) DEFAULT NULL,
`private` int DEFAULT '0',
`probability` decimal(7,3) DEFAULT '0.000',
`campaignid` int DEFAULT NULL,
`sales_stage` varchar(200) DEFAULT NULL,
`potentialtype` varchar(200) DEFAULT NULL,
`leadsource` varchar(200) DEFAULT NULL,
`productid` int DEFAULT NULL,
`productversion` varchar(50) DEFAULT NULL,
`quotationref` varchar(50) DEFAULT NULL,
`partnercontact` varchar(50) DEFAULT NULL,
`remarks` varchar(50) DEFAULT NULL,
`runtimefee` int DEFAULT '0',
`followupdate` date DEFAULT NULL,
`evaluationstatus` varchar(50) DEFAULT NULL,
`description` text,
`forecastcategory` int DEFAULT '0',
`outcomeanalysis` int DEFAULT '0',
`forecast_amount` decimal(25,8) DEFAULT NULL,
`isconvertedfromlead` varchar(3) DEFAULT '0',
`contact_id` int DEFAULT NULL,
PRIMARY KEY (`potentialid`),
KEY `potential_relatedto_idx` (`related_to`),
KEY `potentail_sales_stage_idx` (`sales_stage`),
KEY `potentail_sales_stage_amount_idx` (`amount`,`sales_stage`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_potential`
--
LOCK TABLES `vtiger_potential` WRITE;
/*!40000 ALTER TABLE `vtiger_potential` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_potential` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_potentialscf`
--
DROP TABLE IF EXISTS `vtiger_potentialscf`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_potentialscf` (
`potentialid` int NOT NULL DEFAULT '0',
PRIMARY KEY (`potentialid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_potentialscf`
--
LOCK TABLES `vtiger_potentialscf` WRITE;
/*!40000 ALTER TABLE `vtiger_potentialscf` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_potentialscf` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_potstagehistory`
--
DROP TABLE IF EXISTS `vtiger_potstagehistory`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_potstagehistory` (
`historyid` int NOT NULL AUTO_INCREMENT,
`potentialid` int NOT NULL,
`amount` decimal(10,0) DEFAULT NULL,
`stage` varchar(100) DEFAULT NULL,
`probability` decimal(7,3) DEFAULT NULL,
`expectedrevenue` decimal(10,0) DEFAULT NULL,
`closedate` date DEFAULT NULL,
`lastmodified` datetime DEFAULT NULL,
PRIMARY KEY (`historyid`),
KEY `potstagehistory_potentialid_idx` (`potentialid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_potstagehistory`
--
LOCK TABLES `vtiger_potstagehistory` WRITE;
/*!40000 ALTER TABLE `vtiger_potstagehistory` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_potstagehistory` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_pricebook`
--
DROP TABLE IF EXISTS `vtiger_pricebook`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_pricebook` (
`pricebookid` int NOT NULL DEFAULT '0',
`pricebook_no` varchar(100) NOT NULL,
`bookname` varchar(100) DEFAULT NULL,
`active` int DEFAULT NULL,
`currency_id` int NOT NULL DEFAULT '1',
PRIMARY KEY (`pricebookid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_pricebook`
--
LOCK TABLES `vtiger_pricebook` WRITE;
/*!40000 ALTER TABLE `vtiger_pricebook` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_pricebook` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_pricebookcf`
--
DROP TABLE IF EXISTS `vtiger_pricebookcf`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_pricebookcf` (
`pricebookid` int NOT NULL DEFAULT '0',
PRIMARY KEY (`pricebookid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_pricebookcf`
--
LOCK TABLES `vtiger_pricebookcf` WRITE;
/*!40000 ALTER TABLE `vtiger_pricebookcf` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_pricebookcf` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_pricebookproductrel`
--
DROP TABLE IF EXISTS `vtiger_pricebookproductrel`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_pricebookproductrel` (
`pricebookid` int NOT NULL,
`productid` int NOT NULL,
`listprice` decimal(27,8) DEFAULT NULL,
`usedcurrency` int NOT NULL DEFAULT '1',
PRIMARY KEY (`pricebookid`,`productid`),
KEY `pricebookproductrel_pricebookid_idx` (`pricebookid`),
KEY `pricebookproductrel_productid_idx` (`productid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_pricebookproductrel`
--
LOCK TABLES `vtiger_pricebookproductrel` WRITE;
/*!40000 ALTER TABLE `vtiger_pricebookproductrel` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_pricebookproductrel` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_priority`
--
DROP TABLE IF EXISTS `vtiger_priority`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_priority` (
`priorityid` int NOT NULL AUTO_INCREMENT,
`priority` varchar(200) NOT NULL,
`sortorderid` int NOT NULL DEFAULT '0',
`presence` int NOT NULL DEFAULT '1',
PRIMARY KEY (`priorityid`),
UNIQUE KEY `priority_priority_idx` (`priority`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_priority`
--
LOCK TABLES `vtiger_priority` WRITE;
/*!40000 ALTER TABLE `vtiger_priority` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_priority` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_productcategory`
--
DROP TABLE IF EXISTS `vtiger_productcategory`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_productcategory` (
`productcategoryid` int NOT NULL AUTO_INCREMENT,
`productcategory` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT NULL,
PRIMARY KEY (`productcategoryid`),
UNIQUE KEY `productcategory_productcategory_idx` (`productcategory`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_productcategory`
--
LOCK TABLES `vtiger_productcategory` WRITE;
/*!40000 ALTER TABLE `vtiger_productcategory` DISABLE KEYS */;
INSERT INTO `vtiger_productcategory` VALUES (2,'Hardware',1,136,1),(3,'Software',1,137,2),(4,'CRM Applications',1,138,3);
/*!40000 ALTER TABLE `vtiger_productcategory` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_productcategory_seq`
--
DROP TABLE IF EXISTS `vtiger_productcategory_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_productcategory_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_productcategory_seq`
--
LOCK TABLES `vtiger_productcategory_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_productcategory_seq` DISABLE KEYS */;
INSERT INTO `vtiger_productcategory_seq` VALUES (4);
/*!40000 ALTER TABLE `vtiger_productcategory_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_productcf`
--
DROP TABLE IF EXISTS `vtiger_productcf`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_productcf` (
`productid` int NOT NULL DEFAULT '0',
PRIMARY KEY (`productid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_productcf`
--
LOCK TABLES `vtiger_productcf` WRITE;
/*!40000 ALTER TABLE `vtiger_productcf` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_productcf` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_productcurrencyrel`
--
DROP TABLE IF EXISTS `vtiger_productcurrencyrel`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_productcurrencyrel` (
`productid` int NOT NULL,
`currencyid` int NOT NULL,
`converted_price` decimal(28,8) DEFAULT NULL,
`actual_price` decimal(28,8) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_productcurrencyrel`
--
LOCK TABLES `vtiger_productcurrencyrel` WRITE;
/*!40000 ALTER TABLE `vtiger_productcurrencyrel` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_productcurrencyrel` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_products`
--
DROP TABLE IF EXISTS `vtiger_products`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_products` (
`productid` int NOT NULL,
`product_no` varchar(100) NOT NULL,
`productname` varchar(100) DEFAULT NULL,
`productcode` varchar(40) DEFAULT NULL,
`productcategory` varchar(200) DEFAULT NULL,
`manufacturer` varchar(200) DEFAULT NULL,
`qty_per_unit` decimal(11,2) DEFAULT '0.00',
`unit_price` decimal(25,8) DEFAULT NULL,
`weight` decimal(11,3) DEFAULT NULL,
`pack_size` int DEFAULT NULL,
`sales_start_date` date DEFAULT NULL,
`sales_end_date` date DEFAULT NULL,
`start_date` date DEFAULT NULL,
`expiry_date` date DEFAULT NULL,
`cost_factor` int DEFAULT NULL,
`commissionrate` decimal(7,3) DEFAULT NULL,
`commissionmethod` varchar(50) DEFAULT NULL,
`discontinued` int NOT NULL DEFAULT '0',
`usageunit` varchar(200) DEFAULT NULL,
`reorderlevel` int DEFAULT NULL,
`website` varchar(100) DEFAULT NULL,
`taxclass` varchar(200) DEFAULT NULL,
`mfr_part_no` varchar(200) DEFAULT NULL,
`vendor_part_no` varchar(200) DEFAULT NULL,
`serialno` varchar(200) DEFAULT NULL,
`qtyinstock` decimal(25,3) DEFAULT NULL,
`productsheet` varchar(200) DEFAULT NULL,
`qtyindemand` int DEFAULT NULL,
`glacct` varchar(200) DEFAULT NULL,
`vendor_id` int DEFAULT NULL,
`imagename` text,
`currency_id` int NOT NULL DEFAULT '1',
PRIMARY KEY (`productid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_products`
--
LOCK TABLES `vtiger_products` WRITE;
/*!40000 ALTER TABLE `vtiger_products` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_products` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_producttaxrel`
--
DROP TABLE IF EXISTS `vtiger_producttaxrel`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_producttaxrel` (
`productid` int NOT NULL,
`taxid` int NOT NULL,
`taxpercentage` decimal(7,3) DEFAULT NULL,
KEY `producttaxrel_productid_idx` (`productid`),
KEY `producttaxrel_taxid_idx` (`taxid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_producttaxrel`
--
LOCK TABLES `vtiger_producttaxrel` WRITE;
/*!40000 ALTER TABLE `vtiger_producttaxrel` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_producttaxrel` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_profile`
--
DROP TABLE IF EXISTS `vtiger_profile`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_profile` (
`profileid` int NOT NULL AUTO_INCREMENT,
`profilename` varchar(50) NOT NULL,
`description` text,
`directly_related_to_role` int DEFAULT '0',
PRIMARY KEY (`profileid`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_profile`
--
LOCK TABLES `vtiger_profile` WRITE;
/*!40000 ALTER TABLE `vtiger_profile` DISABLE KEYS */;
INSERT INTO `vtiger_profile` VALUES (1,'Administrator','Admin Profile',0),(2,'Sales Profile','Profile Related to Sales',0),(3,'Support Profile','Profile Related to Support',0),(4,'Guest Profile','Guest Profile for Test Users',0);
/*!40000 ALTER TABLE `vtiger_profile` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_profile2field`
--
DROP TABLE IF EXISTS `vtiger_profile2field`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_profile2field` (
`profileid` int NOT NULL,
`tabid` int DEFAULT NULL,
`fieldid` int NOT NULL,
`visible` int DEFAULT NULL,
`readonly` int DEFAULT NULL,
PRIMARY KEY (`profileid`,`fieldid`),
KEY `profile2field_profileid_tabid_fieldname_idx` (`profileid`,`tabid`),
KEY `profile2field_tabid_profileid_idx` (`tabid`,`profileid`),
KEY `profile2field_visible_profileid_idx` (`visible`,`profileid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_profile2field`
--
LOCK TABLES `vtiger_profile2field` WRITE;
/*!40000 ALTER TABLE `vtiger_profile2field` DISABLE KEYS */;
INSERT INTO `vtiger_profile2field` VALUES (1,6,1,0,0),(1,6,2,0,0),(1,6,3,0,0),(1,6,4,0,0),(1,6,5,0,0),(1,6,6,0,0),(1,6,7,0,0),(1,6,8,0,0),(1,6,9,0,0),(1,6,10,0,0),(1,6,11,0,0),(1,6,12,0,0),(1,6,13,0,0),(1,6,14,0,0),(1,6,15,0,0),(1,6,16,0,0),(1,6,17,0,0),(1,6,18,0,0),(1,6,19,0,0),(1,6,20,0,0),(1,6,21,0,0),(1,6,22,0,0),(1,6,23,0,0),(1,6,24,0,0),(1,6,25,0,0),(1,6,26,0,0),(1,6,27,0,0),(1,6,28,0,0),(1,6,29,0,0),(1,6,30,0,0),(1,6,31,0,0),(1,6,32,0,0),(1,6,33,0,0),(1,6,34,0,0),(1,6,35,0,0),(1,6,36,0,0),(1,7,37,0,0),(1,7,38,0,0),(1,7,39,0,0),(1,7,40,0,0),(1,7,41,0,0),(1,7,42,0,0),(1,7,43,0,0),(1,7,44,0,0),(1,7,45,0,0),(1,7,46,0,0),(1,7,47,0,0),(1,7,48,0,0),(1,7,49,0,0),(1,7,50,0,0),(1,7,51,0,0),(1,7,52,0,0),(1,7,53,0,0),(1,7,54,0,0),(1,7,55,0,0),(1,7,56,0,0),(1,7,57,0,0),(1,7,58,0,0),(1,7,59,0,0),(1,7,60,0,0),(1,7,61,0,0),(1,7,62,0,0),(1,7,63,0,0),(1,7,64,0,0),(1,7,65,0,0),(1,4,66,0,0),(1,4,67,0,0),(1,4,68,0,0),(1,4,69,0,0),(1,4,70,0,0),(1,4,71,0,0),(1,4,72,0,0),(1,4,73,0,0),(1,4,74,0,0),(1,4,75,0,0),(1,4,76,0,0),(1,4,77,0,0),(1,4,78,0,0),(1,4,79,0,0),(1,4,80,0,0),(1,4,81,0,0),(1,4,82,0,0),(1,4,83,0,0),(1,4,84,0,0),(1,4,85,0,0),(1,4,86,0,0),(1,4,87,0,0),(1,4,88,0,0),(1,4,89,0,0),(1,4,90,0,0),(1,4,91,0,0),(1,4,92,0,0),(1,4,93,0,0),(1,4,94,0,0),(1,4,95,0,0),(1,4,96,0,0),(1,4,97,0,0),(1,4,98,0,0),(1,4,99,0,0),(1,4,100,0,0),(1,4,101,0,0),(1,4,102,0,0),(1,4,103,0,0),(1,4,104,0,0),(1,4,105,0,0),(1,4,106,0,0),(1,4,107,0,0),(1,4,108,0,0),(1,4,109,0,0),(1,2,110,0,0),(1,2,111,0,0),(1,2,112,0,0),(1,2,113,0,0),(1,2,114,0,0),(1,2,115,0,0),(1,2,116,0,0),(1,2,117,0,0),(1,2,118,0,0),(1,2,119,0,0),(1,2,120,0,0),(1,2,121,0,0),(1,2,122,0,0),(1,2,123,0,0),(1,2,124,0,0),(1,2,125,0,0),(1,26,126,0,0),(1,26,127,0,0),(1,26,128,0,0),(1,26,129,0,0),(1,26,130,0,0),(1,26,131,0,0),(1,26,132,0,0),(1,26,133,0,0),(1,26,134,0,0),(1,26,135,0,0),(1,26,136,0,0),(1,26,137,0,0),(1,26,138,0,0),(1,26,139,0,0),(1,26,140,0,0),(1,26,141,0,0),(1,26,142,0,0),(1,26,143,0,0),(1,26,144,0,0),(1,26,145,0,0),(1,26,146,0,0),(1,26,147,0,0),(1,26,148,0,0),(1,26,149,0,0),(1,26,150,0,0),(1,4,151,0,0),(1,6,152,0,0),(1,7,153,0,0),(1,26,154,0,0),(1,13,155,0,0),(1,13,156,0,0),(1,13,157,0,0),(1,13,158,0,0),(1,13,159,0,0),(1,13,160,0,0),(1,13,161,0,0),(1,13,162,0,0),(1,13,163,0,0),(1,13,164,0,0),(1,13,165,0,0),(1,13,166,0,0),(1,13,167,0,0),(1,13,168,0,0),(1,13,169,0,0),(1,13,170,0,0),(1,13,171,0,0),(1,13,172,0,0),(1,14,173,0,0),(1,14,174,0,0),(1,14,175,0,0),(1,14,176,0,0),(1,14,177,0,0),(1,14,178,0,0),(1,14,179,0,0),(1,14,180,0,0),(1,14,181,0,0),(1,14,182,0,0),(1,14,183,0,0),(1,14,184,0,0),(1,14,185,0,0),(1,14,186,0,0),(1,14,187,0,0),(1,14,188,0,0),(1,14,189,0,0),(1,14,190,0,0),(1,14,191,0,0),(1,14,192,0,0),(1,14,193,0,0),(1,14,194,0,0),(1,14,195,0,0),(1,14,196,0,0),(1,14,197,0,0),(1,14,198,0,0),(1,14,199,0,0),(1,14,200,0,0),(1,14,201,0,0),(1,14,202,0,0),(1,14,203,0,0),(1,8,204,0,0),(1,8,205,0,0),(1,8,206,0,0),(1,8,207,0,0),(1,8,208,0,0),(1,8,209,0,0),(1,8,210,0,0),(1,8,211,0,0),(1,8,212,0,0),(1,8,213,0,0),(1,8,214,0,0),(1,8,215,0,0),(1,8,216,0,0),(1,8,217,0,0),(1,8,218,0,0),(1,10,219,0,0),(1,10,220,0,0),(1,10,221,0,0),(1,10,222,0,0),(1,10,223,0,0),(1,10,224,0,0),(1,10,225,0,0),(1,10,226,0,0),(1,10,227,0,0),(1,10,228,0,0),(1,10,229,0,0),(1,10,230,0,0),(1,9,231,0,0),(1,9,232,0,0),(1,9,233,0,0),(1,9,234,0,0),(1,9,235,0,0),(1,9,236,0,0),(1,9,237,0,0),(1,9,238,0,0),(1,9,239,0,0),(1,9,240,0,0),(1,9,241,0,0),(1,9,242,0,0),(1,9,243,0,0),(1,9,244,0,0),(1,9,245,0,0),(1,9,246,0,0),(1,9,247,0,0),(1,9,248,0,0),(1,9,249,0,0),(1,9,250,0,0),(1,9,251,0,0),(1,9,252,0,0),(1,9,253,0,0),(1,9,254,0,0),(1,16,255,0,0),(1,16,256,0,0),(1,16,257,0,0),(1,16,258,0,0),(1,16,259,0,0),(1,16,260,0,0),(1,16,261,0,0),(1,16,262,0,0),(1,16,263,0,0),(1,16,264,0,0),(1,16,265,0,0),(1,16,266,0,0),(1,16,267,0,0),(1,16,268,0,0),(1,16,269,0,0),(1,16,270,0,0),(1,16,271,0,0),(1,16,272,0,0),(1,16,273,0,0),(1,16,274,0,0),(1,16,275,0,0),(1,16,276,0,0),(1,16,277,0,0),(1,15,278,0,0),(1,15,279,0,0),(1,15,280,0,0),(1,15,281,0,0),(1,15,282,0,0),(1,15,283,0,0),(1,15,284,0,0),(1,15,285,0,0),(1,15,286,0,0),(1,15,287,0,0),(1,18,288,0,0),(1,18,289,0,0),(1,18,290,0,0),(1,18,291,0,0),(1,18,292,0,0),(1,18,293,0,0),(1,18,294,0,0),(1,18,295,0,0),(1,18,296,0,0),(1,18,297,0,0),(1,18,298,0,0),(1,18,299,0,0),(1,18,300,0,0),(1,18,301,0,0),(1,18,302,0,0),(1,18,303,0,0),(1,18,304,0,0),(1,19,305,0,0),(1,19,306,0,0),(1,19,307,0,0),(1,19,308,0,0),(1,19,309,0,0),(1,19,310,0,0),(1,19,311,0,0),(1,19,312,0,0),(1,20,313,0,0),(1,20,314,0,0),(1,20,315,0,0),(1,20,316,0,0),(1,20,317,0,0),(1,20,318,0,0),(1,20,319,0,0),(1,20,320,0,0),(1,20,321,0,0),(1,20,322,0,0),(1,20,323,0,0),(1,20,324,0,0),(1,20,325,0,0),(1,20,326,0,0),(1,20,327,0,0),(1,20,328,0,0),(1,20,329,0,0),(1,20,330,0,0),(1,20,331,0,0),(1,20,332,0,0),(1,20,333,0,0),(1,20,334,0,0),(1,20,335,0,0),(1,20,336,0,0),(1,20,337,0,0),(1,20,338,0,0),(1,20,339,0,0),(1,20,340,0,0),(1,20,341,0,0),(1,20,342,0,0),(1,20,343,0,0),(1,20,344,0,0),(1,20,345,0,0),(1,20,346,0,0),(1,20,347,0,0),(1,20,348,0,0),(1,20,349,0,0),(1,21,350,0,0),(1,21,351,0,0),(1,21,352,0,0),(1,21,353,0,0),(1,21,354,0,0),(1,21,355,0,0),(1,21,356,0,0),(1,21,357,0,0),(1,21,358,0,0),(1,21,359,0,0),(1,21,360,0,0),(1,21,361,0,0),(1,21,362,0,0),(1,21,363,0,0),(1,21,364,0,0),(1,21,365,0,0),(1,21,366,0,0),(1,21,367,0,0),(1,21,368,0,0),(1,21,369,0,0),(1,21,370,0,0),(1,21,371,0,0),(1,21,372,0,0),(1,21,373,0,0),(1,21,374,0,0),(1,21,375,0,0),(1,21,376,0,0),(1,21,377,0,0),(1,21,378,0,0),(1,21,379,0,0),(1,21,380,0,0),(1,21,381,0,0),(1,21,382,0,0),(1,21,383,0,0),(1,21,384,0,0),(1,21,385,0,0),(1,21,386,0,0),(1,21,387,0,0),(1,22,388,0,0),(1,22,389,0,0),(1,22,390,0,0),(1,22,391,0,0),(1,22,392,0,0),(1,22,393,0,0),(1,22,394,0,0),(1,22,395,0,0),(1,22,396,0,0),(1,22,397,0,0),(1,22,398,0,0),(1,22,399,0,0),(1,22,400,0,0),(1,22,401,0,0),(1,22,402,0,0),(1,22,403,0,0),(1,22,404,0,0),(1,22,405,0,0),(1,22,406,0,0),(1,22,407,0,0),(1,22,408,0,0),(1,22,409,0,0),(1,22,410,0,0),(1,22,411,0,0),(1,22,412,0,0),(1,22,413,0,0),(1,22,414,0,0),(1,22,415,0,0),(1,22,416,0,0),(1,22,417,0,0),(1,22,418,0,0),(1,22,419,0,0),(1,22,420,0,0),(1,22,421,0,0),(1,22,422,0,0),(1,22,423,0,0),(1,22,424,0,0),(1,22,425,0,0),(1,22,426,0,0),(1,22,427,0,0),(1,22,428,0,0),(1,22,429,0,0),(1,22,430,0,0),(1,22,431,0,0),(1,22,432,0,0),(1,22,433,0,0),(1,22,434,0,0),(1,23,435,0,0),(1,23,436,0,0),(1,23,437,0,0),(1,23,438,0,0),(1,23,439,0,0),(1,23,440,0,0),(1,23,441,0,0),(1,23,442,0,0),(1,23,443,0,0),(1,23,444,0,0),(1,23,445,0,0),(1,23,446,0,0),(1,23,447,0,0),(1,23,448,0,0),(1,23,449,0,0),(1,23,450,0,0),(1,23,451,0,0),(1,23,452,0,0),(1,23,453,0,0),(1,23,454,0,0),(1,23,455,0,0),(1,23,456,0,0),(1,23,457,0,0),(1,23,458,0,0),(1,23,459,0,0),(1,23,460,0,0),(1,23,461,0,0),(1,23,462,0,0),(1,23,463,0,0),(1,23,464,0,0),(1,23,465,0,0),(1,23,466,0,0),(1,23,467,0,0),(1,23,468,0,0),(1,23,469,0,0),(1,23,470,0,0),(1,23,471,0,0),(1,23,472,0,0),(1,23,473,0,0),(1,29,474,0,0),(1,29,478,0,0),(1,29,479,0,0),(1,29,481,0,0),(1,29,488,0,0),(1,29,489,0,0),(1,29,490,0,0),(1,29,491,0,0),(1,29,493,0,0),(1,29,494,0,0),(1,29,495,0,0),(1,29,496,0,0),(1,29,497,0,0),(1,29,502,0,0),(1,29,503,0,0),(1,29,504,0,0),(1,29,505,0,0),(1,29,513,0,0),(1,10,518,0,0),(1,10,519,0,0),(1,10,520,0,0),(1,10,521,0,0),(1,10,522,0,0),(1,10,523,0,0),(1,31,524,0,0),(1,31,525,0,0),(1,31,526,0,0),(1,31,527,0,0),(1,31,528,0,0),(1,31,529,0,0),(1,31,530,0,0),(1,31,531,0,0),(1,31,532,0,0),(1,31,533,0,0),(1,31,534,0,0),(1,31,535,0,0),(1,31,536,0,0),(1,31,537,0,0),(1,31,538,0,0),(1,31,539,0,0),(1,29,540,0,0),(1,35,541,0,0),(1,35,542,0,0),(1,35,543,0,0),(1,35,544,0,0),(1,35,545,0,0),(1,35,546,0,0),(1,35,547,0,0),(1,35,548,0,0),(1,35,549,0,0),(1,35,550,0,0),(1,35,551,0,0),(1,35,552,0,0),(1,35,553,0,0),(1,35,554,0,0),(1,35,555,0,0),(1,35,556,0,0),(1,35,557,0,0),(1,35,558,0,0),(1,35,559,0,0),(1,36,560,0,0),(1,36,561,0,0),(1,36,562,0,0),(1,36,563,0,0),(1,36,564,0,0),(1,36,565,0,0),(1,36,566,0,0),(1,36,567,0,0),(1,36,568,0,0),(1,36,569,0,0),(1,36,570,0,0),(1,36,571,0,0),(1,36,572,0,0),(1,36,573,0,0),(1,36,574,0,0),(1,36,575,0,0),(1,36,576,0,0),(1,36,577,0,0),(1,36,578,0,0),(1,38,579,0,0),(1,38,580,0,0),(1,38,581,0,0),(1,38,582,0,0),(1,38,583,0,0),(1,38,584,0,0),(1,38,585,0,0),(1,38,586,0,0),(1,38,587,0,0),(1,38,588,0,0),(1,39,589,0,0),(1,39,590,0,0),(1,39,591,0,0),(1,39,592,0,0),(1,39,593,0,0),(1,39,594,0,0),(1,39,595,0,0),(1,39,596,0,0),(1,39,597,0,0),(1,39,598,0,0),(1,39,599,0,0),(1,39,600,0,0),(1,39,601,0,0),(1,39,602,0,0),(1,39,603,0,0),(1,40,604,0,0),(1,40,605,0,0),(1,40,606,0,0),(1,40,607,0,0),(1,40,608,0,0),(1,40,609,0,0),(1,40,610,0,0),(1,40,611,0,0),(1,40,612,0,0),(1,40,613,0,0),(1,40,614,0,0),(1,40,615,0,0),(1,40,616,0,0),(1,40,617,0,0),(1,40,618,0,0),(1,40,619,0,0),(1,40,620,0,0),(1,41,621,0,0),(1,41,622,0,0),(1,41,623,0,0),(1,41,624,0,0),(1,41,625,0,0),(1,41,626,0,0),(1,41,627,0,0),(1,41,628,0,0),(1,41,629,0,0),(1,41,630,0,0),(1,41,631,0,0),(1,41,632,0,0),(1,41,633,0,0),(1,41,634,0,0),(1,41,635,0,0),(1,41,636,0,0),(1,41,637,0,0),(1,41,638,0,0),(1,42,639,0,0),(1,42,640,0,0),(1,42,641,0,0),(1,42,642,0,0),(1,42,643,0,0),(1,42,644,0,0),(1,42,645,0,0),(1,45,646,0,0),(1,45,647,0,0),(1,45,648,0,0),(1,45,649,0,0),(1,45,650,0,0),(1,2,651,0,0),(1,29,652,0,0),(1,23,653,0,0),(1,23,654,0,0),(1,23,655,0,0),(1,23,656,0,0),(1,23,657,0,0),(1,23,658,0,0),(1,23,659,0,0),(1,23,660,0,0),(1,23,661,0,0),(1,22,662,0,0),(1,22,663,0,0),(1,22,664,0,0),(1,22,665,0,0),(1,22,666,0,0),(1,22,667,0,0),(1,22,668,0,0),(1,22,669,0,0),(1,22,670,0,0),(1,21,671,0,0),(1,21,672,0,0),(1,21,673,0,0),(1,21,674,0,0),(1,21,675,0,0),(1,21,676,0,0),(1,21,677,0,0),(1,21,678,0,0),(1,21,679,0,0),(1,20,680,0,0),(1,20,681,0,0),(1,20,682,0,0),(1,20,683,0,0),(1,20,684,0,0),(1,20,685,0,0),(1,20,686,0,0),(1,20,687,0,0),(1,20,688,0,0),(1,29,689,0,0),(1,39,690,0,0),(1,42,691,0,0),(1,29,692,0,0),(1,29,693,0,0),(1,29,694,0,0),(1,23,695,0,0),(1,22,696,0,0),(1,21,697,0,0),(1,20,698,0,0),(1,29,699,0,0),(1,6,700,0,0),(1,4,701,0,0),(1,2,702,0,0),(1,29,703,0,0),(1,23,704,0,0),(1,23,705,0,0),(1,21,706,0,0),(1,21,707,0,0),(1,18,708,0,0),(1,7,709,0,0),(1,42,710,0,0),(1,42,711,0,0),(1,23,712,0,0),(1,20,713,0,0),(1,21,714,0,0),(1,22,715,0,0),(1,29,716,0,0),(1,2,717,0,0),(1,13,718,0,0),(1,29,719,0,0),(1,13,720,0,0),(1,29,721,0,0),(1,29,722,0,0),(1,29,723,0,0),(1,9,729,0,0),(1,29,750,0,0),(1,51,751,0,0),(1,51,752,0,0),(1,51,753,0,0),(1,51,754,0,0),(1,52,755,0,0),(1,52,756,0,0),(1,52,757,0,0),(1,52,758,0,0),(1,52,759,0,0),(1,52,760,0,0),(1,52,761,0,0),(1,52,762,0,0),(1,52,763,0,0),(1,52,764,0,0),(1,52,765,0,0),(1,52,766,0,0),(1,52,767,0,0),(1,52,768,0,0),(1,52,769,0,0),(1,52,770,0,0),(1,52,771,0,0),(1,52,772,0,0),(1,52,773,0,0),(1,52,774,0,0),(1,52,775,0,0),(1,52,776,0,0),(1,52,777,0,0),(1,52,778,0,0),(1,53,779,0,0),(1,53,780,0,0),(1,53,781,0,0),(1,53,782,0,0),(1,53,783,0,0),(1,53,784,0,0),(1,53,785,0,0),(1,53,786,0,0),(1,53,787,0,0),(1,53,788,0,0),(1,53,789,0,0),(1,53,790,0,0),(1,53,791,0,0),(1,53,792,0,0),(1,53,793,0,0),(1,53,794,0,0),(1,53,795,0,0),(1,53,796,0,0),(1,53,797,0,0),(1,53,798,0,0),(1,53,799,0,0),(1,53,800,0,0),(1,53,801,0,0),(1,53,802,0,0),(1,53,803,0,0),(1,53,804,0,0),(1,53,805,0,0),(1,53,806,0,0),(2,6,1,0,0),(2,6,2,0,0),(2,6,3,0,0),(2,6,4,0,0),(2,6,5,0,0),(2,6,6,0,0),(2,6,7,0,0),(2,6,8,0,0),(2,6,9,0,0),(2,6,10,0,0),(2,6,11,0,0),(2,6,12,0,0),(2,6,13,0,0),(2,6,14,0,0),(2,6,15,0,0),(2,6,16,0,0),(2,6,17,0,0),(2,6,18,0,0),(2,6,19,0,0),(2,6,20,0,0),(2,6,21,0,0),(2,6,22,0,0),(2,6,23,0,0),(2,6,24,0,0),(2,6,25,0,0),(2,6,26,0,0),(2,6,27,0,0),(2,6,28,0,0),(2,6,29,0,0),(2,6,30,0,0),(2,6,31,0,0),(2,6,32,0,0),(2,6,33,0,0),(2,6,34,0,0),(2,6,35,0,0),(2,6,36,0,0),(2,7,37,0,0),(2,7,38,0,0),(2,7,39,0,0),(2,7,40,0,0),(2,7,41,0,0),(2,7,42,0,0),(2,7,43,0,0),(2,7,44,0,0),(2,7,45,0,0),(2,7,46,0,0),(2,7,47,0,0),(2,7,48,0,0),(2,7,49,0,0),(2,7,50,0,0),(2,7,51,0,0),(2,7,52,0,0),(2,7,53,0,0),(2,7,54,0,0),(2,7,55,0,0),(2,7,56,0,0),(2,7,57,0,0),(2,7,58,0,0),(2,7,59,0,0),(2,7,60,0,0),(2,7,61,0,0),(2,7,62,0,0),(2,7,63,0,0),(2,7,64,0,0),(2,7,65,0,0),(2,4,66,0,0),(2,4,67,0,0),(2,4,68,0,0),(2,4,69,0,0),(2,4,70,0,0),(2,4,71,0,0),(2,4,72,0,0),(2,4,73,0,0),(2,4,74,0,0),(2,4,75,0,0),(2,4,76,0,0),(2,4,77,0,0),(2,4,78,0,0),(2,4,79,0,0),(2,4,80,0,0),(2,4,81,0,0),(2,4,82,0,0),(2,4,83,0,0),(2,4,84,0,0),(2,4,85,0,0),(2,4,86,0,0),(2,4,87,0,0),(2,4,88,0,0),(2,4,89,0,0),(2,4,90,0,0),(2,4,91,0,0),(2,4,92,0,0),(2,4,93,0,0),(2,4,94,0,0),(2,4,95,0,0),(2,4,96,0,0),(2,4,97,0,0),(2,4,98,0,0),(2,4,99,0,0),(2,4,100,0,0),(2,4,101,0,0),(2,4,102,0,0),(2,4,103,0,0),(2,4,104,0,0),(2,4,105,0,0),(2,4,106,0,0),(2,4,107,0,0),(2,4,108,0,0),(2,4,109,0,0),(2,2,110,0,0),(2,2,111,0,0),(2,2,112,0,0),(2,2,113,0,0),(2,2,114,0,0),(2,2,115,0,0),(2,2,116,0,0),(2,2,117,0,0),(2,2,118,0,0),(2,2,119,0,0),(2,2,120,0,0),(2,2,121,0,0),(2,2,122,0,0),(2,2,123,0,0),(2,2,124,0,0),(2,2,125,0,0),(2,26,126,0,0),(2,26,127,0,0),(2,26,128,0,0),(2,26,129,0,0),(2,26,130,0,0),(2,26,131,0,0),(2,26,132,0,0),(2,26,133,0,0),(2,26,134,0,0),(2,26,135,0,0),(2,26,136,0,0),(2,26,137,0,0),(2,26,138,0,0),(2,26,139,0,0),(2,26,140,0,0),(2,26,141,0,0),(2,26,142,0,0),(2,26,143,0,0),(2,26,144,0,0),(2,26,145,0,0),(2,26,146,0,0),(2,26,147,0,0),(2,26,148,0,0),(2,26,149,0,0),(2,26,150,0,0),(2,4,151,0,0),(2,6,152,0,0),(2,7,153,0,0),(2,26,154,0,0),(2,13,155,0,0),(2,13,156,0,0),(2,13,157,0,0),(2,13,158,0,0),(2,13,159,0,0),(2,13,160,0,0),(2,13,161,0,0),(2,13,162,0,0),(2,13,163,0,0),(2,13,164,0,0),(2,13,165,0,0),(2,13,166,0,0),(2,13,167,0,0),(2,13,168,0,0),(2,13,169,0,0),(2,13,170,0,0),(2,13,171,0,0),(2,13,172,0,0),(2,14,173,0,0),(2,14,174,0,0),(2,14,175,0,0),(2,14,176,0,0),(2,14,177,0,0),(2,14,178,0,0),(2,14,179,0,0),(2,14,180,0,0),(2,14,181,0,0),(2,14,182,0,0),(2,14,183,0,0),(2,14,184,0,0),(2,14,185,0,0),(2,14,186,0,0),(2,14,187,0,0),(2,14,188,0,0),(2,14,189,0,0),(2,14,190,0,0),(2,14,191,0,0),(2,14,192,0,0),(2,14,193,0,0),(2,14,194,0,0),(2,14,195,0,0),(2,14,196,0,0),(2,14,197,0,0),(2,14,198,0,0),(2,14,199,0,0),(2,14,200,0,0),(2,14,201,0,0),(2,14,202,0,0),(2,14,203,0,0),(2,8,204,0,0),(2,8,205,0,0),(2,8,206,0,0),(2,8,207,0,0),(2,8,208,0,0),(2,8,209,0,0),(2,8,210,0,0),(2,8,211,0,0),(2,8,212,0,0),(2,8,213,0,0),(2,8,214,0,0),(2,8,215,0,0),(2,8,216,0,0),(2,8,217,0,0),(2,8,218,0,0),(2,10,219,0,0),(2,10,220,0,0),(2,10,221,0,0),(2,10,222,0,0),(2,10,223,0,0),(2,10,224,0,0),(2,10,225,0,0),(2,10,226,0,0),(2,10,227,0,0),(2,10,228,0,0),(2,10,229,0,0),(2,10,230,0,0),(2,9,231,0,0),(2,9,232,0,0),(2,9,233,0,0),(2,9,234,0,0),(2,9,235,0,0),(2,9,236,0,0),(2,9,237,0,0),(2,9,238,0,0),(2,9,239,0,0),(2,9,240,0,0),(2,9,241,0,0),(2,9,242,0,0),(2,9,243,0,0),(2,9,244,0,0),(2,9,245,0,0),(2,9,246,0,0),(2,9,247,0,0),(2,9,248,0,0),(2,9,249,0,0),(2,9,250,0,0),(2,9,251,0,0),(2,9,252,0,0),(2,9,253,0,0),(2,9,254,0,0),(2,16,255,0,0),(2,16,256,0,0),(2,16,257,0,0),(2,16,258,0,0),(2,16,259,0,0),(2,16,260,0,0),(2,16,261,0,0),(2,16,262,0,0),(2,16,263,0,0),(2,16,264,0,0),(2,16,265,0,0),(2,16,266,0,0),(2,16,267,0,0),(2,16,268,0,0),(2,16,269,0,0),(2,16,270,0,0),(2,16,271,0,0),(2,16,272,0,0),(2,16,273,0,0),(2,16,274,0,0),(2,16,275,0,0),(2,16,276,0,0),(2,16,277,0,0),(2,15,278,0,0),(2,15,279,0,0),(2,15,280,0,0),(2,15,281,0,0),(2,15,282,0,0),(2,15,283,0,0),(2,15,284,0,0),(2,15,285,0,0),(2,15,286,0,0),(2,15,287,0,0),(2,18,288,0,0),(2,18,289,0,0),(2,18,290,0,0),(2,18,291,0,0),(2,18,292,0,0),(2,18,293,0,0),(2,18,294,0,0),(2,18,295,0,0),(2,18,296,0,0),(2,18,297,0,0),(2,18,298,0,0),(2,18,299,0,0),(2,18,300,0,0),(2,18,301,0,0),(2,18,302,0,0),(2,18,303,0,0),(2,18,304,0,0),(2,19,305,0,0),(2,19,306,0,0),(2,19,307,0,0),(2,19,308,0,0),(2,19,309,0,0),(2,19,310,0,0),(2,19,311,0,0),(2,19,312,0,0),(2,20,313,0,0),(2,20,314,0,0),(2,20,315,0,0),(2,20,316,0,0),(2,20,317,0,0),(2,20,318,0,0),(2,20,319,0,0),(2,20,320,0,0),(2,20,321,0,0),(2,20,322,0,0),(2,20,323,0,0),(2,20,324,0,0),(2,20,325,0,0),(2,20,326,0,0),(2,20,327,0,0),(2,20,328,0,0),(2,20,329,0,0),(2,20,330,0,0),(2,20,331,0,0),(2,20,332,0,0),(2,20,333,0,0),(2,20,334,0,0),(2,20,335,0,0),(2,20,336,0,0),(2,20,337,0,0),(2,20,338,0,0),(2,20,339,0,0),(2,20,340,0,0),(2,20,341,0,0),(2,20,342,0,0),(2,20,343,0,0),(2,20,344,0,0),(2,20,345,0,0),(2,20,346,0,0),(2,20,347,0,0),(2,20,348,0,0),(2,20,349,0,0),(2,21,350,0,0),(2,21,351,0,0),(2,21,352,0,0),(2,21,353,0,0),(2,21,354,0,0),(2,21,355,0,0),(2,21,356,0,0),(2,21,357,0,0),(2,21,358,0,0),(2,21,359,0,0),(2,21,360,0,0),(2,21,361,0,0),(2,21,362,0,0),(2,21,363,0,0),(2,21,364,0,0),(2,21,365,0,0),(2,21,366,0,0),(2,21,367,0,0),(2,21,368,0,0),(2,21,369,0,0),(2,21,370,0,0),(2,21,371,0,0),(2,21,372,0,0),(2,21,373,0,0),(2,21,374,0,0),(2,21,375,0,0),(2,21,376,0,0),(2,21,377,0,0),(2,21,378,0,0),(2,21,379,0,0),(2,21,380,0,0),(2,21,381,0,0),(2,21,382,0,0),(2,21,383,0,0),(2,21,384,0,0),(2,21,385,0,0),(2,21,386,0,0),(2,21,387,0,0),(2,22,388,0,0),(2,22,389,0,0),(2,22,390,0,0),(2,22,391,0,0),(2,22,392,0,0),(2,22,393,0,0),(2,22,394,0,0),(2,22,395,0,0),(2,22,396,0,0),(2,22,397,0,0),(2,22,398,0,0),(2,22,399,0,0),(2,22,400,0,0),(2,22,401,0,0),(2,22,402,0,0),(2,22,403,0,0),(2,22,404,0,0),(2,22,405,0,0),(2,22,406,0,0),(2,22,407,0,0),(2,22,408,0,0),(2,22,409,0,0),(2,22,410,0,0),(2,22,411,0,0),(2,22,412,0,0),(2,22,413,0,0),(2,22,414,0,0),(2,22,415,0,0),(2,22,416,0,0),(2,22,417,0,0),(2,22,418,0,0),(2,22,419,0,0),(2,22,420,0,0),(2,22,421,0,0),(2,22,422,0,0),(2,22,423,0,0),(2,22,424,0,0),(2,22,425,0,0),(2,22,426,0,0),(2,22,427,0,0),(2,22,428,0,0),(2,22,429,0,0),(2,22,430,0,0),(2,22,431,0,0),(2,22,432,0,0),(2,22,433,0,0),(2,22,434,0,0),(2,23,435,0,0),(2,23,436,0,0),(2,23,437,0,0),(2,23,438,0,0),(2,23,439,0,0),(2,23,440,0,0),(2,23,441,0,0),(2,23,442,0,0),(2,23,443,0,0),(2,23,444,0,0),(2,23,445,0,0),(2,23,446,0,0),(2,23,447,0,0),(2,23,448,0,0),(2,23,449,0,0),(2,23,450,0,0),(2,23,451,0,0),(2,23,452,0,0),(2,23,453,0,0),(2,23,454,0,0),(2,23,455,0,0),(2,23,456,0,0),(2,23,457,0,0),(2,23,458,0,0),(2,23,459,0,0),(2,23,460,0,0),(2,23,461,0,0),(2,23,462,0,0),(2,23,463,0,0),(2,23,464,0,0),(2,23,465,0,0),(2,23,466,0,0),(2,23,467,0,0),(2,23,468,0,0),(2,23,469,0,0),(2,23,470,0,0),(2,23,471,0,0),(2,23,472,0,0),(2,23,473,0,0),(2,29,474,0,0),(2,29,478,0,0),(2,29,479,0,0),(2,29,481,0,0),(2,29,488,0,0),(2,29,489,0,0),(2,29,490,0,0),(2,29,491,0,0),(2,29,493,0,0),(2,29,494,0,0),(2,29,495,0,0),(2,29,496,0,0),(2,29,497,0,0),(2,29,502,0,0),(2,29,503,0,0),(2,29,504,0,0),(2,29,505,0,0),(2,29,513,0,0),(2,10,518,0,0),(2,10,519,0,0),(2,10,520,0,0),(2,10,521,0,0),(2,10,522,0,0),(2,10,523,0,0),(2,31,524,0,0),(2,31,525,0,0),(2,31,526,0,0),(2,31,527,0,0),(2,31,528,0,0),(2,31,529,0,0),(2,31,530,0,0),(2,31,531,0,0),(2,31,532,0,0),(2,31,533,0,0),(2,31,534,0,0),(2,31,535,0,0),(2,31,536,0,0),(2,31,537,0,0),(2,31,538,0,0),(2,31,539,0,0),(2,29,540,0,0),(2,35,541,0,0),(2,35,542,0,0),(2,35,543,0,0),(2,35,544,0,0),(2,35,545,0,0),(2,35,546,0,0),(2,35,547,0,0),(2,35,548,0,0),(2,35,549,0,0),(2,35,550,0,0),(2,35,551,0,0),(2,35,552,0,0),(2,35,553,0,0),(2,35,554,0,0),(2,35,555,0,0),(2,35,556,0,0),(2,35,557,0,0),(2,35,558,0,0),(2,35,559,0,0),(2,36,560,0,0),(2,36,561,0,0),(2,36,562,0,0),(2,36,563,0,0),(2,36,564,0,0),(2,36,565,0,0),(2,36,566,0,0),(2,36,567,0,0),(2,36,568,0,0),(2,36,569,0,0),(2,36,570,0,0),(2,36,571,0,0),(2,36,572,0,0),(2,36,573,0,0),(2,36,574,0,0),(2,36,575,0,0),(2,36,576,0,0),(2,36,577,0,0),(2,36,578,0,0),(2,38,579,0,0),(2,38,580,0,0),(2,38,581,0,0),(2,38,582,0,0),(2,38,583,0,0),(2,38,584,0,0),(2,38,585,0,0),(2,38,586,0,0),(2,38,587,0,0),(2,38,588,0,0),(2,39,589,0,0),(2,39,590,0,0),(2,39,591,0,0),(2,39,592,0,0),(2,39,593,0,0),(2,39,594,0,0),(2,39,595,0,0),(2,39,596,0,0),(2,39,597,0,0),(2,39,598,0,0),(2,39,599,0,0),(2,39,600,0,0),(2,39,601,0,0),(2,39,602,0,0),(2,39,603,0,0),(2,40,604,0,0),(2,40,605,0,0),(2,40,606,0,0),(2,40,607,0,0),(2,40,608,0,0),(2,40,609,0,0),(2,40,610,0,0),(2,40,611,0,0),(2,40,612,0,0),(2,40,613,0,0),(2,40,614,0,0),(2,40,615,0,0),(2,40,616,0,0),(2,40,617,0,0),(2,40,618,0,0),(2,40,619,0,0),(2,40,620,0,0),(2,41,621,0,0),(2,41,622,0,0),(2,41,623,0,0),(2,41,624,0,0),(2,41,625,0,0),(2,41,626,0,0),(2,41,627,0,0),(2,41,628,0,0),(2,41,629,0,0),(2,41,630,0,0),(2,41,631,0,0),(2,41,632,0,0),(2,41,633,0,0),(2,41,634,0,0),(2,41,635,0,0),(2,41,636,0,0),(2,41,637,0,0),(2,41,638,0,0),(2,42,639,0,0),(2,42,640,0,0),(2,42,641,0,0),(2,42,642,0,0),(2,42,643,0,0),(2,42,644,0,0),(2,42,645,0,0),(2,45,646,0,0),(2,45,647,0,0),(2,45,648,0,0),(2,45,649,0,0),(2,45,650,0,0),(2,2,651,0,0),(2,29,652,0,0),(2,23,653,0,0),(2,23,654,0,0),(2,23,655,0,0),(2,23,656,0,0),(2,23,657,0,0),(2,23,658,0,0),(2,23,659,0,0),(2,23,660,0,0),(2,23,661,0,0),(2,22,662,0,0),(2,22,663,0,0),(2,22,664,0,0),(2,22,665,0,0),(2,22,666,0,0),(2,22,667,0,0),(2,22,668,0,0),(2,22,669,0,0),(2,22,670,0,0),(2,21,671,0,0),(2,21,672,0,0),(2,21,673,0,0),(2,21,674,0,0),(2,21,675,0,0),(2,21,676,0,0),(2,21,677,0,0),(2,21,678,0,0),(2,21,679,0,0),(2,20,680,0,0),(2,20,681,0,0),(2,20,682,0,0),(2,20,683,0,0),(2,20,684,0,0),(2,20,685,0,0),(2,20,686,0,0),(2,20,687,0,0),(2,20,688,0,0),(2,29,689,0,0),(2,39,690,0,0),(2,42,691,0,0),(2,29,692,0,0),(2,29,693,0,0),(2,29,694,0,0),(2,23,695,0,0),(2,22,696,0,0),(2,21,697,0,0),(2,20,698,0,0),(2,29,699,0,0),(2,6,700,0,0),(2,4,701,0,0),(2,2,702,0,0),(2,29,703,0,0),(2,23,704,0,0),(2,23,705,0,0),(2,21,706,0,0),(2,21,707,0,0),(2,18,708,0,0),(2,7,709,0,0),(2,42,710,0,0),(2,42,711,0,0),(2,23,712,0,0),(2,20,713,0,0),(2,21,714,0,0),(2,22,715,0,0),(2,29,716,0,0),(2,2,717,0,0),(2,13,718,0,0),(2,29,719,0,0),(2,13,720,0,0),(2,29,721,0,0),(2,29,722,0,0),(2,29,723,0,0),(2,9,729,0,0),(2,29,750,0,0),(2,51,751,0,0),(2,51,752,0,0),(2,51,753,0,0),(2,51,754,0,0),(2,52,755,0,0),(2,52,756,0,0),(2,52,757,0,0),(2,52,758,0,0),(2,52,759,0,0),(2,52,760,0,0),(2,52,761,0,0),(2,52,762,0,0),(2,52,763,0,0),(2,52,764,0,0),(2,52,765,0,0),(2,52,766,0,0),(2,52,767,0,0),(2,52,768,0,0),(2,52,769,0,0),(2,52,770,0,0),(2,52,771,0,0),(2,52,772,0,0),(2,52,773,0,0),(2,52,774,0,0),(2,52,775,0,0),(2,52,776,0,0),(2,52,777,0,0),(2,52,778,0,0),(2,53,779,0,0),(2,53,780,0,0),(2,53,781,0,0),(2,53,782,0,0),(2,53,783,0,0),(2,53,784,0,0),(2,53,785,0,0),(2,53,786,0,0),(2,53,787,0,0),(2,53,788,0,0),(2,53,789,0,0),(2,53,790,0,0),(2,53,791,0,0),(2,53,792,0,0),(2,53,793,0,0),(2,53,794,0,0),(2,53,795,0,0),(2,53,796,0,0),(2,53,797,0,0),(2,53,798,0,0),(2,53,799,0,0),(2,53,800,0,0),(2,53,801,0,0),(2,53,802,0,0),(2,53,803,0,0),(2,53,804,0,0),(2,53,805,0,0),(2,53,806,0,0),(3,6,1,0,0),(3,6,2,0,0),(3,6,3,0,0),(3,6,4,0,0),(3,6,5,0,0),(3,6,6,0,0),(3,6,7,0,0),(3,6,8,0,0),(3,6,9,0,0),(3,6,10,0,0),(3,6,11,0,0),(3,6,12,0,0),(3,6,13,0,0),(3,6,14,0,0),(3,6,15,0,0),(3,6,16,0,0),(3,6,17,0,0),(3,6,18,0,0),(3,6,19,0,0),(3,6,20,0,0),(3,6,21,0,0),(3,6,22,0,0),(3,6,23,0,0),(3,6,24,0,0),(3,6,25,0,0),(3,6,26,0,0),(3,6,27,0,0),(3,6,28,0,0),(3,6,29,0,0),(3,6,30,0,0),(3,6,31,0,0),(3,6,32,0,0),(3,6,33,0,0),(3,6,34,0,0),(3,6,35,0,0),(3,6,36,0,0),(3,7,37,0,0),(3,7,38,0,0),(3,7,39,0,0),(3,7,40,0,0),(3,7,41,0,0),(3,7,42,0,0),(3,7,43,0,0),(3,7,44,0,0),(3,7,45,0,0),(3,7,46,0,0),(3,7,47,0,0),(3,7,48,0,0),(3,7,49,0,0),(3,7,50,0,0),(3,7,51,0,0),(3,7,52,0,0),(3,7,53,0,0),(3,7,54,0,0),(3,7,55,0,0),(3,7,56,0,0),(3,7,57,0,0),(3,7,58,0,0),(3,7,59,0,0),(3,7,60,0,0),(3,7,61,0,0),(3,7,62,0,0),(3,7,63,0,0),(3,7,64,0,0),(3,7,65,0,0),(3,4,66,0,0),(3,4,67,0,0),(3,4,68,0,0),(3,4,69,0,0),(3,4,70,0,0),(3,4,71,0,0),(3,4,72,0,0),(3,4,73,0,0),(3,4,74,0,0),(3,4,75,0,0),(3,4,76,0,0),(3,4,77,0,0),(3,4,78,0,0),(3,4,79,0,0),(3,4,80,0,0),(3,4,81,0,0),(3,4,82,0,0),(3,4,83,0,0),(3,4,84,0,0),(3,4,85,0,0),(3,4,86,0,0),(3,4,87,0,0),(3,4,88,0,0),(3,4,89,0,0),(3,4,90,0,0),(3,4,91,0,0),(3,4,92,0,0),(3,4,93,0,0),(3,4,94,0,0),(3,4,95,0,0),(3,4,96,0,0),(3,4,97,0,0),(3,4,98,0,0),(3,4,99,0,0),(3,4,100,0,0),(3,4,101,0,0),(3,4,102,0,0),(3,4,103,0,0),(3,4,104,0,0),(3,4,105,0,0),(3,4,106,0,0),(3,4,107,0,0),(3,4,108,0,0),(3,4,109,0,0),(3,2,110,0,0),(3,2,111,0,0),(3,2,112,0,0),(3,2,113,0,0),(3,2,114,0,0),(3,2,115,0,0),(3,2,116,0,0),(3,2,117,0,0),(3,2,118,0,0),(3,2,119,0,0),(3,2,120,0,0),(3,2,121,0,0),(3,2,122,0,0),(3,2,123,0,0),(3,2,124,0,0),(3,2,125,0,0),(3,26,126,0,0),(3,26,127,0,0),(3,26,128,0,0),(3,26,129,0,0),(3,26,130,0,0),(3,26,131,0,0),(3,26,132,0,0),(3,26,133,0,0),(3,26,134,0,0),(3,26,135,0,0),(3,26,136,0,0),(3,26,137,0,0),(3,26,138,0,0),(3,26,139,0,0),(3,26,140,0,0),(3,26,141,0,0),(3,26,142,0,0),(3,26,143,0,0),(3,26,144,0,0),(3,26,145,0,0),(3,26,146,0,0),(3,26,147,0,0),(3,26,148,0,0),(3,26,149,0,0),(3,26,150,0,0),(3,4,151,0,0),(3,6,152,0,0),(3,7,153,0,0),(3,26,154,0,0),(3,13,155,0,0),(3,13,156,0,0),(3,13,157,0,0),(3,13,158,0,0),(3,13,159,0,0),(3,13,160,0,0),(3,13,161,0,0),(3,13,162,0,0),(3,13,163,0,0),(3,13,164,0,0),(3,13,165,0,0),(3,13,166,0,0),(3,13,167,0,0),(3,13,168,0,0),(3,13,169,0,0),(3,13,170,0,0),(3,13,171,0,0),(3,13,172,0,0),(3,14,173,0,0),(3,14,174,0,0),(3,14,175,0,0),(3,14,176,0,0),(3,14,177,0,0),(3,14,178,0,0),(3,14,179,0,0),(3,14,180,0,0),(3,14,181,0,0),(3,14,182,0,0),(3,14,183,0,0),(3,14,184,0,0),(3,14,185,0,0),(3,14,186,0,0),(3,14,187,0,0),(3,14,188,0,0),(3,14,189,0,0),(3,14,190,0,0),(3,14,191,0,0),(3,14,192,0,0),(3,14,193,0,0),(3,14,194,0,0),(3,14,195,0,0),(3,14,196,0,0),(3,14,197,0,0),(3,14,198,0,0),(3,14,199,0,0),(3,14,200,0,0),(3,14,201,0,0),(3,14,202,0,0),(3,14,203,0,0),(3,8,204,0,0),(3,8,205,0,0),(3,8,206,0,0),(3,8,207,0,0),(3,8,208,0,0),(3,8,209,0,0),(3,8,210,0,0),(3,8,211,0,0),(3,8,212,0,0),(3,8,213,0,0),(3,8,214,0,0),(3,8,215,0,0),(3,8,216,0,0),(3,8,217,0,0),(3,8,218,0,0),(3,10,219,0,0),(3,10,220,0,0),(3,10,221,0,0),(3,10,222,0,0),(3,10,223,0,0),(3,10,224,0,0),(3,10,225,0,0),(3,10,226,0,0),(3,10,227,0,0),(3,10,228,0,0),(3,10,229,0,0),(3,10,230,0,0),(3,9,231,0,0),(3,9,232,0,0),(3,9,233,0,0),(3,9,234,0,0),(3,9,235,0,0),(3,9,236,0,0),(3,9,237,0,0),(3,9,238,0,0),(3,9,239,0,0),(3,9,240,0,0),(3,9,241,0,0),(3,9,242,0,0),(3,9,243,0,0),(3,9,244,0,0),(3,9,245,0,0),(3,9,246,0,0),(3,9,247,0,0),(3,9,248,0,0),(3,9,249,0,0),(3,9,250,0,0),(3,9,251,0,0),(3,9,252,0,0),(3,9,253,0,0),(3,9,254,0,0),(3,16,255,0,0),(3,16,256,0,0),(3,16,257,0,0),(3,16,258,0,0),(3,16,259,0,0),(3,16,260,0,0),(3,16,261,0,0),(3,16,262,0,0),(3,16,263,0,0),(3,16,264,0,0),(3,16,265,0,0),(3,16,266,0,0),(3,16,267,0,0),(3,16,268,0,0),(3,16,269,0,0),(3,16,270,0,0),(3,16,271,0,0),(3,16,272,0,0),(3,16,273,0,0),(3,16,274,0,0),(3,16,275,0,0),(3,16,276,0,0),(3,16,277,0,0),(3,15,278,0,0),(3,15,279,0,0),(3,15,280,0,0),(3,15,281,0,0),(3,15,282,0,0),(3,15,283,0,0),(3,15,284,0,0),(3,15,285,0,0),(3,15,286,0,0),(3,15,287,0,0),(3,18,288,0,0),(3,18,289,0,0),(3,18,290,0,0),(3,18,291,0,0),(3,18,292,0,0),(3,18,293,0,0),(3,18,294,0,0),(3,18,295,0,0),(3,18,296,0,0),(3,18,297,0,0),(3,18,298,0,0),(3,18,299,0,0),(3,18,300,0,0),(3,18,301,0,0),(3,18,302,0,0),(3,18,303,0,0),(3,18,304,0,0),(3,19,305,0,0),(3,19,306,0,0),(3,19,307,0,0),(3,19,308,0,0),(3,19,309,0,0),(3,19,310,0,0),(3,19,311,0,0),(3,19,312,0,0),(3,20,313,0,0),(3,20,314,0,0),(3,20,315,0,0),(3,20,316,0,0),(3,20,317,0,0),(3,20,318,0,0),(3,20,319,0,0),(3,20,320,0,0),(3,20,321,0,0),(3,20,322,0,0),(3,20,323,0,0),(3,20,324,0,0),(3,20,325,0,0),(3,20,326,0,0),(3,20,327,0,0),(3,20,328,0,0),(3,20,329,0,0),(3,20,330,0,0),(3,20,331,0,0),(3,20,332,0,0),(3,20,333,0,0),(3,20,334,0,0),(3,20,335,0,0),(3,20,336,0,0),(3,20,337,0,0),(3,20,338,0,0),(3,20,339,0,0),(3,20,340,0,0),(3,20,341,0,0),(3,20,342,0,0),(3,20,343,0,0),(3,20,344,0,0),(3,20,345,0,0),(3,20,346,0,0),(3,20,347,0,0),(3,20,348,0,0),(3,20,349,0,0),(3,21,350,0,0),(3,21,351,0,0),(3,21,352,0,0),(3,21,353,0,0),(3,21,354,0,0),(3,21,355,0,0),(3,21,356,0,0),(3,21,357,0,0),(3,21,358,0,0),(3,21,359,0,0),(3,21,360,0,0),(3,21,361,0,0),(3,21,362,0,0),(3,21,363,0,0),(3,21,364,0,0),(3,21,365,0,0),(3,21,366,0,0),(3,21,367,0,0),(3,21,368,0,0),(3,21,369,0,0),(3,21,370,0,0),(3,21,371,0,0),(3,21,372,0,0),(3,21,373,0,0),(3,21,374,0,0),(3,21,375,0,0),(3,21,376,0,0),(3,21,377,0,0),(3,21,378,0,0),(3,21,379,0,0),(3,21,380,0,0),(3,21,381,0,0),(3,21,382,0,0),(3,21,383,0,0),(3,21,384,0,0),(3,21,385,0,0),(3,21,386,0,0),(3,21,387,0,0),(3,22,388,0,0),(3,22,389,0,0),(3,22,390,0,0),(3,22,391,0,0),(3,22,392,0,0),(3,22,393,0,0),(3,22,394,0,0),(3,22,395,0,0),(3,22,396,0,0),(3,22,397,0,0),(3,22,398,0,0),(3,22,399,0,0),(3,22,400,0,0),(3,22,401,0,0),(3,22,402,0,0),(3,22,403,0,0),(3,22,404,0,0),(3,22,405,0,0),(3,22,406,0,0),(3,22,407,0,0),(3,22,408,0,0),(3,22,409,0,0),(3,22,410,0,0),(3,22,411,0,0),(3,22,412,0,0),(3,22,413,0,0),(3,22,414,0,0),(3,22,415,0,0),(3,22,416,0,0),(3,22,417,0,0),(3,22,418,0,0),(3,22,419,0,0),(3,22,420,0,0),(3,22,421,0,0),(3,22,422,0,0),(3,22,423,0,0),(3,22,424,0,0),(3,22,425,0,0),(3,22,426,0,0),(3,22,427,0,0),(3,22,428,0,0),(3,22,429,0,0),(3,22,430,0,0),(3,22,431,0,0),(3,22,432,0,0),(3,22,433,0,0),(3,22,434,0,0),(3,23,435,0,0),(3,23,436,0,0),(3,23,437,0,0),(3,23,438,0,0),(3,23,439,0,0),(3,23,440,0,0),(3,23,441,0,0),(3,23,442,0,0),(3,23,443,0,0),(3,23,444,0,0),(3,23,445,0,0),(3,23,446,0,0),(3,23,447,0,0),(3,23,448,0,0),(3,23,449,0,0),(3,23,450,0,0),(3,23,451,0,0),(3,23,452,0,0),(3,23,453,0,0),(3,23,454,0,0),(3,23,455,0,0),(3,23,456,0,0),(3,23,457,0,0),(3,23,458,0,0),(3,23,459,0,0),(3,23,460,0,0),(3,23,461,0,0),(3,23,462,0,0),(3,23,463,0,0),(3,23,464,0,0),(3,23,465,0,0),(3,23,466,0,0),(3,23,467,0,0),(3,23,468,0,0),(3,23,469,0,0),(3,23,470,0,0),(3,23,471,0,0),(3,23,472,0,0),(3,23,473,0,0),(3,29,474,0,0),(3,29,478,0,0),(3,29,479,0,0),(3,29,481,0,0),(3,29,488,0,0),(3,29,489,0,0),(3,29,490,0,0),(3,29,491,0,0),(3,29,493,0,0),(3,29,494,0,0),(3,29,495,0,0),(3,29,496,0,0),(3,29,497,0,0),(3,29,502,0,0),(3,29,503,0,0),(3,29,504,0,0),(3,29,505,0,0),(3,29,513,0,0),(3,10,518,0,0),(3,10,519,0,0),(3,10,520,0,0),(3,10,521,0,0),(3,10,522,0,0),(3,10,523,0,0),(3,31,524,0,0),(3,31,525,0,0),(3,31,526,0,0),(3,31,527,0,0),(3,31,528,0,0),(3,31,529,0,0),(3,31,530,0,0),(3,31,531,0,0),(3,31,532,0,0),(3,31,533,0,0),(3,31,534,0,0),(3,31,535,0,0),(3,31,536,0,0),(3,31,537,0,0),(3,31,538,0,0),(3,31,539,0,0),(3,29,540,0,0),(3,35,541,0,0),(3,35,542,0,0),(3,35,543,0,0),(3,35,544,0,0),(3,35,545,0,0),(3,35,546,0,0),(3,35,547,0,0),(3,35,548,0,0),(3,35,549,0,0),(3,35,550,0,0),(3,35,551,0,0),(3,35,552,0,0),(3,35,553,0,0),(3,35,554,0,0),(3,35,555,0,0),(3,35,556,0,0),(3,35,557,0,0),(3,35,558,0,0),(3,35,559,0,0),(3,36,560,0,0),(3,36,561,0,0),(3,36,562,0,0),(3,36,563,0,0),(3,36,564,0,0),(3,36,565,0,0),(3,36,566,0,0),(3,36,567,0,0),(3,36,568,0,0),(3,36,569,0,0),(3,36,570,0,0),(3,36,571,0,0),(3,36,572,0,0),(3,36,573,0,0),(3,36,574,0,0),(3,36,575,0,0),(3,36,576,0,0),(3,36,577,0,0),(3,36,578,0,0),(3,38,579,0,0),(3,38,580,0,0),(3,38,581,0,0),(3,38,582,0,0),(3,38,583,0,0),(3,38,584,0,0),(3,38,585,0,0),(3,38,586,0,0),(3,38,587,0,0),(3,38,588,0,0),(3,39,589,0,0),(3,39,590,0,0),(3,39,591,0,0),(3,39,592,0,0),(3,39,593,0,0),(3,39,594,0,0),(3,39,595,0,0),(3,39,596,0,0),(3,39,597,0,0),(3,39,598,0,0),(3,39,599,0,0),(3,39,600,0,0),(3,39,601,0,0),(3,39,602,0,0),(3,39,603,0,0),(3,40,604,0,0),(3,40,605,0,0),(3,40,606,0,0),(3,40,607,0,0),(3,40,608,0,0),(3,40,609,0,0),(3,40,610,0,0),(3,40,611,0,0),(3,40,612,0,0),(3,40,613,0,0),(3,40,614,0,0),(3,40,615,0,0),(3,40,616,0,0),(3,40,617,0,0),(3,40,618,0,0),(3,40,619,0,0),(3,40,620,0,0),(3,41,621,0,0),(3,41,622,0,0),(3,41,623,0,0),(3,41,624,0,0),(3,41,625,0,0),(3,41,626,0,0),(3,41,627,0,0),(3,41,628,0,0),(3,41,629,0,0),(3,41,630,0,0),(3,41,631,0,0),(3,41,632,0,0),(3,41,633,0,0),(3,41,634,0,0),(3,41,635,0,0),(3,41,636,0,0),(3,41,637,0,0),(3,41,638,0,0),(3,42,639,0,0),(3,42,640,0,0),(3,42,641,0,0),(3,42,642,0,0),(3,42,643,0,0),(3,42,644,0,0),(3,42,645,0,0),(3,45,646,0,0),(3,45,647,0,0),(3,45,648,0,0),(3,45,649,0,0),(3,45,650,0,0),(3,2,651,0,0),(3,29,652,0,0),(3,23,653,0,0),(3,23,654,0,0),(3,23,655,0,0),(3,23,656,0,0),(3,23,657,0,0),(3,23,658,0,0),(3,23,659,0,0),(3,23,660,0,0),(3,23,661,0,0),(3,22,662,0,0),(3,22,663,0,0),(3,22,664,0,0),(3,22,665,0,0),(3,22,666,0,0),(3,22,667,0,0),(3,22,668,0,0),(3,22,669,0,0),(3,22,670,0,0),(3,21,671,0,0),(3,21,672,0,0),(3,21,673,0,0),(3,21,674,0,0),(3,21,675,0,0),(3,21,676,0,0),(3,21,677,0,0),(3,21,678,0,0),(3,21,679,0,0),(3,20,680,0,0),(3,20,681,0,0),(3,20,682,0,0),(3,20,683,0,0),(3,20,684,0,0),(3,20,685,0,0),(3,20,686,0,0),(3,20,687,0,0),(3,20,688,0,0),(3,29,689,0,0),(3,39,690,0,0),(3,42,691,0,0),(3,29,692,0,0),(3,29,693,0,0),(3,29,694,0,0),(3,23,695,0,0),(3,22,696,0,0),(3,21,697,0,0),(3,20,698,0,0),(3,29,699,0,0),(3,6,700,0,0),(3,4,701,0,0),(3,2,702,0,0),(3,29,703,0,0),(3,23,704,0,0),(3,23,705,0,0),(3,21,706,0,0),(3,21,707,0,0),(3,18,708,0,0),(3,7,709,0,0),(3,42,710,0,0),(3,42,711,0,0),(3,23,712,0,0),(3,20,713,0,0),(3,21,714,0,0),(3,22,715,0,0),(3,29,716,0,0),(3,2,717,0,0),(3,13,718,0,0),(3,29,719,0,0),(3,13,720,0,0),(3,29,721,0,0),(3,29,722,0,0),(3,29,723,0,0),(3,9,729,0,0),(3,29,750,0,0),(3,51,751,0,0),(3,51,752,0,0),(3,51,753,0,0),(3,51,754,0,0),(3,52,755,0,0),(3,52,756,0,0),(3,52,757,0,0),(3,52,758,0,0),(3,52,759,0,0),(3,52,760,0,0),(3,52,761,0,0),(3,52,762,0,0),(3,52,763,0,0),(3,52,764,0,0),(3,52,765,0,0),(3,52,766,0,0),(3,52,767,0,0),(3,52,768,0,0),(3,52,769,0,0),(3,52,770,0,0),(3,52,771,0,0),(3,52,772,0,0),(3,52,773,0,0),(3,52,774,0,0),(3,52,775,0,0),(3,52,776,0,0),(3,52,777,0,0),(3,52,778,0,0),(3,53,779,0,0),(3,53,780,0,0),(3,53,781,0,0),(3,53,782,0,0),(3,53,783,0,0),(3,53,784,0,0),(3,53,785,0,0),(3,53,786,0,0),(3,53,787,0,0),(3,53,788,0,0),(3,53,789,0,0),(3,53,790,0,0),(3,53,791,0,0),(3,53,792,0,0),(3,53,793,0,0),(3,53,794,0,0),(3,53,795,0,0),(3,53,796,0,0),(3,53,797,0,0),(3,53,798,0,0),(3,53,799,0,0),(3,53,800,0,0),(3,53,801,0,0),(3,53,802,0,0),(3,53,803,0,0),(3,53,804,0,0),(3,53,805,0,0),(3,53,806,0,0),(4,6,1,0,0),(4,6,2,0,0),(4,6,3,0,0),(4,6,4,0,0),(4,6,5,0,0),(4,6,6,0,0),(4,6,7,0,0),(4,6,8,0,0),(4,6,9,0,0),(4,6,10,0,0),(4,6,11,0,0),(4,6,12,0,0),(4,6,13,0,0),(4,6,14,0,0),(4,6,15,0,0),(4,6,16,0,0),(4,6,17,0,0),(4,6,18,0,0),(4,6,19,0,0),(4,6,20,0,0),(4,6,21,0,0),(4,6,22,0,0),(4,6,23,0,0),(4,6,24,0,0),(4,6,25,0,0),(4,6,26,0,0),(4,6,27,0,0),(4,6,28,0,0),(4,6,29,0,0),(4,6,30,0,0),(4,6,31,0,0),(4,6,32,0,0),(4,6,33,0,0),(4,6,34,0,0),(4,6,35,0,0),(4,6,36,0,0),(4,7,37,0,0),(4,7,38,0,0),(4,7,39,0,0),(4,7,40,0,0),(4,7,41,0,0),(4,7,42,0,0),(4,7,43,0,0),(4,7,44,0,0),(4,7,45,0,0),(4,7,46,0,0),(4,7,47,0,0),(4,7,48,0,0),(4,7,49,0,0),(4,7,50,0,0),(4,7,51,0,0),(4,7,52,0,0),(4,7,53,0,0),(4,7,54,0,0),(4,7,55,0,0),(4,7,56,0,0),(4,7,57,0,0),(4,7,58,0,0),(4,7,59,0,0),(4,7,60,0,0),(4,7,61,0,0),(4,7,62,0,0),(4,7,63,0,0),(4,7,64,0,0),(4,7,65,0,0),(4,4,66,0,0),(4,4,67,0,0),(4,4,68,0,0),(4,4,69,0,0),(4,4,70,0,0),(4,4,71,0,0),(4,4,72,0,0),(4,4,73,0,0),(4,4,74,0,0),(4,4,75,0,0),(4,4,76,0,0),(4,4,77,0,0),(4,4,78,0,0),(4,4,79,0,0),(4,4,80,0,0),(4,4,81,0,0),(4,4,82,0,0),(4,4,83,0,0),(4,4,84,0,0),(4,4,85,0,0),(4,4,86,0,0),(4,4,87,0,0),(4,4,88,0,0),(4,4,89,0,0),(4,4,90,0,0),(4,4,91,0,0),(4,4,92,0,0),(4,4,93,0,0),(4,4,94,0,0),(4,4,95,0,0),(4,4,96,0,0),(4,4,97,0,0),(4,4,98,0,0),(4,4,99,0,0),(4,4,100,0,0),(4,4,101,0,0),(4,4,102,0,0),(4,4,103,0,0),(4,4,104,0,0),(4,4,105,0,0),(4,4,106,0,0),(4,4,107,0,0),(4,4,108,0,0),(4,4,109,0,0),(4,2,110,0,0),(4,2,111,0,0),(4,2,112,0,0),(4,2,113,0,0),(4,2,114,0,0),(4,2,115,0,0),(4,2,116,0,0),(4,2,117,0,0),(4,2,118,0,0),(4,2,119,0,0),(4,2,120,0,0),(4,2,121,0,0),(4,2,122,0,0),(4,2,123,0,0),(4,2,124,0,0),(4,2,125,0,0),(4,26,126,0,0),(4,26,127,0,0),(4,26,128,0,0),(4,26,129,0,0),(4,26,130,0,0),(4,26,131,0,0),(4,26,132,0,0),(4,26,133,0,0),(4,26,134,0,0),(4,26,135,0,0),(4,26,136,0,0),(4,26,137,0,0),(4,26,138,0,0),(4,26,139,0,0),(4,26,140,0,0),(4,26,141,0,0),(4,26,142,0,0),(4,26,143,0,0),(4,26,144,0,0),(4,26,145,0,0),(4,26,146,0,0),(4,26,147,0,0),(4,26,148,0,0),(4,26,149,0,0),(4,26,150,0,0),(4,4,151,0,0),(4,6,152,0,0),(4,7,153,0,0),(4,26,154,0,0),(4,13,155,0,0),(4,13,156,0,0),(4,13,157,0,0),(4,13,158,0,0),(4,13,159,0,0),(4,13,160,0,0),(4,13,161,0,0),(4,13,162,0,0),(4,13,163,0,0),(4,13,164,0,0),(4,13,165,0,0),(4,13,166,0,0),(4,13,167,0,0),(4,13,168,0,0),(4,13,169,0,0),(4,13,170,0,0),(4,13,171,0,0),(4,13,172,0,0),(4,14,173,0,0),(4,14,174,0,0),(4,14,175,0,0),(4,14,176,0,0),(4,14,177,0,0),(4,14,178,0,0),(4,14,179,0,0),(4,14,180,0,0),(4,14,181,0,0),(4,14,182,0,0),(4,14,183,0,0),(4,14,184,0,0),(4,14,185,0,0),(4,14,186,0,0),(4,14,187,0,0),(4,14,188,0,0),(4,14,189,0,0),(4,14,190,0,0),(4,14,191,0,0),(4,14,192,0,0),(4,14,193,0,0),(4,14,194,0,0),(4,14,195,0,0),(4,14,196,0,0),(4,14,197,0,0),(4,14,198,0,0),(4,14,199,0,0),(4,14,200,0,0),(4,14,201,0,0),(4,14,202,0,0),(4,14,203,0,0),(4,8,204,0,0),(4,8,205,0,0),(4,8,206,0,0),(4,8,207,0,0),(4,8,208,0,0),(4,8,209,0,0),(4,8,210,0,0),(4,8,211,0,0),(4,8,212,0,0),(4,8,213,0,0),(4,8,214,0,0),(4,8,215,0,0),(4,8,216,0,0),(4,8,217,0,0),(4,8,218,0,0),(4,10,219,0,0),(4,10,220,0,0),(4,10,221,0,0),(4,10,222,0,0),(4,10,223,0,0),(4,10,224,0,0),(4,10,225,0,0),(4,10,226,0,0),(4,10,227,0,0),(4,10,228,0,0),(4,10,229,0,0),(4,10,230,0,0),(4,9,231,0,0),(4,9,232,0,0),(4,9,233,0,0),(4,9,234,0,0),(4,9,235,0,0),(4,9,236,0,0),(4,9,237,0,0),(4,9,238,0,0),(4,9,239,0,0),(4,9,240,0,0),(4,9,241,0,0),(4,9,242,0,0),(4,9,243,0,0),(4,9,244,0,0),(4,9,245,0,0),(4,9,246,0,0),(4,9,247,0,0),(4,9,248,0,0),(4,9,249,0,0),(4,9,250,0,0),(4,9,251,0,0),(4,9,252,0,0),(4,9,253,0,0),(4,9,254,0,0),(4,16,255,0,0),(4,16,256,0,0),(4,16,257,0,0),(4,16,258,0,0),(4,16,259,0,0),(4,16,260,0,0),(4,16,261,0,0),(4,16,262,0,0),(4,16,263,0,0),(4,16,264,0,0),(4,16,265,0,0),(4,16,266,0,0),(4,16,267,0,0),(4,16,268,0,0),(4,16,269,0,0),(4,16,270,0,0),(4,16,271,0,0),(4,16,272,0,0),(4,16,273,0,0),(4,16,274,0,0),(4,16,275,0,0),(4,16,276,0,0),(4,16,277,0,0),(4,15,278,0,0),(4,15,279,0,0),(4,15,280,0,0),(4,15,281,0,0),(4,15,282,0,0),(4,15,283,0,0),(4,15,284,0,0),(4,15,285,0,0),(4,15,286,0,0),(4,15,287,0,0),(4,18,288,0,0),(4,18,289,0,0),(4,18,290,0,0),(4,18,291,0,0),(4,18,292,0,0),(4,18,293,0,0),(4,18,294,0,0),(4,18,295,0,0),(4,18,296,0,0),(4,18,297,0,0),(4,18,298,0,0),(4,18,299,0,0),(4,18,300,0,0),(4,18,301,0,0),(4,18,302,0,0),(4,18,303,0,0),(4,18,304,0,0),(4,19,305,0,0),(4,19,306,0,0),(4,19,307,0,0),(4,19,308,0,0),(4,19,309,0,0),(4,19,310,0,0),(4,19,311,0,0),(4,19,312,0,0),(4,20,313,0,0),(4,20,314,0,0),(4,20,315,0,0),(4,20,316,0,0),(4,20,317,0,0),(4,20,318,0,0),(4,20,319,0,0),(4,20,320,0,0),(4,20,321,0,0),(4,20,322,0,0),(4,20,323,0,0),(4,20,324,0,0),(4,20,325,0,0),(4,20,326,0,0),(4,20,327,0,0),(4,20,328,0,0),(4,20,329,0,0),(4,20,330,0,0),(4,20,331,0,0),(4,20,332,0,0),(4,20,333,0,0),(4,20,334,0,0),(4,20,335,0,0),(4,20,336,0,0),(4,20,337,0,0),(4,20,338,0,0),(4,20,339,0,0),(4,20,340,0,0),(4,20,341,0,0),(4,20,342,0,0),(4,20,343,0,0),(4,20,344,0,0),(4,20,345,0,0),(4,20,346,0,0),(4,20,347,0,0),(4,20,348,0,0),(4,20,349,0,0),(4,21,350,0,0),(4,21,351,0,0),(4,21,352,0,0),(4,21,353,0,0),(4,21,354,0,0),(4,21,355,0,0),(4,21,356,0,0),(4,21,357,0,0),(4,21,358,0,0),(4,21,359,0,0),(4,21,360,0,0),(4,21,361,0,0),(4,21,362,0,0),(4,21,363,0,0),(4,21,364,0,0),(4,21,365,0,0),(4,21,366,0,0),(4,21,367,0,0),(4,21,368,0,0),(4,21,369,0,0),(4,21,370,0,0),(4,21,371,0,0),(4,21,372,0,0),(4,21,373,0,0),(4,21,374,0,0),(4,21,375,0,0),(4,21,376,0,0),(4,21,377,0,0),(4,21,378,0,0),(4,21,379,0,0),(4,21,380,0,0),(4,21,381,0,0),(4,21,382,0,0),(4,21,383,0,0),(4,21,384,0,0),(4,21,385,0,0),(4,21,386,0,0),(4,21,387,0,0),(4,22,388,0,0),(4,22,389,0,0),(4,22,390,0,0),(4,22,391,0,0),(4,22,392,0,0),(4,22,393,0,0),(4,22,394,0,0),(4,22,395,0,0),(4,22,396,0,0),(4,22,397,0,0),(4,22,398,0,0),(4,22,399,0,0),(4,22,400,0,0),(4,22,401,0,0),(4,22,402,0,0),(4,22,403,0,0),(4,22,404,0,0),(4,22,405,0,0),(4,22,406,0,0),(4,22,407,0,0),(4,22,408,0,0),(4,22,409,0,0),(4,22,410,0,0),(4,22,411,0,0),(4,22,412,0,0),(4,22,413,0,0),(4,22,414,0,0),(4,22,415,0,0),(4,22,416,0,0),(4,22,417,0,0),(4,22,418,0,0),(4,22,419,0,0),(4,22,420,0,0),(4,22,421,0,0),(4,22,422,0,0),(4,22,423,0,0),(4,22,424,0,0),(4,22,425,0,0),(4,22,426,0,0),(4,22,427,0,0),(4,22,428,0,0),(4,22,429,0,0),(4,22,430,0,0),(4,22,431,0,0),(4,22,432,0,0),(4,22,433,0,0),(4,22,434,0,0),(4,23,435,0,0),(4,23,436,0,0),(4,23,437,0,0),(4,23,438,0,0),(4,23,439,0,0),(4,23,440,0,0),(4,23,441,0,0),(4,23,442,0,0),(4,23,443,0,0),(4,23,444,0,0),(4,23,445,0,0),(4,23,446,0,0),(4,23,447,0,0),(4,23,448,0,0),(4,23,449,0,0),(4,23,450,0,0),(4,23,451,0,0),(4,23,452,0,0),(4,23,453,0,0),(4,23,454,0,0),(4,23,455,0,0),(4,23,456,0,0),(4,23,457,0,0),(4,23,458,0,0),(4,23,459,0,0),(4,23,460,0,0),(4,23,461,0,0),(4,23,462,0,0),(4,23,463,0,0),(4,23,464,0,0),(4,23,465,0,0),(4,23,466,0,0),(4,23,467,0,0),(4,23,468,0,0),(4,23,469,0,0),(4,23,470,0,0),(4,23,471,0,0),(4,23,472,0,0),(4,23,473,0,0),(4,29,474,0,0),(4,29,478,0,0),(4,29,479,0,0),(4,29,481,0,0),(4,29,488,0,0),(4,29,489,0,0),(4,29,490,0,0),(4,29,491,0,0),(4,29,493,0,0),(4,29,494,0,0),(4,29,495,0,0),(4,29,496,0,0),(4,29,497,0,0),(4,29,502,0,0),(4,29,503,0,0),(4,29,504,0,0),(4,29,505,0,0),(4,29,513,0,0),(4,10,518,0,0),(4,10,519,0,0),(4,10,520,0,0),(4,10,521,0,0),(4,10,522,0,0),(4,10,523,0,0),(4,31,524,0,0),(4,31,525,0,0),(4,31,526,0,0),(4,31,527,0,0),(4,31,528,0,0),(4,31,529,0,0),(4,31,530,0,0),(4,31,531,0,0),(4,31,532,0,0),(4,31,533,0,0),(4,31,534,0,0),(4,31,535,0,0),(4,31,536,0,0),(4,31,537,0,0),(4,31,538,0,0),(4,31,539,0,0),(4,29,540,0,0),(4,35,541,0,0),(4,35,542,0,0),(4,35,543,0,0),(4,35,544,0,0),(4,35,545,0,0),(4,35,546,0,0),(4,35,547,0,0),(4,35,548,0,0),(4,35,549,0,0),(4,35,550,0,0),(4,35,551,0,0),(4,35,552,0,0),(4,35,553,0,0),(4,35,554,0,0),(4,35,555,0,0),(4,35,556,0,0),(4,35,557,0,0),(4,35,558,0,0),(4,35,559,0,0),(4,36,560,0,0),(4,36,561,0,0),(4,36,562,0,0),(4,36,563,0,0),(4,36,564,0,0),(4,36,565,0,0),(4,36,566,0,0),(4,36,567,0,0),(4,36,568,0,0),(4,36,569,0,0),(4,36,570,0,0),(4,36,571,0,0),(4,36,572,0,0),(4,36,573,0,0),(4,36,574,0,0),(4,36,575,0,0),(4,36,576,0,0),(4,36,577,0,0),(4,36,578,0,0),(4,38,579,0,0),(4,38,580,0,0),(4,38,581,0,0),(4,38,582,0,0),(4,38,583,0,0),(4,38,584,0,0),(4,38,585,0,0),(4,38,586,0,0),(4,38,587,0,0),(4,38,588,0,0),(4,39,589,0,0),(4,39,590,0,0),(4,39,591,0,0),(4,39,592,0,0),(4,39,593,0,0),(4,39,594,0,0),(4,39,595,0,0),(4,39,596,0,0),(4,39,597,0,0),(4,39,598,0,0),(4,39,599,0,0),(4,39,600,0,0),(4,39,601,0,0),(4,39,602,0,0),(4,39,603,0,0),(4,40,604,0,0),(4,40,605,0,0),(4,40,606,0,0),(4,40,607,0,0),(4,40,608,0,0),(4,40,609,0,0),(4,40,610,0,0),(4,40,611,0,0),(4,40,612,0,0),(4,40,613,0,0),(4,40,614,0,0),(4,40,615,0,0),(4,40,616,0,0),(4,40,617,0,0),(4,40,618,0,0),(4,40,619,0,0),(4,40,620,0,0),(4,41,621,0,0),(4,41,622,0,0),(4,41,623,0,0),(4,41,624,0,0),(4,41,625,0,0),(4,41,626,0,0),(4,41,627,0,0),(4,41,628,0,0),(4,41,629,0,0),(4,41,630,0,0),(4,41,631,0,0),(4,41,632,0,0),(4,41,633,0,0),(4,41,634,0,0),(4,41,635,0,0),(4,41,636,0,0),(4,41,637,0,0),(4,41,638,0,0),(4,42,639,0,0),(4,42,640,0,0),(4,42,641,0,0),(4,42,642,0,0),(4,42,643,0,0),(4,42,644,0,0),(4,42,645,0,0),(4,45,646,0,0),(4,45,647,0,0),(4,45,648,0,0),(4,45,649,0,0),(4,45,650,0,0),(4,2,651,0,0),(4,29,652,0,0),(4,23,653,0,0),(4,23,654,0,0),(4,23,655,0,0),(4,23,656,0,0),(4,23,657,0,0),(4,23,658,0,0),(4,23,659,0,0),(4,23,660,0,0),(4,23,661,0,0),(4,22,662,0,0),(4,22,663,0,0),(4,22,664,0,0),(4,22,665,0,0),(4,22,666,0,0),(4,22,667,0,0),(4,22,668,0,0),(4,22,669,0,0),(4,22,670,0,0),(4,21,671,0,0),(4,21,672,0,0),(4,21,673,0,0),(4,21,674,0,0),(4,21,675,0,0),(4,21,676,0,0),(4,21,677,0,0),(4,21,678,0,0),(4,21,679,0,0),(4,20,680,0,0),(4,20,681,0,0),(4,20,682,0,0),(4,20,683,0,0),(4,20,684,0,0),(4,20,685,0,0),(4,20,686,0,0),(4,20,687,0,0),(4,20,688,0,0),(4,29,689,0,0),(4,39,690,0,0),(4,42,691,0,0),(4,29,692,0,0),(4,29,693,0,0),(4,29,694,0,0),(4,23,695,0,0),(4,22,696,0,0),(4,21,697,0,0),(4,20,698,0,0),(4,29,699,0,0),(4,6,700,0,0),(4,4,701,0,0),(4,2,702,0,0),(4,29,703,0,0),(4,23,704,0,0),(4,23,705,0,0),(4,21,706,0,0),(4,21,707,0,0),(4,18,708,0,0),(4,7,709,0,0),(4,42,710,0,0),(4,42,711,0,0),(4,23,712,0,0),(4,20,713,0,0),(4,21,714,0,0),(4,22,715,0,0),(4,29,716,0,0),(4,2,717,0,0),(4,13,718,0,0),(4,29,719,0,0),(4,13,720,0,0),(4,29,721,0,0),(4,29,722,0,0),(4,29,723,0,0),(4,9,729,0,0),(4,29,750,0,0),(4,51,751,0,0),(4,51,752,0,0),(4,51,753,0,0),(4,51,754,0,0),(4,52,755,0,0),(4,52,756,0,0),(4,52,757,0,0),(4,52,758,0,0),(4,52,759,0,0),(4,52,760,0,0),(4,52,761,0,0),(4,52,762,0,0),(4,52,763,0,0),(4,52,764,0,0),(4,52,765,0,0),(4,52,766,0,0),(4,52,767,0,0),(4,52,768,0,0),(4,52,769,0,0),(4,52,770,0,0),(4,52,771,0,0),(4,52,772,0,0),(4,52,773,0,0),(4,52,774,0,0),(4,52,775,0,0),(4,52,776,0,0),(4,52,777,0,0),(4,52,778,0,0),(4,53,779,0,0),(4,53,780,0,0),(4,53,781,0,0),(4,53,782,0,0),(4,53,783,0,0),(4,53,784,0,0),(4,53,785,0,0),(4,53,786,0,0),(4,53,787,0,0),(4,53,788,0,0),(4,53,789,0,0),(4,53,790,0,0),(4,53,791,0,0),(4,53,792,0,0),(4,53,793,0,0),(4,53,794,0,0),(4,53,795,0,0),(4,53,796,0,0),(4,53,797,0,0),(4,53,798,0,0),(4,53,799,0,0),(4,53,800,0,0),(4,53,801,0,0),(4,53,802,0,0),(4,53,803,0,0),(4,53,804,0,0),(4,53,805,0,0),(4,53,806,0,0);
/*!40000 ALTER TABLE `vtiger_profile2field` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_profile2globalpermissions`
--
DROP TABLE IF EXISTS `vtiger_profile2globalpermissions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_profile2globalpermissions` (
`profileid` int NOT NULL,
`globalactionid` int NOT NULL,
`globalactionpermission` int DEFAULT NULL,
PRIMARY KEY (`profileid`,`globalactionid`),
KEY `idx_profile2globalpermissions` (`profileid`,`globalactionid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_profile2globalpermissions`
--
LOCK TABLES `vtiger_profile2globalpermissions` WRITE;
/*!40000 ALTER TABLE `vtiger_profile2globalpermissions` DISABLE KEYS */;
INSERT INTO `vtiger_profile2globalpermissions` VALUES (1,1,0),(1,2,0),(2,1,1),(2,2,1),(3,1,1),(3,2,1),(4,1,1),(4,2,1);
/*!40000 ALTER TABLE `vtiger_profile2globalpermissions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_profile2standardpermissions`
--
DROP TABLE IF EXISTS `vtiger_profile2standardpermissions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_profile2standardpermissions` (
`profileid` int NOT NULL,
`tabid` int NOT NULL,
`operation` int NOT NULL,
`permissions` int DEFAULT NULL,
PRIMARY KEY (`profileid`,`tabid`,`operation`),
KEY `profile2standardpermissions_profileid_tabid_operation_idx` (`profileid`,`tabid`,`operation`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_profile2standardpermissions`
--
LOCK TABLES `vtiger_profile2standardpermissions` WRITE;
/*!40000 ALTER TABLE `vtiger_profile2standardpermissions` DISABLE KEYS */;
INSERT INTO `vtiger_profile2standardpermissions` VALUES (1,2,0,0),(1,2,1,0),(1,2,2,0),(1,2,3,0),(1,2,4,0),(1,4,0,0),(1,4,1,0),(1,4,2,0),(1,4,3,0),(1,4,4,0),(1,6,0,0),(1,6,1,0),(1,6,2,0),(1,6,3,0),(1,6,4,0),(1,7,0,0),(1,7,1,0),(1,7,2,0),(1,7,3,0),(1,7,4,0),(1,8,0,0),(1,8,1,0),(1,8,2,0),(1,8,3,0),(1,8,4,0),(1,9,0,0),(1,9,1,0),(1,9,2,0),(1,9,3,0),(1,9,4,0),(1,13,0,0),(1,13,1,0),(1,13,2,0),(1,13,3,0),(1,13,4,0),(1,14,0,0),(1,14,1,0),(1,14,2,0),(1,14,3,0),(1,14,4,0),(1,15,0,0),(1,15,1,0),(1,15,2,0),(1,15,3,0),(1,15,4,0),(1,16,0,0),(1,16,1,0),(1,16,2,0),(1,16,3,0),(1,16,4,0),(1,18,0,0),(1,18,1,0),(1,18,2,0),(1,18,3,0),(1,18,4,0),(1,19,0,0),(1,19,1,0),(1,19,2,0),(1,19,3,0),(1,19,4,0),(1,20,0,0),(1,20,1,0),(1,20,2,0),(1,20,3,0),(1,20,4,0),(1,21,0,0),(1,21,1,0),(1,21,2,0),(1,21,3,0),(1,21,4,0),(1,22,0,0),(1,22,1,0),(1,22,2,0),(1,22,3,0),(1,22,4,0),(1,23,0,0),(1,23,1,0),(1,23,2,0),(1,23,3,0),(1,23,4,0),(1,26,0,0),(1,26,1,0),(1,26,2,0),(1,26,3,0),(1,26,4,0),(1,31,0,0),(1,31,1,0),(1,31,2,0),(1,31,3,0),(1,31,4,0),(1,35,0,0),(1,35,1,0),(1,35,2,0),(1,35,3,0),(1,35,4,0),(1,36,0,0),(1,36,1,0),(1,36,2,0),(1,36,3,0),(1,36,4,0),(1,38,0,0),(1,38,1,0),(1,38,2,0),(1,38,3,0),(1,38,4,0),(1,39,0,0),(1,39,1,0),(1,39,2,0),(1,39,3,0),(1,39,4,0),(1,40,0,0),(1,40,1,0),(1,40,2,0),(1,40,3,0),(1,40,4,0),(1,41,0,0),(1,41,1,0),(1,41,2,0),(1,41,3,0),(1,41,4,0),(1,42,0,0),(1,42,1,0),(1,42,2,0),(1,42,3,0),(1,42,4,0),(1,45,0,0),(1,45,1,0),(1,45,2,0),(1,45,3,0),(1,45,4,0),(1,51,0,0),(1,51,1,0),(1,51,2,0),(1,51,3,0),(1,51,4,0),(1,52,0,0),(1,52,1,0),(1,52,2,0),(1,52,3,0),(1,52,4,0),(1,53,0,0),(1,53,1,0),(1,53,2,0),(1,53,3,0),(1,53,4,0),(2,2,0,0),(2,2,1,0),(2,2,2,0),(2,2,3,0),(2,2,4,0),(2,4,0,0),(2,4,1,0),(2,4,2,0),(2,4,3,0),(2,4,4,0),(2,6,0,0),(2,6,1,0),(2,6,2,0),(2,6,3,0),(2,6,4,0),(2,7,0,0),(2,7,1,0),(2,7,2,0),(2,7,3,0),(2,7,4,0),(2,8,0,0),(2,8,1,0),(2,8,2,0),(2,8,3,0),(2,8,4,0),(2,9,0,0),(2,9,1,0),(2,9,2,0),(2,9,3,0),(2,9,4,0),(2,13,0,1),(2,13,1,1),(2,13,2,1),(2,13,3,0),(2,13,4,0),(2,14,0,0),(2,14,1,0),(2,14,2,0),(2,14,3,0),(2,14,4,0),(2,15,0,0),(2,15,1,0),(2,15,2,0),(2,15,3,0),(2,15,4,0),(2,16,0,0),(2,16,1,0),(2,16,2,0),(2,16,3,0),(2,16,4,0),(2,18,0,0),(2,18,1,0),(2,18,2,0),(2,18,3,0),(2,18,4,0),(2,19,0,0),(2,19,1,0),(2,19,2,0),(2,19,3,0),(2,19,4,0),(2,20,0,0),(2,20,1,0),(2,20,2,0),(2,20,3,0),(2,20,4,0),(2,21,0,0),(2,21,1,0),(2,21,2,0),(2,21,3,0),(2,21,4,0),(2,22,0,0),(2,22,1,0),(2,22,2,0),(2,22,3,0),(2,22,4,0),(2,23,0,0),(2,23,1,0),(2,23,2,0),(2,23,3,0),(2,23,4,0),(2,26,0,0),(2,26,1,0),(2,26,2,0),(2,26,3,0),(2,26,4,0),(2,31,0,0),(2,31,1,0),(2,31,2,0),(2,31,3,0),(2,31,4,0),(2,35,0,0),(2,35,1,0),(2,35,2,0),(2,35,3,0),(2,35,4,0),(2,36,0,0),(2,36,1,0),(2,36,2,0),(2,36,3,0),(2,36,4,0),(2,38,0,0),(2,38,1,0),(2,38,2,0),(2,38,3,0),(2,38,4,0),(2,39,0,0),(2,39,1,0),(2,39,2,0),(2,39,3,0),(2,39,4,0),(2,40,0,0),(2,40,1,0),(2,40,2,0),(2,40,3,0),(2,40,4,0),(2,41,0,0),(2,41,1,0),(2,41,2,0),(2,41,3,0),(2,41,4,0),(2,42,0,0),(2,42,1,0),(2,42,2,0),(2,42,3,0),(2,42,4,0),(2,45,0,0),(2,45,1,0),(2,45,2,0),(2,45,3,0),(2,45,4,0),(2,51,0,0),(2,51,1,0),(2,51,2,0),(2,51,3,0),(2,51,4,0),(2,52,0,0),(2,52,1,0),(2,52,2,0),(2,52,3,0),(2,52,4,0),(2,53,0,0),(2,53,1,0),(2,53,2,0),(2,53,3,0),(2,53,4,0),(3,2,0,1),(3,2,1,1),(3,2,2,1),(3,2,3,0),(3,2,4,0),(3,4,0,0),(3,4,1,0),(3,4,2,0),(3,4,3,0),(3,4,4,0),(3,6,0,0),(3,6,1,0),(3,6,2,0),(3,6,3,0),(3,6,4,0),(3,7,0,0),(3,7,1,0),(3,7,2,0),(3,7,3,0),(3,7,4,0),(3,8,0,0),(3,8,1,0),(3,8,2,0),(3,8,3,0),(3,8,4,0),(3,9,0,0),(3,9,1,0),(3,9,2,0),(3,9,3,0),(3,9,4,0),(3,13,0,0),(3,13,1,0),(3,13,2,0),(3,13,3,0),(3,13,4,0),(3,14,0,0),(3,14,1,0),(3,14,2,0),(3,14,3,0),(3,14,4,0),(3,15,0,0),(3,15,1,0),(3,15,2,0),(3,15,3,0),(3,15,4,0),(3,16,0,0),(3,16,1,0),(3,16,2,0),(3,16,3,0),(3,16,4,0),(3,18,0,0),(3,18,1,0),(3,18,2,0),(3,18,3,0),(3,18,4,0),(3,19,0,0),(3,19,1,0),(3,19,2,0),(3,19,3,0),(3,19,4,0),(3,20,0,0),(3,20,1,0),(3,20,2,0),(3,20,3,0),(3,20,4,0),(3,21,0,0),(3,21,1,0),(3,21,2,0),(3,21,3,0),(3,21,4,0),(3,22,0,0),(3,22,1,0),(3,22,2,0),(3,22,3,0),(3,22,4,0),(3,23,0,0),(3,23,1,0),(3,23,2,0),(3,23,3,0),(3,23,4,0),(3,26,0,0),(3,26,1,0),(3,26,2,0),(3,26,3,0),(3,26,4,0),(3,31,0,0),(3,31,1,0),(3,31,2,0),(3,31,3,0),(3,31,4,0),(3,35,0,0),(3,35,1,0),(3,35,2,0),(3,35,3,0),(3,35,4,0),(3,36,0,0),(3,36,1,0),(3,36,2,0),(3,36,3,0),(3,36,4,0),(3,38,0,0),(3,38,1,0),(3,38,2,0),(3,38,3,0),(3,38,4,0),(3,39,0,0),(3,39,1,0),(3,39,2,0),(3,39,3,0),(3,39,4,0),(3,40,0,0),(3,40,1,0),(3,40,2,0),(3,40,3,0),(3,40,4,0),(3,41,0,0),(3,41,1,0),(3,41,2,0),(3,41,3,0),(3,41,4,0),(3,42,0,0),(3,42,1,0),(3,42,2,0),(3,42,3,0),(3,42,4,0),(3,45,0,0),(3,45,1,0),(3,45,2,0),(3,45,3,0),(3,45,4,0),(3,51,0,0),(3,51,1,0),(3,51,2,0),(3,51,3,0),(3,51,4,0),(3,52,0,0),(3,52,1,0),(3,52,2,0),(3,52,3,0),(3,52,4,0),(3,53,0,0),(3,53,1,0),(3,53,2,0),(3,53,3,0),(3,53,4,0),(4,2,0,1),(4,2,1,1),(4,2,2,1),(4,2,3,0),(4,2,4,0),(4,4,0,1),(4,4,1,1),(4,4,2,1),(4,4,3,0),(4,4,4,0),(4,6,0,1),(4,6,1,1),(4,6,2,1),(4,6,3,0),(4,6,4,0),(4,7,0,1),(4,7,1,1),(4,7,2,1),(4,7,3,0),(4,7,4,0),(4,8,0,1),(4,8,1,1),(4,8,2,1),(4,8,3,0),(4,8,4,0),(4,9,0,1),(4,9,1,1),(4,9,2,1),(4,9,3,0),(4,9,4,0),(4,13,0,1),(4,13,1,1),(4,13,2,1),(4,13,3,0),(4,13,4,0),(4,14,0,1),(4,14,1,1),(4,14,2,1),(4,14,3,0),(4,14,4,0),(4,15,0,1),(4,15,1,1),(4,15,2,1),(4,15,3,0),(4,15,4,0),(4,16,0,1),(4,16,1,1),(4,16,2,1),(4,16,3,0),(4,16,4,0),(4,18,0,1),(4,18,1,1),(4,18,2,1),(4,18,3,0),(4,18,4,0),(4,19,0,1),(4,19,1,1),(4,19,2,1),(4,19,3,0),(4,19,4,0),(4,20,0,1),(4,20,1,1),(4,20,2,1),(4,20,3,0),(4,20,4,0),(4,21,0,1),(4,21,1,1),(4,21,2,1),(4,21,3,0),(4,21,4,0),(4,22,0,1),(4,22,1,1),(4,22,2,1),(4,22,3,0),(4,22,4,0),(4,23,0,1),(4,23,1,1),(4,23,2,1),(4,23,3,0),(4,23,4,0),(4,26,0,1),(4,26,1,1),(4,26,2,1),(4,26,3,0),(4,26,4,0),(4,31,0,0),(4,31,1,0),(4,31,2,0),(4,31,3,0),(4,31,4,0),(4,35,0,0),(4,35,1,0),(4,35,2,0),(4,35,3,0),(4,35,4,0),(4,36,0,0),(4,36,1,0),(4,36,2,0),(4,36,3,0),(4,36,4,0),(4,38,0,0),(4,38,1,0),(4,38,2,0),(4,38,3,0),(4,38,4,0),(4,39,0,0),(4,39,1,0),(4,39,2,0),(4,39,3,0),(4,39,4,0),(4,40,0,0),(4,40,1,0),(4,40,2,0),(4,40,3,0),(4,40,4,0),(4,41,0,0),(4,41,1,0),(4,41,2,0),(4,41,3,0),(4,41,4,0),(4,42,0,0),(4,42,1,0),(4,42,2,0),(4,42,3,0),(4,42,4,0),(4,45,0,0),(4,45,1,0),(4,45,2,0),(4,45,3,0),(4,45,4,0),(4,51,0,0),(4,51,1,0),(4,51,2,0),(4,51,3,0),(4,51,4,0),(4,52,0,0),(4,52,1,0),(4,52,2,0),(4,52,3,0),(4,52,4,0),(4,53,0,0),(4,53,1,0),(4,53,2,0),(4,53,3,0),(4,53,4,0);
/*!40000 ALTER TABLE `vtiger_profile2standardpermissions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_profile2tab`
--
DROP TABLE IF EXISTS `vtiger_profile2tab`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_profile2tab` (
`profileid` int DEFAULT NULL,
`tabid` int DEFAULT NULL,
`permissions` int NOT NULL DEFAULT '0',
KEY `profile2tab_profileid_tabid_idx` (`profileid`,`tabid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_profile2tab`
--
LOCK TABLES `vtiger_profile2tab` WRITE;
/*!40000 ALTER TABLE `vtiger_profile2tab` DISABLE KEYS */;
INSERT INTO `vtiger_profile2tab` VALUES (1,1,0),(1,2,0),(1,3,0),(1,4,0),(1,6,0),(1,7,0),(1,8,0),(1,9,0),(1,10,0),(1,13,0),(1,14,0),(1,15,0),(1,16,0),(1,18,0),(1,19,0),(1,20,0),(1,21,0),(1,22,0),(1,23,0),(1,24,0),(1,25,0),(1,26,0),(1,27,0),(2,1,0),(2,2,0),(2,3,0),(2,4,0),(2,6,0),(2,7,0),(2,8,0),(2,9,0),(2,10,0),(2,13,0),(2,14,0),(2,15,0),(2,16,0),(2,18,0),(2,19,0),(2,20,0),(2,21,0),(2,22,0),(2,23,0),(2,24,0),(2,25,0),(2,26,0),(2,27,0),(3,1,0),(3,2,0),(3,3,0),(3,4,0),(3,6,0),(3,7,0),(3,8,0),(3,9,0),(3,10,0),(3,13,0),(3,14,0),(3,15,0),(3,16,0),(3,18,0),(3,19,0),(3,20,0),(3,21,0),(3,22,0),(3,23,0),(3,24,0),(3,25,0),(3,26,0),(3,27,0),(4,1,0),(4,2,0),(4,3,0),(4,4,0),(4,6,0),(4,7,0),(4,8,0),(4,9,0),(4,10,0),(4,13,0),(4,14,0),(4,15,0),(4,16,0),(4,18,0),(4,19,0),(4,20,0),(4,21,0),(4,22,0),(4,23,0),(4,24,0),(4,25,0),(4,26,0),(4,27,0),(1,30,0),(2,30,0),(3,30,0),(4,30,0),(1,31,0),(2,31,0),(3,31,0),(4,31,0),(1,32,0),(2,32,0),(3,32,0),(4,32,0),(1,33,0),(2,33,0),(3,33,0),(4,33,0),(1,34,0),(2,34,0),(3,34,0),(4,34,0),(1,35,0),(2,35,0),(3,35,0),(4,35,0),(1,36,0),(2,36,0),(3,36,0),(4,36,0),(1,37,0),(2,37,0),(3,37,0),(4,37,0),(1,38,0),(2,38,0),(3,38,0),(4,38,0),(1,39,0),(2,39,0),(3,39,0),(4,39,0),(1,40,0),(2,40,0),(3,40,0),(4,40,0),(1,41,0),(2,41,0),(3,41,0),(4,41,0),(1,42,0),(2,42,0),(3,42,0),(4,42,0),(1,43,0),(2,43,0),(3,43,0),(4,43,0),(1,44,0),(2,44,0),(3,44,0),(4,44,0),(1,45,0),(2,45,0),(3,45,0),(4,45,0),(1,46,0),(2,46,0),(3,46,0),(4,46,0),(1,47,0),(2,47,0),(3,47,0),(4,47,0),(1,48,0),(2,48,0),(3,48,0),(4,48,0),(1,49,0),(2,49,0),(3,49,0),(4,49,0),(1,50,0),(2,50,0),(3,50,0),(4,50,0),(1,51,0),(2,51,0),(3,51,0),(4,51,0),(1,52,0),(2,52,0),(3,52,0),(4,52,0),(1,53,0),(2,53,0),(3,53,0),(4,53,0),(1,53,0),(2,53,0),(3,53,0),(4,53,0),(1,53,0),(2,53,0),(3,53,0),(4,53,0);
/*!40000 ALTER TABLE `vtiger_profile2tab` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_profile2utility`
--
DROP TABLE IF EXISTS `vtiger_profile2utility`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_profile2utility` (
`profileid` int NOT NULL,
`tabid` int NOT NULL,
`activityid` int NOT NULL,
`permission` int DEFAULT NULL,
PRIMARY KEY (`profileid`,`tabid`,`activityid`),
KEY `profile2utility_profileid_tabid_activityid_idx` (`profileid`,`tabid`,`activityid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_profile2utility`
--
LOCK TABLES `vtiger_profile2utility` WRITE;
/*!40000 ALTER TABLE `vtiger_profile2utility` DISABLE KEYS */;
INSERT INTO `vtiger_profile2utility` VALUES (1,2,5,0),(1,2,6,0),(1,2,10,0),(1,4,5,0),(1,4,6,0),(1,4,8,0),(1,4,10,0),(1,6,5,0),(1,6,6,0),(1,6,8,0),(1,6,10,0),(1,7,5,0),(1,7,6,0),(1,7,8,0),(1,7,9,0),(1,7,10,0),(1,8,6,0),(1,9,5,0),(1,9,6,0),(1,13,5,0),(1,13,6,0),(1,13,8,0),(1,13,10,0),(1,14,5,0),(1,14,6,0),(1,14,10,0),(1,18,5,0),(1,18,6,0),(1,18,10,0),(1,19,5,0),(1,19,6,0),(1,19,10,0),(1,20,5,0),(1,20,6,0),(1,21,5,0),(1,21,6,0),(1,22,5,0),(1,22,6,0),(1,23,5,0),(1,23,6,0),(1,25,6,0),(1,25,13,0),(1,31,11,0),(1,31,12,0),(1,35,5,0),(1,35,6,0),(1,35,10,0),(1,36,5,0),(1,36,6,0),(1,36,10,0),(1,38,5,0),(1,38,6,0),(1,38,10,0),(1,39,5,0),(1,39,6,0),(1,39,10,0),(1,40,5,0),(1,40,6,0),(1,40,10,0),(1,51,5,0),(1,51,6,0),(1,51,8,0),(1,52,5,0),(1,52,6,0),(1,52,8,0),(1,53,5,0),(1,53,6,0),(1,53,8,0),(2,2,5,1),(2,2,6,1),(2,2,10,0),(2,4,5,1),(2,4,6,1),(2,4,8,0),(2,4,10,0),(2,6,5,1),(2,6,6,1),(2,6,8,0),(2,6,10,0),(2,7,5,1),(2,7,6,1),(2,7,8,0),(2,7,9,0),(2,7,10,0),(2,8,6,1),(2,9,5,0),(2,9,6,0),(2,13,5,1),(2,13,6,1),(2,13,8,0),(2,13,10,0),(2,14,5,1),(2,14,6,1),(2,14,10,0),(2,18,5,1),(2,18,6,1),(2,18,10,0),(2,19,5,1),(2,19,6,1),(2,19,10,0),(2,20,5,0),(2,20,6,0),(2,21,5,0),(2,21,6,0),(2,22,5,0),(2,22,6,0),(2,23,5,0),(2,23,6,0),(2,25,6,0),(2,25,13,0),(2,31,11,0),(2,31,12,0),(2,35,5,0),(2,35,6,0),(2,35,10,0),(2,36,5,0),(2,36,6,0),(2,36,10,0),(2,38,5,0),(2,38,6,0),(2,38,10,0),(2,39,5,0),(2,39,6,0),(2,39,10,0),(2,40,5,0),(2,40,6,0),(2,40,10,0),(2,51,5,0),(2,51,6,0),(2,51,8,0),(2,52,5,0),(2,52,6,0),(2,52,8,0),(2,53,5,0),(2,53,6,0),(2,53,8,0),(3,2,5,1),(3,2,6,1),(3,2,10,0),(3,4,5,1),(3,4,6,1),(3,4,8,0),(3,4,10,0),(3,6,5,1),(3,6,6,1),(3,6,8,0),(3,6,10,0),(3,7,5,1),(3,7,6,1),(3,7,8,0),(3,7,9,0),(3,7,10,0),(3,8,6,1),(3,9,5,0),(3,9,6,0),(3,13,5,1),(3,13,6,1),(3,13,8,0),(3,13,10,0),(3,14,5,1),(3,14,6,1),(3,14,10,0),(3,18,5,1),(3,18,6,1),(3,18,10,0),(3,19,5,1),(3,19,6,1),(3,19,10,0),(3,20,5,0),(3,20,6,0),(3,21,5,0),(3,21,6,0),(3,22,5,0),(3,22,6,0),(3,23,5,0),(3,23,6,0),(3,25,6,0),(3,25,13,0),(3,31,11,0),(3,31,12,0),(3,35,5,0),(3,35,6,0),(3,35,10,0),(3,36,5,0),(3,36,6,0),(3,36,10,0),(3,38,5,0),(3,38,6,0),(3,38,10,0),(3,39,5,0),(3,39,6,0),(3,39,10,0),(3,40,5,0),(3,40,6,0),(3,40,10,0),(3,51,5,0),(3,51,6,0),(3,51,8,0),(3,52,5,0),(3,52,6,0),(3,52,8,0),(3,53,5,0),(3,53,6,0),(3,53,8,0),(4,2,5,1),(4,2,6,1),(4,2,10,0),(4,4,5,1),(4,4,6,1),(4,4,8,1),(4,4,10,0),(4,6,5,1),(4,6,6,1),(4,6,8,1),(4,6,10,0),(4,7,5,1),(4,7,6,1),(4,7,8,1),(4,7,9,0),(4,7,10,0),(4,8,6,1),(4,9,5,0),(4,9,6,0),(4,13,5,1),(4,13,6,1),(4,13,8,1),(4,13,10,0),(4,14,5,1),(4,14,6,1),(4,14,10,0),(4,18,5,1),(4,18,6,1),(4,18,10,0),(4,19,5,1),(4,19,6,1),(4,19,10,0),(4,20,5,0),(4,20,6,0),(4,21,5,0),(4,21,6,0),(4,22,5,0),(4,22,6,0),(4,23,5,0),(4,23,6,0),(4,25,6,0),(4,25,13,0),(4,31,11,0),(4,31,12,0),(4,35,5,0),(4,35,6,0),(4,35,10,0),(4,36,5,0),(4,36,6,0),(4,36,10,0),(4,38,5,0),(4,38,6,0),(4,38,10,0),(4,39,5,0),(4,39,6,0),(4,39,10,0),(4,40,5,0),(4,40,6,0),(4,40,10,0),(4,51,5,0),(4,51,6,0),(4,51,8,0),(4,52,5,0),(4,52,6,0),(4,52,8,0),(4,53,5,0),(4,53,6,0),(4,53,8,0);
/*!40000 ALTER TABLE `vtiger_profile2utility` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_profile_seq`
--
DROP TABLE IF EXISTS `vtiger_profile_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_profile_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_profile_seq`
--
LOCK TABLES `vtiger_profile_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_profile_seq` DISABLE KEYS */;
INSERT INTO `vtiger_profile_seq` VALUES (4);
/*!40000 ALTER TABLE `vtiger_profile_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_progress`
--
DROP TABLE IF EXISTS `vtiger_progress`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_progress` (
`progressid` int NOT NULL AUTO_INCREMENT,
`progress` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT '0',
PRIMARY KEY (`progressid`)
) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_progress`
--
LOCK TABLES `vtiger_progress` WRITE;
/*!40000 ALTER TABLE `vtiger_progress` DISABLE KEYS */;
INSERT INTO `vtiger_progress` VALUES (2,'10%',1,276,2),(3,'20%',1,277,3),(4,'30%',1,278,4),(5,'40%',1,279,5),(6,'50%',1,280,6),(7,'60%',1,281,7),(8,'70%',1,282,8),(9,'80%',1,283,9),(10,'90%',1,284,10),(11,'100%',1,285,11);
/*!40000 ALTER TABLE `vtiger_progress` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_progress_seq`
--
DROP TABLE IF EXISTS `vtiger_progress_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_progress_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_progress_seq`
--
LOCK TABLES `vtiger_progress_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_progress_seq` DISABLE KEYS */;
INSERT INTO `vtiger_progress_seq` VALUES (11);
/*!40000 ALTER TABLE `vtiger_progress_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_project`
--
DROP TABLE IF EXISTS `vtiger_project`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_project` (
`projectid` int DEFAULT NULL,
`projectname` varchar(255) DEFAULT NULL,
`project_no` varchar(100) DEFAULT NULL,
`startdate` date DEFAULT NULL,
`targetenddate` date DEFAULT NULL,
`actualenddate` date DEFAULT NULL,
`targetbudget` varchar(255) DEFAULT NULL,
`projecturl` varchar(255) DEFAULT NULL,
`projectstatus` varchar(100) DEFAULT NULL,
`projectpriority` varchar(100) DEFAULT NULL,
`projecttype` varchar(100) DEFAULT NULL,
`progress` varchar(100) DEFAULT NULL,
`linktoaccountscontacts` varchar(100) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_project`
--
LOCK TABLES `vtiger_project` WRITE;
/*!40000 ALTER TABLE `vtiger_project` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_project` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_projectcf`
--
DROP TABLE IF EXISTS `vtiger_projectcf`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_projectcf` (
`projectid` int NOT NULL,
PRIMARY KEY (`projectid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_projectcf`
--
LOCK TABLES `vtiger_projectcf` WRITE;
/*!40000 ALTER TABLE `vtiger_projectcf` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_projectcf` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_projectmilestone`
--
DROP TABLE IF EXISTS `vtiger_projectmilestone`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_projectmilestone` (
`projectmilestoneid` int NOT NULL,
`projectmilestonename` varchar(255) DEFAULT NULL,
`projectmilestone_no` varchar(100) DEFAULT NULL,
`projectmilestonedate` varchar(255) DEFAULT NULL,
`projectid` varchar(100) DEFAULT NULL,
`projectmilestonetype` varchar(100) DEFAULT NULL,
PRIMARY KEY (`projectmilestoneid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_projectmilestone`
--
LOCK TABLES `vtiger_projectmilestone` WRITE;
/*!40000 ALTER TABLE `vtiger_projectmilestone` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_projectmilestone` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_projectmilestonecf`
--
DROP TABLE IF EXISTS `vtiger_projectmilestonecf`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_projectmilestonecf` (
`projectmilestoneid` int NOT NULL DEFAULT '0',
PRIMARY KEY (`projectmilestoneid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_projectmilestonecf`
--
LOCK TABLES `vtiger_projectmilestonecf` WRITE;
/*!40000 ALTER TABLE `vtiger_projectmilestonecf` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_projectmilestonecf` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_projectmilestonetype`
--
DROP TABLE IF EXISTS `vtiger_projectmilestonetype`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_projectmilestonetype` (
`projectmilestonetypeid` int NOT NULL AUTO_INCREMENT,
`projectmilestonetype` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT '0',
PRIMARY KEY (`projectmilestonetypeid`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_projectmilestonetype`
--
LOCK TABLES `vtiger_projectmilestonetype` WRITE;
/*!40000 ALTER TABLE `vtiger_projectmilestonetype` DISABLE KEYS */;
INSERT INTO `vtiger_projectmilestonetype` VALUES (2,'administrative',1,236,2),(3,'operative',1,237,3),(4,'other',1,238,4);
/*!40000 ALTER TABLE `vtiger_projectmilestonetype` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_projectmilestonetype_seq`
--
DROP TABLE IF EXISTS `vtiger_projectmilestonetype_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_projectmilestonetype_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_projectmilestonetype_seq`
--
LOCK TABLES `vtiger_projectmilestonetype_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_projectmilestonetype_seq` DISABLE KEYS */;
INSERT INTO `vtiger_projectmilestonetype_seq` VALUES (4);
/*!40000 ALTER TABLE `vtiger_projectmilestonetype_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_projectpriority`
--
DROP TABLE IF EXISTS `vtiger_projectpriority`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_projectpriority` (
`projectpriorityid` int NOT NULL AUTO_INCREMENT,
`projectpriority` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT '0',
PRIMARY KEY (`projectpriorityid`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_projectpriority`
--
LOCK TABLES `vtiger_projectpriority` WRITE;
/*!40000 ALTER TABLE `vtiger_projectpriority` DISABLE KEYS */;
INSERT INTO `vtiger_projectpriority` VALUES (2,'low',1,272,2),(3,'normal',1,273,3),(4,'high',1,274,4);
/*!40000 ALTER TABLE `vtiger_projectpriority` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_projectpriority_seq`
--
DROP TABLE IF EXISTS `vtiger_projectpriority_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_projectpriority_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_projectpriority_seq`
--
LOCK TABLES `vtiger_projectpriority_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_projectpriority_seq` DISABLE KEYS */;
INSERT INTO `vtiger_projectpriority_seq` VALUES (4);
/*!40000 ALTER TABLE `vtiger_projectpriority_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_projectstatus`
--
DROP TABLE IF EXISTS `vtiger_projectstatus`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_projectstatus` (
`projectstatusid` int NOT NULL AUTO_INCREMENT,
`projectstatus` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT '0',
PRIMARY KEY (`projectstatusid`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_projectstatus`
--
LOCK TABLES `vtiger_projectstatus` WRITE;
/*!40000 ALTER TABLE `vtiger_projectstatus` DISABLE KEYS */;
INSERT INTO `vtiger_projectstatus` VALUES (2,'prospecting',1,259,2),(3,'initiated',1,260,3),(4,'in progress',1,261,4),(5,'waiting for feedback',1,262,5),(6,'on hold',1,263,6),(7,'completed',1,264,7),(8,'delivered',1,265,8),(9,'archived',1,266,9);
/*!40000 ALTER TABLE `vtiger_projectstatus` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_projectstatus_seq`
--
DROP TABLE IF EXISTS `vtiger_projectstatus_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_projectstatus_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_projectstatus_seq`
--
LOCK TABLES `vtiger_projectstatus_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_projectstatus_seq` DISABLE KEYS */;
INSERT INTO `vtiger_projectstatus_seq` VALUES (9);
/*!40000 ALTER TABLE `vtiger_projectstatus_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_projecttask`
--
DROP TABLE IF EXISTS `vtiger_projecttask`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_projecttask` (
`projecttaskid` int NOT NULL,
`projecttaskname` varchar(255) DEFAULT NULL,
`projecttask_no` varchar(100) DEFAULT NULL,
`projecttasktype` varchar(100) DEFAULT NULL,
`projecttaskpriority` varchar(100) DEFAULT NULL,
`projecttaskprogress` varchar(100) DEFAULT NULL,
`projecttaskhours` varchar(255) DEFAULT NULL,
`startdate` date DEFAULT NULL,
`enddate` date DEFAULT NULL,
`projectid` varchar(100) DEFAULT NULL,
`projecttasknumber` int DEFAULT NULL,
`projecttaskstatus` varchar(100) DEFAULT NULL,
PRIMARY KEY (`projecttaskid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_projecttask`
--
LOCK TABLES `vtiger_projecttask` WRITE;
/*!40000 ALTER TABLE `vtiger_projecttask` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_projecttask` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_projecttaskcf`
--
DROP TABLE IF EXISTS `vtiger_projecttaskcf`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_projecttaskcf` (
`projecttaskid` int NOT NULL DEFAULT '0',
PRIMARY KEY (`projecttaskid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_projecttaskcf`
--
LOCK TABLES `vtiger_projecttaskcf` WRITE;
/*!40000 ALTER TABLE `vtiger_projecttaskcf` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_projecttaskcf` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_projecttaskpriority`
--
DROP TABLE IF EXISTS `vtiger_projecttaskpriority`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_projecttaskpriority` (
`projecttaskpriorityid` int NOT NULL AUTO_INCREMENT,
`projecttaskpriority` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT '0',
PRIMARY KEY (`projecttaskpriorityid`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_projecttaskpriority`
--
LOCK TABLES `vtiger_projecttaskpriority` WRITE;
/*!40000 ALTER TABLE `vtiger_projecttaskpriority` DISABLE KEYS */;
INSERT INTO `vtiger_projecttaskpriority` VALUES (2,'low',1,244,2),(3,'normal',1,245,3),(4,'high',1,246,4);
/*!40000 ALTER TABLE `vtiger_projecttaskpriority` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_projecttaskpriority_seq`
--
DROP TABLE IF EXISTS `vtiger_projecttaskpriority_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_projecttaskpriority_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_projecttaskpriority_seq`
--
LOCK TABLES `vtiger_projecttaskpriority_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_projecttaskpriority_seq` DISABLE KEYS */;
INSERT INTO `vtiger_projecttaskpriority_seq` VALUES (4);
/*!40000 ALTER TABLE `vtiger_projecttaskpriority_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_projecttaskprogress`
--
DROP TABLE IF EXISTS `vtiger_projecttaskprogress`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_projecttaskprogress` (
`projecttaskprogressid` int NOT NULL AUTO_INCREMENT,
`projecttaskprogress` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT '0',
PRIMARY KEY (`projecttaskprogressid`)
) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_projecttaskprogress`
--
LOCK TABLES `vtiger_projecttaskprogress` WRITE;
/*!40000 ALTER TABLE `vtiger_projecttaskprogress` DISABLE KEYS */;
INSERT INTO `vtiger_projecttaskprogress` VALUES (2,'10%',1,248,2),(3,'20%',1,249,3),(4,'30%',1,250,4),(5,'40%',1,251,5),(6,'50%',1,252,6),(7,'60%',1,253,7),(8,'70%',1,254,8),(9,'80%',1,255,9),(10,'90%',1,256,10),(11,'100%',1,257,11);
/*!40000 ALTER TABLE `vtiger_projecttaskprogress` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_projecttaskprogress_seq`
--
DROP TABLE IF EXISTS `vtiger_projecttaskprogress_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_projecttaskprogress_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_projecttaskprogress_seq`
--
LOCK TABLES `vtiger_projecttaskprogress_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_projecttaskprogress_seq` DISABLE KEYS */;
INSERT INTO `vtiger_projecttaskprogress_seq` VALUES (11);
/*!40000 ALTER TABLE `vtiger_projecttaskprogress_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_projecttaskstatus`
--
DROP TABLE IF EXISTS `vtiger_projecttaskstatus`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_projecttaskstatus` (
`projecttaskstatusid` int NOT NULL AUTO_INCREMENT,
`projecttaskstatus` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT '0',
PRIMARY KEY (`projecttaskstatusid`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_projecttaskstatus`
--
LOCK TABLES `vtiger_projecttaskstatus` WRITE;
/*!40000 ALTER TABLE `vtiger_projecttaskstatus` DISABLE KEYS */;
INSERT INTO `vtiger_projecttaskstatus` VALUES (2,'Open',0,290,2),(3,'In Progress',0,291,3),(4,'Completed',0,292,4),(5,'Deferred',0,293,5),(6,'Canceled ',0,294,6);
/*!40000 ALTER TABLE `vtiger_projecttaskstatus` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_projecttaskstatus_seq`
--
DROP TABLE IF EXISTS `vtiger_projecttaskstatus_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_projecttaskstatus_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_projecttaskstatus_seq`
--
LOCK TABLES `vtiger_projecttaskstatus_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_projecttaskstatus_seq` DISABLE KEYS */;
INSERT INTO `vtiger_projecttaskstatus_seq` VALUES (6);
/*!40000 ALTER TABLE `vtiger_projecttaskstatus_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_projecttasktype`
--
DROP TABLE IF EXISTS `vtiger_projecttasktype`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_projecttasktype` (
`projecttasktypeid` int NOT NULL AUTO_INCREMENT,
`projecttasktype` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT '0',
PRIMARY KEY (`projecttasktypeid`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_projecttasktype`
--
LOCK TABLES `vtiger_projecttasktype` WRITE;
/*!40000 ALTER TABLE `vtiger_projecttasktype` DISABLE KEYS */;
INSERT INTO `vtiger_projecttasktype` VALUES (2,'administrative',1,240,2),(3,'operative',1,241,3),(4,'other',1,242,4);
/*!40000 ALTER TABLE `vtiger_projecttasktype` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_projecttasktype_seq`
--
DROP TABLE IF EXISTS `vtiger_projecttasktype_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_projecttasktype_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_projecttasktype_seq`
--
LOCK TABLES `vtiger_projecttasktype_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_projecttasktype_seq` DISABLE KEYS */;
INSERT INTO `vtiger_projecttasktype_seq` VALUES (4);
/*!40000 ALTER TABLE `vtiger_projecttasktype_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_projecttype`
--
DROP TABLE IF EXISTS `vtiger_projecttype`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_projecttype` (
`projecttypeid` int NOT NULL AUTO_INCREMENT,
`projecttype` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT '0',
PRIMARY KEY (`projecttypeid`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_projecttype`
--
LOCK TABLES `vtiger_projecttype` WRITE;
/*!40000 ALTER TABLE `vtiger_projecttype` DISABLE KEYS */;
INSERT INTO `vtiger_projecttype` VALUES (2,'administrative',1,268,2),(3,'operative',1,269,3),(4,'other',1,270,4);
/*!40000 ALTER TABLE `vtiger_projecttype` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_projecttype_seq`
--
DROP TABLE IF EXISTS `vtiger_projecttype_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_projecttype_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_projecttype_seq`
--
LOCK TABLES `vtiger_projecttype_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_projecttype_seq` DISABLE KEYS */;
INSERT INTO `vtiger_projecttype_seq` VALUES (4);
/*!40000 ALTER TABLE `vtiger_projecttype_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_purchaseorder`
--
DROP TABLE IF EXISTS `vtiger_purchaseorder`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_purchaseorder` (
`purchaseorderid` int NOT NULL DEFAULT '0',
`subject` varchar(100) DEFAULT NULL,
`quoteid` int DEFAULT NULL,
`vendorid` int DEFAULT NULL,
`requisition_no` varchar(100) DEFAULT NULL,
`purchaseorder_no` varchar(100) DEFAULT NULL,
`tracking_no` varchar(100) DEFAULT NULL,
`contactid` int DEFAULT NULL,
`duedate` date DEFAULT NULL,
`carrier` varchar(200) DEFAULT NULL,
`type` varchar(100) DEFAULT NULL,
`adjustment` decimal(25,8) DEFAULT NULL,
`salescommission` decimal(25,3) DEFAULT NULL,
`exciseduty` decimal(25,3) DEFAULT NULL,
`total` decimal(25,8) DEFAULT NULL,
`subtotal` decimal(25,8) DEFAULT NULL,
`taxtype` varchar(25) DEFAULT NULL,
`discount_percent` decimal(25,3) DEFAULT NULL,
`discount_amount` decimal(25,8) DEFAULT NULL,
`s_h_amount` decimal(25,8) DEFAULT NULL,
`terms_conditions` text,
`postatus` varchar(200) DEFAULT NULL,
`currency_id` int NOT NULL DEFAULT '1',
`conversion_rate` decimal(10,3) NOT NULL DEFAULT '1.000',
`pre_tax_total` decimal(25,8) DEFAULT NULL,
`paid` decimal(25,8) DEFAULT NULL,
`balance` decimal(25,8) DEFAULT NULL,
`s_h_percent` int DEFAULT NULL,
PRIMARY KEY (`purchaseorderid`),
KEY `purchaseorder_vendorid_idx` (`vendorid`),
KEY `purchaseorder_quoteid_idx` (`quoteid`),
KEY `purchaseorder_contactid_idx` (`contactid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_purchaseorder`
--
LOCK TABLES `vtiger_purchaseorder` WRITE;
/*!40000 ALTER TABLE `vtiger_purchaseorder` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_purchaseorder` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_purchaseordercf`
--
DROP TABLE IF EXISTS `vtiger_purchaseordercf`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_purchaseordercf` (
`purchaseorderid` int NOT NULL DEFAULT '0',
PRIMARY KEY (`purchaseorderid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_purchaseordercf`
--
LOCK TABLES `vtiger_purchaseordercf` WRITE;
/*!40000 ALTER TABLE `vtiger_purchaseordercf` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_purchaseordercf` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_quotes`
--
DROP TABLE IF EXISTS `vtiger_quotes`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_quotes` (
`quoteid` int NOT NULL DEFAULT '0',
`subject` varchar(100) DEFAULT NULL,
`potentialid` int DEFAULT NULL,
`quotestage` varchar(200) DEFAULT NULL,
`validtill` date DEFAULT NULL,
`contactid` int DEFAULT NULL,
`quote_no` varchar(100) DEFAULT NULL,
`subtotal` decimal(25,8) DEFAULT NULL,
`carrier` varchar(200) DEFAULT NULL,
`shipping` varchar(100) DEFAULT NULL,
`inventorymanager` int DEFAULT NULL,
`type` varchar(100) DEFAULT NULL,
`adjustment` decimal(25,8) DEFAULT NULL,
`total` decimal(25,8) DEFAULT NULL,
`taxtype` varchar(25) DEFAULT NULL,
`discount_percent` decimal(25,3) DEFAULT NULL,
`discount_amount` decimal(25,8) DEFAULT NULL,
`s_h_amount` decimal(25,8) DEFAULT NULL,
`accountid` int DEFAULT NULL,
`terms_conditions` text,
`currency_id` int NOT NULL DEFAULT '1',
`conversion_rate` decimal(10,3) NOT NULL DEFAULT '1.000',
`pre_tax_total` decimal(25,8) DEFAULT NULL,
`s_h_percent` int DEFAULT NULL,
PRIMARY KEY (`quoteid`),
KEY `quote_quotestage_idx` (`quotestage`),
KEY `quotes_potentialid_idx` (`potentialid`),
KEY `quotes_contactid_idx` (`contactid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_quotes`
--
LOCK TABLES `vtiger_quotes` WRITE;
/*!40000 ALTER TABLE `vtiger_quotes` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_quotes` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_quotesbillads`
--
DROP TABLE IF EXISTS `vtiger_quotesbillads`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_quotesbillads` (
`quotebilladdressid` int NOT NULL DEFAULT '0',
`bill_city` varchar(30) DEFAULT NULL,
`bill_code` varchar(30) DEFAULT NULL,
`bill_country` varchar(30) DEFAULT NULL,
`bill_state` varchar(30) DEFAULT NULL,
`bill_street` varchar(250) DEFAULT NULL,
`bill_pobox` varchar(30) DEFAULT NULL,
PRIMARY KEY (`quotebilladdressid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_quotesbillads`
--
LOCK TABLES `vtiger_quotesbillads` WRITE;
/*!40000 ALTER TABLE `vtiger_quotesbillads` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_quotesbillads` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_quotescf`
--
DROP TABLE IF EXISTS `vtiger_quotescf`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_quotescf` (
`quoteid` int NOT NULL DEFAULT '0',
PRIMARY KEY (`quoteid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_quotescf`
--
LOCK TABLES `vtiger_quotescf` WRITE;
/*!40000 ALTER TABLE `vtiger_quotescf` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_quotescf` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_quotesshipads`
--
DROP TABLE IF EXISTS `vtiger_quotesshipads`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_quotesshipads` (
`quoteshipaddressid` int NOT NULL DEFAULT '0',
`ship_city` varchar(30) DEFAULT NULL,
`ship_code` varchar(30) DEFAULT NULL,
`ship_country` varchar(30) DEFAULT NULL,
`ship_state` varchar(30) DEFAULT NULL,
`ship_street` varchar(250) DEFAULT NULL,
`ship_pobox` varchar(30) DEFAULT NULL,
PRIMARY KEY (`quoteshipaddressid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_quotesshipads`
--
LOCK TABLES `vtiger_quotesshipads` WRITE;
/*!40000 ALTER TABLE `vtiger_quotesshipads` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_quotesshipads` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_quotestage`
--
DROP TABLE IF EXISTS `vtiger_quotestage`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_quotestage` (
`quotestageid` int NOT NULL AUTO_INCREMENT,
`quotestage` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT NULL,
PRIMARY KEY (`quotestageid`),
UNIQUE KEY `quotestage_quotestage_idx` (`quotestage`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_quotestage`
--
LOCK TABLES `vtiger_quotestage` WRITE;
/*!40000 ALTER TABLE `vtiger_quotestage` DISABLE KEYS */;
INSERT INTO `vtiger_quotestage` VALUES (1,'Created',0,139,0),(2,'Delivered',0,140,1),(3,'Reviewed',0,141,2),(4,'Accepted',0,142,3),(5,'Rejected',0,143,4);
/*!40000 ALTER TABLE `vtiger_quotestage` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_quotestage_seq`
--
DROP TABLE IF EXISTS `vtiger_quotestage_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_quotestage_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_quotestage_seq`
--
LOCK TABLES `vtiger_quotestage_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_quotestage_seq` DISABLE KEYS */;
INSERT INTO `vtiger_quotestage_seq` VALUES (5);
/*!40000 ALTER TABLE `vtiger_quotestage_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_quotestagehistory`
--
DROP TABLE IF EXISTS `vtiger_quotestagehistory`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_quotestagehistory` (
`historyid` int NOT NULL AUTO_INCREMENT,
`quoteid` int NOT NULL,
`accountname` varchar(100) DEFAULT NULL,
`total` decimal(10,0) DEFAULT NULL,
`quotestage` varchar(200) DEFAULT NULL,
`lastmodified` datetime DEFAULT NULL,
PRIMARY KEY (`historyid`),
KEY `quotestagehistory_quoteid_idx` (`quoteid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_quotestagehistory`
--
LOCK TABLES `vtiger_quotestagehistory` WRITE;
/*!40000 ALTER TABLE `vtiger_quotestagehistory` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_quotestagehistory` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_rating`
--
DROP TABLE IF EXISTS `vtiger_rating`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_rating` (
`rating_id` int NOT NULL AUTO_INCREMENT,
`rating` varchar(200) DEFAULT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT NULL,
PRIMARY KEY (`rating_id`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_rating`
--
LOCK TABLES `vtiger_rating` WRITE;
/*!40000 ALTER TABLE `vtiger_rating` DISABLE KEYS */;
INSERT INTO `vtiger_rating` VALUES (2,'Acquired',1,145,1),(3,'Active',1,146,2),(4,'Market Failed',1,147,3),(5,'Project Cancelled',1,148,4),(6,'Shutdown',1,149,5);
/*!40000 ALTER TABLE `vtiger_rating` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_rating_seq`
--
DROP TABLE IF EXISTS `vtiger_rating_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_rating_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_rating_seq`
--
LOCK TABLES `vtiger_rating_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_rating_seq` DISABLE KEYS */;
INSERT INTO `vtiger_rating_seq` VALUES (6);
/*!40000 ALTER TABLE `vtiger_rating_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_recurring_frequency`
--
DROP TABLE IF EXISTS `vtiger_recurring_frequency`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_recurring_frequency` (
`recurring_frequency_id` int DEFAULT NULL,
`recurring_frequency` varchar(200) DEFAULT NULL,
`sortorderid` int DEFAULT NULL,
`presence` int DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_recurring_frequency`
--
LOCK TABLES `vtiger_recurring_frequency` WRITE;
/*!40000 ALTER TABLE `vtiger_recurring_frequency` DISABLE KEYS */;
INSERT INTO `vtiger_recurring_frequency` VALUES (2,'Daily',1,1),(3,'Weekly',2,1),(4,'Monthly',3,1),(5,'Quarterly',4,1),(6,'Yearly',5,1);
/*!40000 ALTER TABLE `vtiger_recurring_frequency` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_recurring_frequency_seq`
--
DROP TABLE IF EXISTS `vtiger_recurring_frequency_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_recurring_frequency_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_recurring_frequency_seq`
--
LOCK TABLES `vtiger_recurring_frequency_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_recurring_frequency_seq` DISABLE KEYS */;
INSERT INTO `vtiger_recurring_frequency_seq` VALUES (6);
/*!40000 ALTER TABLE `vtiger_recurring_frequency_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_recurringevents`
--
DROP TABLE IF EXISTS `vtiger_recurringevents`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_recurringevents` (
`recurringid` int NOT NULL AUTO_INCREMENT,
`activityid` int NOT NULL,
`recurringdate` date DEFAULT NULL,
`recurringtype` varchar(30) DEFAULT NULL,
`recurringfreq` int DEFAULT NULL,
`recurringinfo` varchar(50) DEFAULT NULL,
`recurringenddate` date DEFAULT NULL,
PRIMARY KEY (`recurringid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_recurringevents`
--
LOCK TABLES `vtiger_recurringevents` WRITE;
/*!40000 ALTER TABLE `vtiger_recurringevents` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_recurringevents` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_recurringtype`
--
DROP TABLE IF EXISTS `vtiger_recurringtype`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_recurringtype` (
`recurringeventid` int NOT NULL AUTO_INCREMENT,
`recurringtype` varchar(200) NOT NULL,
`sortorderid` int NOT NULL DEFAULT '0',
`presence` int NOT NULL DEFAULT '1',
PRIMARY KEY (`recurringeventid`),
UNIQUE KEY `recurringtype_status_idx` (`recurringtype`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_recurringtype`
--
LOCK TABLES `vtiger_recurringtype` WRITE;
/*!40000 ALTER TABLE `vtiger_recurringtype` DISABLE KEYS */;
INSERT INTO `vtiger_recurringtype` VALUES (2,'Daily',1,1),(3,'Weekly',2,1),(4,'Monthly',3,1),(5,'Yearly',4,1);
/*!40000 ALTER TABLE `vtiger_recurringtype` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_recurringtype_seq`
--
DROP TABLE IF EXISTS `vtiger_recurringtype_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_recurringtype_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_recurringtype_seq`
--
LOCK TABLES `vtiger_recurringtype_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_recurringtype_seq` DISABLE KEYS */;
INSERT INTO `vtiger_recurringtype_seq` VALUES (5);
/*!40000 ALTER TABLE `vtiger_recurringtype_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_relatedlists`
--
DROP TABLE IF EXISTS `vtiger_relatedlists`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_relatedlists` (
`relation_id` int NOT NULL,
`tabid` int DEFAULT NULL,
`related_tabid` int DEFAULT NULL,
`name` varchar(100) DEFAULT NULL,
`sequence` int DEFAULT NULL,
`label` varchar(100) DEFAULT NULL,
`presence` int NOT NULL DEFAULT '0',
`actions` varchar(50) NOT NULL DEFAULT '',
PRIMARY KEY (`relation_id`),
KEY `relatedlists_relation_id_idx` (`relation_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_relatedlists`
--
LOCK TABLES `vtiger_relatedlists` WRITE;
/*!40000 ALTER TABLE `vtiger_relatedlists` DISABLE KEYS */;
INSERT INTO `vtiger_relatedlists` VALUES (1,6,4,'get_contacts',1,'Contacts',0,'add'),(2,6,2,'get_opportunities',2,'Potentials',0,'add'),(3,6,20,'get_quotes',3,'Quotes',0,'add'),(4,6,22,'get_salesorder',4,'Sales Order',0,'add'),(5,6,23,'get_invoices',5,'Invoice',0,'add'),(6,6,9,'get_activities',6,'Activities',0,'add'),(7,6,10,'get_emails',7,'Emails',0,'add'),(8,6,9,'get_history',8,'Activity History',0,'add'),(9,6,8,'get_attachments',9,'Documents',0,'add,select'),(10,6,13,'get_tickets',10,'HelpDesk',0,'add'),(11,6,14,'get_products',11,'Products',0,'select'),(12,7,9,'get_activities',1,'Activities',0,'add'),(13,7,10,'get_emails',2,'Emails',0,'add'),(14,7,9,'get_history',3,'Activity History',0,'add'),(15,7,8,'get_attachments',4,'Documents',0,'add,select'),(16,7,14,'get_products',5,'Products',0,'select'),(17,7,26,'get_campaigns',6,'Campaigns',0,'select'),(18,4,2,'get_opportunities',1,'Potentials',0,'add'),(19,4,9,'get_activities',2,'Activities',0,'add'),(20,4,10,'get_emails',3,'Emails',0,'add'),(21,4,13,'get_tickets',4,'HelpDesk',0,'add'),(22,4,20,'get_quotes',5,'Quotes',0,'add'),(23,4,21,'get_purchase_orders',6,'Purchase Order',0,'add'),(24,4,22,'get_salesorder',7,'Sales Order',0,'add'),(25,4,14,'get_products',8,'Products',0,'select'),(26,4,9,'get_history',9,'Activity History',0,'add'),(27,4,8,'get_attachments',10,'Documents',0,'add,select'),(28,4,26,'get_campaigns',11,'Campaigns',0,'select'),(29,4,23,'get_invoices',12,'Invoice',0,'add'),(30,2,9,'get_activities',1,'Activities',0,'add'),(31,2,4,'get_contacts',2,'Contacts',0,'select'),(32,2,14,'get_products',3,'Products',0,'select'),(33,2,0,'get_stage_history',4,'Sales Stage History',0,''),(34,2,8,'get_attachments',5,'Documents',0,'add,select'),(35,2,20,'get_Quotes',6,'Quotes',0,'add'),(36,2,22,'get_salesorder',7,'Sales Order',0,'add'),(37,2,9,'get_history',8,'Activity History',0,''),(38,14,13,'get_tickets',1,'HelpDesk',0,'add'),(39,14,8,'get_attachments',3,'Documents',0,'add,select'),(40,14,20,'get_quotes',4,'Quotes',0,'add'),(41,14,21,'get_purchase_orders',5,'Purchase Order',0,'add'),(42,14,22,'get_salesorder',6,'Sales Order',0,'add'),(43,14,23,'get_invoices',7,'Invoice',0,'add'),(44,14,19,'get_product_pricebooks',8,'PriceBooks',0,'ADD,SELECT'),(45,14,7,'get_leads',9,'Leads',0,'select'),(46,14,6,'get_accounts',10,'Accounts',0,'select'),(47,14,4,'get_contacts',11,'Contacts',0,'select'),(48,14,2,'get_opportunities',12,'Potentials',0,'select'),(49,14,14,'get_products',13,'Product Bundles',0,'add,select'),(50,14,14,'get_parent_products',14,'Parent Product',0,''),(51,10,4,'get_contacts',1,'Contacts',0,'select,bulkmail'),(52,10,0,'get_users',2,'Users',0,''),(53,10,8,'get_attachments',3,'Documents',0,'add,select'),(54,13,9,'get_activities',1,'Activities',0,'add'),(55,13,8,'get_attachments',2,'Documents',0,'add,select'),(56,13,0,'get_ticket_history',3,'Ticket History',0,''),(57,13,9,'get_history',4,'Activity History',0,'add'),(58,19,14,'get_pricebook_products',2,'Products',0,'select'),(59,18,14,'get_products',1,'Products',0,'add,select'),(60,18,21,'get_purchase_orders',2,'Purchase Order',0,'add'),(61,18,4,'get_contacts',3,'Contacts',0,'select'),(62,18,10,'get_emails',4,'Emails',0,'add'),(63,20,22,'get_salesorder',1,'Sales Order',0,''),(64,20,9,'get_activities',2,'Activities',0,'add'),(65,20,8,'get_attachments',3,'Documents',0,'add,select'),(66,20,9,'get_history',4,'Activity History',0,''),(67,20,0,'get_quotestagehistory',5,'Quote Stage History',0,''),(68,21,9,'get_activities',1,'Activities',0,'add'),(69,21,8,'get_attachments',2,'Documents',0,'add,select'),(70,21,9,'get_history',3,'Activity History',0,''),(71,21,0,'get_postatushistory',4,'PurchaseOrder Status History',0,''),(72,22,9,'get_activities',1,'Activities',0,'add'),(73,22,8,'get_attachments',2,'Documents',0,'add,select'),(74,22,23,'get_invoices',3,'Invoice',0,''),(75,22,9,'get_history',4,'Activity History',0,''),(76,22,0,'get_sostatushistory',5,'SalesOrder Status History',0,''),(77,23,9,'get_activities',1,'Activities',0,'add'),(78,23,8,'get_attachments',2,'Documents',0,'add,select'),(79,23,9,'get_history',3,'Activity History',0,''),(80,23,0,'get_invoicestatushistory',4,'Invoice Status History',0,''),(81,9,0,'get_users',1,'Users',0,''),(82,9,4,'get_contacts',2,'Contacts',0,''),(83,26,4,'get_contacts',1,'Contacts',0,'add,select'),(84,26,7,'get_leads',2,'Leads',0,'add,select'),(85,26,2,'get_opportunities',3,'Potentials',0,'add'),(86,26,9,'get_activities',4,'Activities',0,'add'),(87,6,26,'get_campaigns',13,'Campaigns',0,'select'),(88,26,6,'get_accounts',5,'Accounts',0,'add,select'),(89,15,8,'get_attachments',1,'Documents',0,'add,select'),(90,4,31,'get_dependents_list',13,'PBXManager',0,''),(91,7,31,'get_dependents_list',7,'PBXManager',0,''),(92,6,31,'get_dependents_list',14,'PBXManager',0,''),(93,35,13,'get_related_list',1,'Service Requests',0,'ADD,SELECT'),(94,35,8,'get_attachments',2,'Documents',0,'ADD,SELECT'),(95,6,35,'get_dependents_list',15,'Service Contracts',0,'ADD'),(96,4,35,'get_dependents_list',14,'Service Contracts',0,'ADD'),(97,13,35,'get_related_list',5,'Service Contracts',0,'ADD,SELECT'),(98,36,13,'get_related_list',1,'HelpDesk',0,'ADD,SELECT'),(99,36,20,'get_quotes',2,'Quotes',0,'ADD'),(100,36,21,'get_purchase_orders',3,'Purchase Order',0,'ADD'),(101,36,22,'get_salesorder',4,'Sales Order',0,'ADD'),(102,36,23,'get_invoices',5,'Invoice',0,'ADD'),(103,36,19,'get_service_pricebooks',6,'PriceBooks',0,'ADD'),(104,36,7,'get_related_list',7,'Leads',0,'SELECT'),(105,36,6,'get_related_list',8,'Accounts',0,'SELECT'),(106,36,4,'get_related_list',9,'Contacts',0,'SELECT'),(107,36,2,'get_related_list',10,'Potentials',0,'SELECT'),(108,36,8,'get_attachments',11,'Documents',0,'ADD,SELECT'),(109,13,36,'get_related_list',6,'Services',0,'SELECT'),(110,7,36,'get_related_list',8,'Services',0,'SELECT'),(111,6,36,'get_related_list',16,'Services',0,'SELECT'),(112,4,36,'get_related_list',15,'Services',0,'SELECT'),(113,2,36,'get_related_list',9,'Services',0,'SELECT'),(114,19,36,'get_pricebook_services',3,'Services',0,'SELECT'),(121,6,40,'get_dependents_list',17,'Projects',0,'add'),(122,4,40,'get_dependents_list',16,'Projects',0,'add'),(123,13,40,'get_related_list',7,'Projects',0,'SELECT'),(124,41,13,'get_related_list',1,'HelpDesk',0,'ADD,SELECT'),(125,41,8,'get_attachments',2,'Documents',0,'ADD,SELECT'),(126,6,41,'get_dependents_list',18,'Assets',0,'ADD'),(127,14,41,'get_dependents_list',15,'Assets',0,'ADD'),(128,23,41,'get_dependents_list',5,'Assets',0,'ADD'),(129,45,6,'get_related_list',1,'Accounts',0,' '),(130,45,4,'get_related_list',2,'Contacts',0,' '),(131,45,7,'get_related_list',3,'Leads',0,' '),(132,39,8,'get_attachments',1,'Documents',0,'ADD,SELECT'),(133,40,39,'get_dependents_list',1,'Project Tasks',0,'ADD'),(134,40,38,'get_dependents_list',2,'Project Milestones',0,'ADD'),(135,40,8,'get_attachments',3,'Documents',0,'ADD,SELECT'),(136,40,13,'get_related_list',4,'HelpDesk',0,'ADD,SELECT'),(137,40,0,'get_gantt_chart',5,'Charts',0,''),(138,4,41,'get_dependents_list',17,'Assets',0,'ADD'),(139,4,18,'get_vendors',18,'Vendors',0,'SELECT');
/*!40000 ALTER TABLE `vtiger_relatedlists` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_relatedlists_rb`
--
DROP TABLE IF EXISTS `vtiger_relatedlists_rb`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_relatedlists_rb` (
`entityid` int DEFAULT NULL,
`action` varchar(50) DEFAULT NULL,
`rel_table` varchar(200) DEFAULT NULL,
`rel_column` varchar(200) DEFAULT NULL,
`ref_column` varchar(200) DEFAULT NULL,
`related_crm_ids` text
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_relatedlists_rb`
--
LOCK TABLES `vtiger_relatedlists_rb` WRITE;
/*!40000 ALTER TABLE `vtiger_relatedlists_rb` DISABLE KEYS */;
INSERT INTO `vtiger_relatedlists_rb` VALUES (82,'update','vtiger_ctgooglesuitelog','related_id','ctgooglesuitelogid','83'),(557,'update','vtiger_crmentity','deleted','crmid',''),(557,'update','vtiger_troubletickets','contact_id','ticketid','565,580,597,598'),(557,'update','vtiger_modcomments','related_to','modcommentsid','563,594,595,596'),(634,'update','vtiger_crmentity','deleted','crmid',''),(623,'update','vtiger_crmentity','deleted','crmid',''),(559,'update','vtiger_crmentity','deleted','crmid',''),(797,'update','vtiger_crmentity','deleted','crmid',''),(797,'update','vtiger_troubletickets','contact_id','ticketid','800'),(797,'update','vtiger_modcomments','related_to','modcommentsid','799'),(554,'update','vtiger_crmentity','deleted','crmid',''),(802,'update','vtiger_crmentity','deleted','crmid',''),(802,'update','vtiger_troubletickets','contact_id','ticketid','806,807,808'),(802,'update','vtiger_modcomments','related_to','modcommentsid','809,810,811'),(493,'update','vtiger_crmentity','deleted','crmid',''),(493,'update','vtiger_modcomments','related_to','modcommentsid','895');
/*!40000 ALTER TABLE `vtiger_relatedlists_rb` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_relatedlists_seq`
--
DROP TABLE IF EXISTS `vtiger_relatedlists_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_relatedlists_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_relatedlists_seq`
--
LOCK TABLES `vtiger_relatedlists_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_relatedlists_seq` DISABLE KEYS */;
INSERT INTO `vtiger_relatedlists_seq` VALUES (139);
/*!40000 ALTER TABLE `vtiger_relatedlists_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_relcriteria`
--
DROP TABLE IF EXISTS `vtiger_relcriteria`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_relcriteria` (
`queryid` int NOT NULL,
`columnindex` int NOT NULL,
`columnname` varchar(250) DEFAULT '',
`comparator` varchar(20) DEFAULT NULL,
`value` varchar(512) DEFAULT NULL,
`groupid` int DEFAULT '1',
`column_condition` varchar(256) DEFAULT 'and',
PRIMARY KEY (`queryid`,`columnindex`),
KEY `relcriteria_queryid_idx` (`queryid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_relcriteria`
--
LOCK TABLES `vtiger_relcriteria` WRITE;
/*!40000 ALTER TABLE `vtiger_relcriteria` DISABLE KEYS */;
INSERT INTO `vtiger_relcriteria` VALUES (1,0,'vtiger_contactdetails:accountid:Contacts_Account_Name:account_id:V','n','',1,'and'),(2,0,'vtiger_contactdetails:accountid:Contacts_Account_Name:account_id:V','e','',1,'and'),(3,0,'vtiger_potential:potentialname:Potentials_Potential_Name:potentialname:V','n','',1,'and'),(7,0,'vtiger_potential:sales_stage:Potentials_Sales_Stage:sales_stage:V','e','Closed Won',1,'and'),(12,0,'vtiger_troubletickets:status:HelpDesk_Status:ticketstatus:V','n','Closed',1,'and'),(15,0,'vtiger_quotes:quotestage:Quotes_Quote_Stage:quotestage:V','n','Accepted',1,'and'),(15,1,'vtiger_quotes:quotestage:Quotes_Quote_Stage:quotestage:V','n','Rejected',1,'and'),(22,0,'vtiger_email_track:access_count:Emails_Access_Count:access_count:V','n','',1,'and'),(23,0,'vtiger_email_track:access_count:Emails_Access_Count:access_count:V','n','',1,'and'),(24,0,'vtiger_email_track:access_count:Emails_Access_Count:access_count:V','n','',1,'and'),(25,0,'vtiger_email_track:access_count:Emails_Access_Count:access_count:V','n','',1,'and');
/*!40000 ALTER TABLE `vtiger_relcriteria` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_relcriteria_grouping`
--
DROP TABLE IF EXISTS `vtiger_relcriteria_grouping`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_relcriteria_grouping` (
`groupid` int NOT NULL,
`queryid` int NOT NULL,
`group_condition` varchar(256) DEFAULT NULL,
`condition_expression` text,
PRIMARY KEY (`groupid`,`queryid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_relcriteria_grouping`
--
LOCK TABLES `vtiger_relcriteria_grouping` WRITE;
/*!40000 ALTER TABLE `vtiger_relcriteria_grouping` DISABLE KEYS */;
INSERT INTO `vtiger_relcriteria_grouping` VALUES (1,1,'','0'),(1,2,'','0'),(1,3,'','0'),(1,7,'','0'),(1,12,'','0'),(1,15,'','0 and 1'),(1,22,'','0'),(1,23,'','0'),(1,24,'','0'),(1,25,'','0');
/*!40000 ALTER TABLE `vtiger_relcriteria_grouping` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_reminder_interval`
--
DROP TABLE IF EXISTS `vtiger_reminder_interval`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_reminder_interval` (
`reminder_intervalid` int NOT NULL AUTO_INCREMENT,
`reminder_interval` varchar(200) NOT NULL,
`sortorderid` int NOT NULL,
`presence` int NOT NULL,
PRIMARY KEY (`reminder_intervalid`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_reminder_interval`
--
LOCK TABLES `vtiger_reminder_interval` WRITE;
/*!40000 ALTER TABLE `vtiger_reminder_interval` DISABLE KEYS */;
INSERT INTO `vtiger_reminder_interval` VALUES (2,'1 Minute',1,1),(3,'5 Minutes',2,1),(4,'15 Minutes',3,1),(5,'30 Minutes',4,1),(6,'45 Minutes',5,1),(7,'1 Hour',6,1),(8,'1 Day',7,1);
/*!40000 ALTER TABLE `vtiger_reminder_interval` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_reminder_interval_seq`
--
DROP TABLE IF EXISTS `vtiger_reminder_interval_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_reminder_interval_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_reminder_interval_seq`
--
LOCK TABLES `vtiger_reminder_interval_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_reminder_interval_seq` DISABLE KEYS */;
INSERT INTO `vtiger_reminder_interval_seq` VALUES (8);
/*!40000 ALTER TABLE `vtiger_reminder_interval_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_report`
--
DROP TABLE IF EXISTS `vtiger_report`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_report` (
`reportid` int NOT NULL,
`folderid` int NOT NULL,
`reportname` varchar(100) DEFAULT '',
`description` varchar(250) DEFAULT '',
`reporttype` varchar(50) DEFAULT '',
`queryid` int NOT NULL DEFAULT '0',
`state` varchar(50) DEFAULT 'SAVED',
`customizable` int DEFAULT '1',
`category` int DEFAULT '1',
`owner` int DEFAULT '1',
`sharingtype` varchar(200) DEFAULT 'Private',
PRIMARY KEY (`reportid`),
KEY `report_queryid_idx` (`queryid`),
KEY `report_folderid_idx` (`folderid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_report`
--
LOCK TABLES `vtiger_report` WRITE;
/*!40000 ALTER TABLE `vtiger_report` DISABLE KEYS */;
INSERT INTO `vtiger_report` VALUES (1,1,'Contacts by Accounts','Contacts related to Accounts','tabular',1,'CUSTOM',1,1,1,'Public'),(2,1,'Contacts without Accounts','Contacts not related to Accounts','tabular',2,'CUSTOM',1,1,1,'Public'),(3,1,'Contacts by Potentials','Contacts related to Potentials','tabular',3,'CUSTOM',1,1,1,'Public'),(4,2,'Lead by Source','Lead by Source','summary',4,'CUSTOM',1,1,1,'Public'),(5,2,'Lead Status Report','Lead Status Report','summary',5,'CUSTOM',1,1,1,'Public'),(6,3,'Potential Pipeline','Potential Pipeline','summary',6,'CUSTOM',1,1,1,'Public'),(7,3,'Closed Potentials','Potential that have Won','tabular',7,'CUSTOM',1,1,1,'Public'),(8,4,'Last Month Activities','Last Month Activities','tabular',8,'CUSTOM',1,1,1,'Public'),(9,4,'This Month Activities','This Month Activities','tabular',9,'CUSTOM',1,1,1,'Public'),(10,5,'Tickets by Products','Tickets related to Products','tabular',10,'CUSTOM',1,1,1,'Public'),(11,5,'Tickets by Priority','Tickets by Priority','summary',11,'CUSTOM',1,1,1,'Public'),(12,5,'Open Tickets','Tickets that are Open','tabular',12,'CUSTOM',1,1,1,'Public'),(13,6,'Product Details','Product Detailed Report','tabular',13,'CUSTOM',1,1,1,'Public'),(14,6,'Products by Contacts','Products related to Contacts','tabular',14,'CUSTOM',1,1,1,'Public'),(15,7,'Open Quotes','Quotes that are Open','tabular',15,'CUSTOM',1,1,1,'Public'),(16,7,'Quotes Detailed Report','Quotes Detailed Report','tabular',16,'CUSTOM',1,1,1,'Public'),(17,8,'PurchaseOrder by Contacts','PurchaseOrder related to Contacts','tabular',17,'CUSTOM',1,1,1,'Public'),(18,8,'PurchaseOrder Detailed Report','PurchaseOrder Detailed Report','tabular',18,'CUSTOM',1,1,1,'Public'),(19,9,'Invoice Detailed Report','Invoice Detailed Report','tabular',19,'CUSTOM',1,1,1,'Public'),(20,10,'SalesOrder Detailed Report','SalesOrder Detailed Report','tabular',20,'CUSTOM',1,1,1,'Public'),(21,11,'Campaign Expectations and Actuals','Campaign Expectations and Actuals','tabular',21,'CUSTOM',1,1,1,'Public'),(22,12,'Contacts Email Report','Emails sent to Contacts','tabular',22,'CUSTOM',1,1,1,'Public'),(23,12,'Accounts Email Report','Emails sent to Organizations','tabular',23,'CUSTOM',1,1,1,'Public'),(24,12,'Leads Email Report','Emails sent to Leads','tabular',24,'CUSTOM',1,1,1,'Public'),(25,12,'Vendors Email Report','Emails sent to Vendors','tabular',25,'CUSTOM',1,1,1,'Public');
/*!40000 ALTER TABLE `vtiger_report` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_reportdatefilter`
--
DROP TABLE IF EXISTS `vtiger_reportdatefilter`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_reportdatefilter` (
`datefilterid` int NOT NULL,
`datecolumnname` varchar(250) DEFAULT '',
`datefilter` varchar(250) DEFAULT '',
`startdate` date DEFAULT NULL,
`enddate` date DEFAULT NULL,
PRIMARY KEY (`datefilterid`),
KEY `reportdatefilter_datefilterid_idx` (`datefilterid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_reportdatefilter`
--
LOCK TABLES `vtiger_reportdatefilter` WRITE;
/*!40000 ALTER TABLE `vtiger_reportdatefilter` DISABLE KEYS */;
INSERT INTO `vtiger_reportdatefilter` VALUES (8,'vtiger_crmentity:modifiedtime:modifiedtime:Calendar_Modified_Time','lastmonth','2005-05-01','2005-05-31'),(9,'vtiger_crmentity:modifiedtime:modifiedtime:Calendar_Modified_Time','thismonth','2005-06-01','2005-06-30');
/*!40000 ALTER TABLE `vtiger_reportdatefilter` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_reportfilters`
--
DROP TABLE IF EXISTS `vtiger_reportfilters`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_reportfilters` (
`filterid` int NOT NULL,
`name` varchar(200) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_reportfilters`
--
LOCK TABLES `vtiger_reportfilters` WRITE;
/*!40000 ALTER TABLE `vtiger_reportfilters` DISABLE KEYS */;
INSERT INTO `vtiger_reportfilters` VALUES (1,'Private'),(2,'Public'),(3,'Shared');
/*!40000 ALTER TABLE `vtiger_reportfilters` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_reportfolder`
--
DROP TABLE IF EXISTS `vtiger_reportfolder`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_reportfolder` (
`folderid` int NOT NULL AUTO_INCREMENT,
`foldername` varchar(100) NOT NULL DEFAULT '',
`description` varchar(250) DEFAULT '',
`state` varchar(50) DEFAULT 'SAVED',
PRIMARY KEY (`folderid`)
) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_reportfolder`
--
LOCK TABLES `vtiger_reportfolder` WRITE;
/*!40000 ALTER TABLE `vtiger_reportfolder` DISABLE KEYS */;
INSERT INTO `vtiger_reportfolder` VALUES (1,'Account and Contact Reports','Account and Contact Reports','SAVED'),(2,'Lead Reports','Lead Reports','SAVED'),(3,'Potential Reports','Potential Reports','SAVED'),(4,'Activity Reports','Activity Reports','SAVED'),(5,'HelpDesk Reports','HelpDesk Reports','SAVED'),(6,'Product Reports','Product Reports','SAVED'),(7,'Quote Reports','Quote Reports','SAVED'),(8,'PurchaseOrder Reports','PurchaseOrder Reports','SAVED'),(9,'Invoice Reports','Invoice Reports','SAVED'),(10,'SalesOrder Reports','SalesOrder Reports','SAVED'),(11,'Campaign Reports','Campaign Reports','SAVED'),(12,'Email Reports','Email Reports','SAVED');
/*!40000 ALTER TABLE `vtiger_reportfolder` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_reportgroupbycolumn`
--
DROP TABLE IF EXISTS `vtiger_reportgroupbycolumn`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_reportgroupbycolumn` (
`reportid` int DEFAULT NULL,
`sortid` int DEFAULT NULL,
`sortcolname` varchar(250) DEFAULT NULL,
`dategroupbycriteria` varchar(250) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_reportgroupbycolumn`
--
LOCK TABLES `vtiger_reportgroupbycolumn` WRITE;
/*!40000 ALTER TABLE `vtiger_reportgroupbycolumn` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_reportgroupbycolumn` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_reportmodules`
--
DROP TABLE IF EXISTS `vtiger_reportmodules`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_reportmodules` (
`reportmodulesid` int NOT NULL,
`primarymodule` varchar(50) NOT NULL DEFAULT '',
`secondarymodules` varchar(250) DEFAULT '',
PRIMARY KEY (`reportmodulesid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_reportmodules`
--
LOCK TABLES `vtiger_reportmodules` WRITE;
/*!40000 ALTER TABLE `vtiger_reportmodules` DISABLE KEYS */;
INSERT INTO `vtiger_reportmodules` VALUES (1,'Contacts','Accounts'),(2,'Contacts','Accounts'),(3,'Contacts','Potentials'),(4,'Leads',''),(5,'Leads',''),(6,'Potentials',''),(7,'Potentials',''),(8,'Calendar',''),(9,'Calendar',''),(10,'HelpDesk','Products'),(11,'HelpDesk',''),(12,'HelpDesk',''),(13,'Products',''),(14,'Products','Contacts'),(15,'Quotes',''),(16,'Quotes',''),(17,'PurchaseOrder','Contacts'),(18,'PurchaseOrder',''),(19,'Invoice',''),(20,'SalesOrder',''),(21,'Campaigns',''),(22,'Contacts','Emails'),(23,'Accounts','Emails'),(24,'Leads','Emails'),(25,'Vendors','Emails');
/*!40000 ALTER TABLE `vtiger_reportmodules` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_reportsharing`
--
DROP TABLE IF EXISTS `vtiger_reportsharing`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_reportsharing` (
`reportid` int NOT NULL,
`shareid` int NOT NULL,
`setype` varchar(200) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_reportsharing`
--
LOCK TABLES `vtiger_reportsharing` WRITE;
/*!40000 ALTER TABLE `vtiger_reportsharing` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_reportsharing` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_reportsortcol`
--
DROP TABLE IF EXISTS `vtiger_reportsortcol`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_reportsortcol` (
`sortcolid` int NOT NULL,
`reportid` int NOT NULL,
`columnname` varchar(250) DEFAULT '',
`sortorder` varchar(250) DEFAULT 'Asc',
PRIMARY KEY (`sortcolid`,`reportid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_reportsortcol`
--
LOCK TABLES `vtiger_reportsortcol` WRITE;
/*!40000 ALTER TABLE `vtiger_reportsortcol` DISABLE KEYS */;
INSERT INTO `vtiger_reportsortcol` VALUES (1,4,'vtiger_leaddetails:leadsource:Leads_Lead_Source:leadsource:V','Ascending'),(1,5,'vtiger_leaddetails:leadstatus:Leads_Lead_Status:leadstatus:V','Ascending'),(1,6,'vtiger_potential:sales_stage:Potentials_Sales_Stage:sales_stage:V','Ascending'),(1,11,'vtiger_troubletickets:priority:HelpDesk_Priority:ticketpriorities:V','Ascending');
/*!40000 ALTER TABLE `vtiger_reportsortcol` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_reportsummary`
--
DROP TABLE IF EXISTS `vtiger_reportsummary`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_reportsummary` (
`reportsummaryid` int NOT NULL,
`summarytype` int NOT NULL,
`columnname` varchar(250) NOT NULL DEFAULT '',
PRIMARY KEY (`reportsummaryid`,`summarytype`,`columnname`),
KEY `reportsummary_reportsummaryid_idx` (`reportsummaryid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_reportsummary`
--
LOCK TABLES `vtiger_reportsummary` WRITE;
/*!40000 ALTER TABLE `vtiger_reportsummary` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_reportsummary` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_reporttype`
--
DROP TABLE IF EXISTS `vtiger_reporttype`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_reporttype` (
`reportid` int NOT NULL,
`data` text,
PRIMARY KEY (`reportid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_reporttype`
--
LOCK TABLES `vtiger_reporttype` WRITE;
/*!40000 ALTER TABLE `vtiger_reporttype` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_reporttype` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_role`
--
DROP TABLE IF EXISTS `vtiger_role`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_role` (
`roleid` varchar(255) NOT NULL,
`rolename` varchar(200) DEFAULT NULL,
`parentrole` varchar(255) DEFAULT NULL,
`depth` int DEFAULT NULL,
`allowassignedrecordsto` int NOT NULL DEFAULT '1',
PRIMARY KEY (`roleid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_role`
--
LOCK TABLES `vtiger_role` WRITE;
/*!40000 ALTER TABLE `vtiger_role` DISABLE KEYS */;
INSERT INTO `vtiger_role` VALUES ('H1','Organization','H1',0,1),('H2','CEO','H1::H2',1,1),('H3','Vice President','H1::H2::H3',2,1),('H4','Sales Manager','H1::H2::H3::H4',3,1),('H5','Sales Person','H1::H2::H3::H4::H5',4,1);
/*!40000 ALTER TABLE `vtiger_role` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_role2picklist`
--
DROP TABLE IF EXISTS `vtiger_role2picklist`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_role2picklist` (
`roleid` varchar(255) NOT NULL,
`picklistvalueid` int NOT NULL,
`picklistid` int NOT NULL,
`sortid` int DEFAULT NULL,
PRIMARY KEY (`roleid`,`picklistvalueid`,`picklistid`),
KEY `role2picklist_roleid_picklistid_idx` (`roleid`,`picklistid`,`picklistvalueid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_role2picklist`
--
LOCK TABLES `vtiger_role2picklist` WRITE;
/*!40000 ALTER TABLE `vtiger_role2picklist` DISABLE KEYS */;
INSERT INTO `vtiger_role2picklist` VALUES ('H1',1,1,0),('H1',2,1,1),('H1',3,1,2),('H1',4,1,3),('H1',5,1,4),('H1',6,1,5),('H1',7,1,6),('H1',8,1,7),('H1',9,1,8),('H1',10,1,9),('H1',11,1,10),('H1',12,2,0),('H1',13,2,1),('H1',14,3,0),('H1',15,3,1),('H1',16,3,2),('H1',17,3,3),('H1',18,3,4),('H1',19,3,5),('H1',20,4,0),('H1',21,4,1),('H1',22,4,2),('H1',23,4,3),('H1',24,4,4),('H1',25,4,5),('H1',26,4,6),('H1',27,4,7),('H1',28,4,8),('H1',29,4,9),('H1',30,4,10),('H1',31,4,11),('H1',32,4,12),('H1',33,5,0),('H1',34,5,1),('H1',35,5,2),('H1',36,5,3),('H1',37,5,4),('H1',38,6,0),('H1',39,6,1),('H1',40,6,2),('H1',41,7,0),('H1',42,7,1),('H1',43,7,2),('H1',44,7,3),('H1',45,7,4),('H1',46,8,0),('H1',47,9,0),('H1',48,9,1),('H1',49,9,2),('H1',50,9,3),('H1',51,10,0),('H1',52,10,1),('H1',53,10,2),('H1',54,10,3),('H1',55,10,4),('H1',56,10,5),('H1',57,10,6),('H1',58,10,7),('H1',59,10,8),('H1',60,11,0),('H1',61,11,1),('H1',62,11,2),('H1',63,11,3),('H1',64,11,4),('H1',65,11,5),('H1',66,11,6),('H1',67,11,7),('H1',68,11,8),('H1',69,11,9),('H1',70,11,10),('H1',71,11,11),('H1',72,11,12),('H1',73,11,13),('H1',74,11,14),('H1',75,11,15),('H1',76,11,16),('H1',77,11,17),('H1',78,11,18),('H1',79,11,19),('H1',80,11,20),('H1',81,11,21),('H1',82,11,22),('H1',83,11,23),('H1',84,11,24),('H1',85,11,25),('H1',86,11,26),('H1',87,11,27),('H1',88,11,28),('H1',89,11,29),('H1',90,11,30),('H1',91,11,31),('H1',92,12,0),('H1',93,12,1),('H1',94,12,2),('H1',95,12,3),('H1',96,12,4),('H1',97,12,5),('H1',98,13,0),('H1',99,13,1),('H1',100,13,2),('H1',101,13,3),('H1',102,13,4),('H1',103,13,5),('H1',104,13,6),('H1',105,13,7),('H1',106,13,8),('H1',107,13,9),('H1',108,13,10),('H1',109,13,11),('H1',110,13,12),('H1',111,14,0),('H1',112,14,1),('H1',113,14,2),('H1',114,14,3),('H1',115,14,4),('H1',116,14,5),('H1',117,14,6),('H1',118,14,7),('H1',119,14,8),('H1',120,14,9),('H1',121,14,10),('H1',122,14,11),('H1',123,15,0),('H1',124,15,1),('H1',125,15,2),('H1',126,15,3),('H1',127,16,0),('H1',128,16,1),('H1',129,16,2),('H1',130,17,0),('H1',131,17,1),('H1',132,17,2),('H1',133,17,3),('H1',134,17,4),('H1',135,18,0),('H1',136,18,1),('H1',137,18,2),('H1',138,18,3),('H1',139,19,0),('H1',140,19,1),('H1',141,19,2),('H1',142,19,3),('H1',143,19,4),('H1',144,20,0),('H1',145,20,1),('H1',146,20,2),('H1',147,20,3),('H1',148,20,4),('H1',149,20,5),('H1',150,21,0),('H1',151,21,1),('H1',152,21,2),('H1',153,21,3),('H1',154,21,4),('H1',155,21,5),('H1',156,21,6),('H1',157,21,7),('H1',158,21,8),('H1',159,21,9),('H1',160,22,0),('H1',161,22,1),('H1',162,22,2),('H1',163,22,3),('H1',164,22,4),('H1',165,22,5),('H1',166,23,0),('H1',167,23,1),('H1',168,23,2),('H1',169,23,3),('H1',170,24,0),('H1',171,24,1),('H1',172,24,2),('H1',173,25,0),('H1',174,25,1),('H1',175,25,2),('H1',176,25,3),('H1',177,25,4),('H1',178,25,5),('H1',179,26,0),('H1',180,26,1),('H1',181,26,2),('H1',182,27,0),('H1',183,27,1),('H1',184,27,2),('H1',185,27,3),('H1',186,28,0),('H1',187,28,1),('H1',188,28,2),('H1',189,28,3),('H1',190,29,0),('H1',191,29,1),('H1',192,29,2),('H1',193,29,3),('H1',194,30,0),('H1',195,30,1),('H1',196,30,2),('H1',197,30,3),('H1',198,30,4),('H1',199,30,5),('H1',200,30,6),('H1',201,30,7),('H1',202,30,8),('H1',203,30,9),('H1',204,30,10),('H1',205,30,11),('H1',206,30,12),('H1',207,30,13),('H1',208,30,14),('H1',209,30,15),('H1',210,31,1),('H1',211,31,2),('H1',212,31,3),('H1',213,31,4),('H1',214,32,1),('H1',215,32,2),('H1',216,32,3),('H1',217,32,4),('H1',218,32,5),('H1',219,32,6),('H1',220,33,1),('H1',221,33,2),('H1',222,33,3),('H1',223,34,1),('H1',224,34,2),('H1',225,34,3),('H1',226,35,1),('H1',227,35,2),('H1',228,35,3),('H1',229,36,1),('H1',230,36,2),('H1',231,36,3),('H1',232,36,4),('H1',233,36,5),('H1',234,36,6),('H1',235,37,1),('H1',236,37,2),('H1',237,37,3),('H1',238,37,4),('H1',239,38,1),('H1',240,38,2),('H1',241,38,3),('H1',242,38,4),('H1',243,39,1),('H1',244,39,2),('H1',245,39,3),('H1',246,39,4),('H1',247,40,1),('H1',248,40,2),('H1',249,40,3),('H1',250,40,4),('H1',251,40,5),('H1',252,40,6),('H1',253,40,7),('H1',254,40,8),('H1',255,40,9),('H1',256,40,10),('H1',257,40,11),('H1',258,41,1),('H1',259,41,2),('H1',260,41,3),('H1',261,41,4),('H1',262,41,5),('H1',263,41,6),('H1',264,41,7),('H1',265,41,8),('H1',266,41,9),('H1',267,42,1),('H1',268,42,2),('H1',269,42,3),('H1',270,42,4),('H1',271,43,1),('H1',272,43,2),('H1',273,43,3),('H1',274,43,4),('H1',275,44,1),('H1',276,44,2),('H1',277,44,3),('H1',278,44,4),('H1',279,44,5),('H1',280,44,6),('H1',281,44,7),('H1',282,44,8),('H1',283,44,9),('H1',284,44,10),('H1',285,44,11),('H1',286,45,1),('H1',287,45,2),('H1',288,12,1),('H1',289,46,1),('H1',290,46,2),('H1',291,46,3),('H1',292,46,4),('H1',293,46,5),('H1',294,46,6),('H1',295,2,1),('H1',296,47,1),('H1',297,47,2),('H1',298,47,3),('H1',299,48,1),('H1',300,48,2),('H2',1,1,0),('H2',2,1,1),('H2',3,1,2),('H2',4,1,3),('H2',5,1,4),('H2',6,1,5),('H2',7,1,6),('H2',8,1,7),('H2',9,1,8),('H2',10,1,9),('H2',11,1,10),('H2',12,2,0),('H2',13,2,1),('H2',14,3,0),('H2',15,3,1),('H2',16,3,2),('H2',17,3,3),('H2',18,3,4),('H2',19,3,5),('H2',20,4,0),('H2',21,4,1),('H2',22,4,2),('H2',23,4,3),('H2',24,4,4),('H2',25,4,5),('H2',26,4,6),('H2',27,4,7),('H2',28,4,8),('H2',29,4,9),('H2',30,4,10),('H2',31,4,11),('H2',32,4,12),('H2',33,5,0),('H2',34,5,1),('H2',35,5,2),('H2',36,5,3),('H2',37,5,4),('H2',38,6,0),('H2',39,6,1),('H2',40,6,2),('H2',41,7,0),('H2',42,7,1),('H2',43,7,2),('H2',44,7,3),('H2',45,7,4),('H2',46,8,0),('H2',47,9,0),('H2',48,9,1),('H2',49,9,2),('H2',50,9,3),('H2',51,10,0),('H2',52,10,1),('H2',53,10,2),('H2',54,10,3),('H2',55,10,4),('H2',56,10,5),('H2',57,10,6),('H2',58,10,7),('H2',59,10,8),('H2',60,11,0),('H2',61,11,1),('H2',62,11,2),('H2',63,11,3),('H2',64,11,4),('H2',65,11,5),('H2',66,11,6),('H2',67,11,7),('H2',68,11,8),('H2',69,11,9),('H2',70,11,10),('H2',71,11,11),('H2',72,11,12),('H2',73,11,13),('H2',74,11,14),('H2',75,11,15),('H2',76,11,16),('H2',77,11,17),('H2',78,11,18),('H2',79,11,19),('H2',80,11,20),('H2',81,11,21),('H2',82,11,22),('H2',83,11,23),('H2',84,11,24),('H2',85,11,25),('H2',86,11,26),('H2',87,11,27),('H2',88,11,28),('H2',89,11,29),('H2',90,11,30),('H2',91,11,31),('H2',92,12,0),('H2',93,12,1),('H2',94,12,2),('H2',95,12,3),('H2',96,12,4),('H2',97,12,5),('H2',98,13,0),('H2',99,13,1),('H2',100,13,2),('H2',101,13,3),('H2',102,13,4),('H2',103,13,5),('H2',104,13,6),('H2',105,13,7),('H2',106,13,8),('H2',107,13,9),('H2',108,13,10),('H2',109,13,11),('H2',110,13,12),('H2',111,14,0),('H2',112,14,1),('H2',113,14,2),('H2',114,14,3),('H2',115,14,4),('H2',116,14,5),('H2',117,14,6),('H2',118,14,7),('H2',119,14,8),('H2',120,14,9),('H2',121,14,10),('H2',122,14,11),('H2',123,15,0),('H2',124,15,1),('H2',125,15,2),('H2',126,15,3),('H2',127,16,0),('H2',128,16,1),('H2',129,16,2),('H2',130,17,0),('H2',131,17,1),('H2',132,17,2),('H2',133,17,3),('H2',134,17,4),('H2',135,18,0),('H2',136,18,1),('H2',137,18,2),('H2',138,18,3),('H2',139,19,0),('H2',140,19,1),('H2',141,19,2),('H2',142,19,3),('H2',143,19,4),('H2',144,20,0),('H2',145,20,1),('H2',146,20,2),('H2',147,20,3),('H2',148,20,4),('H2',149,20,5),('H2',150,21,0),('H2',151,21,1),('H2',152,21,2),('H2',153,21,3),('H2',154,21,4),('H2',155,21,5),('H2',156,21,6),('H2',157,21,7),('H2',158,21,8),('H2',159,21,9),('H2',160,22,0),('H2',161,22,1),('H2',162,22,2),('H2',163,22,3),('H2',164,22,4),('H2',165,22,5),('H2',166,23,0),('H2',167,23,1),('H2',168,23,2),('H2',169,23,3),('H2',170,24,0),('H2',171,24,1),('H2',172,24,2),('H2',173,25,0),('H2',174,25,1),('H2',175,25,2),('H2',176,25,3),('H2',177,25,4),('H2',178,25,5),('H2',179,26,0),('H2',180,26,1),('H2',181,26,2),('H2',182,27,0),('H2',183,27,1),('H2',184,27,2),('H2',185,27,3),('H2',186,28,0),('H2',187,28,1),('H2',188,28,2),('H2',189,28,3),('H2',190,29,0),('H2',191,29,1),('H2',192,29,2),('H2',193,29,3),('H2',194,30,0),('H2',195,30,1),('H2',196,30,2),('H2',197,30,3),('H2',198,30,4),('H2',199,30,5),('H2',200,30,6),('H2',201,30,7),('H2',202,30,8),('H2',203,30,9),('H2',204,30,10),('H2',205,30,11),('H2',206,30,12),('H2',207,30,13),('H2',208,30,14),('H2',209,30,15),('H2',210,31,1),('H2',211,31,2),('H2',212,31,3),('H2',213,31,4),('H2',214,32,1),('H2',215,32,2),('H2',216,32,3),('H2',217,32,4),('H2',218,32,5),('H2',219,32,6),('H2',220,33,1),('H2',221,33,2),('H2',222,33,3),('H2',223,34,1),('H2',224,34,2),('H2',225,34,3),('H2',226,35,1),('H2',227,35,2),('H2',228,35,3),('H2',229,36,1),('H2',230,36,2),('H2',231,36,3),('H2',232,36,4),('H2',233,36,5),('H2',234,36,6),('H2',235,37,1),('H2',236,37,2),('H2',237,37,3),('H2',238,37,4),('H2',239,38,1),('H2',240,38,2),('H2',241,38,3),('H2',242,38,4),('H2',243,39,1),('H2',244,39,2),('H2',245,39,3),('H2',246,39,4),('H2',247,40,1),('H2',248,40,2),('H2',249,40,3),('H2',250,40,4),('H2',251,40,5),('H2',252,40,6),('H2',253,40,7),('H2',254,40,8),('H2',255,40,9),('H2',256,40,10),('H2',257,40,11),('H2',258,41,1),('H2',259,41,2),('H2',260,41,3),('H2',261,41,4),('H2',262,41,5),('H2',263,41,6),('H2',264,41,7),('H2',265,41,8),('H2',266,41,9),('H2',267,42,1),('H2',268,42,2),('H2',269,42,3),('H2',270,42,4),('H2',271,43,1),('H2',272,43,2),('H2',273,43,3),('H2',274,43,4),('H2',275,44,1),('H2',276,44,2),('H2',277,44,3),('H2',278,44,4),('H2',279,44,5),('H2',280,44,6),('H2',281,44,7),('H2',282,44,8),('H2',283,44,9),('H2',284,44,10),('H2',285,44,11),('H2',286,45,1),('H2',287,45,2),('H2',288,12,1),('H2',289,46,1),('H2',290,46,2),('H2',291,46,3),('H2',292,46,4),('H2',293,46,5),('H2',294,46,6),('H2',295,2,1),('H2',296,47,1),('H2',297,47,2),('H2',298,47,3),('H2',299,48,1),('H2',300,48,2),('H3',1,1,0),('H3',2,1,1),('H3',3,1,2),('H3',4,1,3),('H3',5,1,4),('H3',6,1,5),('H3',7,1,6),('H3',8,1,7),('H3',9,1,8),('H3',10,1,9),('H3',11,1,10),('H3',12,2,0),('H3',13,2,1),('H3',14,3,0),('H3',15,3,1),('H3',16,3,2),('H3',17,3,3),('H3',18,3,4),('H3',19,3,5),('H3',20,4,0),('H3',21,4,1),('H3',22,4,2),('H3',23,4,3),('H3',24,4,4),('H3',25,4,5),('H3',26,4,6),('H3',27,4,7),('H3',28,4,8),('H3',29,4,9),('H3',30,4,10),('H3',31,4,11),('H3',32,4,12),('H3',33,5,0),('H3',34,5,1),('H3',35,5,2),('H3',36,5,3),('H3',37,5,4),('H3',38,6,0),('H3',39,6,1),('H3',40,6,2),('H3',41,7,0),('H3',42,7,1),('H3',43,7,2),('H3',44,7,3),('H3',45,7,4),('H3',46,8,0),('H3',47,9,0),('H3',48,9,1),('H3',49,9,2),('H3',50,9,3),('H3',51,10,0),('H3',52,10,1),('H3',53,10,2),('H3',54,10,3),('H3',55,10,4),('H3',56,10,5),('H3',57,10,6),('H3',58,10,7),('H3',59,10,8),('H3',60,11,0),('H3',61,11,1),('H3',62,11,2),('H3',63,11,3),('H3',64,11,4),('H3',65,11,5),('H3',66,11,6),('H3',67,11,7),('H3',68,11,8),('H3',69,11,9),('H3',70,11,10),('H3',71,11,11),('H3',72,11,12),('H3',73,11,13),('H3',74,11,14),('H3',75,11,15),('H3',76,11,16),('H3',77,11,17),('H3',78,11,18),('H3',79,11,19),('H3',80,11,20),('H3',81,11,21),('H3',82,11,22),('H3',83,11,23),('H3',84,11,24),('H3',85,11,25),('H3',86,11,26),('H3',87,11,27),('H3',88,11,28),('H3',89,11,29),('H3',90,11,30),('H3',91,11,31),('H3',92,12,0),('H3',93,12,1),('H3',94,12,2),('H3',95,12,3),('H3',96,12,4),('H3',97,12,5),('H3',98,13,0),('H3',99,13,1),('H3',100,13,2),('H3',101,13,3),('H3',102,13,4),('H3',103,13,5),('H3',104,13,6),('H3',105,13,7),('H3',106,13,8),('H3',107,13,9),('H3',108,13,10),('H3',109,13,11),('H3',110,13,12),('H3',111,14,0),('H3',112,14,1),('H3',113,14,2),('H3',114,14,3),('H3',115,14,4),('H3',116,14,5),('H3',117,14,6),('H3',118,14,7),('H3',119,14,8),('H3',120,14,9),('H3',121,14,10),('H3',122,14,11),('H3',123,15,0),('H3',124,15,1),('H3',125,15,2),('H3',126,15,3),('H3',127,16,0),('H3',128,16,1),('H3',129,16,2),('H3',130,17,0),('H3',131,17,1),('H3',132,17,2),('H3',133,17,3),('H3',134,17,4),('H3',135,18,0),('H3',136,18,1),('H3',137,18,2),('H3',138,18,3),('H3',139,19,0),('H3',140,19,1),('H3',141,19,2),('H3',142,19,3),('H3',143,19,4),('H3',144,20,0),('H3',145,20,1),('H3',146,20,2),('H3',147,20,3),('H3',148,20,4),('H3',149,20,5),('H3',150,21,0),('H3',151,21,1),('H3',152,21,2),('H3',153,21,3),('H3',154,21,4),('H3',155,21,5),('H3',156,21,6),('H3',157,21,7),('H3',158,21,8),('H3',159,21,9),('H3',160,22,0),('H3',161,22,1),('H3',162,22,2),('H3',163,22,3),('H3',164,22,4),('H3',165,22,5),('H3',166,23,0),('H3',167,23,1),('H3',168,23,2),('H3',169,23,3),('H3',170,24,0),('H3',171,24,1),('H3',172,24,2),('H3',173,25,0),('H3',174,25,1),('H3',175,25,2),('H3',176,25,3),('H3',177,25,4),('H3',178,25,5),('H3',179,26,0),('H3',180,26,1),('H3',181,26,2),('H3',182,27,0),('H3',183,27,1),('H3',184,27,2),('H3',185,27,3),('H3',186,28,0),('H3',187,28,1),('H3',188,28,2),('H3',189,28,3),('H3',190,29,0),('H3',191,29,1),('H3',192,29,2),('H3',193,29,3),('H3',194,30,0),('H3',195,30,1),('H3',196,30,2),('H3',197,30,3),('H3',198,30,4),('H3',199,30,5),('H3',200,30,6),('H3',201,30,7),('H3',202,30,8),('H3',203,30,9),('H3',204,30,10),('H3',205,30,11),('H3',206,30,12),('H3',207,30,13),('H3',208,30,14),('H3',209,30,15),('H3',210,31,1),('H3',211,31,2),('H3',212,31,3),('H3',213,31,4),('H3',214,32,1),('H3',215,32,2),('H3',216,32,3),('H3',217,32,4),('H3',218,32,5),('H3',219,32,6),('H3',220,33,1),('H3',221,33,2),('H3',222,33,3),('H3',223,34,1),('H3',224,34,2),('H3',225,34,3),('H3',226,35,1),('H3',227,35,2),('H3',228,35,3),('H3',229,36,1),('H3',230,36,2),('H3',231,36,3),('H3',232,36,4),('H3',233,36,5),('H3',234,36,6),('H3',235,37,1),('H3',236,37,2),('H3',237,37,3),('H3',238,37,4),('H3',239,38,1),('H3',240,38,2),('H3',241,38,3),('H3',242,38,4),('H3',243,39,1),('H3',244,39,2),('H3',245,39,3),('H3',246,39,4),('H3',247,40,1),('H3',248,40,2),('H3',249,40,3),('H3',250,40,4),('H3',251,40,5),('H3',252,40,6),('H3',253,40,7),('H3',254,40,8),('H3',255,40,9),('H3',256,40,10),('H3',257,40,11),('H3',258,41,1),('H3',259,41,2),('H3',260,41,3),('H3',261,41,4),('H3',262,41,5),('H3',263,41,6),('H3',264,41,7),('H3',265,41,8),('H3',266,41,9),('H3',267,42,1),('H3',268,42,2),('H3',269,42,3),('H3',270,42,4),('H3',271,43,1),('H3',272,43,2),('H3',273,43,3),('H3',274,43,4),('H3',275,44,1),('H3',276,44,2),('H3',277,44,3),('H3',278,44,4),('H3',279,44,5),('H3',280,44,6),('H3',281,44,7),('H3',282,44,8),('H3',283,44,9),('H3',284,44,10),('H3',285,44,11),('H3',286,45,1),('H3',287,45,2),('H3',288,12,1),('H3',289,46,1),('H3',290,46,2),('H3',291,46,3),('H3',292,46,4),('H3',293,46,5),('H3',294,46,6),('H3',295,2,1),('H3',296,47,1),('H3',297,47,2),('H3',298,47,3),('H3',299,48,1),('H3',300,48,2),('H4',1,1,0),('H4',2,1,1),('H4',3,1,2),('H4',4,1,3),('H4',5,1,4),('H4',6,1,5),('H4',7,1,6),('H4',8,1,7),('H4',9,1,8),('H4',10,1,9),('H4',11,1,10),('H4',12,2,0),('H4',13,2,1),('H4',14,3,0),('H4',15,3,1),('H4',16,3,2),('H4',17,3,3),('H4',18,3,4),('H4',19,3,5),('H4',20,4,0),('H4',21,4,1),('H4',22,4,2),('H4',23,4,3),('H4',24,4,4),('H4',25,4,5),('H4',26,4,6),('H4',27,4,7),('H4',28,4,8),('H4',29,4,9),('H4',30,4,10),('H4',31,4,11),('H4',32,4,12),('H4',33,5,0),('H4',34,5,1),('H4',35,5,2),('H4',36,5,3),('H4',37,5,4),('H4',38,6,0),('H4',39,6,1),('H4',40,6,2),('H4',41,7,0),('H4',42,7,1),('H4',43,7,2),('H4',44,7,3),('H4',45,7,4),('H4',46,8,0),('H4',47,9,0),('H4',48,9,1),('H4',49,9,2),('H4',50,9,3),('H4',51,10,0),('H4',52,10,1),('H4',53,10,2),('H4',54,10,3),('H4',55,10,4),('H4',56,10,5),('H4',57,10,6),('H4',58,10,7),('H4',59,10,8),('H4',60,11,0),('H4',61,11,1),('H4',62,11,2),('H4',63,11,3),('H4',64,11,4),('H4',65,11,5),('H4',66,11,6),('H4',67,11,7),('H4',68,11,8),('H4',69,11,9),('H4',70,11,10),('H4',71,11,11),('H4',72,11,12),('H4',73,11,13),('H4',74,11,14),('H4',75,11,15),('H4',76,11,16),('H4',77,11,17),('H4',78,11,18),('H4',79,11,19),('H4',80,11,20),('H4',81,11,21),('H4',82,11,22),('H4',83,11,23),('H4',84,11,24),('H4',85,11,25),('H4',86,11,26),('H4',87,11,27),('H4',88,11,28),('H4',89,11,29),('H4',90,11,30),('H4',91,11,31),('H4',92,12,0),('H4',93,12,1),('H4',94,12,2),('H4',95,12,3),('H4',96,12,4),('H4',97,12,5),('H4',98,13,0),('H4',99,13,1),('H4',100,13,2),('H4',101,13,3),('H4',102,13,4),('H4',103,13,5),('H4',104,13,6),('H4',105,13,7),('H4',106,13,8),('H4',107,13,9),('H4',108,13,10),('H4',109,13,11),('H4',110,13,12),('H4',111,14,0),('H4',112,14,1),('H4',113,14,2),('H4',114,14,3),('H4',115,14,4),('H4',116,14,5),('H4',117,14,6),('H4',118,14,7),('H4',119,14,8),('H4',120,14,9),('H4',121,14,10),('H4',122,14,11),('H4',123,15,0),('H4',124,15,1),('H4',125,15,2),('H4',126,15,3),('H4',127,16,0),('H4',128,16,1),('H4',129,16,2),('H4',130,17,0),('H4',131,17,1),('H4',132,17,2),('H4',133,17,3),('H4',134,17,4),('H4',135,18,0),('H4',136,18,1),('H4',137,18,2),('H4',138,18,3),('H4',139,19,0),('H4',140,19,1),('H4',141,19,2),('H4',142,19,3),('H4',143,19,4),('H4',144,20,0),('H4',145,20,1),('H4',146,20,2),('H4',147,20,3),('H4',148,20,4),('H4',149,20,5),('H4',150,21,0),('H4',151,21,1),('H4',152,21,2),('H4',153,21,3),('H4',154,21,4),('H4',155,21,5),('H4',156,21,6),('H4',157,21,7),('H4',158,21,8),('H4',159,21,9),('H4',160,22,0),('H4',161,22,1),('H4',162,22,2),('H4',163,22,3),('H4',164,22,4),('H4',165,22,5),('H4',166,23,0),('H4',167,23,1),('H4',168,23,2),('H4',169,23,3),('H4',170,24,0),('H4',171,24,1),('H4',172,24,2),('H4',173,25,0),('H4',174,25,1),('H4',175,25,2),('H4',176,25,3),('H4',177,25,4),('H4',178,25,5),('H4',179,26,0),('H4',180,26,1),('H4',181,26,2),('H4',182,27,0),('H4',183,27,1),('H4',184,27,2),('H4',185,27,3),('H4',186,28,0),('H4',187,28,1),('H4',188,28,2),('H4',189,28,3),('H4',190,29,0),('H4',191,29,1),('H4',192,29,2),('H4',193,29,3),('H4',194,30,0),('H4',195,30,1),('H4',196,30,2),('H4',197,30,3),('H4',198,30,4),('H4',199,30,5),('H4',200,30,6),('H4',201,30,7),('H4',202,30,8),('H4',203,30,9),('H4',204,30,10),('H4',205,30,11),('H4',206,30,12),('H4',207,30,13),('H4',208,30,14),('H4',209,30,15),('H4',210,31,1),('H4',211,31,2),('H4',212,31,3),('H4',213,31,4),('H4',214,32,1),('H4',215,32,2),('H4',216,32,3),('H4',217,32,4),('H4',218,32,5),('H4',219,32,6),('H4',220,33,1),('H4',221,33,2),('H4',222,33,3),('H4',223,34,1),('H4',224,34,2),('H4',225,34,3),('H4',226,35,1),('H4',227,35,2),('H4',228,35,3),('H4',229,36,1),('H4',230,36,2),('H4',231,36,3),('H4',232,36,4),('H4',233,36,5),('H4',234,36,6),('H4',235,37,1),('H4',236,37,2),('H4',237,37,3),('H4',238,37,4),('H4',239,38,1),('H4',240,38,2),('H4',241,38,3),('H4',242,38,4),('H4',243,39,1),('H4',244,39,2),('H4',245,39,3),('H4',246,39,4),('H4',247,40,1),('H4',248,40,2),('H4',249,40,3),('H4',250,40,4),('H4',251,40,5),('H4',252,40,6),('H4',253,40,7),('H4',254,40,8),('H4',255,40,9),('H4',256,40,10),('H4',257,40,11),('H4',258,41,1),('H4',259,41,2),('H4',260,41,3),('H4',261,41,4),('H4',262,41,5),('H4',263,41,6),('H4',264,41,7),('H4',265,41,8),('H4',266,41,9),('H4',267,42,1),('H4',268,42,2),('H4',269,42,3),('H4',270,42,4),('H4',271,43,1),('H4',272,43,2),('H4',273,43,3),('H4',274,43,4),('H4',275,44,1),('H4',276,44,2),('H4',277,44,3),('H4',278,44,4),('H4',279,44,5),('H4',280,44,6),('H4',281,44,7),('H4',282,44,8),('H4',283,44,9),('H4',284,44,10),('H4',285,44,11),('H4',286,45,1),('H4',287,45,2),('H4',288,12,1),('H4',289,46,1),('H4',290,46,2),('H4',291,46,3),('H4',292,46,4),('H4',293,46,5),('H4',294,46,6),('H4',295,2,1),('H4',296,47,1),('H4',297,47,2),('H4',298,47,3),('H4',299,48,1),('H4',300,48,2),('H5',1,1,0),('H5',2,1,1),('H5',3,1,2),('H5',4,1,3),('H5',5,1,4),('H5',6,1,5),('H5',7,1,6),('H5',8,1,7),('H5',9,1,8),('H5',10,1,9),('H5',11,1,10),('H5',12,2,0),('H5',13,2,1),('H5',14,3,0),('H5',15,3,1),('H5',16,3,2),('H5',17,3,3),('H5',18,3,4),('H5',19,3,5),('H5',20,4,0),('H5',21,4,1),('H5',22,4,2),('H5',23,4,3),('H5',24,4,4),('H5',25,4,5),('H5',26,4,6),('H5',27,4,7),('H5',28,4,8),('H5',29,4,9),('H5',30,4,10),('H5',31,4,11),('H5',32,4,12),('H5',33,5,0),('H5',34,5,1),('H5',35,5,2),('H5',36,5,3),('H5',37,5,4),('H5',38,6,0),('H5',39,6,1),('H5',40,6,2),('H5',41,7,0),('H5',42,7,1),('H5',43,7,2),('H5',44,7,3),('H5',45,7,4),('H5',46,8,0),('H5',47,9,0),('H5',48,9,1),('H5',49,9,2),('H5',50,9,3),('H5',51,10,0),('H5',52,10,1),('H5',53,10,2),('H5',54,10,3),('H5',55,10,4),('H5',56,10,5),('H5',57,10,6),('H5',58,10,7),('H5',59,10,8),('H5',60,11,0),('H5',61,11,1),('H5',62,11,2),('H5',63,11,3),('H5',64,11,4),('H5',65,11,5),('H5',66,11,6),('H5',67,11,7),('H5',68,11,8),('H5',69,11,9),('H5',70,11,10),('H5',71,11,11),('H5',72,11,12),('H5',73,11,13),('H5',74,11,14),('H5',75,11,15),('H5',76,11,16),('H5',77,11,17),('H5',78,11,18),('H5',79,11,19),('H5',80,11,20),('H5',81,11,21),('H5',82,11,22),('H5',83,11,23),('H5',84,11,24),('H5',85,11,25),('H5',86,11,26),('H5',87,11,27),('H5',88,11,28),('H5',89,11,29),('H5',90,11,30),('H5',91,11,31),('H5',92,12,0),('H5',93,12,1),('H5',94,12,2),('H5',95,12,3),('H5',96,12,4),('H5',97,12,5),('H5',98,13,0),('H5',99,13,1),('H5',100,13,2),('H5',101,13,3),('H5',102,13,4),('H5',103,13,5),('H5',104,13,6),('H5',105,13,7),('H5',106,13,8),('H5',107,13,9),('H5',108,13,10),('H5',109,13,11),('H5',110,13,12),('H5',111,14,0),('H5',112,14,1),('H5',113,14,2),('H5',114,14,3),('H5',115,14,4),('H5',116,14,5),('H5',117,14,6),('H5',118,14,7),('H5',119,14,8),('H5',120,14,9),('H5',121,14,10),('H5',122,14,11),('H5',123,15,0),('H5',124,15,1),('H5',125,15,2),('H5',126,15,3),('H5',127,16,0),('H5',128,16,1),('H5',129,16,2),('H5',130,17,0),('H5',131,17,1),('H5',132,17,2),('H5',133,17,3),('H5',134,17,4),('H5',135,18,0),('H5',136,18,1),('H5',137,18,2),('H5',138,18,3),('H5',139,19,0),('H5',140,19,1),('H5',141,19,2),('H5',142,19,3),('H5',143,19,4),('H5',144,20,0),('H5',145,20,1),('H5',146,20,2),('H5',147,20,3),('H5',148,20,4),('H5',149,20,5),('H5',150,21,0),('H5',151,21,1),('H5',152,21,2),('H5',153,21,3),('H5',154,21,4),('H5',155,21,5),('H5',156,21,6),('H5',157,21,7),('H5',158,21,8),('H5',159,21,9),('H5',160,22,0),('H5',161,22,1),('H5',162,22,2),('H5',163,22,3),('H5',164,22,4),('H5',165,22,5),('H5',166,23,0),('H5',167,23,1),('H5',168,23,2),('H5',169,23,3),('H5',170,24,0),('H5',171,24,1),('H5',172,24,2),('H5',173,25,0),('H5',174,25,1),('H5',175,25,2),('H5',176,25,3),('H5',177,25,4),('H5',178,25,5),('H5',179,26,0),('H5',180,26,1),('H5',181,26,2),('H5',182,27,0),('H5',183,27,1),('H5',184,27,2),('H5',185,27,3),('H5',186,28,0),('H5',187,28,1),('H5',188,28,2),('H5',189,28,3),('H5',190,29,0),('H5',191,29,1),('H5',192,29,2),('H5',193,29,3),('H5',194,30,0),('H5',195,30,1),('H5',196,30,2),('H5',197,30,3),('H5',198,30,4),('H5',199,30,5),('H5',200,30,6),('H5',201,30,7),('H5',202,30,8),('H5',203,30,9),('H5',204,30,10),('H5',205,30,11),('H5',206,30,12),('H5',207,30,13),('H5',208,30,14),('H5',209,30,15),('H5',210,31,1),('H5',211,31,2),('H5',212,31,3),('H5',213,31,4),('H5',214,32,1),('H5',215,32,2),('H5',216,32,3),('H5',217,32,4),('H5',218,32,5),('H5',219,32,6),('H5',220,33,1),('H5',221,33,2),('H5',222,33,3),('H5',223,34,1),('H5',224,34,2),('H5',225,34,3),('H5',226,35,1),('H5',227,35,2),('H5',228,35,3),('H5',229,36,1),('H5',230,36,2),('H5',231,36,3),('H5',232,36,4),('H5',233,36,5),('H5',234,36,6),('H5',235,37,1),('H5',236,37,2),('H5',237,37,3),('H5',238,37,4),('H5',239,38,1),('H5',240,38,2),('H5',241,38,3),('H5',242,38,4),('H5',243,39,1),('H5',244,39,2),('H5',245,39,3),('H5',246,39,4),('H5',247,40,1),('H5',248,40,2),('H5',249,40,3),('H5',250,40,4),('H5',251,40,5),('H5',252,40,6),('H5',253,40,7),('H5',254,40,8),('H5',255,40,9),('H5',256,40,10),('H5',257,40,11),('H5',258,41,1),('H5',259,41,2),('H5',260,41,3),('H5',261,41,4),('H5',262,41,5),('H5',263,41,6),('H5',264,41,7),('H5',265,41,8),('H5',266,41,9),('H5',267,42,1),('H5',268,42,2),('H5',269,42,3),('H5',270,42,4),('H5',271,43,1),('H5',272,43,2),('H5',273,43,3),('H5',274,43,4),('H5',275,44,1),('H5',276,44,2),('H5',277,44,3),('H5',278,44,4),('H5',279,44,5),('H5',280,44,6),('H5',281,44,7),('H5',282,44,8),('H5',283,44,9),('H5',284,44,10),('H5',285,44,11),('H5',286,45,1),('H5',287,45,2),('H5',288,12,1),('H5',289,46,1),('H5',290,46,2),('H5',291,46,3),('H5',292,46,4),('H5',293,46,5),('H5',294,46,6),('H5',295,2,1),('H5',296,47,1),('H5',297,47,2),('H5',298,47,3),('H5',299,48,1),('H5',300,48,2);
/*!40000 ALTER TABLE `vtiger_role2picklist` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_role2profile`
--
DROP TABLE IF EXISTS `vtiger_role2profile`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_role2profile` (
`roleid` varchar(255) NOT NULL,
`profileid` int NOT NULL,
PRIMARY KEY (`roleid`,`profileid`),
KEY `role2profile_roleid_profileid_idx` (`roleid`,`profileid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_role2profile`
--
LOCK TABLES `vtiger_role2profile` WRITE;
/*!40000 ALTER TABLE `vtiger_role2profile` DISABLE KEYS */;
INSERT INTO `vtiger_role2profile` VALUES ('H2',1),('H3',2),('H4',2),('H5',2);
/*!40000 ALTER TABLE `vtiger_role2profile` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_role_seq`
--
DROP TABLE IF EXISTS `vtiger_role_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_role_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_role_seq`
--
LOCK TABLES `vtiger_role_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_role_seq` DISABLE KEYS */;
INSERT INTO `vtiger_role_seq` VALUES (5);
/*!40000 ALTER TABLE `vtiger_role_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_rowheight`
--
DROP TABLE IF EXISTS `vtiger_rowheight`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_rowheight` (
`rowheightid` int NOT NULL AUTO_INCREMENT,
`rowheight` varchar(200) NOT NULL,
`sortorderid` int DEFAULT NULL,
`presence` int NOT NULL DEFAULT '1',
PRIMARY KEY (`rowheightid`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_rowheight`
--
LOCK TABLES `vtiger_rowheight` WRITE;
/*!40000 ALTER TABLE `vtiger_rowheight` DISABLE KEYS */;
INSERT INTO `vtiger_rowheight` VALUES (1,'wide',1,1),(2,'medium',2,1),(3,'narrow',3,1);
/*!40000 ALTER TABLE `vtiger_rowheight` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_rowheight_seq`
--
DROP TABLE IF EXISTS `vtiger_rowheight_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_rowheight_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_rowheight_seq`
--
LOCK TABLES `vtiger_rowheight_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_rowheight_seq` DISABLE KEYS */;
INSERT INTO `vtiger_rowheight_seq` VALUES (3);
/*!40000 ALTER TABLE `vtiger_rowheight_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_rss`
--
DROP TABLE IF EXISTS `vtiger_rss`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_rss` (
`rssid` int NOT NULL,
`rssurl` varchar(200) NOT NULL DEFAULT '',
`rsstitle` varchar(200) DEFAULT NULL,
`rsstype` int DEFAULT '0',
`starred` int DEFAULT '0',
PRIMARY KEY (`rssid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_rss`
--
LOCK TABLES `vtiger_rss` WRITE;
/*!40000 ALTER TABLE `vtiger_rss` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_rss` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_sales_stage`
--
DROP TABLE IF EXISTS `vtiger_sales_stage`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_sales_stage` (
`sales_stage_id` int NOT NULL AUTO_INCREMENT,
`sales_stage` varchar(200) DEFAULT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT NULL,
PRIMARY KEY (`sales_stage_id`)
) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_sales_stage`
--
LOCK TABLES `vtiger_sales_stage` WRITE;
/*!40000 ALTER TABLE `vtiger_sales_stage` DISABLE KEYS */;
INSERT INTO `vtiger_sales_stage` VALUES (1,'Prospecting',1,150,0),(2,'Qualification',1,151,1),(3,'Needs Analysis',1,152,2),(4,'Value Proposition',1,153,3),(5,'Id. Decision Makers',1,154,4),(6,'Perception Analysis',1,155,5),(7,'Proposal or Price Quote',1,156,6),(8,'Negotiation or Review',1,157,7),(9,'Closed Won',0,158,8),(10,'Closed Lost',0,159,9);
/*!40000 ALTER TABLE `vtiger_sales_stage` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_sales_stage_seq`
--
DROP TABLE IF EXISTS `vtiger_sales_stage_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_sales_stage_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_sales_stage_seq`
--
LOCK TABLES `vtiger_sales_stage_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_sales_stage_seq` DISABLE KEYS */;
INSERT INTO `vtiger_sales_stage_seq` VALUES (10);
/*!40000 ALTER TABLE `vtiger_sales_stage_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_salesmanactivityrel`
--
DROP TABLE IF EXISTS `vtiger_salesmanactivityrel`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_salesmanactivityrel` (
`smid` int NOT NULL DEFAULT '0',
`activityid` int NOT NULL DEFAULT '0',
PRIMARY KEY (`smid`,`activityid`),
KEY `salesmanactivityrel_activityid_idx` (`activityid`),
KEY `salesmanactivityrel_smid_idx` (`smid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_salesmanactivityrel`
--
LOCK TABLES `vtiger_salesmanactivityrel` WRITE;
/*!40000 ALTER TABLE `vtiger_salesmanactivityrel` DISABLE KEYS */;
INSERT INTO `vtiger_salesmanactivityrel` VALUES (1,6),(1,8),(1,10),(1,12),(1,14),(1,16),(1,18),(1,20),(1,21),(1,22),(1,23),(1,24),(1,26),(1,27),(1,28),(1,30),(1,32),(1,33),(1,35),(1,37),(1,39),(1,41),(1,43),(1,45),(1,47),(1,49),(1,51),(1,53),(1,55),(6,57),(1,58),(1,60),(1,62),(1,64),(1,66),(1,68),(1,70),(1,72),(1,74),(1,76),(1,78),(1,80),(1,81),(12,285),(12,286),(12,292),(12,294),(12,310),(12,367),(12,393),(1,507),(1,561),(1,562),(1,566),(1,571),(1,577),(1,625),(1,641),(1,646),(1,790),(1,791),(1,792),(1,793),(1,794),(1,795),(1,796),(1,804),(1,805),(1,816),(1,856),(1,857),(12,858),(12,859),(12,860),(12,861),(12,862),(12,863),(12,864),(12,865),(12,866),(12,867),(12,868),(1,869),(1,870),(1,871),(1,872),(1,873),(1,874),(1,883),(1,884),(1,885),(1,886),(1,887),(1,888),(1,889),(1,890),(1,891),(1,892),(1,893),(1,894);
/*!40000 ALTER TABLE `vtiger_salesmanactivityrel` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_salesmanattachmentsrel`
--
DROP TABLE IF EXISTS `vtiger_salesmanattachmentsrel`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_salesmanattachmentsrel` (
`smid` int NOT NULL DEFAULT '0',
`attachmentsid` int NOT NULL DEFAULT '0',
PRIMARY KEY (`smid`,`attachmentsid`),
KEY `salesmanattachmentsrel_smid_idx` (`smid`),
KEY `salesmanattachmentsrel_attachmentsid_idx` (`attachmentsid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_salesmanattachmentsrel`
--
LOCK TABLES `vtiger_salesmanattachmentsrel` WRITE;
/*!40000 ALTER TABLE `vtiger_salesmanattachmentsrel` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_salesmanattachmentsrel` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_salesmanticketrel`
--
DROP TABLE IF EXISTS `vtiger_salesmanticketrel`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_salesmanticketrel` (
`smid` int NOT NULL DEFAULT '0',
`id` int NOT NULL DEFAULT '0',
PRIMARY KEY (`smid`,`id`),
KEY `salesmanticketrel_smid_idx` (`smid`),
KEY `salesmanticketrel_id_idx` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_salesmanticketrel`
--
LOCK TABLES `vtiger_salesmanticketrel` WRITE;
/*!40000 ALTER TABLE `vtiger_salesmanticketrel` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_salesmanticketrel` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_salesorder`
--
DROP TABLE IF EXISTS `vtiger_salesorder`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_salesorder` (
`salesorderid` int NOT NULL DEFAULT '0',
`subject` varchar(100) DEFAULT NULL,
`potentialid` int DEFAULT NULL,
`customerno` varchar(100) DEFAULT NULL,
`salesorder_no` varchar(100) DEFAULT NULL,
`quoteid` int DEFAULT NULL,
`vendorterms` varchar(100) DEFAULT NULL,
`contactid` int DEFAULT NULL,
`vendorid` int DEFAULT NULL,
`duedate` date DEFAULT NULL,
`carrier` varchar(200) DEFAULT NULL,
`pending` varchar(200) DEFAULT NULL,
`type` varchar(100) DEFAULT NULL,
`adjustment` decimal(25,8) DEFAULT NULL,
`salescommission` decimal(25,3) DEFAULT NULL,
`exciseduty` decimal(25,3) DEFAULT NULL,
`total` decimal(25,8) DEFAULT NULL,
`subtotal` decimal(25,8) DEFAULT NULL,
`taxtype` varchar(25) DEFAULT NULL,
`discount_percent` decimal(25,3) DEFAULT NULL,
`discount_amount` decimal(25,8) DEFAULT NULL,
`s_h_amount` decimal(25,8) DEFAULT NULL,
`accountid` int DEFAULT NULL,
`terms_conditions` text,
`purchaseorder` varchar(200) DEFAULT NULL,
`sostatus` varchar(200) DEFAULT NULL,
`currency_id` int NOT NULL DEFAULT '1',
`conversion_rate` decimal(10,3) NOT NULL DEFAULT '1.000',
`enable_recurring` int DEFAULT '0',
`pre_tax_total` decimal(25,8) DEFAULT NULL,
`s_h_percent` int DEFAULT NULL,
PRIMARY KEY (`salesorderid`),
KEY `salesorder_vendorid_idx` (`vendorid`),
KEY `salesorder_contactid_idx` (`contactid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_salesorder`
--
LOCK TABLES `vtiger_salesorder` WRITE;
/*!40000 ALTER TABLE `vtiger_salesorder` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_salesorder` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_salesordercf`
--
DROP TABLE IF EXISTS `vtiger_salesordercf`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_salesordercf` (
`salesorderid` int NOT NULL DEFAULT '0',
PRIMARY KEY (`salesorderid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_salesordercf`
--
LOCK TABLES `vtiger_salesordercf` WRITE;
/*!40000 ALTER TABLE `vtiger_salesordercf` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_salesordercf` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_salutationtype`
--
DROP TABLE IF EXISTS `vtiger_salutationtype`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_salutationtype` (
`salutationid` int NOT NULL AUTO_INCREMENT,
`salutationtype` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT NULL,
PRIMARY KEY (`salutationid`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_salutationtype`
--
LOCK TABLES `vtiger_salutationtype` WRITE;
/*!40000 ALTER TABLE `vtiger_salutationtype` DISABLE KEYS */;
INSERT INTO `vtiger_salutationtype` VALUES (2,'Mr.',1,161,1),(3,'Ms.',1,162,2),(4,'Mrs.',1,163,3),(5,'Dr.',1,164,4),(6,'Prof.',1,165,5);
/*!40000 ALTER TABLE `vtiger_salutationtype` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_salutationtype_seq`
--
DROP TABLE IF EXISTS `vtiger_salutationtype_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_salutationtype_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_salutationtype_seq`
--
LOCK TABLES `vtiger_salutationtype_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_salutationtype_seq` DISABLE KEYS */;
INSERT INTO `vtiger_salutationtype_seq` VALUES (6);
/*!40000 ALTER TABLE `vtiger_salutationtype_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_scheduled_reports`
--
DROP TABLE IF EXISTS `vtiger_scheduled_reports`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_scheduled_reports` (
`reportid` int NOT NULL,
`recipients` text,
`schedule` text,
`format` varchar(10) DEFAULT NULL,
`next_trigger_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
PRIMARY KEY (`reportid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_scheduled_reports`
--
LOCK TABLES `vtiger_scheduled_reports` WRITE;
/*!40000 ALTER TABLE `vtiger_scheduled_reports` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_scheduled_reports` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_schedulereports`
--
DROP TABLE IF EXISTS `vtiger_schedulereports`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_schedulereports` (
`reportid` int DEFAULT NULL,
`scheduleid` int DEFAULT NULL,
`recipients` text,
`schdate` varchar(20) DEFAULT NULL,
`schtime` time DEFAULT NULL,
`schdayoftheweek` varchar(100) DEFAULT NULL,
`schdayofthemonth` varchar(100) DEFAULT NULL,
`schannualdates` varchar(500) DEFAULT NULL,
`specificemails` varchar(500) DEFAULT NULL,
`next_trigger_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_schedulereports`
--
LOCK TABLES `vtiger_schedulereports` WRITE;
/*!40000 ALTER TABLE `vtiger_schedulereports` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_schedulereports` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_seactivityrel`
--
DROP TABLE IF EXISTS `vtiger_seactivityrel`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_seactivityrel` (
`crmid` int NOT NULL,
`activityid` int NOT NULL,
PRIMARY KEY (`crmid`,`activityid`),
KEY `seactivityrel_activityid_idx` (`activityid`),
KEY `seactivityrel_crmid_idx` (`crmid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_seactivityrel`
--
LOCK TABLES `vtiger_seactivityrel` WRITE;
/*!40000 ALTER TABLE `vtiger_seactivityrel` DISABLE KEYS */;
INSERT INTO `vtiger_seactivityrel` VALUES (258,259),(265,266),(82,313),(82,314),(82,315),(82,316),(82,317),(82,318),(82,319),(82,320),(82,321),(82,322),(82,323),(82,324),(82,325),(82,326),(82,327),(82,328),(82,329),(82,330),(82,331),(82,332),(82,333),(82,334),(82,335),(82,336),(82,337),(82,338),(82,339),(82,340),(82,341),(82,342),(82,343),(82,344),(82,345),(82,346),(82,347),(82,348),(82,349),(82,350),(82,351),(82,352),(82,353),(82,364),(82,365),(82,366),(82,391),(82,395),(82,410),(426,427),(431,432),(439,440),(450,451),(452,453),(454,455),(456,457),(458,459),(460,461),(465,466),(472,473),(474,475),(487,488),(489,490),(491,492),(493,494),(522,523),(554,555),(559,560),(557,608),(623,624),(634,635),(258,642),(634,708),(797,798),(797,801),(802,803),(802,812),(802,813),(814,815),(814,816),(814,819),(820,823),(820,824),(265,835),(491,843),(493,843),(522,843),(491,845),(493,845),(522,845),(265,846),(491,847),(493,847),(522,847),(265,851),(493,852),(493,858),(493,859),(493,860),(493,861),(493,862),(493,863),(493,864),(493,865),(493,868),(820,875),(491,879),(493,879),(522,879),(265,882),(897,898),(897,899),(265,900),(265,901);
/*!40000 ALTER TABLE `vtiger_seactivityrel` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_seactivityrel_seq`
--
DROP TABLE IF EXISTS `vtiger_seactivityrel_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_seactivityrel_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_seactivityrel_seq`
--
LOCK TABLES `vtiger_seactivityrel_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_seactivityrel_seq` DISABLE KEYS */;
INSERT INTO `vtiger_seactivityrel_seq` VALUES (1);
/*!40000 ALTER TABLE `vtiger_seactivityrel_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_seattachmentsrel`
--
DROP TABLE IF EXISTS `vtiger_seattachmentsrel`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_seattachmentsrel` (
`crmid` int NOT NULL DEFAULT '0',
`attachmentsid` int NOT NULL DEFAULT '0',
PRIMARY KEY (`crmid`,`attachmentsid`),
KEY `seattachmentsrel_attachmentsid_idx` (`attachmentsid`),
KEY `seattachmentsrel_crmid_idx` (`crmid`),
KEY `seattachmentsrel_attachmentsid_crmid_idx` (`attachmentsid`,`crmid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_seattachmentsrel`
--
LOCK TABLES `vtiger_seattachmentsrel` WRITE;
/*!40000 ALTER TABLE `vtiger_seattachmentsrel` DISABLE KEYS */;
INSERT INTO `vtiger_seattachmentsrel` VALUES (261,262),(266,267),(292,293),(294,295),(310,311),(393,394),(843,844);
/*!40000 ALTER TABLE `vtiger_seattachmentsrel` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_selectcolumn`
--
DROP TABLE IF EXISTS `vtiger_selectcolumn`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_selectcolumn` (
`queryid` int NOT NULL,
`columnindex` int NOT NULL DEFAULT '0',
`columnname` varchar(250) DEFAULT '',
PRIMARY KEY (`queryid`,`columnindex`),
KEY `selectcolumn_queryid_idx` (`queryid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_selectcolumn`
--
LOCK TABLES `vtiger_selectcolumn` WRITE;
/*!40000 ALTER TABLE `vtiger_selectcolumn` DISABLE KEYS */;
INSERT INTO `vtiger_selectcolumn` VALUES (1,0,'vtiger_contactdetails:firstname:Contacts_First_Name:firstname:V'),(1,1,'vtiger_contactdetails:lastname:Contacts_Last_Name:lastname:V'),(1,2,'vtiger_contactsubdetails:leadsource:Contacts_Lead_Source:leadsource:V'),(1,3,'vtiger_contactdetails:accountid:Contacts_Account_Name:account_id:V'),(1,4,'vtiger_account:industry:Accounts_industry:industry:V'),(1,5,'vtiger_contactdetails:email:Contacts_Email:email:E'),(2,0,'vtiger_contactdetails:firstname:Contacts_First_Name:firstname:V'),(2,1,'vtiger_contactdetails:lastname:Contacts_Last_Name:lastname:V'),(2,2,'vtiger_contactsubdetails:leadsource:Contacts_Lead_Source:leadsource:V'),(2,3,'vtiger_contactdetails:accountid:Contacts_Account_Name:account_id:V'),(2,4,'vtiger_account:industry:Accounts_industry:industry:V'),(2,5,'vtiger_contactdetails:email:Contacts_Email:email:E'),(3,0,'vtiger_contactdetails:firstname:Contacts_First_Name:firstname:V'),(3,1,'vtiger_contactdetails:lastname:Contacts_Last_Name:lastname:V'),(3,2,'vtiger_contactdetails:accountid:Contacts_Account_Name:account_id:V'),(3,3,'vtiger_contactdetails:email:Contacts_Email:email:E'),(3,4,'vtiger_potential:potentialname:Potentials_Potential_Name:potentialname:V'),(3,5,'vtiger_potential:sales_stage:Potentials_Sales_Stage:sales_stage:V'),(4,0,'vtiger_leaddetails:firstname:Leads_First_Name:firstname:V'),(4,1,'vtiger_leaddetails:lastname:Leads_Last_Name:lastname:V'),(4,2,'vtiger_leaddetails:company:Leads_Company:company:V'),(4,3,'vtiger_leaddetails:email:Leads_Email:email:E'),(4,4,'vtiger_leaddetails:leadsource:Leads_Lead_Source:leadsource:V'),(5,0,'vtiger_leaddetails:firstname:Leads_First_Name:firstname:V'),(5,1,'vtiger_leaddetails:lastname:Leads_Last_Name:lastname:V'),(5,2,'vtiger_leaddetails:company:Leads_Company:company:V'),(5,3,'vtiger_leaddetails:email:Leads_Email:email:E'),(5,4,'vtiger_leaddetails:leadsource:Leads_Lead_Source:leadsource:V'),(5,5,'vtiger_leaddetails:leadstatus:Leads_Lead_Status:leadstatus:V'),(6,0,'vtiger_potential:potentialname:Potentials_Potential_Name:potentialname:V'),(6,1,'vtiger_potential:amount:Potentials_Amount:amount:N'),(6,2,'vtiger_potential:potentialtype:Potentials_Type:opportunity_type:V'),(6,3,'vtiger_potential:leadsource:Potentials_Lead_Source:leadsource:V'),(6,4,'vtiger_potential:sales_stage:Potentials_Sales_Stage:sales_stage:V'),(7,0,'vtiger_potential:potentialname:Potentials_Potential_Name:potentialname:V'),(7,1,'vtiger_potential:amount:Potentials_Amount:amount:N'),(7,2,'vtiger_potential:potentialtype:Potentials_Type:opportunity_type:V'),(7,3,'vtiger_potential:leadsource:Potentials_Lead_Source:leadsource:V'),(7,4,'vtiger_potential:sales_stage:Potentials_Sales_Stage:sales_stage:V'),(8,0,'vtiger_activity:subject:Calendar_Subject:subject:V'),(8,1,'vtiger_contactdetailsCalendar:lastname:Calendar_Contact_Name:contact_id:I'),(8,2,'vtiger_activity:status:Calendar_Status:taskstatus:V'),(8,3,'vtiger_activity:priority:Calendar_Priority:taskpriority:V'),(8,4,'vtiger_usersCalendar:user_name:Calendar_Assigned_To:assigned_user_id:V'),(9,0,'vtiger_activity:subject:Calendar_Subject:subject:V'),(9,1,'vtiger_contactdetailsCalendar:lastname:Calendar_Contact_Name:contact_id:I'),(9,2,'vtiger_activity:status:Calendar_Status:taskstatus:V'),(9,3,'vtiger_activity:priority:Calendar_Priority:taskpriority:V'),(9,4,'vtiger_usersCalendar:user_name:Calendar_Assigned_To:assigned_user_id:V'),(10,0,'vtiger_troubletickets:title:HelpDesk_Title:ticket_title:V'),(10,1,'vtiger_troubletickets:status:HelpDesk_Status:ticketstatus:V'),(10,2,'vtiger_products:productname:Products_Product_Name:productname:V'),(10,3,'vtiger_products:discontinued:Products_Product_Active:discontinued:V'),(10,4,'vtiger_products:productcategory:Products_Product_Category:productcategory:V'),(10,5,'vtiger_products:manufacturer:Products_Manufacturer:manufacturer:V'),(11,0,'vtiger_troubletickets:title:HelpDesk_Title:ticket_title:V'),(11,1,'vtiger_troubletickets:priority:HelpDesk_Priority:ticketpriorities:V'),(11,2,'vtiger_troubletickets:severity:HelpDesk_Severity:ticketseverities:V'),(11,3,'vtiger_troubletickets:status:HelpDesk_Status:ticketstatus:V'),(11,4,'vtiger_troubletickets:category:HelpDesk_Category:ticketcategories:V'),(11,5,'vtiger_usersHelpDesk:user_name:HelpDesk_Assigned_To:assigned_user_id:V'),(12,0,'vtiger_troubletickets:title:HelpDesk_Title:ticket_title:V'),(12,1,'vtiger_troubletickets:priority:HelpDesk_Priority:ticketpriorities:V'),(12,2,'vtiger_troubletickets:severity:HelpDesk_Severity:ticketseverities:V'),(12,3,'vtiger_troubletickets:status:HelpDesk_Status:ticketstatus:V'),(12,4,'vtiger_troubletickets:category:HelpDesk_Category:ticketcategories:V'),(12,5,'vtiger_usersHelpDesk:user_name:HelpDesk_Assigned_To:assigned_user_id:V'),(13,0,'vtiger_products:productname:Products_Product_Name:productname:V'),(13,1,'vtiger_products:productcode:Products_Product_Code:productcode:V'),(13,2,'vtiger_products:discontinued:Products_Product_Active:discontinued:V'),(13,3,'vtiger_products:productcategory:Products_Product_Category:productcategory:V'),(13,4,'vtiger_products:website:Products_Website:website:V'),(13,5,'vtiger_vendorRelProducts:vendorname:Products_Vendor_Name:vendor_id:I'),(13,6,'vtiger_products:mfr_part_no:Products_Mfr_PartNo:mfr_part_no:V'),(14,0,'vtiger_products:productname:Products_Product_Name:productname:V'),(14,1,'vtiger_products:manufacturer:Products_Manufacturer:manufacturer:V'),(14,2,'vtiger_products:productcategory:Products_Product_Category:productcategory:V'),(14,3,'vtiger_contactdetails:firstname:Contacts_First_Name:firstname:V'),(14,4,'vtiger_contactdetails:lastname:Contacts_Last_Name:lastname:V'),(14,5,'vtiger_contactsubdetails:leadsource:Contacts_Lead_Source:leadsource:V'),(15,0,'vtiger_quotes:subject:Quotes_Subject:subject:V'),(15,1,'vtiger_potentialRelQuotes:potentialname:Quotes_Potential_Name:potential_id:I'),(15,2,'vtiger_quotes:quotestage:Quotes_Quote_Stage:quotestage:V'),(15,3,'vtiger_quotes:contactid:Quotes_Contact_Name:contact_id:V'),(15,4,'vtiger_usersRel1:user_name:Quotes_Inventory_Manager:assigned_user_id1:I'),(15,5,'vtiger_accountQuotes:accountname:Quotes_Account_Name:account_id:I'),(16,0,'vtiger_quotes:subject:Quotes_Subject:subject:V'),(16,1,'vtiger_potentialRelQuotes:potentialname:Quotes_Potential_Name:potential_id:I'),(16,2,'vtiger_quotes:quotestage:Quotes_Quote_Stage:quotestage:V'),(16,3,'vtiger_quotes:contactid:Quotes_Contact_Name:contact_id:V'),(16,4,'vtiger_usersRel1:user_name:Quotes_Inventory_Manager:assigned_user_id1:I'),(16,5,'vtiger_accountQuotes:accountname:Quotes_Account_Name:account_id:I'),(16,6,'vtiger_quotes:carrier:Quotes_Carrier:carrier:V'),(16,7,'vtiger_quotes:shipping:Quotes_Shipping:shipping:V'),(17,0,'vtiger_purchaseorder:subject:PurchaseOrder_Subject:subject:V'),(17,1,'vtiger_vendorRelPurchaseOrder:vendorname:PurchaseOrder_Vendor_Name:vendor_id:I'),(17,2,'vtiger_purchaseorder:tracking_no:PurchaseOrder_Tracking_Number:tracking_no:V'),(17,3,'vtiger_contactdetails:firstname:Contacts_First_Name:firstname:V'),(17,4,'vtiger_contactdetails:lastname:Contacts_Last_Name:lastname:V'),(17,5,'vtiger_contactsubdetails:leadsource:Contacts_Lead_Source:leadsource:V'),(17,6,'vtiger_contactdetails:email:Contacts_Email:email:E'),(18,0,'vtiger_purchaseorder:subject:PurchaseOrder_Subject:subject:V'),(18,1,'vtiger_vendorRelPurchaseOrder:vendorname:PurchaseOrder_Vendor_Name:vendor_id:I'),(18,2,'vtiger_purchaseorder:requisition_no:PurchaseOrder_Requisition_No:requisition_no:V'),(18,3,'vtiger_purchaseorder:tracking_no:PurchaseOrder_Tracking_Number:tracking_no:V'),(18,4,'vtiger_contactdetailsPurchaseOrder:lastname:PurchaseOrder_Contact_Name:contact_id:I'),(18,5,'vtiger_purchaseorder:carrier:PurchaseOrder_Carrier:carrier:V'),(18,6,'vtiger_purchaseorder:salescommission:PurchaseOrder_Sales_Commission:salescommission:N'),(18,7,'vtiger_purchaseorder:exciseduty:PurchaseOrder_Excise_Duty:exciseduty:N'),(18,8,'vtiger_usersPurchaseOrder:user_name:PurchaseOrder_Assigned_To:assigned_user_id:V'),(19,0,'vtiger_invoice:subject:Invoice_Subject:subject:V'),(19,1,'vtiger_invoice:salesorderid:Invoice_Sales_Order:salesorder_id:I'),(19,2,'vtiger_invoice:customerno:Invoice_Customer_No:customerno:V'),(19,3,'vtiger_invoice:exciseduty:Invoice_Excise_Duty:exciseduty:N'),(19,4,'vtiger_invoice:salescommission:Invoice_Sales_Commission:salescommission:N'),(19,5,'vtiger_accountInvoice:accountname:Invoice_Account_Name:account_id:I'),(20,0,'vtiger_salesorder:subject:SalesOrder_Subject:subject:V'),(20,1,'vtiger_quotesSalesOrder:subject:SalesOrder_Quote_Name:quote_id:I'),(20,2,'vtiger_contactdetailsSalesOrder:lastname:SalesOrder_Contact_Name:contact_id:I'),(20,3,'vtiger_salesorder:duedate:SalesOrder_Due_Date:duedate:D'),(20,4,'vtiger_salesorder:carrier:SalesOrder_Carrier:carrier:V'),(20,5,'vtiger_salesorder:sostatus:SalesOrder_Status:sostatus:V'),(20,6,'vtiger_accountSalesOrder:accountname:SalesOrder_Account_Name:account_id:I'),(20,7,'vtiger_salesorder:salescommission:SalesOrder_Sales_Commission:salescommission:N'),(20,8,'vtiger_salesorder:exciseduty:SalesOrder_Excise_Duty:exciseduty:N'),(20,9,'vtiger_usersSalesOrder:user_name:SalesOrder_Assigned_To:assigned_user_id:V'),(21,0,'vtiger_campaign:campaignname:Campaigns_Campaign_Name:campaignname:V'),(21,1,'vtiger_campaign:campaigntype:Campaigns_Campaign_Type:campaigntype:V'),(21,2,'vtiger_campaign:targetaudience:Campaigns_Target_Audience:targetaudience:V'),(21,3,'vtiger_campaign:budgetcost:Campaigns_Budget_Cost:budgetcost:I'),(21,4,'vtiger_campaign:actualcost:Campaigns_Actual_Cost:actualcost:I'),(21,5,'vtiger_campaign:expectedrevenue:Campaigns_Expected_Revenue:expectedrevenue:I'),(21,6,'vtiger_campaign:expectedsalescount:Campaigns_Expected_Sales_Count:expectedsalescount:N'),(21,7,'vtiger_campaign:actualsalescount:Campaigns_Actual_Sales_Count:actualsalescount:N'),(21,8,'vtiger_usersCampaigns:user_name:Campaigns_Assigned_To:assigned_user_id:V'),(22,0,'vtiger_contactdetails:lastname:Contacts_Last_Name:lastname:V'),(22,1,'vtiger_contactdetails:email:Contacts_Email:email:E'),(22,2,'vtiger_activity:subject:Emails_Subject:subject:V'),(22,3,'vtiger_email_track:access_count:Emails_Access_Count:access_count:V'),(23,0,'vtiger_account:accountname:Accounts_Account_Name:accountname:V'),(23,1,'vtiger_account:phone:Accounts_Phone:phone:V'),(23,2,'vtiger_account:email1:Accounts_Email:email1:E'),(23,3,'vtiger_activity:subject:Emails_Subject:subject:V'),(23,4,'vtiger_email_track:access_count:Emails_Access_Count:access_count:V'),(24,0,'vtiger_leaddetails:lastname:Leads_Last_Name:lastname:V'),(24,1,'vtiger_leaddetails:company:Leads_Company:company:V'),(24,2,'vtiger_leaddetails:email:Leads_Email:email:E'),(24,3,'vtiger_activity:subject:Emails_Subject:subject:V'),(24,4,'vtiger_email_track:access_count:Emails_Access_Count:access_count:V'),(25,0,'vtiger_vendor:vendorname:Vendors_Vendor_Name:vendorname:V'),(25,1,'vtiger_vendor:glacct:Vendors_GL_Account:glacct:V'),(25,2,'vtiger_vendor:email:Vendors_Email:email:E'),(25,3,'vtiger_activity:subject:Emails_Subject:subject:V'),(25,4,'vtiger_email_track:access_count:Emails_Access_Count:access_count:V');
/*!40000 ALTER TABLE `vtiger_selectcolumn` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_selectquery`
--
DROP TABLE IF EXISTS `vtiger_selectquery`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_selectquery` (
`queryid` int NOT NULL,
`startindex` int DEFAULT '0',
`numofobjects` int DEFAULT '0',
PRIMARY KEY (`queryid`),
KEY `selectquery_queryid_idx` (`queryid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_selectquery`
--
LOCK TABLES `vtiger_selectquery` WRITE;
/*!40000 ALTER TABLE `vtiger_selectquery` DISABLE KEYS */;
INSERT INTO `vtiger_selectquery` VALUES (1,0,0),(2,0,0),(3,0,0),(4,0,0),(5,0,0),(6,0,0),(7,0,0),(8,0,0),(9,0,0),(10,0,0),(11,0,0),(12,0,0),(13,0,0),(14,0,0),(15,0,0),(16,0,0),(17,0,0),(18,0,0),(19,0,0),(20,0,0),(21,0,0),(22,0,0),(23,0,0),(24,0,0),(25,0,0);
/*!40000 ALTER TABLE `vtiger_selectquery` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_selectquery_seq`
--
DROP TABLE IF EXISTS `vtiger_selectquery_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_selectquery_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_selectquery_seq`
--
LOCK TABLES `vtiger_selectquery_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_selectquery_seq` DISABLE KEYS */;
INSERT INTO `vtiger_selectquery_seq` VALUES (25);
/*!40000 ALTER TABLE `vtiger_selectquery_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_senotesrel`
--
DROP TABLE IF EXISTS `vtiger_senotesrel`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_senotesrel` (
`crmid` int NOT NULL DEFAULT '0',
`notesid` int NOT NULL DEFAULT '0',
PRIMARY KEY (`crmid`,`notesid`),
KEY `senotesrel_notesid_idx` (`notesid`),
KEY `senotesrel_crmid_idx` (`crmid`),
CONSTRAINT `fk1_crmid` FOREIGN KEY (`crmid`) REFERENCES `vtiger_crmentity` (`crmid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_senotesrel`
--
LOCK TABLES `vtiger_senotesrel` WRITE;
/*!40000 ALTER TABLE `vtiger_senotesrel` DISABLE KEYS */;
INSERT INTO `vtiger_senotesrel` VALUES (263,261),(292,261),(294,261),(313,261),(314,261),(315,261),(316,261),(317,261),(318,261),(319,261),(320,261),(321,261),(322,261),(323,261),(324,261),(325,261),(326,261),(327,261),(328,261),(329,261),(330,261),(331,261),(332,261),(333,261),(334,261),(335,261),(336,261),(337,261),(338,261),(339,261),(341,261),(342,261),(343,261),(344,261),(345,261),(346,261),(347,261),(348,261),(349,261),(350,261),(351,261),(352,261),(353,261),(364,261),(365,261),(366,261),(367,261),(391,261),(837,261),(838,261);
/*!40000 ALTER TABLE `vtiger_senotesrel` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_seproductsrel`
--
DROP TABLE IF EXISTS `vtiger_seproductsrel`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_seproductsrel` (
`crmid` int NOT NULL DEFAULT '0',
`productid` int NOT NULL DEFAULT '0',
`setype` varchar(30) NOT NULL,
PRIMARY KEY (`crmid`,`productid`),
KEY `seproductsrel_productid_idx` (`productid`),
KEY `seproductrel_crmid_idx` (`crmid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_seproductsrel`
--
LOCK TABLES `vtiger_seproductsrel` WRITE;
/*!40000 ALTER TABLE `vtiger_seproductsrel` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_seproductsrel` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_service`
--
DROP TABLE IF EXISTS `vtiger_service`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_service` (
`serviceid` int NOT NULL,
`service_no` varchar(100) NOT NULL,
`servicename` varchar(50) NOT NULL,
`servicecategory` varchar(200) DEFAULT NULL,
`qty_per_unit` decimal(11,2) DEFAULT '0.00',
`unit_price` decimal(25,8) DEFAULT NULL,
`sales_start_date` date DEFAULT NULL,
`sales_end_date` date DEFAULT NULL,
`start_date` date DEFAULT NULL,
`expiry_date` date DEFAULT NULL,
`discontinued` int NOT NULL DEFAULT '0',
`service_usageunit` varchar(200) DEFAULT NULL,
`website` varchar(100) DEFAULT NULL,
`taxclass` varchar(200) DEFAULT NULL,
`currency_id` int NOT NULL DEFAULT '1',
`commissionrate` decimal(7,3) DEFAULT NULL,
PRIMARY KEY (`serviceid`),
CONSTRAINT `fk_1_vtiger_service` FOREIGN KEY (`serviceid`) REFERENCES `vtiger_crmentity` (`crmid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_service`
--
LOCK TABLES `vtiger_service` WRITE;
/*!40000 ALTER TABLE `vtiger_service` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_service` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_service_usageunit`
--
DROP TABLE IF EXISTS `vtiger_service_usageunit`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_service_usageunit` (
`service_usageunitid` int NOT NULL AUTO_INCREMENT,
`service_usageunit` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT '0',
PRIMARY KEY (`service_usageunitid`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_service_usageunit`
--
LOCK TABLES `vtiger_service_usageunit` WRITE;
/*!40000 ALTER TABLE `vtiger_service_usageunit` DISABLE KEYS */;
INSERT INTO `vtiger_service_usageunit` VALUES (1,'Hours',1,226,1),(2,'Days',1,227,2),(3,'Incidents',1,228,3);
/*!40000 ALTER TABLE `vtiger_service_usageunit` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_service_usageunit_seq`
--
DROP TABLE IF EXISTS `vtiger_service_usageunit_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_service_usageunit_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_service_usageunit_seq`
--
LOCK TABLES `vtiger_service_usageunit_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_service_usageunit_seq` DISABLE KEYS */;
INSERT INTO `vtiger_service_usageunit_seq` VALUES (3);
/*!40000 ALTER TABLE `vtiger_service_usageunit_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_servicecategory`
--
DROP TABLE IF EXISTS `vtiger_servicecategory`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_servicecategory` (
`servicecategoryid` int NOT NULL AUTO_INCREMENT,
`servicecategory` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT '0',
PRIMARY KEY (`servicecategoryid`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_servicecategory`
--
LOCK TABLES `vtiger_servicecategory` WRITE;
/*!40000 ALTER TABLE `vtiger_servicecategory` DISABLE KEYS */;
INSERT INTO `vtiger_servicecategory` VALUES (2,'Support',1,230,2),(3,'Installation',1,231,3),(4,'Migration',1,232,4),(5,'Customization',1,233,5),(6,'Training',1,234,6);
/*!40000 ALTER TABLE `vtiger_servicecategory` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_servicecategory_seq`
--
DROP TABLE IF EXISTS `vtiger_servicecategory_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_servicecategory_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_servicecategory_seq`
--
LOCK TABLES `vtiger_servicecategory_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_servicecategory_seq` DISABLE KEYS */;
INSERT INTO `vtiger_servicecategory_seq` VALUES (6);
/*!40000 ALTER TABLE `vtiger_servicecategory_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_servicecf`
--
DROP TABLE IF EXISTS `vtiger_servicecf`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_servicecf` (
`serviceid` int NOT NULL DEFAULT '0',
PRIMARY KEY (`serviceid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_servicecf`
--
LOCK TABLES `vtiger_servicecf` WRITE;
/*!40000 ALTER TABLE `vtiger_servicecf` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_servicecf` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_servicecontracts`
--
DROP TABLE IF EXISTS `vtiger_servicecontracts`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_servicecontracts` (
`servicecontractsid` int DEFAULT NULL,
`start_date` date DEFAULT NULL,
`end_date` date DEFAULT NULL,
`sc_related_to` int DEFAULT NULL,
`tracking_unit` varchar(100) DEFAULT NULL,
`total_units` decimal(5,2) DEFAULT NULL,
`used_units` decimal(5,2) DEFAULT NULL,
`subject` varchar(100) DEFAULT NULL,
`due_date` date DEFAULT NULL,
`planned_duration` varchar(256) DEFAULT NULL,
`actual_duration` varchar(256) DEFAULT NULL,
`contract_status` varchar(200) DEFAULT NULL,
`priority` varchar(200) DEFAULT NULL,
`contract_type` varchar(200) DEFAULT NULL,
`progress` decimal(5,2) DEFAULT NULL,
`contract_no` varchar(100) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_servicecontracts`
--
LOCK TABLES `vtiger_servicecontracts` WRITE;
/*!40000 ALTER TABLE `vtiger_servicecontracts` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_servicecontracts` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_servicecontractscf`
--
DROP TABLE IF EXISTS `vtiger_servicecontractscf`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_servicecontractscf` (
`servicecontractsid` int NOT NULL,
PRIMARY KEY (`servicecontractsid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_servicecontractscf`
--
LOCK TABLES `vtiger_servicecontractscf` WRITE;
/*!40000 ALTER TABLE `vtiger_servicecontractscf` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_servicecontractscf` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_seticketsrel`
--
DROP TABLE IF EXISTS `vtiger_seticketsrel`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_seticketsrel` (
`crmid` int NOT NULL DEFAULT '0',
`ticketid` int NOT NULL DEFAULT '0',
PRIMARY KEY (`crmid`,`ticketid`),
KEY `seticketsrel_crmid_idx` (`crmid`),
KEY `seticketsrel_ticketid_idx` (`ticketid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_seticketsrel`
--
LOCK TABLES `vtiger_seticketsrel` WRITE;
/*!40000 ALTER TABLE `vtiger_seticketsrel` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_seticketsrel` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_settings_blocks`
--
DROP TABLE IF EXISTS `vtiger_settings_blocks`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_settings_blocks` (
`blockid` int NOT NULL,
`label` varchar(250) DEFAULT NULL,
`sequence` int DEFAULT NULL,
PRIMARY KEY (`blockid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_settings_blocks`
--
LOCK TABLES `vtiger_settings_blocks` WRITE;
/*!40000 ALTER TABLE `vtiger_settings_blocks` DISABLE KEYS */;
INSERT INTO `vtiger_settings_blocks` VALUES (1,'LBL_USER_MANAGEMENT',1),(2,'LBL_STUDIO',2),(3,'LBL_COMMUNICATION_TEMPLATES',3),(4,'LBL_OTHER_SETTINGS',4),(5,'LBL_INTEGRATION',5);
/*!40000 ALTER TABLE `vtiger_settings_blocks` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_settings_blocks_seq`
--
DROP TABLE IF EXISTS `vtiger_settings_blocks_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_settings_blocks_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_settings_blocks_seq`
--
LOCK TABLES `vtiger_settings_blocks_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_settings_blocks_seq` DISABLE KEYS */;
INSERT INTO `vtiger_settings_blocks_seq` VALUES (5);
/*!40000 ALTER TABLE `vtiger_settings_blocks_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_settings_field`
--
DROP TABLE IF EXISTS `vtiger_settings_field`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_settings_field` (
`fieldid` int NOT NULL,
`blockid` int DEFAULT NULL,
`name` varchar(250) DEFAULT NULL,
`iconpath` varchar(300) DEFAULT NULL,
`description` text,
`linkto` text,
`sequence` int DEFAULT NULL,
`active` int DEFAULT '0',
`pinned` int DEFAULT '0',
PRIMARY KEY (`fieldid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_settings_field`
--
LOCK TABLES `vtiger_settings_field` WRITE;
/*!40000 ALTER TABLE `vtiger_settings_field` DISABLE KEYS */;
INSERT INTO `vtiger_settings_field` VALUES (1,1,'LBL_USERS','ico-users.gif','LBL_USER_DESCRIPTION','index.php?module=Users&parent=Settings&view=List',1,0,1),(2,1,'LBL_ROLES','ico-roles.gif','LBL_ROLE_DESCRIPTION','index.php?module=Roles&parent=Settings&view=Index',2,0,0),(3,1,'LBL_PROFILES','ico-profile.gif','LBL_PROFILE_DESCRIPTION','index.php?module=Profiles&parent=Settings&view=List',3,0,0),(4,1,'USERGROUPLIST','ico-groups.gif','LBL_GROUP_DESCRIPTION','index.php?module=Groups&parent=Settings&view=List',4,0,0),(5,1,'LBL_SHARING_ACCESS','shareaccess.gif','LBL_SHARING_ACCESS_DESCRIPTION','index.php?module=SharingAccess&parent=Settings&view=Index',5,0,0),(6,1,'LBL_FIELDS_ACCESS','orgshar.gif','LBL_SHARING_FIELDS_DESCRIPTION','index.php?module=FieldAccess&parent=Settings&view=Index',6,0,0),(7,1,'LBL_LOGIN_HISTORY_DETAILS','set-IcoLoginHistory.gif','LBL_LOGIN_HISTORY_DESCRIPTION','index.php?module=LoginHistory&parent=Settings&view=List',7,0,0),(8,2,'VTLIB_LBL_MODULE_MANAGER','vtlib_modmng.gif','VTLIB_LBL_MODULE_MANAGER_DESCRIPTION','index.php?module=ModuleManager&parent=Settings&view=List',8,0,1),(9,2,'LBL_PICKLIST_EDITOR','picklist.gif','LBL_PICKLIST_DESCRIPTION','index.php?parent=Settings&module=Picklist&view=Index',1,0,1),(10,2,'LBL_PICKLIST_DEPENDENCY_SETUP','picklistdependency.gif','LBL_PICKLIST_DEPENDENCY_DESCRIPTION','index.php?parent=Settings&module=PickListDependency&view=List',2,0,0),(11,2,'LBL_MENU_EDITOR','menueditor.png','LBL_MENU_DESC','index.php?module=MenuEditor&parent=Settings&view=Index',3,0,0),(12,3,'NOTIFICATIONSCHEDULERS','notification.gif','LBL_NOTIF_SCHED_DESCRIPTION','index.php?module=Settings&view=listnotificationschedulers&parenttab=Settings',4,0,0),(13,3,'INVENTORYNOTIFICATION','inventory.gif','LBL_INV_NOTIF_DESCRIPTION','index.php?module=Settings&view=listinventorynotifications&parenttab=Settings',1,0,0),(14,3,'LBL_COMPANY_DETAILS','company.gif','LBL_COMPANY_DESCRIPTION','index.php?parent=Settings&module=Vtiger&view=CompanyDetails',2,0,0),(15,4,'LBL_MAIL_SERVER_SETTINGS','ogmailserver.gif','LBL_MAIL_SERVER_DESCRIPTION','index.php?parent=Settings&module=Vtiger&view=OutgoingServerDetail',3,0,0),(16,4,'LBL_CURRENCY_SETTINGS','currency.gif','LBL_CURRENCY_DESCRIPTION','index.php?parent=Settings&module=Currency&view=List',4,0,0),(17,4,'LBL_TAX_SETTINGS','taxConfiguration.gif','LBL_TAX_DESCRIPTION','index.php?module=Vtiger&parent=Settings&view=TaxIndex',5,0,0),(18,4,'LBL_SYSTEM_INFO','system.gif','LBL_SYSTEM_DESCRIPTION','index.php?module=Settings&submodule=Server&view=ProxyConfig',6,1,0),(19,4,'LBL_ANNOUNCEMENT','announ.gif','LBL_ANNOUNCEMENT_DESCRIPTION','index.php?parent=Settings&module=Vtiger&view=AnnouncementEdit',1,0,0),(20,4,'LBL_DEFAULT_MODULE_VIEW','set-IcoTwoTabConfig.gif','LBL_DEFAULT_MODULE_VIEW_DESC','index.php?module=Settings&action=DefModuleView&parenttab=Settings',2,0,0),(21,4,'INVENTORYTERMSANDCONDITIONS','terms.gif','LBL_INV_TANDC_DESCRIPTION','index.php?parent=Settings&module=Vtiger&view=TermsAndConditionsEdit',3,0,0),(22,4,'LBL_CUSTOMIZE_MODENT_NUMBER','settingsInvNumber.gif','LBL_CUSTOMIZE_MODENT_NUMBER_DESCRIPTION','index.php?module=Vtiger&parent=Settings&view=CustomRecordNumbering',4,0,0),(23,4,'LBL_MAIL_SCANNER','mailScanner.gif','LBL_MAIL_SCANNER_DESCRIPTION','index.php?parent=Settings&module=MailConverter&view=List',5,0,0),(24,4,'LBL_LIST_WORKFLOWS','settingsWorkflow.png','LBL_LIST_WORKFLOWS_DESCRIPTION','index.php?module=Workflows&parent=Settings&view=List',6,0,1),(25,4,'LBL_CONFIG_EDITOR','migrate.gif','LBL_CONFIG_EDITOR_DESCRIPTION','index.php?module=Vtiger&parent=Settings&view=ConfigEditorDetail',7,0,0),(26,4,'Scheduler','Cron.png','Allows you to Configure Cron Task','index.php?module=CronTasks&parent=Settings&view=List',8,0,0),(27,4,'LBL_WORKFLOW_LIST','settingsWorkflow.png','LBL_AVAILABLE_WORKLIST_LIST','index.php?module=com_vtiger_workflow&action=workflowlist',8,0,0),(28,5,'LBL_PBXMANAGER','','PBXManager module Configuration','index.php?module=PBXManager&parent=Settings&view=Index',2,0,0),(29,4,'ModTracker','set-IcoLoginHistory.gif','LBL_MODTRACKER_DESCRIPTION','index.php?module=ModTracker&action=BasicSettings&parenttab=Settings&formodule=ModTracker',9,0,0),(30,4,'Webforms','modules/Webforms/img/Webform.png','LBL_WEBFORMS_DESCRIPTION','index.php?module=Webforms&action=index&parenttab=Settings',10,0,0),(31,4,'LBL_CUSTOMER_PORTAL','portal_icon.png','PORTAL_EXTENSION_DESCRIPTION','index.php?module=CustomerPortal&action=index&parenttab=Settings',11,0,0),(32,2,'LBL_EDIT_FIELDS','','LBL_LAYOUT_EDITOR_DESCRIPTION','index.php?module=LayoutEditor&parent=Settings&view=Index',NULL,0,0);
/*!40000 ALTER TABLE `vtiger_settings_field` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_settings_field_seq`
--
DROP TABLE IF EXISTS `vtiger_settings_field_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_settings_field_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_settings_field_seq`
--
LOCK TABLES `vtiger_settings_field_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_settings_field_seq` DISABLE KEYS */;
INSERT INTO `vtiger_settings_field_seq` VALUES (32);
/*!40000 ALTER TABLE `vtiger_settings_field_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_sharedcalendar`
--
DROP TABLE IF EXISTS `vtiger_sharedcalendar`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_sharedcalendar` (
`userid` int NOT NULL,
`sharedid` int NOT NULL,
PRIMARY KEY (`userid`,`sharedid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_sharedcalendar`
--
LOCK TABLES `vtiger_sharedcalendar` WRITE;
/*!40000 ALTER TABLE `vtiger_sharedcalendar` DISABLE KEYS */;
INSERT INTO `vtiger_sharedcalendar` VALUES (1,11),(1,12);
/*!40000 ALTER TABLE `vtiger_sharedcalendar` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_shareduserinfo`
--
DROP TABLE IF EXISTS `vtiger_shareduserinfo`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_shareduserinfo` (
`userid` int NOT NULL DEFAULT '0',
`shareduserid` int NOT NULL DEFAULT '0',
`color` varchar(50) DEFAULT NULL,
`visible` int DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_shareduserinfo`
--
LOCK TABLES `vtiger_shareduserinfo` WRITE;
/*!40000 ALTER TABLE `vtiger_shareduserinfo` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_shareduserinfo` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_shippingtaxinfo`
--
DROP TABLE IF EXISTS `vtiger_shippingtaxinfo`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_shippingtaxinfo` (
`taxid` int NOT NULL,
`taxname` varchar(50) DEFAULT NULL,
`taxlabel` varchar(50) DEFAULT NULL,
`percentage` decimal(7,3) DEFAULT NULL,
`deleted` int DEFAULT NULL,
PRIMARY KEY (`taxid`),
KEY `shippingtaxinfo_taxname_idx` (`taxname`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_shippingtaxinfo`
--
LOCK TABLES `vtiger_shippingtaxinfo` WRITE;
/*!40000 ALTER TABLE `vtiger_shippingtaxinfo` DISABLE KEYS */;
INSERT INTO `vtiger_shippingtaxinfo` VALUES (1,'shtax1','VAT',4.500,0),(2,'shtax2','Sales',10.000,0),(3,'shtax3','Service',12.500,0);
/*!40000 ALTER TABLE `vtiger_shippingtaxinfo` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_shippingtaxinfo_seq`
--
DROP TABLE IF EXISTS `vtiger_shippingtaxinfo_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_shippingtaxinfo_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_shippingtaxinfo_seq`
--
LOCK TABLES `vtiger_shippingtaxinfo_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_shippingtaxinfo_seq` DISABLE KEYS */;
INSERT INTO `vtiger_shippingtaxinfo_seq` VALUES (3);
/*!40000 ALTER TABLE `vtiger_shippingtaxinfo_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_shorturls`
--
DROP TABLE IF EXISTS `vtiger_shorturls`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_shorturls` (
`id` int NOT NULL AUTO_INCREMENT,
`uid` varchar(50) DEFAULT NULL,
`handler_path` varchar(400) DEFAULT NULL,
`handler_class` varchar(100) DEFAULT NULL,
`handler_function` varchar(100) DEFAULT NULL,
`handler_data` varchar(255) DEFAULT NULL,
`onetime` int DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `uid` (`uid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_shorturls`
--
LOCK TABLES `vtiger_shorturls` WRITE;
/*!40000 ALTER TABLE `vtiger_shorturls` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_shorturls` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_smsnotifier`
--
DROP TABLE IF EXISTS `vtiger_smsnotifier`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_smsnotifier` (
`smsnotifierid` int DEFAULT NULL,
`message` text,
`status` varchar(100) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_smsnotifier`
--
LOCK TABLES `vtiger_smsnotifier` WRITE;
/*!40000 ALTER TABLE `vtiger_smsnotifier` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_smsnotifier` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_smsnotifier_servers`
--
DROP TABLE IF EXISTS `vtiger_smsnotifier_servers`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_smsnotifier_servers` (
`id` int NOT NULL AUTO_INCREMENT,
`password` varchar(255) DEFAULT NULL,
`isactive` int DEFAULT NULL,
`providertype` varchar(50) DEFAULT NULL,
`username` varchar(255) DEFAULT NULL,
`parameters` text,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_smsnotifier_servers`
--
LOCK TABLES `vtiger_smsnotifier_servers` WRITE;
/*!40000 ALTER TABLE `vtiger_smsnotifier_servers` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_smsnotifier_servers` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_smsnotifier_status`
--
DROP TABLE IF EXISTS `vtiger_smsnotifier_status`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_smsnotifier_status` (
`smsnotifierid` int DEFAULT NULL,
`tonumber` varchar(20) DEFAULT NULL,
`status` varchar(10) DEFAULT NULL,
`smsmessageid` varchar(50) DEFAULT NULL,
`needlookup` int DEFAULT '1',
`statusid` int NOT NULL AUTO_INCREMENT,
`statusmessage` varchar(100) DEFAULT NULL,
PRIMARY KEY (`statusid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_smsnotifier_status`
--
LOCK TABLES `vtiger_smsnotifier_status` WRITE;
/*!40000 ALTER TABLE `vtiger_smsnotifier_status` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_smsnotifier_status` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_smsnotifiercf`
--
DROP TABLE IF EXISTS `vtiger_smsnotifiercf`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_smsnotifiercf` (
`smsnotifierid` int NOT NULL,
PRIMARY KEY (`smsnotifierid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_smsnotifiercf`
--
LOCK TABLES `vtiger_smsnotifiercf` WRITE;
/*!40000 ALTER TABLE `vtiger_smsnotifiercf` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_smsnotifiercf` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_soapservice`
--
DROP TABLE IF EXISTS `vtiger_soapservice`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_soapservice` (
`id` int DEFAULT NULL,
`type` varchar(25) DEFAULT NULL,
`sessionid` varchar(100) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_soapservice`
--
LOCK TABLES `vtiger_soapservice` WRITE;
/*!40000 ALTER TABLE `vtiger_soapservice` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_soapservice` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_sobillads`
--
DROP TABLE IF EXISTS `vtiger_sobillads`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_sobillads` (
`sobilladdressid` int NOT NULL DEFAULT '0',
`bill_city` varchar(30) DEFAULT NULL,
`bill_code` varchar(30) DEFAULT NULL,
`bill_country` varchar(30) DEFAULT NULL,
`bill_state` varchar(30) DEFAULT NULL,
`bill_street` varchar(250) DEFAULT NULL,
`bill_pobox` varchar(30) DEFAULT NULL,
PRIMARY KEY (`sobilladdressid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_sobillads`
--
LOCK TABLES `vtiger_sobillads` WRITE;
/*!40000 ALTER TABLE `vtiger_sobillads` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_sobillads` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_soshipads`
--
DROP TABLE IF EXISTS `vtiger_soshipads`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_soshipads` (
`soshipaddressid` int NOT NULL DEFAULT '0',
`ship_city` varchar(30) DEFAULT NULL,
`ship_code` varchar(30) DEFAULT NULL,
`ship_country` varchar(30) DEFAULT NULL,
`ship_state` varchar(30) DEFAULT NULL,
`ship_street` varchar(250) DEFAULT NULL,
`ship_pobox` varchar(30) DEFAULT NULL,
PRIMARY KEY (`soshipaddressid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_soshipads`
--
LOCK TABLES `vtiger_soshipads` WRITE;
/*!40000 ALTER TABLE `vtiger_soshipads` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_soshipads` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_sostatus`
--
DROP TABLE IF EXISTS `vtiger_sostatus`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_sostatus` (
`sostatusid` int NOT NULL AUTO_INCREMENT,
`sostatus` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT NULL,
PRIMARY KEY (`sostatusid`),
UNIQUE KEY `sostatus_sostatus_idx` (`sostatus`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_sostatus`
--
LOCK TABLES `vtiger_sostatus` WRITE;
/*!40000 ALTER TABLE `vtiger_sostatus` DISABLE KEYS */;
INSERT INTO `vtiger_sostatus` VALUES (1,'Created',0,166,0),(2,'Approved',0,167,1),(3,'Delivered',0,168,2),(4,'Cancelled',0,169,3);
/*!40000 ALTER TABLE `vtiger_sostatus` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_sostatus_seq`
--
DROP TABLE IF EXISTS `vtiger_sostatus_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_sostatus_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_sostatus_seq`
--
LOCK TABLES `vtiger_sostatus_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_sostatus_seq` DISABLE KEYS */;
INSERT INTO `vtiger_sostatus_seq` VALUES (4);
/*!40000 ALTER TABLE `vtiger_sostatus_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_sostatushistory`
--
DROP TABLE IF EXISTS `vtiger_sostatushistory`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_sostatushistory` (
`historyid` int NOT NULL AUTO_INCREMENT,
`salesorderid` int NOT NULL,
`accountname` varchar(100) DEFAULT NULL,
`total` decimal(10,0) DEFAULT NULL,
`sostatus` varchar(200) DEFAULT NULL,
`lastmodified` datetime DEFAULT NULL,
PRIMARY KEY (`historyid`),
KEY `sostatushistory_salesorderid_idx` (`salesorderid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_sostatushistory`
--
LOCK TABLES `vtiger_sostatushistory` WRITE;
/*!40000 ALTER TABLE `vtiger_sostatushistory` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_sostatushistory` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_sqltimelog`
--
DROP TABLE IF EXISTS `vtiger_sqltimelog`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_sqltimelog` (
`id` int DEFAULT NULL,
`type` varchar(10) DEFAULT NULL,
`data` text,
`started` decimal(20,6) DEFAULT NULL,
`ended` decimal(20,6) DEFAULT NULL,
`loggedon` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_sqltimelog`
--
LOCK TABLES `vtiger_sqltimelog` WRITE;
/*!40000 ALTER TABLE `vtiger_sqltimelog` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_sqltimelog` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_start_hour`
--
DROP TABLE IF EXISTS `vtiger_start_hour`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_start_hour` (
`start_hourid` int NOT NULL AUTO_INCREMENT,
`start_hour` varchar(200) NOT NULL,
`sortorderid` int DEFAULT NULL,
`presence` int NOT NULL DEFAULT '1',
PRIMARY KEY (`start_hourid`)
) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_start_hour`
--
LOCK TABLES `vtiger_start_hour` WRITE;
/*!40000 ALTER TABLE `vtiger_start_hour` DISABLE KEYS */;
INSERT INTO `vtiger_start_hour` VALUES (1,'00:00',1,1),(2,'01:00',2,1),(3,'02:00',3,1),(4,'03:00',4,1),(5,'04:00',5,1),(6,'05:00',6,1),(7,'06:00',7,1),(8,'07:00',8,1),(9,'08:00',9,1),(10,'09:00',10,1),(11,'10:00',11,1),(12,'11:00',12,1),(13,'12:00',13,1),(14,'13:00',14,1),(15,'14:00',15,1),(16,'15:00',16,1),(17,'16:00',17,1),(18,'17:00',18,1),(19,'18:00',19,1),(20,'19:00',20,1),(21,'20:00',21,1),(22,'21:00',22,1),(23,'22:00',23,1),(24,'23:00',24,1);
/*!40000 ALTER TABLE `vtiger_start_hour` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_start_hour_seq`
--
DROP TABLE IF EXISTS `vtiger_start_hour_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_start_hour_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_start_hour_seq`
--
LOCK TABLES `vtiger_start_hour_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_start_hour_seq` DISABLE KEYS */;
INSERT INTO `vtiger_start_hour_seq` VALUES (24);
/*!40000 ALTER TABLE `vtiger_start_hour_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_status`
--
DROP TABLE IF EXISTS `vtiger_status`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_status` (
`statusid` int NOT NULL AUTO_INCREMENT,
`status` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
PRIMARY KEY (`statusid`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_status`
--
LOCK TABLES `vtiger_status` WRITE;
/*!40000 ALTER TABLE `vtiger_status` DISABLE KEYS */;
INSERT INTO `vtiger_status` VALUES (1,'Active',0,1),(2,'Inactive',1,1);
/*!40000 ALTER TABLE `vtiger_status` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_status_seq`
--
DROP TABLE IF EXISTS `vtiger_status_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_status_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_status_seq`
--
LOCK TABLES `vtiger_status_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_status_seq` DISABLE KEYS */;
INSERT INTO `vtiger_status_seq` VALUES (2);
/*!40000 ALTER TABLE `vtiger_status_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_systems`
--
DROP TABLE IF EXISTS `vtiger_systems`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_systems` (
`id` int NOT NULL,
`server` varchar(100) DEFAULT NULL,
`server_port` int DEFAULT NULL,
`server_username` varchar(100) DEFAULT NULL,
`server_password` varchar(100) DEFAULT NULL,
`server_type` varchar(20) DEFAULT NULL,
`smtp_auth` varchar(5) DEFAULT NULL,
`server_path` varchar(256) DEFAULT NULL,
`from_email_field` varchar(50) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_systems`
--
LOCK TABLES `vtiger_systems` WRITE;
/*!40000 ALTER TABLE `vtiger_systems` DISABLE KEYS */;
INSERT INTO `vtiger_systems` VALUES (1,'ssl://smtp.gmail.com:465',0,'ulrichloewe68@gmail.com','livl hzib irkx dknb','email','1','0','ulrichloewe68@gmail.com');
/*!40000 ALTER TABLE `vtiger_systems` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_systems_seq`
--
DROP TABLE IF EXISTS `vtiger_systems_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_systems_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_systems_seq`
--
LOCK TABLES `vtiger_systems_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_systems_seq` DISABLE KEYS */;
INSERT INTO `vtiger_systems_seq` VALUES (1);
/*!40000 ALTER TABLE `vtiger_systems_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_tab`
--
DROP TABLE IF EXISTS `vtiger_tab`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_tab` (
`tabid` int NOT NULL DEFAULT '0',
`name` varchar(25) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`tabsequence` int DEFAULT NULL,
`tablabel` varchar(25) NOT NULL,
`modifiedby` int DEFAULT NULL,
`modifiedtime` int DEFAULT NULL,
`customized` int DEFAULT NULL,
`ownedby` int DEFAULT NULL,
`isentitytype` int NOT NULL DEFAULT '1',
`trial` int NOT NULL DEFAULT '0',
`version` varchar(10) DEFAULT NULL,
`parent` varchar(30) DEFAULT NULL,
PRIMARY KEY (`tabid`),
UNIQUE KEY `tab_name_idx` (`name`),
KEY `tab_modifiedby_idx` (`modifiedby`),
KEY `tab_tabid_idx` (`tabid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_tab`
--
LOCK TABLES `vtiger_tab` WRITE;
/*!40000 ALTER TABLE `vtiger_tab` DISABLE KEYS */;
INSERT INTO `vtiger_tab` VALUES (1,'Dashboard',0,12,'Dashboards',NULL,NULL,0,1,0,0,NULL,'Analytics'),(2,'Potentials',0,7,'Potentials',NULL,NULL,0,0,1,0,NULL,'Sales'),(3,'Home',0,1,'Home',NULL,NULL,0,1,0,0,NULL,NULL),(4,'Contacts',0,6,'Contacts',NULL,NULL,0,0,1,0,NULL,'Sales'),(6,'Accounts',0,5,'Accounts',NULL,NULL,0,0,1,0,NULL,'Sales'),(7,'Leads',0,4,'Leads',NULL,NULL,0,0,1,0,NULL,'Sales'),(8,'Documents',0,9,'Documents',NULL,NULL,0,0,1,0,NULL,'Tools'),(9,'Calendar',0,3,'Calendar',NULL,NULL,0,0,1,0,NULL,'Tools'),(10,'Emails',0,10,'Emails',NULL,NULL,0,1,1,0,NULL,'Tools'),(13,'HelpDesk',0,11,'HelpDesk',NULL,NULL,0,0,1,0,NULL,'Support'),(14,'Products',0,8,'Products',NULL,NULL,0,0,1,0,NULL,'Inventory'),(15,'Faq',0,-1,'Faq',NULL,NULL,0,1,1,0,NULL,'Support'),(16,'Events',2,-1,'Events',NULL,NULL,0,0,1,0,NULL,NULL),(18,'Vendors',0,-1,'Vendors',NULL,NULL,0,0,1,0,NULL,'Inventory'),(19,'PriceBooks',0,-1,'PriceBooks',NULL,NULL,0,1,1,0,NULL,'Inventory'),(20,'Quotes',0,-1,'Quotes',NULL,NULL,0,0,1,0,NULL,'Sales'),(21,'PurchaseOrder',0,-1,'PurchaseOrder',NULL,NULL,0,0,1,0,NULL,'Inventory'),(22,'SalesOrder',0,-1,'SalesOrder',NULL,NULL,0,0,1,0,NULL,'Sales'),(23,'Invoice',0,-1,'Invoice',NULL,NULL,0,0,1,0,NULL,'Sales'),(24,'Rss',0,-1,'Rss',NULL,NULL,0,1,0,0,NULL,'Tools'),(25,'Reports',0,-1,'Reports',NULL,NULL,0,1,0,0,NULL,'Analytics'),(26,'Campaigns',0,-1,'Campaigns',NULL,NULL,0,0,1,0,NULL,'Marketing'),(27,'Portal',0,-1,'Portal',NULL,NULL,0,1,0,0,NULL,'Tools'),(28,'Webmails',0,-1,'Webmails',NULL,NULL,0,1,1,0,NULL,NULL),(29,'Users',0,-1,'Users',NULL,NULL,0,1,0,0,NULL,NULL),(30,'Mobile',0,-1,'Mobile',NULL,NULL,1,0,0,0,'2.0',''),(31,'PBXManager',0,-1,'PBXManager',NULL,NULL,1,0,1,0,'2.2','Tools'),(32,'MailManager',0,-1,'MailManager',NULL,NULL,1,0,0,0,'1.9','Tools'),(33,'WSAPP',0,-1,'WSAPP',NULL,NULL,1,0,0,0,'3.4.4',''),(34,'ModTracker',0,-1,'ModTracker',NULL,NULL,0,0,0,0,'1.2',''),(35,'ServiceContracts',0,-1,'Service Contracts',NULL,NULL,0,0,1,0,'2.4','Support'),(36,'Services',0,-1,'Services',NULL,NULL,0,0,1,0,'2.6','Inventory'),(37,'Import',0,-1,'Import',NULL,NULL,1,0,0,0,'1.7',''),(38,'ProjectMilestone',0,-1,'ProjectMilestone',NULL,NULL,0,0,1,0,'3.0','Support'),(39,'ProjectTask',0,-1,'ProjectTask',NULL,NULL,0,0,1,0,'3.1','Support'),(40,'Project',0,-1,'Project',NULL,NULL,0,0,1,0,'3.3','Support'),(41,'Assets',0,-1,'Assets',NULL,NULL,0,0,1,0,'2.0','Inventory'),(42,'ModComments',0,-1,'Comments',NULL,NULL,0,0,1,0,'2.1','Tools'),(43,'Webforms',0,-1,'Webforms',NULL,NULL,0,0,0,0,'1.6',''),(44,'EmailTemplates',0,-1,'Email Templates',NULL,NULL,1,0,0,0,'1.0','Tools'),(45,'SMSNotifier',0,-1,'SMSNotifier',NULL,NULL,0,0,1,0,'1.9','Tools'),(46,'CustomerPortal',0,-1,'CustomerPortal',NULL,NULL,0,0,0,0,'1.4',''),(47,'Google',0,-1,'Google',NULL,NULL,0,0,0,0,'1.5',''),(48,'RecycleBin',0,-1,'Recycle Bin',NULL,NULL,0,0,0,0,'1.5','Tools'),(49,'ExtensionStore',0,-1,'Extension Store',NULL,NULL,1,0,0,0,'1.2','Settings'),(50,'CTBrowserExt',0,-1,'CTBrowserExt',NULL,NULL,1,0,0,0,'1.3.4',''),(51,'CTGoogleSuite',0,-1,'CTGoogleSuite',NULL,NULL,1,0,1,0,'0','Sales'),(52,'CTGoogleSuiteLog',0,-1,'CTGoogleSuiteLog',NULL,NULL,1,0,1,0,'0','');
/*!40000 ALTER TABLE `vtiger_tab` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_tab_info`
--
DROP TABLE IF EXISTS `vtiger_tab_info`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_tab_info` (
`tabid` int DEFAULT NULL,
`prefname` varchar(256) DEFAULT NULL,
`prefvalue` varchar(256) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_tab_info`
--
LOCK TABLES `vtiger_tab_info` WRITE;
/*!40000 ALTER TABLE `vtiger_tab_info` DISABLE KEYS */;
INSERT INTO `vtiger_tab_info` VALUES (30,'vtiger_min_version','6.0.0rc'),(31,'vtiger_min_version','6.0.0'),(31,'vtiger_max_version','6.*'),(32,'vtiger_min_version','6.0.0RC'),(33,'vtiger_min_version','6.0.0rc'),(34,'vtiger_min_version','6.0.0rc'),(35,'vtiger_min_version','6.0.0rc'),(36,'vtiger_min_version','6.0.0rc'),(36,'vtiger_max_version','6.*'),(37,'vtiger_min_version','6.0.0rc'),(37,'vtiger_max_version','6.*'),(38,'vtiger_min_version','6.0.0rc'),(38,'vtiger_max_version','6.*'),(39,'vtiger_min_version','6.0.0rc'),(40,'vtiger_min_version','6.0.0rc'),(41,'vtiger_min_version','6.0.0rc'),(41,'vtiger_max_version','6.*'),(42,'vtiger_min_version','6.0.0rc'),(42,'vtiger_max_version','6.*'),(43,'vtiger_min_version','6.0.0rc'),(43,'vtiger_max_version','6.*'),(44,'vtiger_min_version','6.0.0rc'),(44,'vtiger_max_version','6.*'),(45,'vtiger_min_version','6.0.0rc'),(45,'vtiger_max_version','6.*'),(46,'vtiger_min_version','6.0.0rc'),(46,'vtiger_max_version','6.*'),(47,'vtiger_min_version','6.0.0rc'),(47,'vtiger_max_version','6.*'),(48,'vtiger_min_version','6.0.0rc'),(48,'vtiger_max_version','6.*'),(49,'vtiger_min_version','6.0.0'),(49,'vtiger_max_version','6.*'),(50,'vtiger_min_version','7.1.0'),(50,'vtiger_max_version','7.*'),(51,'vtiger_min_version','7.4.0'),(52,'vtiger_min_version','7.3.0'),(53,'vtiger_min_version','7.3.0'),(53,'vtiger_max_version','7.*');
/*!40000 ALTER TABLE `vtiger_tab_info` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_taskpriority`
--
DROP TABLE IF EXISTS `vtiger_taskpriority`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_taskpriority` (
`taskpriorityid` int NOT NULL AUTO_INCREMENT,
`taskpriority` varchar(200) DEFAULT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT NULL,
PRIMARY KEY (`taskpriorityid`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_taskpriority`
--
LOCK TABLES `vtiger_taskpriority` WRITE;
/*!40000 ALTER TABLE `vtiger_taskpriority` DISABLE KEYS */;
INSERT INTO `vtiger_taskpriority` VALUES (1,'High',1,170,0),(2,'Medium',1,171,1),(3,'Low',1,172,2);
/*!40000 ALTER TABLE `vtiger_taskpriority` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_taskpriority_seq`
--
DROP TABLE IF EXISTS `vtiger_taskpriority_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_taskpriority_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_taskpriority_seq`
--
LOCK TABLES `vtiger_taskpriority_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_taskpriority_seq` DISABLE KEYS */;
INSERT INTO `vtiger_taskpriority_seq` VALUES (3);
/*!40000 ALTER TABLE `vtiger_taskpriority_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_taskstatus`
--
DROP TABLE IF EXISTS `vtiger_taskstatus`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_taskstatus` (
`taskstatusid` int NOT NULL AUTO_INCREMENT,
`taskstatus` varchar(200) DEFAULT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT NULL,
PRIMARY KEY (`taskstatusid`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_taskstatus`
--
LOCK TABLES `vtiger_taskstatus` WRITE;
/*!40000 ALTER TABLE `vtiger_taskstatus` DISABLE KEYS */;
INSERT INTO `vtiger_taskstatus` VALUES (1,'Not Started',0,173,0),(2,'In Progress',0,174,1),(3,'Completed',0,175,2),(4,'Pending Input',0,176,3),(5,'Deferred',0,177,4),(6,'Planned',0,178,5);
/*!40000 ALTER TABLE `vtiger_taskstatus` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_taskstatus_seq`
--
DROP TABLE IF EXISTS `vtiger_taskstatus_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_taskstatus_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_taskstatus_seq`
--
LOCK TABLES `vtiger_taskstatus_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_taskstatus_seq` DISABLE KEYS */;
INSERT INTO `vtiger_taskstatus_seq` VALUES (6);
/*!40000 ALTER TABLE `vtiger_taskstatus_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_taxclass`
--
DROP TABLE IF EXISTS `vtiger_taxclass`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_taxclass` (
`taxclassid` int NOT NULL AUTO_INCREMENT,
`taxclass` varchar(200) NOT NULL,
`sortorderid` int NOT NULL DEFAULT '0',
`presence` int NOT NULL DEFAULT '1',
PRIMARY KEY (`taxclassid`),
UNIQUE KEY `taxclass_carrier_idx` (`taxclass`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_taxclass`
--
LOCK TABLES `vtiger_taxclass` WRITE;
/*!40000 ALTER TABLE `vtiger_taxclass` DISABLE KEYS */;
INSERT INTO `vtiger_taxclass` VALUES (1,'SalesTax',0,1),(2,'Vat',1,1);
/*!40000 ALTER TABLE `vtiger_taxclass` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_taxclass_seq`
--
DROP TABLE IF EXISTS `vtiger_taxclass_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_taxclass_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_taxclass_seq`
--
LOCK TABLES `vtiger_taxclass_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_taxclass_seq` DISABLE KEYS */;
INSERT INTO `vtiger_taxclass_seq` VALUES (2);
/*!40000 ALTER TABLE `vtiger_taxclass_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_ticketcategories`
--
DROP TABLE IF EXISTS `vtiger_ticketcategories`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_ticketcategories` (
`ticketcategories_id` int NOT NULL AUTO_INCREMENT,
`ticketcategories` varchar(200) DEFAULT NULL,
`presence` int NOT NULL DEFAULT '0',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT NULL,
PRIMARY KEY (`ticketcategories_id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_ticketcategories`
--
LOCK TABLES `vtiger_ticketcategories` WRITE;
/*!40000 ALTER TABLE `vtiger_ticketcategories` DISABLE KEYS */;
INSERT INTO `vtiger_ticketcategories` VALUES (1,'Big Problem',1,179,0),(2,'Small Problem',1,180,1),(3,'Other Problem',1,181,2);
/*!40000 ALTER TABLE `vtiger_ticketcategories` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_ticketcategories_seq`
--
DROP TABLE IF EXISTS `vtiger_ticketcategories_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_ticketcategories_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_ticketcategories_seq`
--
LOCK TABLES `vtiger_ticketcategories_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_ticketcategories_seq` DISABLE KEYS */;
INSERT INTO `vtiger_ticketcategories_seq` VALUES (3);
/*!40000 ALTER TABLE `vtiger_ticketcategories_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_ticketcf`
--
DROP TABLE IF EXISTS `vtiger_ticketcf`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_ticketcf` (
`ticketid` int NOT NULL DEFAULT '0',
`from_portal` varchar(3) DEFAULT NULL,
PRIMARY KEY (`ticketid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_ticketcf`
--
LOCK TABLES `vtiger_ticketcf` WRITE;
/*!40000 ALTER TABLE `vtiger_ticketcf` DISABLE KEYS */;
INSERT INTO `vtiger_ticketcf` VALUES (565,'0'),(580,'0'),(597,'0'),(598,'0'),(800,'0'),(806,'0'),(807,'0'),(808,'0'),(817,'0');
/*!40000 ALTER TABLE `vtiger_ticketcf` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_ticketcomments`
--
DROP TABLE IF EXISTS `vtiger_ticketcomments`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_ticketcomments` (
`commentid` int NOT NULL AUTO_INCREMENT,
`ticketid` int DEFAULT NULL,
`comments` text,
`ownerid` int NOT NULL DEFAULT '0',
`ownertype` varchar(10) DEFAULT NULL,
`createdtime` datetime NOT NULL,
PRIMARY KEY (`commentid`),
KEY `ticketcomments_ticketid_idx` (`ticketid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_ticketcomments`
--
LOCK TABLES `vtiger_ticketcomments` WRITE;
/*!40000 ALTER TABLE `vtiger_ticketcomments` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_ticketcomments` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_ticketpriorities`
--
DROP TABLE IF EXISTS `vtiger_ticketpriorities`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_ticketpriorities` (
`ticketpriorities_id` int NOT NULL AUTO_INCREMENT,
`ticketpriorities` varchar(200) DEFAULT NULL,
`presence` int NOT NULL DEFAULT '0',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT NULL,
PRIMARY KEY (`ticketpriorities_id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_ticketpriorities`
--
LOCK TABLES `vtiger_ticketpriorities` WRITE;
/*!40000 ALTER TABLE `vtiger_ticketpriorities` DISABLE KEYS */;
INSERT INTO `vtiger_ticketpriorities` VALUES (1,'Low',1,182,0),(2,'Normal',1,183,1),(3,'High',1,184,2),(4,'Urgent',1,185,3);
/*!40000 ALTER TABLE `vtiger_ticketpriorities` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_ticketpriorities_seq`
--
DROP TABLE IF EXISTS `vtiger_ticketpriorities_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_ticketpriorities_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_ticketpriorities_seq`
--
LOCK TABLES `vtiger_ticketpriorities_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_ticketpriorities_seq` DISABLE KEYS */;
INSERT INTO `vtiger_ticketpriorities_seq` VALUES (4);
/*!40000 ALTER TABLE `vtiger_ticketpriorities_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_ticketseverities`
--
DROP TABLE IF EXISTS `vtiger_ticketseverities`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_ticketseverities` (
`ticketseverities_id` int NOT NULL AUTO_INCREMENT,
`ticketseverities` varchar(200) DEFAULT NULL,
`presence` int NOT NULL DEFAULT '0',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT NULL,
PRIMARY KEY (`ticketseverities_id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_ticketseverities`
--
LOCK TABLES `vtiger_ticketseverities` WRITE;
/*!40000 ALTER TABLE `vtiger_ticketseverities` DISABLE KEYS */;
INSERT INTO `vtiger_ticketseverities` VALUES (1,'Minor',1,186,0),(2,'Major',1,187,1),(3,'Feature',1,188,2),(4,'Critical',1,189,3);
/*!40000 ALTER TABLE `vtiger_ticketseverities` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_ticketseverities_seq`
--
DROP TABLE IF EXISTS `vtiger_ticketseverities_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_ticketseverities_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_ticketseverities_seq`
--
LOCK TABLES `vtiger_ticketseverities_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_ticketseverities_seq` DISABLE KEYS */;
INSERT INTO `vtiger_ticketseverities_seq` VALUES (4);
/*!40000 ALTER TABLE `vtiger_ticketseverities_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_ticketstatus`
--
DROP TABLE IF EXISTS `vtiger_ticketstatus`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_ticketstatus` (
`ticketstatus_id` int NOT NULL AUTO_INCREMENT,
`ticketstatus` varchar(200) DEFAULT NULL,
`presence` int NOT NULL DEFAULT '0',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT NULL,
PRIMARY KEY (`ticketstatus_id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_ticketstatus`
--
LOCK TABLES `vtiger_ticketstatus` WRITE;
/*!40000 ALTER TABLE `vtiger_ticketstatus` DISABLE KEYS */;
INSERT INTO `vtiger_ticketstatus` VALUES (1,'Open',0,190,0),(2,'In Progress',0,191,1),(3,'Wait For Response',0,192,2),(4,'Closed',0,193,3);
/*!40000 ALTER TABLE `vtiger_ticketstatus` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_ticketstatus_seq`
--
DROP TABLE IF EXISTS `vtiger_ticketstatus_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_ticketstatus_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_ticketstatus_seq`
--
LOCK TABLES `vtiger_ticketstatus_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_ticketstatus_seq` DISABLE KEYS */;
INSERT INTO `vtiger_ticketstatus_seq` VALUES (4);
/*!40000 ALTER TABLE `vtiger_ticketstatus_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_time_zone`
--
DROP TABLE IF EXISTS `vtiger_time_zone`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_time_zone` (
`time_zoneid` int NOT NULL AUTO_INCREMENT,
`time_zone` varchar(200) NOT NULL,
`sortorderid` int NOT NULL DEFAULT '0',
`presence` int NOT NULL DEFAULT '1',
PRIMARY KEY (`time_zoneid`)
) ENGINE=InnoDB AUTO_INCREMENT=98 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_time_zone`
--
LOCK TABLES `vtiger_time_zone` WRITE;
/*!40000 ALTER TABLE `vtiger_time_zone` DISABLE KEYS */;
INSERT INTO `vtiger_time_zone` VALUES (1,'Pacific/Midway',0,1),(2,'Pacific/Samoa',1,1),(3,'Pacific/Honolulu',2,1),(4,'America/Anchorage',3,1),(5,'America/Los_Angeles',4,1),(6,'America/Tijuana',5,1),(7,'America/Denver',6,1),(8,'America/Chihuahua',7,1),(9,'America/Mazatlan',8,1),(10,'America/Phoenix',9,1),(11,'America/Regina',10,1),(12,'America/Tegucigalpa',11,1),(13,'America/Chicago',12,1),(14,'America/Mexico_City',13,1),(15,'America/Monterrey',14,1),(16,'America/New_York',15,1),(17,'America/Bogota',16,1),(18,'America/Lima',17,1),(19,'America/Rio_Branco',18,1),(20,'America/Indiana/Indianapolis',19,1),(21,'America/Caracas',20,1),(22,'America/Halifax',21,1),(23,'America/Manaus',22,1),(24,'America/Santiago',23,1),(25,'America/La_Paz',24,1),(26,'America/Cuiaba',25,1),(27,'America/Asuncion',26,1),(28,'America/St_Johns',27,1),(29,'America/Argentina/Buenos_Aires',28,1),(30,'America/Sao_Paulo',29,1),(31,'America/Godthab',30,1),(32,'America/Montevideo',31,1),(33,'Atlantic/South_Georgia',32,1),(34,'Atlantic/Azores',33,1),(35,'Atlantic/Cape_Verde',34,1),(36,'Europe/London',35,1),(37,'UTC',36,1),(38,'Africa/Monrovia',37,1),(39,'Africa/Casablanca',38,1),(40,'Europe/Belgrade',39,1),(41,'Europe/Sarajevo',40,1),(42,'Europe/Brussels',41,1),(43,'Africa/Algiers',42,1),(44,'Europe/Amsterdam',43,1),(45,'Europe/Minsk',44,1),(46,'Africa/Cairo',45,1),(47,'Europe/Helsinki',46,1),(48,'Europe/Athens',47,1),(49,'Europe/Istanbul',48,1),(50,'Asia/Jerusalem',49,1),(51,'Asia/Amman',50,1),(52,'Asia/Beirut',51,1),(53,'Africa/Windhoek',52,1),(54,'Africa/Harare',53,1),(55,'Asia/Kuwait',54,1),(56,'Asia/Baghdad',55,1),(57,'Africa/Nairobi',56,1),(58,'Asia/Tehran',57,1),(59,'Asia/Tbilisi',58,1),(60,'Europe/Moscow',59,1),(61,'Asia/Muscat',60,1),(62,'Asia/Baku',61,1),(63,'Asia/Yerevan',62,1),(64,'Asia/Karachi',63,1),(65,'Asia/Tashkent',64,1),(66,'Asia/Kolkata',65,1),(67,'Asia/Colombo',66,1),(68,'Asia/Katmandu',67,1),(69,'Asia/Dhaka',68,1),(70,'Asia/Almaty',69,1),(71,'Asia/Yekaterinburg',70,1),(72,'Asia/Rangoon',71,1),(73,'Asia/Novosibirsk',72,1),(74,'Asia/Bangkok',73,1),(75,'Asia/Brunei',74,1),(76,'Asia/Krasnoyarsk',75,1),(77,'Asia/Ulaanbaatar',76,1),(78,'Asia/Kuala_Lumpur',77,1),(79,'Asia/Taipei',78,1),(80,'Australia/Perth',79,1),(81,'Asia/Irkutsk',80,1),(82,'Asia/Seoul',81,1),(83,'Asia/Tokyo',82,1),(84,'Australia/Darwin',83,1),(85,'Australia/Adelaide',84,1),(86,'Australia/Canberra',85,1),(87,'Australia/Brisbane',86,1),(88,'Australia/Hobart',87,1),(89,'Asia/Vladivostok',88,1),(90,'Pacific/Guam',89,1),(91,'Asia/Yakutsk',90,1),(92,'Pacific/Fiji',92,1),(93,'Asia/Kamchatka',93,1),(94,'Pacific/Auckland',94,1),(95,'Asia/Magadan',95,1),(96,'Pacific/Tongatapu',96,1),(97,'Etc/GMT-11',91,1);
/*!40000 ALTER TABLE `vtiger_time_zone` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_time_zone_seq`
--
DROP TABLE IF EXISTS `vtiger_time_zone_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_time_zone_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_time_zone_seq`
--
LOCK TABLES `vtiger_time_zone_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_time_zone_seq` DISABLE KEYS */;
INSERT INTO `vtiger_time_zone_seq` VALUES (96);
/*!40000 ALTER TABLE `vtiger_time_zone_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_tmp_read_group_rel_sharing_per`
--
DROP TABLE IF EXISTS `vtiger_tmp_read_group_rel_sharing_per`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_tmp_read_group_rel_sharing_per` (
`userid` int NOT NULL,
`tabid` int NOT NULL,
`relatedtabid` int NOT NULL,
`sharedgroupid` int NOT NULL,
PRIMARY KEY (`userid`,`tabid`,`relatedtabid`,`sharedgroupid`),
KEY `tmp_read_group_rel_sharing_per_userid_sharedgroupid_tabid` (`userid`,`sharedgroupid`,`tabid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_tmp_read_group_rel_sharing_per`
--
LOCK TABLES `vtiger_tmp_read_group_rel_sharing_per` WRITE;
/*!40000 ALTER TABLE `vtiger_tmp_read_group_rel_sharing_per` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_tmp_read_group_rel_sharing_per` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_tmp_read_group_sharing_per`
--
DROP TABLE IF EXISTS `vtiger_tmp_read_group_sharing_per`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_tmp_read_group_sharing_per` (
`userid` int NOT NULL,
`tabid` int NOT NULL,
`sharedgroupid` int NOT NULL,
PRIMARY KEY (`userid`,`tabid`,`sharedgroupid`),
KEY `tmp_read_group_sharing_per_userid_sharedgroupid_idx` (`userid`,`sharedgroupid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_tmp_read_group_sharing_per`
--
LOCK TABLES `vtiger_tmp_read_group_sharing_per` WRITE;
/*!40000 ALTER TABLE `vtiger_tmp_read_group_sharing_per` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_tmp_read_group_sharing_per` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_tmp_read_user_rel_sharing_per`
--
DROP TABLE IF EXISTS `vtiger_tmp_read_user_rel_sharing_per`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_tmp_read_user_rel_sharing_per` (
`userid` int NOT NULL,
`tabid` int NOT NULL,
`relatedtabid` int NOT NULL,
`shareduserid` int NOT NULL,
PRIMARY KEY (`userid`,`tabid`,`relatedtabid`,`shareduserid`),
KEY `tmp_read_user_rel_sharing_per_userid_shared_reltabid_idx` (`userid`,`shareduserid`,`relatedtabid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_tmp_read_user_rel_sharing_per`
--
LOCK TABLES `vtiger_tmp_read_user_rel_sharing_per` WRITE;
/*!40000 ALTER TABLE `vtiger_tmp_read_user_rel_sharing_per` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_tmp_read_user_rel_sharing_per` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_tmp_read_user_sharing_per`
--
DROP TABLE IF EXISTS `vtiger_tmp_read_user_sharing_per`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_tmp_read_user_sharing_per` (
`userid` int NOT NULL,
`tabid` int NOT NULL,
`shareduserid` int NOT NULL,
PRIMARY KEY (`userid`,`tabid`,`shareduserid`),
KEY `tmp_read_user_sharing_per_userid_shareduserid_idx` (`userid`,`shareduserid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_tmp_read_user_sharing_per`
--
LOCK TABLES `vtiger_tmp_read_user_sharing_per` WRITE;
/*!40000 ALTER TABLE `vtiger_tmp_read_user_sharing_per` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_tmp_read_user_sharing_per` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_tmp_write_group_rel_sharing_per`
--
DROP TABLE IF EXISTS `vtiger_tmp_write_group_rel_sharing_per`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_tmp_write_group_rel_sharing_per` (
`userid` int NOT NULL,
`tabid` int NOT NULL,
`relatedtabid` int NOT NULL,
`sharedgroupid` int NOT NULL,
PRIMARY KEY (`userid`,`tabid`,`relatedtabid`,`sharedgroupid`),
KEY `tmp_write_group_rel_sharing_per_userid_sharedgroupid_tabid_idx` (`userid`,`sharedgroupid`,`tabid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_tmp_write_group_rel_sharing_per`
--
LOCK TABLES `vtiger_tmp_write_group_rel_sharing_per` WRITE;
/*!40000 ALTER TABLE `vtiger_tmp_write_group_rel_sharing_per` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_tmp_write_group_rel_sharing_per` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_tmp_write_group_sharing_per`
--
DROP TABLE IF EXISTS `vtiger_tmp_write_group_sharing_per`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_tmp_write_group_sharing_per` (
`userid` int NOT NULL,
`tabid` int NOT NULL,
`sharedgroupid` int NOT NULL,
PRIMARY KEY (`userid`,`tabid`,`sharedgroupid`),
KEY `tmp_write_group_sharing_per_UK1` (`userid`,`sharedgroupid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_tmp_write_group_sharing_per`
--
LOCK TABLES `vtiger_tmp_write_group_sharing_per` WRITE;
/*!40000 ALTER TABLE `vtiger_tmp_write_group_sharing_per` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_tmp_write_group_sharing_per` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_tmp_write_user_rel_sharing_per`
--
DROP TABLE IF EXISTS `vtiger_tmp_write_user_rel_sharing_per`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_tmp_write_user_rel_sharing_per` (
`userid` int NOT NULL,
`tabid` int NOT NULL,
`relatedtabid` int NOT NULL,
`shareduserid` int NOT NULL,
PRIMARY KEY (`userid`,`tabid`,`relatedtabid`,`shareduserid`),
KEY `tmp_write_user_rel_sharing_per_userid_sharduserid_tabid_idx` (`userid`,`shareduserid`,`tabid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_tmp_write_user_rel_sharing_per`
--
LOCK TABLES `vtiger_tmp_write_user_rel_sharing_per` WRITE;
/*!40000 ALTER TABLE `vtiger_tmp_write_user_rel_sharing_per` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_tmp_write_user_rel_sharing_per` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_tmp_write_user_sharing_per`
--
DROP TABLE IF EXISTS `vtiger_tmp_write_user_sharing_per`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_tmp_write_user_sharing_per` (
`userid` int NOT NULL,
`tabid` int NOT NULL,
`shareduserid` int NOT NULL,
PRIMARY KEY (`userid`,`tabid`,`shareduserid`),
KEY `tmp_write_user_sharing_per_userid_shareduserid_idx` (`userid`,`shareduserid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_tmp_write_user_sharing_per`
--
LOCK TABLES `vtiger_tmp_write_user_sharing_per` WRITE;
/*!40000 ALTER TABLE `vtiger_tmp_write_user_sharing_per` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_tmp_write_user_sharing_per` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_tracker`
--
DROP TABLE IF EXISTS `vtiger_tracker`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_tracker` (
`id` int NOT NULL AUTO_INCREMENT,
`user_id` varchar(36) DEFAULT NULL,
`module_name` varchar(25) DEFAULT NULL,
`item_id` varchar(36) DEFAULT NULL,
`item_summary` varchar(255) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_tracker`
--
LOCK TABLES `vtiger_tracker` WRITE;
/*!40000 ALTER TABLE `vtiger_tracker` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_tracker` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_tracking_unit`
--
DROP TABLE IF EXISTS `vtiger_tracking_unit`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_tracking_unit` (
`tracking_unitid` int NOT NULL AUTO_INCREMENT,
`tracking_unit` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT '0',
PRIMARY KEY (`tracking_unitid`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_tracking_unit`
--
LOCK TABLES `vtiger_tracking_unit` WRITE;
/*!40000 ALTER TABLE `vtiger_tracking_unit` DISABLE KEYS */;
INSERT INTO `vtiger_tracking_unit` VALUES (2,'Hours',1,211,2),(3,'Days',1,212,3),(4,'Incidents',1,213,4);
/*!40000 ALTER TABLE `vtiger_tracking_unit` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_tracking_unit_seq`
--
DROP TABLE IF EXISTS `vtiger_tracking_unit_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_tracking_unit_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_tracking_unit_seq`
--
LOCK TABLES `vtiger_tracking_unit_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_tracking_unit_seq` DISABLE KEYS */;
INSERT INTO `vtiger_tracking_unit_seq` VALUES (4);
/*!40000 ALTER TABLE `vtiger_tracking_unit_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_troubletickets`
--
DROP TABLE IF EXISTS `vtiger_troubletickets`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_troubletickets` (
`ticketid` int NOT NULL,
`ticket_no` varchar(100) NOT NULL,
`groupname` varchar(100) DEFAULT NULL,
`parent_id` varchar(100) DEFAULT NULL,
`product_id` varchar(100) DEFAULT NULL,
`priority` varchar(200) DEFAULT NULL,
`severity` varchar(200) DEFAULT NULL,
`status` varchar(200) DEFAULT NULL,
`category` varchar(200) DEFAULT NULL,
`title` varchar(255) NOT NULL,
`solution` text,
`update_log` text,
`version_id` int DEFAULT NULL,
`hours` decimal(25,8) DEFAULT NULL,
`days` decimal(25,8) DEFAULT NULL,
`contact_id` int DEFAULT NULL,
PRIMARY KEY (`ticketid`),
KEY `troubletickets_ticketid_idx` (`ticketid`),
KEY `troubletickets_status_idx` (`status`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_troubletickets`
--
LOCK TABLES `vtiger_troubletickets` WRITE;
/*!40000 ALTER TABLE `vtiger_troubletickets` DISABLE KEYS */;
INSERT INTO `vtiger_troubletickets` VALUES (565,'TT1',NULL,'0','0','','','In Progress','','ffff','','',NULL,0.00000000,0.00000000,0),(580,'TT2',NULL,'0','0','','','Open','','HHHHHHHHH& MMMMMMMMMMMMM','','',NULL,0.00000000,0.00000000,0),(597,'TT3',NULL,'0','0','','','Open','','HHHHHHHHH& MMMMMMMMMMMMM','','',NULL,0.00000000,0.00000000,0),(598,'TT4',NULL,'0','0','','','In Progress','','HHHHHHHHH& MMMMMMMMMMMMM','','',NULL,0.00000000,0.00000000,0),(800,'TT5',NULL,'0','0','','','Open','','111111111','','',NULL,0.00000000,0.00000000,0),(806,'TT6',NULL,'0','0','','','Open','','adding tickrtttttt','','',NULL,0.00000000,0.00000000,0),(807,'TT7',NULL,'0','0','','','In Progress','','c22222222','','',NULL,0.00000000,0.00000000,0),(808,'TT8',NULL,'0','0','','','Open','','ccc3','','',NULL,0.00000000,0.00000000,0),(817,'TT9',NULL,'814','0','','','Open','','T111111111','','',NULL,0.00000000,0.00000000,0);
/*!40000 ALTER TABLE `vtiger_troubletickets` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_usageunit`
--
DROP TABLE IF EXISTS `vtiger_usageunit`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_usageunit` (
`usageunitid` int NOT NULL AUTO_INCREMENT,
`usageunit` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT NULL,
PRIMARY KEY (`usageunitid`),
UNIQUE KEY `usageunit_usageunit_idx` (`usageunit`)
) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_usageunit`
--
LOCK TABLES `vtiger_usageunit` WRITE;
/*!40000 ALTER TABLE `vtiger_usageunit` DISABLE KEYS */;
INSERT INTO `vtiger_usageunit` VALUES (1,'Box',1,194,0),(2,'Carton',1,195,1),(3,'Dozen',1,196,2),(4,'Each',1,197,3),(5,'Hours',1,198,4),(6,'Impressions',1,199,5),(7,'Lb',1,200,6),(8,'M',1,201,7),(9,'Pack',1,202,8),(10,'Pages',1,203,9),(11,'Pieces',1,204,10),(12,'Quantity',1,205,11),(13,'Reams',1,206,12),(14,'Sheet',1,207,13),(15,'Spiral Binder',1,208,14),(16,'Sq Ft',1,209,15);
/*!40000 ALTER TABLE `vtiger_usageunit` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_usageunit_seq`
--
DROP TABLE IF EXISTS `vtiger_usageunit_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_usageunit_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_usageunit_seq`
--
LOCK TABLES `vtiger_usageunit_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_usageunit_seq` DISABLE KEYS */;
INSERT INTO `vtiger_usageunit_seq` VALUES (16);
/*!40000 ALTER TABLE `vtiger_usageunit_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_user2mergefields`
--
DROP TABLE IF EXISTS `vtiger_user2mergefields`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_user2mergefields` (
`userid` int DEFAULT NULL,
`tabid` int DEFAULT NULL,
`fieldid` int DEFAULT NULL,
`visible` int DEFAULT NULL,
KEY `userid_tabid_idx` (`userid`,`tabid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_user2mergefields`
--
LOCK TABLES `vtiger_user2mergefields` WRITE;
/*!40000 ALTER TABLE `vtiger_user2mergefields` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_user2mergefields` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_user2role`
--
DROP TABLE IF EXISTS `vtiger_user2role`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_user2role` (
`userid` int NOT NULL,
`roleid` varchar(255) NOT NULL,
PRIMARY KEY (`userid`),
KEY `user2role_roleid_idx` (`roleid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_user2role`
--
LOCK TABLES `vtiger_user2role` WRITE;
/*!40000 ALTER TABLE `vtiger_user2role` DISABLE KEYS */;
INSERT INTO `vtiger_user2role` VALUES (1,'H2'),(6,'H2'),(8,'H2'),(9,'H2'),(10,'H2'),(11,'H2'),(12,'H2'),(13,'H2'),(14,'H2'),(15,'H2'),(16,'H2'),(17,'H2'),(18,'H2'),(19,'H2'),(20,'H2'),(21,'H2'),(22,'H2'),(23,'H2'),(24,'H2'),(25,'H2'),(26,'H2'),(27,'H2'),(28,'H2'),(29,'H2'),(5,'H4');
/*!40000 ALTER TABLE `vtiger_user2role` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_user_module_preferences`
--
DROP TABLE IF EXISTS `vtiger_user_module_preferences`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_user_module_preferences` (
`userid` int NOT NULL,
`tabid` int NOT NULL,
`default_cvid` int NOT NULL,
PRIMARY KEY (`userid`,`tabid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_user_module_preferences`
--
LOCK TABLES `vtiger_user_module_preferences` WRITE;
/*!40000 ALTER TABLE `vtiger_user_module_preferences` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_user_module_preferences` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_users`
--
DROP TABLE IF EXISTS `vtiger_users`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_users` (
`id` int NOT NULL AUTO_INCREMENT,
`user_name` varchar(255) DEFAULT NULL,
`user_password` varchar(200) DEFAULT NULL,
`user_hash` varchar(32) DEFAULT NULL,
`cal_color` varchar(25) DEFAULT '#E6FAD8',
`first_name` varchar(30) DEFAULT NULL,
`last_name` varchar(30) DEFAULT NULL,
`reports_to_id` varchar(36) DEFAULT NULL,
`is_admin` varchar(3) DEFAULT '0',
`currency_id` int NOT NULL DEFAULT '1',
`description` text,
`date_entered` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`date_modified` datetime DEFAULT NULL,
`modified_user_id` varchar(36) DEFAULT NULL,
`title` varchar(50) DEFAULT NULL,
`department` varchar(50) DEFAULT NULL,
`phone_home` varchar(50) DEFAULT NULL,
`phone_mobile` varchar(50) DEFAULT NULL,
`phone_work` varchar(50) DEFAULT NULL,
`phone_other` varchar(50) DEFAULT NULL,
`phone_fax` varchar(50) DEFAULT NULL,
`email1` varchar(100) DEFAULT NULL,
`email2` varchar(100) DEFAULT NULL,
`secondaryemail` varchar(100) DEFAULT NULL,
`status` varchar(25) DEFAULT NULL,
`signature` text,
`address_street` varchar(150) DEFAULT NULL,
`address_city` varchar(100) DEFAULT NULL,
`address_state` varchar(100) DEFAULT NULL,
`address_country` varchar(25) DEFAULT NULL,
`address_postalcode` varchar(9) DEFAULT NULL,
`user_preferences` text,
`tz` varchar(30) DEFAULT NULL,
`holidays` varchar(60) DEFAULT NULL,
`namedays` varchar(60) DEFAULT NULL,
`workdays` varchar(30) DEFAULT NULL,
`weekstart` int DEFAULT NULL,
`date_format` varchar(200) DEFAULT NULL,
`hour_format` varchar(30) DEFAULT 'am/pm',
`start_hour` varchar(30) DEFAULT '10:00',
`end_hour` varchar(30) DEFAULT '23:00',
`activity_view` varchar(200) DEFAULT 'Today',
`lead_view` varchar(200) DEFAULT 'Today',
`imagename` varchar(250) DEFAULT NULL,
`deleted` int NOT NULL DEFAULT '0',
`confirm_password` varchar(300) DEFAULT NULL,
`internal_mailer` varchar(3) NOT NULL DEFAULT '1',
`reminder_interval` varchar(100) DEFAULT NULL,
`reminder_next_time` varchar(100) DEFAULT NULL,
`crypt_type` varchar(20) NOT NULL DEFAULT 'MD5',
`accesskey` varchar(36) DEFAULT NULL,
`theme` varchar(100) DEFAULT NULL,
`language` varchar(36) DEFAULT NULL,
`time_zone` varchar(200) DEFAULT NULL,
`currency_grouping_pattern` varchar(100) DEFAULT NULL,
`currency_decimal_separator` varchar(2) DEFAULT NULL,
`currency_grouping_separator` varchar(2) DEFAULT NULL,
`currency_symbol_placement` varchar(20) DEFAULT NULL,
`phone_crm_extension` varchar(100) DEFAULT NULL,
`no_of_currency_decimals` varchar(2) DEFAULT NULL,
`truncate_trailing_zeros` varchar(3) DEFAULT NULL,
`dayoftheweek` varchar(100) DEFAULT NULL,
`callduration` varchar(100) DEFAULT NULL,
`othereventduration` varchar(100) DEFAULT NULL,
`calendarsharedtype` varchar(100) DEFAULT NULL,
`default_record_view` varchar(10) DEFAULT NULL,
`leftpanelhide` varchar(3) DEFAULT NULL,
`rowheight` varchar(10) DEFAULT NULL,
`defaulteventstatus` varchar(50) DEFAULT NULL,
`defaultactivitytype` varchar(50) DEFAULT NULL,
`hidecompletedevents` int DEFAULT NULL,
`is_owner` varchar(5) DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `user_user_name_idx` (`user_name`),
KEY `user_user_password_idx` (`user_password`)
) ENGINE=InnoDB AUTO_INCREMENT=30 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_users`
--
LOCK TABLES `vtiger_users` WRITE;
/*!40000 ALTER TABLE `vtiger_users` DISABLE KEYS */;
INSERT INTO `vtiger_users` VALUES (1,'admin','$1$ad000000$hzXFXvL3XVlnUE/X.1n9t/','d41d8cd98f00b204e9800998ecf8427e','#E6FAD8','Hiral','Administrator','','on',1,'','2025-11-04 11:24:27',NULL,NULL,'','','','','','','','hiral.prajapati@varianceinfotech.com','','','Active','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,'yyyy-mm-dd','12','00:00','23:00','This Month','Today','',0,'$1$ad000000$nYTnfhTZRmUP.wQT9y1AE.','1','1 Minute',NULL,'PHP5.3MD5','DnT6e23Ak2aMMKnw','alphagrey','en_us','Asia/Kolkata','123,456,789','.',',','$1.0','','2','1','Sunday','5','5','public','Summary','1','medium','Select an Option','Select an Option',0,'1'),(10,'neha','$1$ne000000$8TU.SNRL7XIeBnu314tHD/','8c1b00cef3fcd0c89069c6d2ad97dd34','#E6FAD8','neha','shukal','','off',1,'','2024-11-25 06:21:52',NULL,NULL,'','','','','','','','neha@gmail.com','','','Inactive','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,'dd-mm-yyyy','12','00:00','','Today','Today','',1,'$1$ne000000$8TU.SNRL7XIeBnu314tHD/','0','',NULL,'PHP5.3MD5','vvHO5MTA0ivB9RdL','softed','en_us','Pacific/Midway','123,456,789','.',',','$1.0','','2','0','Monday','5','5','public','Summary','0','medium','Select an Option','Select an Option',0,'0'),(11,'can','$1$ca000000$9qYLp7M7Lt3mDI9x/9/L11','8c1b00cef3fcd0c89069c6d2ad97dd34','#E6FAD8','can','yaman','','off',1,'','2024-11-25 06:23:47',NULL,NULL,'','','','','','','','can@gmail.com','','','Active','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,'dd-mm-yyyy','12','00:00','','Today','Today','',0,'$1$ca000000$9qYLp7M7Lt3mDI9x/9/L11','0','',NULL,'PHP5.3MD5','yLd7Kk8ZcEVprxgM','softed','en_us','Pacific/Midway','123,456,789','.',',','$1.0','','2','0','Monday','5','5','public','Summary','0','medium','Select an Option','Select an Option',0,'0'),(12,'nidhi','$1$ni000000$diOzVtqmSX2.0qpfoNN570','21232f297a57a5a743894a0e4a801fc3','#E6FAD8','Nidhi','Jethva','','on',1,'','2025-10-29 06:49:13',NULL,NULL,'','','','','','','','nidhi.variance@gmail.com','','','Active','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,'dd-mm-yyyy','12','00:00','','Today','Today','',0,'$1$ni000000$diOzVtqmSX2.0qpfoNN570','0','',NULL,'PHP5.3MD5','Lvs3Wp1qpv2dqFES','softed','en_us','Pacific/Midway','123,456,789','.',',','$1.0','','2','0','Monday','5','5','public','Summary','0','medium','Select an Option','Select an Option',0,'1'),(18,'crmtiger1','$1$cr000000$SKLpGrofyhCs9qVXcLLDo/','4a688739bc1d34edd11ca5669eb6e556','#E6FAD8','','crmtiger test','','off',1,'','2025-11-12 09:36:19',NULL,NULL,'','','','','','','','nidhi.variance@gmail.com','','','Active','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,'dd-mm-yyyy','12','00:00','','Today','Today','',0,'$1$cr000000$SKLpGrofyhCs9qVXcLLDo/','0','',NULL,'PHP5.3MD5','2tzvlCgnZlSF0qhq','softed','en_us','Pacific/Midway','123,456,789','.',',','$1.0','','2','0','Monday','5','5','public','Summary','0','medium','Select an Option','Select an Option',0,'0');
/*!40000 ALTER TABLE `vtiger_users` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_users2group`
--
DROP TABLE IF EXISTS `vtiger_users2group`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_users2group` (
`groupid` int NOT NULL,
`userid` int NOT NULL,
PRIMARY KEY (`groupid`,`userid`),
KEY `users2group_groupname_uerid_idx` (`groupid`,`userid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_users2group`
--
LOCK TABLES `vtiger_users2group` WRITE;
/*!40000 ALTER TABLE `vtiger_users2group` DISABLE KEYS */;
INSERT INTO `vtiger_users2group` VALUES (3,1),(7,1);
/*!40000 ALTER TABLE `vtiger_users2group` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_users_last_import`
--
DROP TABLE IF EXISTS `vtiger_users_last_import`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_users_last_import` (
`id` int NOT NULL AUTO_INCREMENT,
`assigned_user_id` varchar(36) DEFAULT NULL,
`bean_type` varchar(36) DEFAULT NULL,
`bean_id` varchar(36) DEFAULT NULL,
`deleted` int NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
KEY `idx_user_id` (`assigned_user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_users_last_import`
--
LOCK TABLES `vtiger_users_last_import` WRITE;
/*!40000 ALTER TABLE `vtiger_users_last_import` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_users_last_import` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_users_seq`
--
DROP TABLE IF EXISTS `vtiger_users_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_users_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_users_seq`
--
LOCK TABLES `vtiger_users_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_users_seq` DISABLE KEYS */;
INSERT INTO `vtiger_users_seq` VALUES (29);
/*!40000 ALTER TABLE `vtiger_users_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_userscf`
--
DROP TABLE IF EXISTS `vtiger_userscf`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_userscf` (
`usersid` int NOT NULL,
PRIMARY KEY (`usersid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_userscf`
--
LOCK TABLES `vtiger_userscf` WRITE;
/*!40000 ALTER TABLE `vtiger_userscf` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_userscf` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_vendor`
--
DROP TABLE IF EXISTS `vtiger_vendor`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_vendor` (
`vendorid` int NOT NULL DEFAULT '0',
`vendor_no` varchar(100) NOT NULL,
`vendorname` varchar(100) DEFAULT NULL,
`phone` varchar(100) DEFAULT NULL,
`email` varchar(100) DEFAULT NULL,
`website` varchar(100) DEFAULT NULL,
`glacct` varchar(200) DEFAULT NULL,
`category` varchar(50) DEFAULT NULL,
`street` text,
`city` varchar(30) DEFAULT NULL,
`state` varchar(30) DEFAULT NULL,
`pobox` varchar(30) DEFAULT NULL,
`postalcode` varchar(100) DEFAULT NULL,
`country` varchar(100) DEFAULT NULL,
`description` text,
PRIMARY KEY (`vendorid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_vendor`
--
LOCK TABLES `vtiger_vendor` WRITE;
/*!40000 ALTER TABLE `vtiger_vendor` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_vendor` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_vendorcf`
--
DROP TABLE IF EXISTS `vtiger_vendorcf`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_vendorcf` (
`vendorid` int NOT NULL DEFAULT '0',
PRIMARY KEY (`vendorid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_vendorcf`
--
LOCK TABLES `vtiger_vendorcf` WRITE;
/*!40000 ALTER TABLE `vtiger_vendorcf` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_vendorcf` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_vendorcontactrel`
--
DROP TABLE IF EXISTS `vtiger_vendorcontactrel`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_vendorcontactrel` (
`vendorid` int NOT NULL DEFAULT '0',
`contactid` int NOT NULL DEFAULT '0',
PRIMARY KEY (`vendorid`,`contactid`),
KEY `vendorcontactrel_vendorid_idx` (`vendorid`),
KEY `vendorcontactrel_contact_idx` (`contactid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_vendorcontactrel`
--
LOCK TABLES `vtiger_vendorcontactrel` WRITE;
/*!40000 ALTER TABLE `vtiger_vendorcontactrel` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_vendorcontactrel` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_version`
--
DROP TABLE IF EXISTS `vtiger_version`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_version` (
`id` int NOT NULL AUTO_INCREMENT,
`old_version` varchar(30) DEFAULT NULL,
`current_version` varchar(30) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_version`
--
LOCK TABLES `vtiger_version` WRITE;
/*!40000 ALTER TABLE `vtiger_version` DISABLE KEYS */;
INSERT INTO `vtiger_version` VALUES (1,'6.5.0','6.5.0');
/*!40000 ALTER TABLE `vtiger_version` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_version_seq`
--
DROP TABLE IF EXISTS `vtiger_version_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_version_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_version_seq`
--
LOCK TABLES `vtiger_version_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_version_seq` DISABLE KEYS */;
INSERT INTO `vtiger_version_seq` VALUES (1);
/*!40000 ALTER TABLE `vtiger_version_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_visibility`
--
DROP TABLE IF EXISTS `vtiger_visibility`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_visibility` (
`visibilityid` int NOT NULL AUTO_INCREMENT,
`visibility` varchar(200) NOT NULL,
`sortorderid` int NOT NULL DEFAULT '0',
`presence` int NOT NULL DEFAULT '1',
PRIMARY KEY (`visibilityid`),
UNIQUE KEY `visibility_visibility_idx` (`visibility`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_visibility`
--
LOCK TABLES `vtiger_visibility` WRITE;
/*!40000 ALTER TABLE `vtiger_visibility` DISABLE KEYS */;
INSERT INTO `vtiger_visibility` VALUES (1,'Private',0,1),(2,'Public',1,1);
/*!40000 ALTER TABLE `vtiger_visibility` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_visibility_seq`
--
DROP TABLE IF EXISTS `vtiger_visibility_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_visibility_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_visibility_seq`
--
LOCK TABLES `vtiger_visibility_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_visibility_seq` DISABLE KEYS */;
INSERT INTO `vtiger_visibility_seq` VALUES (2);
/*!40000 ALTER TABLE `vtiger_visibility_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_webforms`
--
DROP TABLE IF EXISTS `vtiger_webforms`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_webforms` (
`id` int NOT NULL AUTO_INCREMENT,
`name` varchar(100) NOT NULL,
`publicid` varchar(100) NOT NULL,
`enabled` int NOT NULL DEFAULT '1',
`targetmodule` varchar(50) NOT NULL,
`description` text,
`ownerid` int NOT NULL,
`returnurl` varchar(250) DEFAULT NULL,
`captcha` int NOT NULL DEFAULT '0',
`roundrobin` int NOT NULL DEFAULT '0',
`roundrobin_userid` varchar(256) DEFAULT NULL,
`roundrobin_logic` int NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
UNIQUE KEY `webformname` (`name`),
UNIQUE KEY `publicid` (`id`),
KEY `webforms_webforms_id_idx` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_webforms`
--
LOCK TABLES `vtiger_webforms` WRITE;
/*!40000 ALTER TABLE `vtiger_webforms` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_webforms` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_webforms_field`
--
DROP TABLE IF EXISTS `vtiger_webforms_field`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_webforms_field` (
`id` int NOT NULL AUTO_INCREMENT,
`webformid` int NOT NULL,
`fieldname` varchar(50) NOT NULL,
`neutralizedfield` varchar(50) NOT NULL,
`defaultvalue` varchar(200) DEFAULT NULL,
`required` int NOT NULL DEFAULT '0',
`sequence` int DEFAULT NULL,
`hidden` int DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `webforms_webforms_field_idx` (`id`),
KEY `fk_1_vtiger_webforms_field` (`webformid`),
KEY `fk_2_vtiger_webforms_field` (`fieldname`),
CONSTRAINT `fk_1_vtiger_webforms_field` FOREIGN KEY (`webformid`) REFERENCES `vtiger_webforms` (`id`) ON DELETE CASCADE,
CONSTRAINT `fk_3_vtiger_webforms_field` FOREIGN KEY (`fieldname`) REFERENCES `vtiger_field` (`fieldname`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_webforms_field`
--
LOCK TABLES `vtiger_webforms_field` WRITE;
/*!40000 ALTER TABLE `vtiger_webforms_field` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_webforms_field` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_wordtemplates`
--
DROP TABLE IF EXISTS `vtiger_wordtemplates`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_wordtemplates` (
`templateid` int NOT NULL,
`filename` varchar(100) NOT NULL,
`module` varchar(30) NOT NULL,
`date_entered` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`parent_type` varchar(50) NOT NULL,
`data` longblob,
`description` text,
`filesize` varchar(50) NOT NULL,
`filetype` varchar(20) NOT NULL,
`deleted` int NOT NULL DEFAULT '0',
PRIMARY KEY (`templateid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_wordtemplates`
--
LOCK TABLES `vtiger_wordtemplates` WRITE;
/*!40000 ALTER TABLE `vtiger_wordtemplates` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_wordtemplates` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_ws_entity`
--
DROP TABLE IF EXISTS `vtiger_ws_entity`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_ws_entity` (
`id` int NOT NULL AUTO_INCREMENT,
`name` varchar(25) NOT NULL,
`handler_path` varchar(255) NOT NULL,
`handler_class` varchar(64) NOT NULL,
`ismodule` int NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=38 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_ws_entity`
--
LOCK TABLES `vtiger_ws_entity` WRITE;
/*!40000 ALTER TABLE `vtiger_ws_entity` DISABLE KEYS */;
INSERT INTO `vtiger_ws_entity` VALUES (1,'Campaigns','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(2,'Invoice','include/Webservices/LineItem/VtigerInventoryOperation.php','VtigerInventoryOperation',1),(3,'SalesOrder','include/Webservices/LineItem/VtigerInventoryOperation.php','VtigerInventoryOperation',1),(4,'PurchaseOrder','include/Webservices/LineItem/VtigerInventoryOperation.php','VtigerInventoryOperation',1),(5,'Quotes','include/Webservices/LineItem/VtigerInventoryOperation.php','VtigerInventoryOperation',1),(6,'Faq','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(7,'Vendors','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(8,'PriceBooks','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(9,'Calendar','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(10,'Leads','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(11,'Accounts','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(12,'Contacts','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(13,'Potentials','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(14,'Products','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(15,'Documents','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(16,'Emails','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(17,'HelpDesk','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(18,'Events','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(19,'Users','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(20,'Groups','include/Webservices/VtigerActorOperation.php','VtigerActorOperation',0),(21,'Currency','include/Webservices/VtigerActorOperation.php','VtigerActorOperation',0),(22,'DocumentFolders','include/Webservices/VtigerActorOperation.php','VtigerActorOperation',0),(23,'CompanyDetails','include/Webservices/VtigerCompanyDetails.php','VtigerCompanyDetails',0),(24,'PBXManager','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(25,'ServiceContracts','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(26,'Services','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(27,'ProjectMilestone','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(28,'ProjectTask','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(29,'Project','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(30,'Assets','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(31,'ModComments','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(32,'SMSNotifier','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(33,'LineItem','include/Webservices/LineItem/VtigerLineItemOperation.php','VtigerLineItemOperation',0),(34,'Tax','include/Webservices/LineItem/VtigerTaxOperation.php','VtigerTaxOperation',0),(35,'ProductTaxes','include/Webservices/LineItem/VtigerProductTaxesOperation.php','VtigerProductTaxesOperation',0),(36,'CTGoogleSuite','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(37,'CTGoogleSuiteLog','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1);
/*!40000 ALTER TABLE `vtiger_ws_entity` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_ws_entity_fieldtype`
--
DROP TABLE IF EXISTS `vtiger_ws_entity_fieldtype`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_ws_entity_fieldtype` (
`fieldtypeid` int NOT NULL AUTO_INCREMENT,
`table_name` varchar(50) NOT NULL,
`field_name` varchar(50) NOT NULL,
`fieldtype` varchar(200) NOT NULL,
PRIMARY KEY (`fieldtypeid`),
UNIQUE KEY `vtiger_idx_1_tablename_fieldname` (`table_name`,`field_name`)
) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_ws_entity_fieldtype`
--
LOCK TABLES `vtiger_ws_entity_fieldtype` WRITE;
/*!40000 ALTER TABLE `vtiger_ws_entity_fieldtype` DISABLE KEYS */;
INSERT INTO `vtiger_ws_entity_fieldtype` VALUES (1,'vtiger_attachmentsfolder','createdby','reference'),(2,'vtiger_organizationdetails','logoname','file'),(3,'vtiger_organizationdetails','phone','phone'),(4,'vtiger_organizationdetails','fax','phone'),(5,'vtiger_organizationdetails','website','url'),(6,'vtiger_inventoryproductrel','productid','reference'),(7,'vtiger_inventoryproductrel','id','reference'),(8,'vtiger_inventoryproductrel','incrementondel','autogenerated'),(9,'vtiger_producttaxrel','productid','reference'),(10,'vtiger_producttaxrel','taxid','reference');
/*!40000 ALTER TABLE `vtiger_ws_entity_fieldtype` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_ws_entity_fieldtype_seq`
--
DROP TABLE IF EXISTS `vtiger_ws_entity_fieldtype_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_ws_entity_fieldtype_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_ws_entity_fieldtype_seq`
--
LOCK TABLES `vtiger_ws_entity_fieldtype_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_ws_entity_fieldtype_seq` DISABLE KEYS */;
INSERT INTO `vtiger_ws_entity_fieldtype_seq` VALUES (10);
/*!40000 ALTER TABLE `vtiger_ws_entity_fieldtype_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_ws_entity_name`
--
DROP TABLE IF EXISTS `vtiger_ws_entity_name`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_ws_entity_name` (
`entity_id` int NOT NULL,
`name_fields` varchar(50) NOT NULL,
`index_field` varchar(50) NOT NULL,
`table_name` varchar(50) NOT NULL,
PRIMARY KEY (`entity_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_ws_entity_name`
--
LOCK TABLES `vtiger_ws_entity_name` WRITE;
/*!40000 ALTER TABLE `vtiger_ws_entity_name` DISABLE KEYS */;
INSERT INTO `vtiger_ws_entity_name` VALUES (20,'groupname','groupid','vtiger_groups'),(21,'currency_name','id','vtiger_currency_info'),(22,'foldername','folderid','vtiger_attachmentsfolder'),(23,'organizationname','groupid','vtiger_organizationdetails'),(34,'taxlabel','taxid','vtiger_inventorytaxinfo');
/*!40000 ALTER TABLE `vtiger_ws_entity_name` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_ws_entity_referencetype`
--
DROP TABLE IF EXISTS `vtiger_ws_entity_referencetype`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_ws_entity_referencetype` (
`fieldtypeid` int NOT NULL,
`type` varchar(25) NOT NULL,
PRIMARY KEY (`fieldtypeid`,`type`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_ws_entity_referencetype`
--
LOCK TABLES `vtiger_ws_entity_referencetype` WRITE;
/*!40000 ALTER TABLE `vtiger_ws_entity_referencetype` DISABLE KEYS */;
INSERT INTO `vtiger_ws_entity_referencetype` VALUES (5,'Users'),(6,'Products'),(7,'Invoice'),(7,'PurchaseOrder'),(7,'Quotes'),(7,'SalesOrder'),(9,'Products'),(10,'Tax');
/*!40000 ALTER TABLE `vtiger_ws_entity_referencetype` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_ws_entity_seq`
--
DROP TABLE IF EXISTS `vtiger_ws_entity_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_ws_entity_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_ws_entity_seq`
--
LOCK TABLES `vtiger_ws_entity_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_ws_entity_seq` DISABLE KEYS */;
INSERT INTO `vtiger_ws_entity_seq` VALUES (37);
/*!40000 ALTER TABLE `vtiger_ws_entity_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_ws_entity_tables`
--
DROP TABLE IF EXISTS `vtiger_ws_entity_tables`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_ws_entity_tables` (
`webservice_entity_id` int NOT NULL,
`table_name` varchar(50) NOT NULL,
PRIMARY KEY (`webservice_entity_id`,`table_name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_ws_entity_tables`
--
LOCK TABLES `vtiger_ws_entity_tables` WRITE;
/*!40000 ALTER TABLE `vtiger_ws_entity_tables` DISABLE KEYS */;
INSERT INTO `vtiger_ws_entity_tables` VALUES (20,'vtiger_groups'),(21,'vtiger_currency_info'),(22,'vtiger_attachmentsfolder'),(23,'vtiger_organizationdetails'),(33,'vtiger_inventoryproductrel'),(34,'vtiger_inventorytaxinfo'),(35,'vtiger_producttaxrel');
/*!40000 ALTER TABLE `vtiger_ws_entity_tables` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_ws_fieldinfo`
--
DROP TABLE IF EXISTS `vtiger_ws_fieldinfo`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_ws_fieldinfo` (
`id` varchar(64) NOT NULL,
`property_name` varchar(32) DEFAULT NULL,
`property_value` varchar(64) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_ws_fieldinfo`
--
LOCK TABLES `vtiger_ws_fieldinfo` WRITE;
/*!40000 ALTER TABLE `vtiger_ws_fieldinfo` DISABLE KEYS */;
INSERT INTO `vtiger_ws_fieldinfo` VALUES ('vtiger_organizationdetails.organization_id','upload.path','1');
/*!40000 ALTER TABLE `vtiger_ws_fieldinfo` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_ws_fieldtype`
--
DROP TABLE IF EXISTS `vtiger_ws_fieldtype`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_ws_fieldtype` (
`fieldtypeid` int NOT NULL AUTO_INCREMENT,
`uitype` varchar(30) NOT NULL,
`fieldtype` varchar(200) NOT NULL,
PRIMARY KEY (`fieldtypeid`),
UNIQUE KEY `uitype_idx` (`uitype`)
) ENGINE=InnoDB AUTO_INCREMENT=40 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_ws_fieldtype`
--
LOCK TABLES `vtiger_ws_fieldtype` WRITE;
/*!40000 ALTER TABLE `vtiger_ws_fieldtype` DISABLE KEYS */;
INSERT INTO `vtiger_ws_fieldtype` VALUES (1,'15','picklist'),(2,'16','picklist'),(3,'19','text'),(4,'20','text'),(5,'21','text'),(6,'24','text'),(7,'3','autogenerated'),(8,'11','phone'),(9,'33','multipicklist'),(10,'17','url'),(11,'85','skype'),(12,'56','boolean'),(13,'156','boolean'),(14,'53','owner'),(15,'61','file'),(16,'28','file'),(17,'13','email'),(18,'71','currency'),(19,'72','currency'),(20,'50','reference'),(21,'51','reference'),(22,'57','reference'),(23,'58','reference'),(24,'73','reference'),(25,'75','reference'),(26,'76','reference'),(27,'78','reference'),(28,'80','reference'),(29,'81','reference'),(30,'101','reference'),(31,'52','reference'),(32,'357','reference'),(33,'59','reference'),(34,'66','reference'),(35,'77','reference'),(36,'68','reference'),(37,'117','reference'),(38,'26','reference'),(39,'10','reference');
/*!40000 ALTER TABLE `vtiger_ws_fieldtype` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_ws_operation`
--
DROP TABLE IF EXISTS `vtiger_ws_operation`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_ws_operation` (
`operationid` int NOT NULL AUTO_INCREMENT,
`name` varchar(128) NOT NULL,
`handler_path` varchar(255) NOT NULL,
`handler_method` varchar(64) NOT NULL,
`type` varchar(8) NOT NULL,
`prelogin` int NOT NULL,
PRIMARY KEY (`operationid`)
) ENGINE=InnoDB AUTO_INCREMENT=45 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_ws_operation`
--
LOCK TABLES `vtiger_ws_operation` WRITE;
/*!40000 ALTER TABLE `vtiger_ws_operation` DISABLE KEYS */;
INSERT INTO `vtiger_ws_operation` VALUES (1,'login','include/Webservices/Login.php','vtws_login','POST',1),(2,'retrieve','include/Webservices/Retrieve.php','vtws_retrieve','GET',0),(3,'create','include/Webservices/Create.php','vtws_create','POST',0),(4,'update','include/Webservices/Update.php','vtws_update','POST',0),(5,'delete','include/Webservices/Delete.php','vtws_delete','POST',0),(6,'sync','include/Webservices/GetUpdates.php','vtws_sync','GET',0),(7,'query','include/Webservices/Query.php','vtws_query','GET',0),(8,'logout','include/Webservices/Logout.php','vtws_logout','POST',0),(9,'listtypes','include/Webservices/ModuleTypes.php','vtws_listtypes','GET',0),(10,'getchallenge','include/Webservices/AuthToken.php','vtws_getchallenge','GET',1),(11,'describe','include/Webservices/DescribeObject.php','vtws_describe','GET',0),(12,'extendsession','include/Webservices/ExtendSession.php','vtws_extendSession','POST',1),(13,'convertlead','include/Webservices/ConvertLead.php','vtws_convertlead','POST',0),(14,'revise','include/Webservices/Revise.php','vtws_revise','POST',0),(15,'changePassword','include/Webservices/ChangePassword.php','vtws_changePassword','POST',0),(16,'deleteUser','include/Webservices/DeleteUser.php','vtws_deleteUser','POST',0),(17,'mobile.fetchallalerts','modules/Mobile/api/wsapi.php','mobile_ws_fetchAllAlerts','POST',0),(18,'mobile.alertdetailswithmessage','modules/Mobile/api/wsapi.php','mobile_ws_alertDetailsWithMessage','POST',0),(19,'mobile.fetchmodulefilters','modules/Mobile/api/wsapi.php','mobile_ws_fetchModuleFilters','POST',0),(20,'mobile.fetchrecord','modules/Mobile/api/wsapi.php','mobile_ws_fetchRecord','POST',0),(21,'mobile.fetchrecordwithgrouping','modules/Mobile/api/wsapi.php','mobile_ws_fetchRecordWithGrouping','POST',0),(22,'mobile.filterdetailswithcount','modules/Mobile/api/wsapi.php','mobile_ws_filterDetailsWithCount','POST',0),(23,'mobile.listmodulerecords','modules/Mobile/api/wsapi.php','mobile_ws_listModuleRecords','POST',0),(24,'mobile.saverecord','modules/Mobile/api/wsapi.php','mobile_ws_saveRecord','POST',0),(25,'mobile.syncModuleRecords','modules/Mobile/api/wsapi.php','mobile_ws_syncModuleRecords','POST',0),(26,'mobile.query','modules/Mobile/api/wsapi.php','mobile_ws_query','POST',0),(27,'mobile.querywithgrouping','modules/Mobile/api/wsapi.php','mobile_ws_queryWithGrouping','POST',0),(28,'wsapp_register','modules/WSAPP/api/ws/Register.php','wsapp_register','POST',0),(29,'wsapp_deregister','modules/WSAPP/api/ws/DeRegister.php','wsapp_deregister','POST',0),(30,'wsapp_get','modules/WSAPP/api/ws/Get.php','wsapp_get','POST',0),(31,'wsapp_put','modules/WSAPP/api/ws/Put.php','wsapp_put','POST',0),(32,'wsapp_map','modules/WSAPP/api/ws/Map.php','wsapp_map','POST',0),(33,'retrieve_inventory','include/Webservices/LineItem/RetrieveInventory.php','vtws_retrieve_inventory','GET',0),(34,'ctbrowserext.fetchallalerts','modules/CTBrowserExt/api/wsapi.php','ctbrowserext_ws_fetchAllAlerts','POST',0),(35,'ctbrowserext.alertdetailswithmessage','modules/CTBrowserExt/api/wsapi.php','ctbrowserext_ws_alertDetailsWithMessage','POST',0),(36,'ctbrowserext.fetchmodulefilters','modules/CTBrowserExt/api/wsapi.php','ctbrowserext_ws_fetchModuleFilters','POST',0),(37,'ctbrowserext.fetchrecord','modules/CTBrowserExt/api/wsapi.php','ctbrowserext_ws_fetchRecord','POST',0),(38,'ctbrowserext.fetchrecordwithgrouping','modules/CTBrowserExt/api/wsapi.php','ctbrowserext_ws_fetchRecordWithGrouping','POST',0),(39,'ctbrowserext.filterdetailswithcount','modules/CTBrowserExt/api/wsapi.php','ctbrowserext_ws_filterDetailsWithCount','POST',0),(40,'ctbrowserext.listmodulerecords','modules/CTBrowserExt/api/wsapi.php','ctbrowserext_ws_listModuleRecords','POST',0),(41,'ctbrowserext.saverecord','modules/CTBrowserExt/api/wsapi.php','ctbrowserext_ws_saveRecord','POST',0),(42,'ctbrowserext.syncModuleRecords','modules/CTBrowserExt/api/wsapi.php','ctbrowserext_ws_syncModuleRecords','POST',0),(43,'ctbrowserext.query','modules/CTBrowserExt/api/wsapi.php','ctbrowserext_ws_query','POST',0),(44,'ctbrowserext.querywithgrouping','modules/CTBrowserExt/api/wsapi.php','ctbrowserext_ws_queryWithGrouping','POST',0);
/*!40000 ALTER TABLE `vtiger_ws_operation` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_ws_operation_parameters`
--
DROP TABLE IF EXISTS `vtiger_ws_operation_parameters`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_ws_operation_parameters` (
`operationid` int NOT NULL AUTO_INCREMENT,
`name` varchar(128) NOT NULL,
`type` varchar(64) NOT NULL,
`sequence` int NOT NULL,
PRIMARY KEY (`operationid`,`name`)
) ENGINE=InnoDB AUTO_INCREMENT=45 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_ws_operation_parameters`
--
LOCK TABLES `vtiger_ws_operation_parameters` WRITE;
/*!40000 ALTER TABLE `vtiger_ws_operation_parameters` DISABLE KEYS */;
INSERT INTO `vtiger_ws_operation_parameters` VALUES (1,'accessKey','String',2),(1,'username','String',1),(2,'id','String',1),(3,'element','encoded',2),(3,'elementType','String',1),(4,'element','encoded',1),(5,'id','String',1),(6,'elementType','String',2),(6,'modifiedTime','DateTime',1),(7,'query','String',1),(8,'sessionName','String',1),(9,'fieldTypeList','encoded',1),(10,'username','String',1),(11,'elementType','String',1),(13,'accountName','String',3),(13,'assignedTo','String',2),(13,'avoidPotential','Boolean',4),(13,'leadId','String',1),(13,'potential','Encoded',5),(14,'element','Encoded',1),(15,'confirmPassword','String',4),(15,'id','String',1),(15,'newPassword','String',3),(15,'oldPassword','String',2),(16,'id','String',1),(16,'newOwnerId','String',2),(18,'alertid','string',1),(19,'module','string',1),(20,'record','string',1),(21,'record','string',1),(22,'filterid','string',1),(23,'elements','encoded',1),(24,'module','string',1),(24,'record','string',2),(24,'values','encoded',3),(25,'module','string',1),(25,'page','string',3),(25,'syncToken','string',2),(26,'module','string',1),(26,'page','string',3),(26,'query','string',2),(27,'module','string',1),(27,'page','string',3),(27,'query','string',2),(28,'synctype','string',2),(28,'type','string',1),(29,'key','string',2),(29,'type','string',1),(30,'key','string',1),(30,'module','string',2),(30,'token','string',3),(31,'element','encoded',2),(31,'key','string',1),(32,'element','encoded',2),(32,'key','string',1),(33,'id','String',1),(35,'alertid','string',1),(36,'module','string',1),(37,'record','string',1),(38,'record','string',1),(39,'filterid','string',1),(40,'elements','encoded',1),(41,'module','string',1),(41,'record','string',2),(41,'values','encoded',3),(42,'module','string',1),(42,'page','string',3),(42,'syncToken','string',2),(43,'module','string',1),(43,'page','string',3),(43,'query','string',2),(44,'module','string',1),(44,'page','string',3),(44,'query','string',2);
/*!40000 ALTER TABLE `vtiger_ws_operation_parameters` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_ws_operation_seq`
--
DROP TABLE IF EXISTS `vtiger_ws_operation_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_ws_operation_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_ws_operation_seq`
--
LOCK TABLES `vtiger_ws_operation_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_ws_operation_seq` DISABLE KEYS */;
INSERT INTO `vtiger_ws_operation_seq` VALUES (44);
/*!40000 ALTER TABLE `vtiger_ws_operation_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_ws_referencetype`
--
DROP TABLE IF EXISTS `vtiger_ws_referencetype`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_ws_referencetype` (
`fieldtypeid` int NOT NULL,
`type` varchar(25) NOT NULL,
PRIMARY KEY (`fieldtypeid`,`type`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_ws_referencetype`
--
LOCK TABLES `vtiger_ws_referencetype` WRITE;
/*!40000 ALTER TABLE `vtiger_ws_referencetype` DISABLE KEYS */;
INSERT INTO `vtiger_ws_referencetype` VALUES (20,'Accounts'),(21,'Accounts'),(22,'Contacts'),(23,'Campaigns'),(24,'Accounts'),(25,'Vendors'),(26,'Potentials'),(27,'Quotes'),(28,'SalesOrder'),(29,'Vendors'),(30,'Users'),(31,'Campaigns'),(31,'Users'),(32,'Accounts'),(32,'Contacts'),(32,'Leads'),(32,'Users'),(32,'Vendors'),(33,'Products'),(34,'Accounts'),(34,'Campaigns'),(34,'HelpDesk'),(34,'Leads'),(34,'Potentials'),(35,'Users'),(36,'Accounts'),(36,'Contacts'),(37,'Currency'),(38,'DocumentFolders');
/*!40000 ALTER TABLE `vtiger_ws_referencetype` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_ws_userauthtoken`
--
DROP TABLE IF EXISTS `vtiger_ws_userauthtoken`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_ws_userauthtoken` (
`userid` int NOT NULL,
`token` varchar(36) NOT NULL,
`expiretime` int NOT NULL,
PRIMARY KEY (`userid`,`expiretime`),
UNIQUE KEY `userid_idx` (`userid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_ws_userauthtoken`
--
LOCK TABLES `vtiger_ws_userauthtoken` WRITE;
/*!40000 ALTER TABLE `vtiger_ws_userauthtoken` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_ws_userauthtoken` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_wsapp`
--
DROP TABLE IF EXISTS `vtiger_wsapp`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_wsapp` (
`appid` int NOT NULL AUTO_INCREMENT,
`name` varchar(200) NOT NULL,
`appkey` varchar(255) DEFAULT NULL,
`type` varchar(100) DEFAULT NULL,
PRIMARY KEY (`appid`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_wsapp`
--
LOCK TABLES `vtiger_wsapp` WRITE;
/*!40000 ALTER TABLE `vtiger_wsapp` DISABLE KEYS */;
INSERT INTO `vtiger_wsapp` VALUES (1,'vtigerCRM','60d5b59c8f454','user');
/*!40000 ALTER TABLE `vtiger_wsapp` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_wsapp_handlerdetails`
--
DROP TABLE IF EXISTS `vtiger_wsapp_handlerdetails`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_wsapp_handlerdetails` (
`type` varchar(200) NOT NULL,
`handlerclass` varchar(100) DEFAULT NULL,
`handlerpath` varchar(300) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_wsapp_handlerdetails`
--
LOCK TABLES `vtiger_wsapp_handlerdetails` WRITE;
/*!40000 ALTER TABLE `vtiger_wsapp_handlerdetails` DISABLE KEYS */;
INSERT INTO `vtiger_wsapp_handlerdetails` VALUES ('Outlook','OutlookHandler','modules/WSAPP/Handlers/OutlookHandler.php'),('vtigerCRM','vtigerCRMHandler','modules/WSAPP/Handlers/vtigerCRMHandler.php'),('vtigerSyncLib','WSAPP_VtigerSyncEventHandler','modules/WSAPP/synclib/handlers/VtigerSyncEventHandler.php'),('Google_vtigerHandler','Google_Vtiger_Handler','modules/Google/handlers/Vtiger.php'),('Google_vtigerSyncHandler','Google_VtigerSync_Handler','modules/Google/handlers/VtigerSync.php');
/*!40000 ALTER TABLE `vtiger_wsapp_handlerdetails` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_wsapp_queuerecords`
--
DROP TABLE IF EXISTS `vtiger_wsapp_queuerecords`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_wsapp_queuerecords` (
`syncserverid` int DEFAULT NULL,
`details` varchar(300) DEFAULT NULL,
`flag` varchar(100) DEFAULT NULL,
`appid` int DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_wsapp_queuerecords`
--
LOCK TABLES `vtiger_wsapp_queuerecords` WRITE;
/*!40000 ALTER TABLE `vtiger_wsapp_queuerecords` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_wsapp_queuerecords` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_wsapp_recordmapping`
--
DROP TABLE IF EXISTS `vtiger_wsapp_recordmapping`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_wsapp_recordmapping` (
`id` int NOT NULL AUTO_INCREMENT,
`serverid` varchar(10) DEFAULT NULL,
`clientid` varchar(255) DEFAULT NULL,
`clientmodifiedtime` datetime DEFAULT NULL,
`appid` int DEFAULT NULL,
`servermodifiedtime` datetime DEFAULT NULL,
`serverappid` int DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_wsapp_recordmapping`
--
LOCK TABLES `vtiger_wsapp_recordmapping` WRITE;
/*!40000 ALTER TABLE `vtiger_wsapp_recordmapping` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_wsapp_recordmapping` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_wsapp_sync_state`
--
DROP TABLE IF EXISTS `vtiger_wsapp_sync_state`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_wsapp_sync_state` (
`id` int NOT NULL AUTO_INCREMENT,
`name` varchar(200) DEFAULT NULL,
`stateencodedvalues` varchar(300) NOT NULL,
`userid` int DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_wsapp_sync_state`
--
LOCK TABLES `vtiger_wsapp_sync_state` WRITE;
/*!40000 ALTER TABLE `vtiger_wsapp_sync_state` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_wsapp_sync_state` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2025-11-12 12:32:20