Sort by Account name column in Events > Event > Delegates

How can I do sortable Account name column in Events > Delegates?


upload pic

Tried to modify this file, and clear all cahces but no result \modules\Prospects\metadata\subpanels\FP_events_subpanel_fp_events_prospects_1.php

'account_name' =>
  array(
    'type' => 'varchar',
    'vname' => 'LBL_ACCOUNT_NAME',
    'width' => '10%',
    'sortable' => true,
    'default' => true,
  ),

Try, in Admin / Repairs

  • Quick Repair and Rebuild

  • Repair relationships

If that doesn’t work, it might not be possible. Events is a special module, because it aggregates 4 different kinds of records in one list view: users, contacts, accounts, leads. Sometimes this peculiarity makes it less flexible than other modules…