• Create call via js

    Hi, I have function to create call via js in phone.js but it didn't work. I saw in network tab wait for about 1 or 2 minutes then it return all my 20 calls, not create a new one. Can anyone help me to fix my code? // this.getPID is case id closeClicked…
  • possible to override specific functions of a client js Views/Models without completely overriding the component?

    v7.7.0 I need to add some additional functionality to a client js View (/sugarcrm/modules/Emails/clients/base/views/compose/compose.js) on one of the methods. Is it possible to override a single method of this View without completely overriding it? I…
  • How can I get value in config_override.php via js

    Hi all, I would like to get parameters in config_override.php pass into .hbs via js controller I try with this code below but doesn't work. var custom = app.lang.getAppListStrings('custom_value'); this.testData = custom; then return: [object Object]…