Page 1 of 1

Leads are gone

PostPosted: Mon Jul 24, 2006 1:37 am
by rambo
Hello,

when we load 5000 leads it says 5000 leads loaded but then when you look at the list it says that there is only 4520 on the list.

PostPosted: Mon Jul 24, 2006 7:51 am
by mflorell
Are you sure that all of those leads had a list_id defined in the list_id column?

Are you sure that all of the leads had valid phone numbers?

Post results of this query in the mysql command line:
SELECT count(*),list_id from vicidial_list group by list_id;