• How does the startup code work?

    I would like to understand how the code works when one first goes to SugarCRM. I am upgrading from 8.0.2 to 9.0.3. I upgraded our TEST environment. Then upgrade our PROD environment. After upgrading PROD the changes were committed to GITHUB. When I pulled…
  • 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…