[Vtigercrm-commits] [Vtiger development] #8329: VTiger 6.1 Filter issue with Assigned to in Leads, Opps, Orgs etc

Vtiger development vtiger-tickets at trac.vtiger.com
Thu Nov 6 09:21:43 GMT 2014


#8329: VTiger 6.1 Filter issue with Assigned to in Leads, Opps, Orgs etc
-----------------------+-----------------------
 Reporter:  uma        |       Owner:  uma
     Type:  defect     |      Status:  assigned
 Priority:  major      |   Milestone:  6.2.0
Component:  vtigercrm  |     Version:  6.1.0
 Severity:  Medium     |  Resolution:
 Keywords:             |
-----------------------+-----------------------

Comment (by uma):

 Hi,

 Please run this below script on your source to resolve the issue.

 <?php
 require_once 'include/database/PearDatabase.php';
 $abd = PearDatabase::getInstance();

 $adb->pquery("UPDATE vtiger_field SET uitype = 52 WHERE fieldname =
 'created_user_id'",array());

 echo 'Updated field uitype successfully';

 ?>

--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/8329#comment:2>
Vtiger development <http://trac.vtiger.com/>
Vtiger CRM


More information about the vtigercrm-commits mailing list