Files
espocrm/application/Espo/Modules/Crm/Resources/metadata/entityDefs/Email.json
2026-01-19 17:46:06 +01:00

33 lines
811 B
JSON

{
"fields": {
"account": {
"type": "link",
"readOnly": true,
"customizationDisabled": true
},
"parent": {
"entityList": ["Account", "Lead", "Contact", "Opportunity", "Case"]
},
"tasks": {
"type": "linkMultiple",
"readOnly": true,
"columns": {
"status": "status"
},
"view": "crm:views/task/fields/tasks",
"customizationDefaultDisabled": true
}
},
"links": {
"account": {
"type": "belongsTo",
"entity": "Account"
},
"tasks": {
"type": "hasMany",
"entity": "Task",
"foreign": "email"
}
}
}