Initial commit
This commit is contained in:
15
custom/Espo/Custom/Resources/metadata/entityDefs/User.json
Normal file
15
custom/Espo/Custom/Resources/metadata/entityDefs/User.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"fields": {
|
||||
"cCallQueues": {
|
||||
"type": "linkOne"
|
||||
}
|
||||
},
|
||||
"links": {
|
||||
"cCallQueues": {
|
||||
"type": "hasOne",
|
||||
"foreign": "user",
|
||||
"entity": "CCallQueues",
|
||||
"isCustom": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user