Hi there,
i want to edit the default view of the entity "Account". Means when i click on a record and i get the details, this is the part i want to edit. I just want to add a few changes but how to do so?
I did the following:
custom/Espo/Custom/Resources/metadata/clientDefs/Account.json
{
"recordViews": {
"detail": "custom:views/account/record/detail"
}
}
Copied the original "detail.tpl" from /client/res/templates/record/detail.tpl to client/custom/res/templates/account/record/detail.tpl
This is not working, the records to not load anymore at all.
Any help is appreciated.
Thanks
i want to edit the default view of the entity "Account". Means when i click on a record and i get the details, this is the part i want to edit. I just want to add a few changes but how to do so?
I did the following:
custom/Espo/Custom/Resources/metadata/clientDefs/Account.json
{
"recordViews": {
"detail": "custom:views/account/record/detail"
}
}
Copied the original "detail.tpl" from /client/res/templates/record/detail.tpl to client/custom/res/templates/account/record/detail.tpl
This is not working, the records to not load anymore at all.
Any help is appreciated.
Thanks
Comment