<div dir="ltr"><div>There is a bug in vtiger send email</div><div>the bug is in query generated using list view query generator</div><div><br></div><div>can reproduce this issue like this</div><div><br></div><div>create a filter in leads with at least one condition(for ex:created time > 2014)</div><div>while we are in this filter search leadstatus = cold or anything from top searchbox</div><div>select all listed result (clicking select all is mandatory even if these only one result)</div><div>then click send mail, then it will give you a mysql error. enable peardatabase loging</div><div>to see the error</div><div><br></div><div><br></div><div>query generated is </div><div><span style="background-color:rgb(234,153,153)"><br></span></div><div><span style="background-color:rgb(234,153,153)">SELECT vtiger_leaddetails.company, vtiger_leaddetails.leadstatus, vtiger_leadaddress.city, vtiger_leadaddress.state, vtiger_leaddetails.lastname, vtiger_leadaddress.phone, vtiger_leaddetails.email, vtiger_leadaddress.mobile, vtiger_leadscf.cf_861, vtiger_leadscf.cf_910, vtiger_leaddetails.leadid FROM vtiger_leaddetails INNER JOIN vtiger_crmentity ON vtiger_leaddetails.leadid = vtiger_crmentity.crmid INNER JOIN vtiger_leadaddress ON vtiger_leaddetails.leadid = vtiger_leadaddress.leadaddressid INNER JOIN vtiger_leadscf ON vtiger_leaddetails.leadid = vtiger_leadscf.leadid WHERE vtiger_crmentity.deleted=0 and vtiger_leaddetails.converted=0 AND ( (( vtiger_leaddetails.leadsource = 'Band List 2015') and ( vtiger_crmentity.createdtime > '2014-12-15 18:29:58') )) (( vtiger_leaddetails.leadstatus = 'Cold') ) AND vtiger_leaddetails.leadid > 0</span><br></div><div><br></div><div><br></div><div>and the error is </div><div><br></div><div><span style="color:rgb(0,0,0);font-family:monospace;background-color:rgb(255,192,203)">You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '(( vtiger_leaddetails.leadstatus = 'Cold') ) AND vtiger_leaddetails.leadid > 0</span><br style="color:rgb(0,0,0);font-family:monospace;background-color:rgb(255,192,203)"><span style="color:rgb(0,0,0);font-family:monospace;background-color:rgb(255,192,203)">' at line 1 </span><br></div><br clear="all"><div><div class="gmail_signature"><br></div><div class="gmail_signature">Its4you emailmaker also has error due to this bug</div><div class="gmail_signature"><br>Regards,<br>Lajeesh<br></div></div>
</div>