Lead Recycle
Posted:
Thu Dec 11, 2014 12:07 pm
by Bajamarkit
When i go to lead recycle the max of time i can recycle a disposition is 12 hours is there a way i can recycle some dispo in my case Not Intrested so it's not call in to a month later??
Thanks
Re: Lead Recycle
Posted:
Thu Dec 11, 2014 12:35 pm
by mflorell
We recommend resetting your lists instead of using lead recycling, and using a lead filter for things like that.
Here's an example for not calling NI leads until after 30 days:
( ( (status='NI') and (last_local_call_time < CONCAT(DATE_ADD(CURDATE(), INTERVAL -30 DAY),' ',CURTIME()) ) ) or (status != 'NI') )
Re: Lead Recycle
Posted:
Thu Dec 11, 2014 1:10 pm
by Bajamarkit
Thanks that's exactly what i needed to know
Re: Lead Recycle
Posted:
Thu Mar 05, 2015 7:44 am
by santhuarnold
Hi Mflorell,
can we active and inactive all the lists by using filters??
thanks