• Custom Dashlet to show note content

    Hope someone can offer me some help or advice. I want to create a custom dashlet that will show note description as html. The description field has been made editable with TinyMCE. i tried using the list-view dashlet but this escapes the html and renders…
  • HTTP 500 server internal error

    Hi, I'm customizing a dashlet, but when I try to receive data from SugarCRM on demand using filter API. But, when setting max num filter to -1 (no data limit), I get 500 (Internal Server Error). I'm trying to bring over 8600 records. If I put 8000 instead…
  • custom where for custom dashlet not working 6.5

    I am following this guide , I followed every step but my problem is that this part of the code is not working as expected: MyTasksUntilNowDashlet.php function process($lvsParams = array()) { global $timedate, $current_user; $format = $timedate->get_date_time_format…
  • Custom dashlet Auto Refresh not work

    Hi, I try to put config to my custom dashlet but not working no Auto Refresh drop down appear. I copy some part of code from activitystream-dashlet that can set config Auto refresh. Look like this: How can I fix or I missing something? My code below …