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

15 lines
274 B
JSON

{
"fields": {
"cCallQueues": {
"type": "linkOne"
}
},
"links": {
"cCallQueues": {
"type": "hasOne",
"foreign": "user",
"entity": "CCallQueues",
"isCustom": true
}
}
}