Project

General

Profile

Filter

Added by Leopoldo Martinez almost 4 years ago

I need someone to help me make a filter to avoid calling clients more than 3 times, any ideas?


Replies (4)

RE: Filter - Added by Wittie Manansala almost 4 years ago

Hi,

You can use Lead filter by creating SQL query similar on link below.

Reference:
https://goautodial.org/projects/goautodialce/wiki/HOWTO_Create_Lead_Filter

Thanks

RE: Filter - Added by Leopoldo Martinez almost 4 years ago

Wittie Manansala wrote:

Hi,

You can use Lead filter by creating SQL query similar on link below.

Reference:
https://goautodial.org/projects/goautodialce/wiki/HOWTO_Create_Lead_Filter

Thanks

check all that guide, use the examples and still nothing works, currently I have this filter placed

called_count >= 0 and
called_count <= 3

And the system if it calls the numbers greater than or equal to 0 but continues to call the numbers greater than 3. Can someone help me design a code for this ???

RE: Filter - Added by Jackie Alfonso over 3 years ago

Hi,

Can you please try this code for the lead filter.

vicidial_list.called_count <= 3

Thank you!

RE: Filter - Added by Leopoldo Martinez over 3 years ago

Jackie Alfonso wrote:

Hi,

Can you please try this code for the lead filter.

vicidial_list.called_count <= 3

Thank you!

that didn't work either

    (1-4/4)
    Go to top