• How to use save and close method in record js

    I am using save and close method in create.js to validate before save and it's working fine in create.js , how can i use the same code in record.js ? ({ extendsFrom: 'CreateView', initialize: function (options) { this._super('initialize', [options…