Hello All, I am trying this way to display a custom error message ({ extendsFrom: 'CreateView', initialize: function (options) { this._super('initialize', [options]); app.error.errorName2Keys['custom_message'] = 'THIS IS MY CUSTOME MESSAGE'; //add validation…