Instructions:
Create file and path:
/client/custom/src/views/lead/detail.js
Content:
define('custom:views/lead/detail', ['views/detail'], function (Dep) {
return Dep.extend({
});
});
Change file
/custom/Espo/Custom/Resources/metadata/clientDefs/Lead.json
Add to this file:
"views": {
"detail": "custom:views/lead/detail"
},
and rebuilt and clear all caches.
Is possible disable button Convert and fallow in Leads?
Collapse
X
Leave a comment: