
Originally Posted by
alienfactory whenever we sort by name in the lead list view i get this error
Error retrieving Lead list: Query Failed:SELECT leads.*, users.user_name assigned_user_name FROM leads LEFT JOIN users ON leads.assigned_user_id=users.id where (leads.assigned_user_id in ('1034b68a-57cd-3a9e-98ef-4660a1fc13c3')) AND leads.deleted=0 ORDER BY name DESC LIMIT 0,1::MySQL error 1054: Unknown column 'name' in 'order clause'
anyone know about this or have suggetions
we have found that going to the edit button work but when you click on the users name it creates the error abouve
Bookmarks