• How to build an External API Dashlet

    On October 28, 2019, we conducted a webinar on the topic of How to deploy code to SugarCloud using Module Loader . In that presentation, we demonstrated a Module Loadable Package that would do 3 things: Modify the UI via custom.less Add a post-install…
  • 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…
  • Get all records from a filter in listview

    Hi people. I am following the following tutorial Tutorial Dashlet listView , to create a Dashlet that allows me to capture the records in the list view depending on the filter. No problem so far. The question is, when they exceed the 20 records that the…