Change Value in dropdown for Dashlet

Hi,
I try again if somebody can help me here :slight_smile:
I have search in the database and the file where are stored the value in the dropdown for the dashlet email and even in the dropdown list editor.

I have for value : 1, 3, 5, 10 in the dropdown but i would like to have more emails shown.

Where can i increased these values to have more emails shown on my home page ?

Thanks
Xavier

Which SuiteCRM version, and which Dashlet?

Hi !!
The SuiteCRM is :
Version 7.11.10
Sugar Version 6.5.25 (version de construction 344)
The dashlet i want to change is “Email”.

Thanks a lot for your answer :slight_smile:
Xavier

Check your config.php for this entry:

  'dashlet_display_row_options' =>
  array (
    0 => '1',
    1 => '3',
    2 => '5',
    3 => '10',
  ),

Note that this seems to apply to all Dashlets, not just emails.

THANKS !!!

This is it !
A big big thanks !

Have a nice end of week and a great christmas and new year !!! :slightly_smiling_face:

Xavier

1 Like