custom/Espo/Custom/Resources/metadata/clientDefs/Opportunity.json
Code:
{
"recordViews": {
"kanban": "custom:views/record/my-kanban"
}
}
client/custom/src/views/record/my-kanban.js
Code:
define(['views/record/kanban'], (KanbanRecordView) => {
return class extends KanbanRecordView {
};
});
Note that internals of the view are not guaranteed not to be changed in future versions.

Leave a comment: