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…
I have a field location_type with dropdown list known_unknown_list. After adding the relationship through the subpanel I want to change it with im_location_type_list. And after unlink, the relationship wants to change it again known_unknown_list(or location_type…
How can I show dropdown option value in the audit log if I don't have any dropdown option value?
And Value is saved in the Database. Please suggest a solution to handle the audit log list.