Hi to everyone,
i have to do a campaign, sending mails to a lot of companies.
I can add leads in a campaign, but i can search them only by first name, last name and some fields else.
I want to search them by lead's company type. How can i do that?
Hi to everyone,
i have to do a campaign, sending mails to a lot of companies.
I can add leads in a campaign, but i can search them only by first name, last name and some fields else.
I want to search them by lead's company type. How can i do that?
Hi Lina
You have to copy the file modules/Leads/metadata/popupdefs.php into custom/modules/Leads/metadata/popupdefs.php and add the field 'account_name' into searchdefs section.
Cheers
André Lopes
DevToolKit / Project of the Month - June 2009
Lampada Global Services- Open Source Solutions
Avenida Ipiranga, 318
Bloco B - CJ 1602
São Paulo, SP 01046-010
Brazil
Office: +55 11 3237-3110
Mobile: +55 11 7636-5859
e-mail: andre@lampadaglobal.com
Lampada Global delivers offshore software development and support services to customers around the world.
Lampada is proud to be a SugarCRM Gold Partner, revolutionizing Customer Relationship Management.
I DO NOT answer questions through PM and Email. If you need some help post your question into SugarForum.
I think you need create many to many relation between account and target list
the easy way,
create modules/ProspectLists/metadata/studio.php
<?php
if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
$GLOBALS['studioDefs']['ProspectLists'] = array(
'LBL_DETAILVIEW'=>array(
'template'=>'xtpl',
'template_file'=>'modules/ProspectLists/DetailView.html',
'php_file'=>'modules/ProspectLists/DetailView.php',
'type'=>'DetailView',
),
'LBL_EDITVIEW'=>array(
'template'=>'xtpl',
'template_file'=>'modules/ProspectLists/EditView.html',
'php_file'=>'modules/ProspectLists/EditView.php',
'type'=>'EditView',
),
'LBL_LISTVIEW'=>array(
'template'=>'listview',
'meta_file'=>'modules/ProspectLists/listviewdefs.php',
'type'=>'ListView',
),
'LBL_SEARCHFORM'=>array(
'template'=>'xtpl',
'template_file'=>'modules/ProspectLists/SearchForm.html',
'php_file'=>'modules/ProspectLists/ListView.php',
'type'=>'SearchForm',
),
);
then go to studio, I belive you know how to do.
i'm sorry, i don't know how to do now
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks