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/dashlets/Tasks.json
T
2018-10-22 15:11:06 +03:00

71 lines
1.9 KiB
JSON

{
"view":"crm:views/dashlets/tasks",
"aclScope": "Task",
"entityType": "Task",
"options": {
"fields": {
"title": {
"type": "varchar",
"required": true
},
"autorefreshInterval": {
"type": "enumFloat",
"options": [0, 0.5, 1, 2, 5, 10]
},
"displayRecords": {
"type": "enumInt",
"options": [3,4,5,10,15,20,30]
},
"expandedLayout": {
"type": "base",
"view": "views/dashlets/fields/records/expanded-layout"
}
},
"defaults": {
"orderBy": "dateEnd",
"order": "asc",
"displayRecords": 5,
"expandedLayout": {
"rows": [
[
{
"name": "name",
"link": true
}
],
[
{
"name": "status"
},
{
"name": "dateEnd"
}
]
]
},
"searchData": {
"bool": {
"onlyMy": true
},
"primary": "actualStartingNotInFuture"
}
},
"layout": [
{
"rows": [
[
{"name": "title"}
],
[
{"name": "displayRecords"},
{"name": "autorefreshInterval"}
],
[
{"name": "expandedLayout", "fullWidth": true}
]
]
}
]
}
}