Results 1 to 5 of 5

Thread: Campaigns: Selecting members for a target list

  1. #1
    roblaus's Avatar
    roblaus is offline Sugar Community Member
    Join Date
    Dec 2006
    Location
    Vienna / Austria
    Posts
    2,850

    Default Campaigns: Selecting members for a target list

    Hi,

    I do have a practical question:

    Task: creating a target list from existing leads to be used in campaigns
    Problem: I have about 6000 leads but only some (defined by one of my beloved "saved searches") should be used for the target list (app. 600). If I select "lead" in the subpanel under the targetlist it allows me to select leads but without the possibility to either use my already existing "saved search" or ANY other more advanced search.

    Does anybody know a work-around for this, I believe very common, problem?

    How it should be solved IMHO: we should have views rather than searches and whenever there is a selection to be made (as in selecting members for a list) views as well as single entities should be offered.

    rgds
    rl
    __________________________
    Robert Laussegger
    http://www.iscongroup.net

    Bei Fragen: support@iscon.at
    Die deutschen Sprachdateien für SugarCRM und das deutsche Handbuch gibt es hier: http://goo.gl/kPsAz
    Ab sofort auch mit 6.4.2

  2. #2
    kpit's Avatar
    kpit is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Dec 2005
    Location
    Memphis, TN
    Posts
    996

    Default Re: Campaigns: Selecting members for a target list

    The pro and enterprise versions have a method of using the reports module to pull directly into the campaigns module. For the opensource the best way is to veiw the saved search and export the list to a file. Then go into the campaigns module and and import that list.
    Cheers,

    Max W. Blackmer, Jr.

    Blog
    Phone: +1 (901) 672-2694



  3. #3
    roblaus's Avatar
    roblaus is offline Sugar Community Member
    Join Date
    Dec 2006
    Location
    Vienna / Austria
    Posts
    2,850

    Default Re: Campaigns: Selecting members for a target list

    Hi Max,

    Thanks for your time. I did it through the back door because I didn't want to re-create my leads but rather relate them. Here's the SQL statement that I used:

    insert into sugarcrm.prospect_lists_prospects (id, prospect_list_id, related_id, related_type, date_modified, deleted)
    select uuid(), '**unique identifier of the target list**', sugarcrm.leads.id, 'Leads',now(),0 from sugarcrm.leads where (conditions)

    And to Manoj: As much as Iove Gantt charts - I guess such a simple thing would make more people happy

    rgds
    rl
    __________________________
    Robert Laussegger
    http://www.iscongroup.net

    Bei Fragen: support@iscon.at
    Die deutschen Sprachdateien für SugarCRM und das deutsche Handbuch gibt es hier: http://goo.gl/kPsAz
    Ab sofort auch mit 6.4.2

  4. #4
    rickcrites's Avatar
    rickcrites is offline Sugar Community Member
    Join Date
    Aug 2006
    Posts
    468

    Default Re: Campaigns: Selecting members for a target list

    Quote Originally Posted by roblaus
    Hi,

    I do have a practical question:

    Task: creating a target list from existing leads to be used in campaigns
    Problem: I have about 6000 leads but only some (defined by one of my beloved "saved searches") should be used for the target list (app. 600). If I select "lead" in the subpanel under the targetlist it allows me to select leads but without the possibility to either use my already existing "saved search" or ANY other more advanced search.

    Does anybody know a work-around for this, I believe very common, problem?

    How it should be solved IMHO: we should have views rather than searches and whenever there is a selection to be made (as in selecting members for a list) views as well as single entities should be offered.

    rgds
    rl
    For future reference, check out the PowerProspecting module in the Downloads topic of these forums. I think it would probably help you do what you need to do, without having to make manual changes to the DB.

    Best,
    Rick Crites

    First Founders Financial
    Clearwater, FL USA

    SugarCRM "Fully Loaded" version 4.5.1,
    by Ken Brill (great work)!

    Linux kernel 2.6.9-023stab033
    Apache 1.3.37
    PHP 5.1.6
    MySQL 5.0.27-standard

  5. #5
    roblaus's Avatar
    roblaus is offline Sugar Community Member
    Join Date
    Dec 2006
    Location
    Vienna / Austria
    Posts
    2,850

    Default Re: Campaigns: Selecting members for a target list

    Thanks Rick.

    I am currently in the process of evaluating the various possibilities of the system in order to make sure that I really understand what's possible and what is not. I just started to look into the enhancements and power prospecting for sure will be one of the first things to have a deeper look at. Thanks for pointing me there.

    Actually the second thing - I did install the Thunderbird extension from Asertiva and it's the 2nd best think after sliced bread.

    rgds
    rl
    __________________________
    Robert Laussegger
    http://www.iscongroup.net

    Bei Fragen: support@iscon.at
    Die deutschen Sprachdateien für SugarCRM und das deutsche Handbuch gibt es hier: http://goo.gl/kPsAz
    Ab sofort auch mit 6.4.2

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. HOW-TO guide for Email Campaigns.
    By agupta in forum Marketing/Campaign Management
    Replies: 146
    Last Post: 2012-01-31, 03:08 PM
  2. [urgent] target list with all leads in the system
    By sshweta in forum Marketing/Campaign Management
    Replies: 5
    Last Post: 2006-09-29, 09:54 PM
  3. Creating a target list
    By hheckner in forum General Discussion
    Replies: 1
    Last Post: 2006-09-20, 12:36 PM

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
  •