When i try to sort Leads by Name I get this error message:
Error retrieving Lead list: Query Failed:SELECT leads.*, users.user_name assigned_user_name , leads_cstm.* FROM leads LEFT JOIN users ON leads.assigned_user_id=users.id LEFT JOIN leads_cstm ON leads.id = leads_cstm.id_c where leads.deleted=0 ORDER BY name ASC LIMIT 0,1::MySQL error 1054: Unknown column 'name' in 'order clause'
I'm using Sugar 4.5.1d.
There is a bug already submitted for this (#13400) but I wanted to see if anyone else had experienced and found a fix for this issue since it was reported a few months ago.


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks