• How can I make a custom dashlet class that is extendable?

    I have created a custom dashlet class that extends from tabbed dashlet view and implements some methods from the dashable list class to create a tabbed list view: (If there is a simple way to do this, then I would love to hear it) The dashlet consists…
  • Chart single color in dashlet, wrong legend

    In v8.0.1 when adding a report to the home dashboard the bar chart is shown in a single color labeled "Home" instead of the multiple colors for the each of the Case statuses. In this image the left is the report as displayed in the dashlet, on the right…
  • Custom bar chart dashlet in Sugar 7.8

    Hello, I'm trying to generate a bar chart dashlet in the Contacts record view, but I'm having some issues when rendering the chart. I obtain the data with a custom endpoint and then format it to what I think the chart expects, but it's not working. These…
  • Adding config fields to a dashlet

    Hello, I'm trying to modify a custom dashlet in an Enterprise 7.8.2.1 Sugar instance, adding two fields to the dashlet config (it has none at this time). These fields should be used to filter the info the dashlet is showing. This is my dashlet metadata…
  • Dashlet Performance Issue

    Performance Issue: Created List View Dashlet for 20 Records takes more than one minute to load for regular users, but for admin users its taking only 4 seconds.Kindly advice to increase the performance as its very lazy to load all the list view module…
  • How to perform custom groupby and orderby in a custom dashlet for sugar 6.5?

    I am trying to perform a custom query inside my custom dashlet. This is my query at the moment: $lvsParams = array( 'custom_select' => ' ,MIN(due_date) as min_date', // 'custom_from'=> '', 'custom_where' => ' AND due_date >= "'.$dbformat.'"', 'custom_groupby…
  • SugarCRM 7.6  Dashlet Graphs related to contact being viewed, how?

    Hi, In a bit of a pickle; i know dash-lets can be used across different modules including custom modules. however i cant figure out how to get the dash-let graphs/lists to target the modules relationship. For example, i want to track a contacts statistics…
  • How do I modify history dashlet from Meeting to Tasks in Account module ?

    I create a custom dashlet, copy all history dashlet folder, put into custom folder, rename and rebuild. My mycustom dashlet is showing and work. I try to change Meeting into Tasks. I change status to Task status, change module to Tasks and replace meetings…
1 2