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…
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…