How can I add the Account Field To the Lead Mass Update form?
How can I add the Account Field To the Lead Mass Update form?
Hi mike,
just change in modules/leads/vardefs.php
toPHP Code:'account_id' =>
array (
'name' => 'account_id',
'type' => 'id',
'reportable'=>false,
'vname'=>'LBL_ACCOUNT_ID',
'comment' => 'If converted, Account ID resulting from the conversion'
),
regardPHP Code:'account_id' =>
array (
'name' => 'account_id',
// 'type' => 'id',
'type' => 'account_name',
'reportable'=>false,
'vname'=>'LBL_ACCOUNT_ID',
'comment' => 'If converted, Account ID resulting from the conversion'
),
hk
That worked, how would I add campaign to mass update?
(I tried putting mass_update=true in vardefs.php, but it does not show up.)
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks