Hi,
I know this thread is old but I have the same question.
I tried the custom dashlet.php.
It's working except for the Charts. Also, some dashlets like "Sugar News" are automatically added even if it's not in my dashlet.php
Also, how can I decide in which column they go ?
Here is my code :
PHP Code:
$defaultDashlets = array(
'MyMeetingsDashlet'=>'Meetings',
'MyCallsDashlet'=>'Calls',
'MyTasksDashlet'=>'Tasks',
'MyOpportunitiesDashlet'=>'Opportunities',
'OpportunitiesByLeadSourceDashlet'=>'Charts',
'PipelineBySalesStageDashlet'=>'Charts',
'MyPipelineBySalesStageDashlet'=>'Charts',
'SugarFeedDashlet'=>'SugarFeed',
'JotPadDashlet'=>'Home',
);
Bookmarks