05-26-2014, 04:47 AM
The happy moment here (which is a rarity) is that by default the Account and Contact modules are ordered respectively by the 'accountname' and 'lastname'. Since I wanted the default order to be exactly that, I didn't even need to modify each module's main script but only modify line 27 of the config.performance.php file from:
to
Code:
'LISTVIEW_DEFAULT_SORTING' to false
Code:
'LISTVIEW_DEFAULT_SORTING' to true