• JavaScript Controller copy one field to another before blanking the first field

    field_one is a drop down and field_two is a varchar. I want to be able to pick a value in field_one , have it populate field_two and then clear out field_one . Sounds simple enough. So I run this code in the on change event: this.model.set(' field_two…
  • Making an upgrade without ElasticSearch

    Hi guys, I'm trying to upgrade a Sugar instance from 7.5 to 7.7 but for the moment ElasticSearch service isn't available on our server. This cause that the upgrade can't execute as expected. The message "Couldn't connect to host. Elasticsearch down?"…
  • Sugar 7.7.0.0 - The total count of records in subpanel list views it doesn't work correctly

    Hi, I'm in a demo (SugarCRM Enterprise, Version 7.7.0.0), and I think there is a functionality that is not working correctly. Specifically, the functionality is the total number of records in a subpanel . If we have a subpanel hidden and click on the…