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

23 lines
544 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"
}
}
}
}