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
2017-03-10 13:02:30 +02:00

18 lines
343 B
JSON

{
"fields": {
"account": {
"type": "link",
"readOnly": true
},
"parent": {
"entityList": ["Account", "Lead", "Contact", "Opportunity", "Case"]
}
},
"links": {
"account": {
"type": "belongsTo",
"entity": "Account"
}
}
}