• Record View Dashlet - How do I edit module list in "Tabs"

    Hello, how can I edit the listed modules in the Record View Dashlet? Many Thanks in advance, Theresa
  • How to control access on dashlets

    Hi, for a specific use case we would like to be able to control the access to dashlets. Currently , as far as I know, there is no way of configuring this. So any user can select the dashlet and we need to implement logic in de controller of that dashlet…
  • I have a problem with a chart in a dashlet

    I'm trying to do a custom dash-let with a chart, I installed the package and when I add it to the dashlet in a Dashboard before it was saved in preview the charts looks great but when I save it, it doesn't work anymore and it shows this error after I…
  • 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…