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…