• The option {silent:true} doesn't seem to turn off the "change" event in Sugarcrm 7.8

    Hi Guys, So i wanted to change the display value of a field. I've placed the code after the sync event ( this.model.on('sync', <function>, this); ). On the <function>, i've added the code: this.model.set(<key>,<value>,{silent:true}). The silent value…