Hello,

In our "My Leads" dashlet (on the homepage) the Sugar default is to show 5 leads. We would like to configure our install so that by default all new users are shown 20 leads. (I know this is configurable on a per user basis by clicking the "pencil" icon, but we would like all new users to start with 20 leads).

There are 3 ways I imagine we might be able to do this:

Option 1: This setting is in a definition file somewhere, and we would add some code to our custom directory to override the setting.

Option 2: If this setting is specified in the DB, we could write an SQL query to make the change.

Option 3: (least ideal) We create our own "custom" version of the My Leads dashlet and specify that it displays 20 rows. However it seems a little silly to create a whole new dashlet when really we just want to (trivially) extend a current one.

I've reviewed the API doc on Dashlets and it doesn't seem to mention how to go about this.

Any help is appreciated.

Thanks,
Ben