• get module dashablerecord.js to use module record.js for the record panel

    We have a custom module with a recorddashlet.php layout definition. We have a record.js record view for that module, including custom functionality for fields (e.g. click as checkbox will populate a corresponding text box with today's date to say the…
  • dashlet for contacts focus dashboard

    We have a custom view for contacts which we have set up with a controller and templates to show a read-only "report" for the contact. We added an action button to the record view to load the custom view. This is working OK. Now we would like to add…
  • Dashlet for Compose Email view

    Dear SugarClub users. I'm using SugarCRM Version 11.0.3 (Build 292 P) (Q2 2021) on Prem. I have created some simple Dashlets that hold static HTML text. These appear when a Quote is being created or edited. I have been able to add a similar dashlet…
  • Best Practices: How can I create a Tabbed Dashlet filter by parent email address

    I want to create a Tabbed Dashlet available on Contacts and Leads Detail Views with the following: Contacts Tab, list all Contacts that share one or more email addresses with the record I'm on Leads Tab , list all Leads that share one or more email…
  • Drill through not available in Dashlets

    Hi SugarClub members, I am new to SugarClub and learning from the topics already posted here. My issue is, in one of our Dashboards, there are many dashlets with bar and pie charts, and they are working fine. However, there are a few dashlets with…
  • I can't draw a simple polygon with leaflet in Dashlet SugarCRM

    Hi people. I'm trying integrate leaflet with SugarCRM in a Dashlet. Actually everything is ok with a simple map, and markers, but when I try to draw a simple polygon it doesn't work. It's strange because I tested the same code in a simple html outside…
  • What is the html and javascript to add a account selector in a dashlet?

    I am trying to filter results in a dashlet. One of the fields will be based on the account. What is the code to bring a popup to select an account? thank you
  • 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…