Hello,
I would like to create a custom view for the "call" entity.
I have read the documentations, the different posts on the forum but it still doesn't work!
I would like to change the detail page of the call entity to show an additional item below "Print in PDF".
I created my new details.js file and put it in :
client/custom/src/views/call/record
where I added in the define :
define('custom:views/call/record/detail', ['views/record/base', 'view-record-helper', 'helpers/action-item-setup'],
In custom/Espo/Custom/Resources/metadata/clientsDefs/Call.json I added :
},
"recordViews": {
"detail": "custom:views/call/record/detail"
},
I did a rebuild, but when I click on a record, I get a 404 error.
Where did I go wrong?
Thanks!
I would like to create a custom view for the "call" entity.
I have read the documentations, the different posts on the forum but it still doesn't work!
I would like to change the detail page of the call entity to show an additional item below "Print in PDF".
I created my new details.js file and put it in :
client/custom/src/views/call/record
where I added in the define :
define('custom:views/call/record/detail', ['views/record/base', 'view-record-helper', 'helpers/action-item-setup'],
In custom/Espo/Custom/Resources/metadata/clientsDefs/Call.json I added :
},
"recordViews": {
"detail": "custom:views/call/record/detail"
},
I did a rebuild, but when I click on a record, I get a 404 error.
Where did I go wrong?
Thanks!
Comment