
Originally Posted by
guptajee I would be extremely grateful to the person who can tell me how to do this.
When I go into accounts, I see accounts, then activities, then history then contacts and so on in that order. I want to see Contacts right after accounts. Is there anyway to do that? I have searched the admin customization options high and low.
Thank you so much in advance
edit modules/Accounts/Layout_defs.php
PHP Code:
'activities' => array(
'order' => 10,
'title_key' => 'LBL_ACTIVITIES_SUBPANEL_TITLE',
Change the 10 to a 15 and then
PHP Code:
'contacts' => array(
'order' => 30,
'module' => 'Contacts',
change the 30 to a 10
Bookmarks