• How We can display drop down database value to Lable value.?

    How we can display drop down database value to Lable value. Ex. db value -1(db) - New(Label) 2 (db) - In progress (Label) 3 (db) - Working (Label) 4 (db) - Close (Label) 5 (db) - Pending (Label) i want to display new
  • 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…
  • How do you add js to a record edit view in Sugar 9.0?

    How do you add js to a record edit view in Sugar 9.0?
  • this.context undefined

    Hi. I'm working on a customization of the recordlist.js I have the following code /custom/modules/Contacts/clients/base/view/record/recordlist.js: extendsFrom: 'RecordlistView', initialize: function(options) { este = this; var self = this; this._super…
  • Failure in the "from" field to send emails

    I have SugarCRM 7 installed and I have configured the outgoing e-mail address by putting the name of my company in the "from" field and when sending the test e-mail to the recipient, the e-mail arrives with the name of my business. The problem is when…