This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
espocrm-base/application/Espo/Modules/Crm/Resources/metadata/clientDefs/Call.json
T
2018-05-02 16:42:37 +03:00

98 lines
2.7 KiB
JSON

{
"controller": "controllers/record",
"acl": "crm:acl/call",
"views":{
"detail":"crm:views/call/detail"
},
"recordViews":{
"list":"crm:views/call/record/list",
"detail":"crm:views/call/record/detail"
},
"sidePanels":{
"detail":[
{
"name":"attendees",
"label":"Attendees",
"view":"crm:views/meeting/record/panels/attendees",
"sticked": true,
"isForm": true,
"notRefreshable": true
}
],
"detailSmall":[
{
"name":"attendees",
"label":"Attendees",
"view":"crm:views/meeting/record/panels/attendees",
"sticked": true,
"isForm": true,
"notRefreshable": true
}
],
"edit":[
{
"name":"attendees",
"label":"Attendees",
"view":"crm:views/meeting/record/panels/attendees",
"sticked": true,
"isForm": true,
"notRefreshable": true
}
],
"editSmall":[
{
"name":"attendees",
"label":"Attendees",
"view":"crm:views/meeting/record/panels/attendees",
"sticked": true,
"isForm": true,
"notRefreshable": true
}
]
},
"filterList": [
{
"name":"planned"
},
{
"name":"held",
"style": "success"
},
{
"name":"todays"
}
],
"boolFilterList": ["onlyMy"],
"activityDefs": {
"link": "calls",
"activitiesCreate": true,
"historyCreate": true
},
"dynamicLogic":{
"fields":{
"reminders": {
"visible": {
"conditionGroup": [
{
"type":"and",
"value": [
{
"type":"notEquals",
"attribute":"status",
"value":"Held"
},
{
"type":"notEquals",
"attribute":"status",
"value":"Not Held"
}
]
}
]
}
}
}
},
"iconClass": "fas fa-phone"
}