• How to enable a custom dashlet for a custom module?

    Hello, we have a Sugar customer who wants to enable one of our custom dashlets for a custom module in their Sugar instance. They installed our Fanatically Zen integration (integrates Zendesk and Sugar) which comes with a Zendesk Ticket Dashlet. When viewing…
  • 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…