I have extended a RecordView and it works perfectly. SugarPro/custom/modules/XXX/clients/base/views/record/record.js ({
extendsFrom: 'RecordView',
initialize: function (options) {
this._super('initialize',[options]);
this.model.on('sync', this.changeField…