• Resolving cannotPerformCollationConversionOnTable red flag on SugarCRM upgrade to version 9.0.0

    Even though there is seemingly no release notes or updates about it, files for SugarCRM version 9.0.0 have been released here . Note: you must have a SugarCRM subscription to see the downloads. I'm using the upgrade package (SugarEnt-Upgrade-8.0.3-to…
  • Change contact number protocol

    Is there a way to change the protocol infront of the PhoneNumber field from Callto: to Tel: for all contacts?
  • How can I share the code in 3 servers?

    Hello! The problem that I have right now is an Infrastructure level; I'm hosting on AWS a SugarCRM application and I have to replicate the code in 3 servers of an Autoscaling group on Amazon web services, What I'm using is EFS (elastic file system) or…
  • Does Sugar 8.3 API work with On-Premise?

    Hello, Does the 8.3 API work with On-premise customers or just for cloud? I see that it says it's only for cloud. What happens if an on-premise customer uses it? And I see that the newly released 9.0 only mentions on-premise. Does that mean it won't work…
  • Get data from a Drawer

    If I have something like this in my record.js, the module is Notes app . drawer . open ( { layout : 'create' , context : { create : true , module : linkModule , recParentModel : parentModel , model : prefill , recLink : link , recContext : this . context…
  • Custom Endpoints - noLoginRequired = true not working.

    Hello Folks I have created my custom EndPoint where if noLoginRequired = true then its working but current_user id not getting. If I change that noLoginRequired = false then its showing below error error: "need_login", error_message: "No valid authentication…
  • How do I force a subpanel to be open

    I am looking to force a particular subpanel, say Documents, to be open on the loading of a record. I have found a little code but its all 6.x related.
  • silent upgrade 8.0.3 to 9.0 seems stuck on Applying the 'utf8mb4_general_ci' collation

    I am trying to upgrade my development environment from 8.0.3 to 9.0.0 but it appears to get stuck on [Upgrader] - Applying the 'utf8mb4_general_ci' collation to the database and all existing tables I did not have this problem with the developer release…
  • How to send an image by api rest in the product module 

    Could you help me? I am trying to load an image of a product in a field of type image, of a new module. The request is sent with Postman with the url <sugarcrm>/rest/v10/prdto_Products/626bd424-5af8-11e9-9e4c-9829a662ce2a/file/tct_imagen_c It is a POST…