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/entityDefs/Email.json
T
2022-07-07 22:02:12 +03:00

33 lines
790 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": "views/fields/link-multiple-with-status",
"customizationDefaultDisabled": true
}
},
"links": {
"account": {
"type": "belongsTo",
"entity": "Account"
},
"tasks": {
"type": "hasMany",
"entity": "Task",
"foreign": "email"
}
}
}