Hello everyone,
O/S:Windows 2000
SugarCRM Community edition 5.0.0b(upgraded from 5.0.0a to 5.0,.0b)
My problem of receiving emails and listing in inbox is solved.
You can see thread.
http://www.sugarcrm.com/forums/showthread.php?t=32201
Thanks to Dwheeler for synchronizing inbox and getting emails from server.
I want to track emails send from lead, so that when a reply to any of emails send from lead comes ,it should automatically be associated with corresponding lead from which it was send.
So this replies will be listed in History list in corresponding Lead's detail view.
Right now i have found one solution which only helps to know for which lead this reply is,but does not associate with corresponding lead.
for this i have added a block of code in (sugarcrminstallation)\modules\emails\compose.php line 85
if ($bean->module_dir == 'Leads') {
$subject = 'Re:Lead '.$bean->name ;
}
this will add Lead name in subject line.
I tried to run Cron for testing with Case module but it did not helped.
Please guide me.
Your guidance will be very helpful to me.


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks