Results 1 to 2 of 2

Thread: how do I filter out the 'do not call' records

  1. #1
    mjel is offline Sugar Community Member
    Join Date
    Feb 2005
    Posts
    44

    Default how do I filter out the 'do not call' records

    I want to create a call list from my leads and contacts - that excludes the records marked 'do not call'

    I can create a list of all the 'do not call' but not the reverse.

    Thanks for any help that can be provided here.

  2. #2
    SamuelAugy is offline Sugar Community Member
    Join Date
    Sep 2007
    Location
    Paris (France)
    Posts
    238

    Default Re: how do I filter out the 'do not call' records

    You have to replace the checkbox by a dropdown list in the searchform of your module : <select name='opp_valide_c' >{do_not_call_dom}</select>

    In the sudio create a dropdown with the name 'do_not_call_dom' and this value :
    '' => '',
    '1' => 'Oui' ,
    'unchecked' => 'Non'

    In the metadata/SearchFields.php file replace the line of do_not_call :
    'do_not_call'=> array('query_type'=>'default', 'input_type' => 'checkbox', 'operator'=>'='),
    by
    'do_not_call'=> array('query_type'=>'default','operator'=>'=', 'options'=>'do_not_call_dom', 'template_var' => 'do_not_call_dom'),

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Import call records
    By christineeff in forum General Discussion
    Replies: 2
    Last Post: 2007-08-14, 09:17 AM
  2. Call Outcome set to "Array"
    By Deland01 in forum Help
    Replies: 7
    Last Post: 2007-06-12, 09:45 AM
  3. Dashlet Filter Excluding Todays Records
    By kvalley32 in forum General Discussion
    Replies: 0
    Last Post: 2007-03-09, 01:18 AM
  4. Call management
    By 3v3ntiq in forum Sales Force Automation
    Replies: 0
    Last Post: 2006-09-09, 12:56 PM
  5. filter records based on X days
    By sugarcare in forum Help
    Replies: 0
    Last Post: 2006-05-27, 07:23 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •