• What are reason logic hooks would work for Admin but not regular users?

    I have recently started our CRM from scratch and created packages for all the customizations. We have gone to production and realized that the logic hooks are not being done when the user is not an admin. Please help..
  • Why am I getting HTTP: 500 Internal Server Error when I am trying to use after_retrieve?

    I am trying to use logic hook 'after_retrieve', but I keep getting a 500 Internal Server Error when it is trying to load records into the subpanel. It happens whether I have something called by after_retrieve or even just set it as an empty array…
  • 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…