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
2024-04-01 17:05:57 +03:00

23 lines
522 B
JSON

{
"fields": {
"targetListIsOptedOut": {
"type": "bool",
"notStorable": true,
"orderDisabled": true,
"readOnly": true,
"utility": true,
"fieldManagerParamList": []
}
},
"links": {
"targetLists": {
"type": "hasMany",
"entity": "TargetList",
"foreign": "users",
"columnAttributeMap": {
"optedOut": "targetListIsOptedOut"
}
}
}
}