• How to hide edit button in Dashboards module home sugarcrm 9.3?

    After update to 9.3 we have some error - View Render Failed, but our customization is very simple. ({ extendsFrom:'DashboardHeaderpaneView', initialize: function(options) { this._super("initialize", [options]); if( app.user.get('type')!= "admin" && this…
  • Maximum number of rows in a dashboard

    Where can I find the maximum number of rows that a dashboard can have? I'm having trouble finding it in the documentation.