Hello,
I'm using Sugar CE 5.1 and have imported 788 Leads using the import module. I imported the leads as Admin. I an see the 788 records in the database, all are assigned to user_id 1, admin. When in the dashboard, or the lead module, there are no leads listed.
Another note, even when creating a lead through the editor saves the lead and brings up the edit screen, but after saving and closing lead does not become visible.
What are some things I cacn check or why wouldn't these be appearing in the list?
I've attempted to debug this to see if anything is even being pulled into a list. Here is the generated sql for the list_view function:
SELECT leads.*, users.user_name assigned_user_name,leads_cstm.* FROM leads LEFT JOIN users ON leads.assigned_user_id=users.id LEFT JOIN email_addr_bean_rel eabl ON eabl.bean_id = leads.id AND eabl.bean_module = 'Leads' and eabl.primary_address = 1 and eabl.deleted=0 LEFT JOIN email_addresses ea ON (ea.id = eabl.email_address_id) LEFT JOIN leads_cstm ON leads.id = leads_cstm.id_c where leads.deleted=0;
This works fine and pulls in all the records when running against the db. When i add error logging to functions that actually build the lists, i'm not seeing anything fire other than generating the query.


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks