source file - application/Espo/Modules/Crm/Resources/metadata/dashlets/Calls.json
You can add account field there, but it's not upgrade safe.
Or you can create a file custom/Espo/Custom/Resources/metadata/dashlets/Calls.json and add field there
Code:
{
"options": {
"defaults": {
"expandedLayout": {
"rows": [
[
{
"name": "name",
"link": true
},
{
"name": "account"
}
],
[
{
"name": "dateStart"
}
]
]
}
}
}
}

Leave a comment: