[Vtigercrm-commits] [Vtiger development] #8554: Scheduled workflows not working on VT 6.1 when using condition

Vtiger development vtiger-tickets at trac.vtiger.com
Wed May 6 07:45:17 GMT 2015


#8554: Scheduled workflows not working on VT 6.1 when using condition
------------------------+-------------------------
 Reporter:  manu        |       Owner:  developer
     Type:  defect      |      Status:  new
 Priority:  unassigned  |   Milestone:  Unassigned
Component:  vtigercrm   |     Version:  6.2.0
 Severity:  Medium      |  Resolution:
 Keywords:              |
------------------------+-------------------------

Comment (by dubwise):

 After inspecting more deeply, it looks like some conditions are working
 and some others not.
 Not working conditions (not exhaustive) :
 - assigned_to not OK because SQL query search for
 (trim(CONCAT(vtiger_users.first_name,' ',vtiger_users.last_name)) =
 'UserID' so obviously it won't ever match.
 - date when not using US format (ie, if using french format like DD-MM-
 YYYY, MySQL query do not convert date value to database format like YYYY-
 MM-DD and search for value in localized format DD-MM-YYYY so it doesn't
 find matching records)

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


More information about the vtigercrm-commits mailing list