• How to use save and close method in record js

    I am using save and close method in create.js to validate before save and it's working fine in create.js , how can i use the same code in record.js ? ({ extendsFrom: 'CreateView', initialize: function (options) { this._super('initialize', [options…
  • model.save best practices

    Hi All, Just a quick question here about Sidecar's save() function. I'm effectively doing the following via Sidecar: var accountBean = app . data . createBean ( "Accounts" , { id : this . model . get ( "billing_account_id" ) } ) ; accountBean . fetch…
  • Field in custom module doesn't save

    Hello community, My Tech information Sugar PRO 7.7.1.2 Onsite PHP Version 5.6.24-0+deb8u1 We create a simple custom package with a normal module inside We try to add or modifiy a field We save it Nothing field is not modify or create. What we inspect…
  • Error when I save a record

    Hi, I'm working with Sugarcrm 7.6 pro and I have a big problem when I save a record with the regular user but not with the Admin user. When I try to save an Account or a Contact record, sugar stops me with this error " There was an error while connecting…