• 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…