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/User.json
T
2018-06-04 14:25:00 +03:00

16 lines
323 B
JSON

{
"links": {
"targetLists": {
"type": "hasMany",
"entity": "TargetList",
"foreign": "users"
},
"targetListIsOptedOut": {
"type": "bool",
"notStorable": true,
"readOnly": true,
"disabled": true
}
}
}