home dashlet uniformation for all users

Hi,

With suiteCRM 7.1.1

Is there a way ( of all kinds php also ) to uniform initial home dashlets for all my crm users?. I would like that, at their first access, users find a page with my defaults.

Regards,

Mario

Hi Mario,

Currently you cannot specify standard dashlets for a new user. There are standard dashlets on user creation but these are not ‘configurable’ within the CRM. This would be a nice suggestion to place in the suggestion box.

Thanks,

Will.

Ok Thank you Will, I’ll suggest this topic.

However inspecting crm’s files, I found in modules/home/dashlets.php this contents:

$defaultDashlets = array( ‘MyCallsDashlet’=>‘Calls’,
‘MyMeetingsDashlet’=>‘Meetings’,
‘MyOpportunitiesDashlet’=>‘Opportunities’,
‘MyAccountsDashlet’=>‘Accounts’,
‘MyLeadsDashlet’=>‘Leads’,
);

And I found that, if I remove some of these entries, leaving for example only ‘MyCallsDashlet’=>‘Calls’ and doing after a reset home page, then in Home I can actually see ‘My Calls’ with ‘Discovery SuiteCRM’ and ‘My Activity Stream’. I’m wondering if it is possible from here, make sure that a user initially see also the calendar dashlet, without ‘Discovery SuiteCRM’ dashlet.

Regards,
Mario