Re: How do i make a filed reportable?
okay, when i go to modules\leads\vardefs.php under account_name this is what i have:
'account_name' =>
array (
'name' => 'account_name',
'rname' => 'name',
'id_name' => 'account_id',
'vname' => 'LBL_ACCOUNT_NAME',
'join_name'=>'accounts',
'type' => 'relate',
'reportable' => true,
'link' => 'accounts',
'table' => 'accounts',
'isnull' => 'true',
'module' => 'Accounts',
'dbType' => 'varchar',
'len' => '255',
),
please note that i added the reportable part. so in edition to my question about only needing to restart the service, does this look right? Even though it is in the leads section, i noticed it has module=accounts, is that correct? thanks again!
SugarCRM 5.1.0c
Windows Server 2003 R2
XAMPP Installation
Apache / MySQL
Bookmarks