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/Metadata/entityDefs/Role.json
T
Taras Machyshyn 417576fd5e change instance
2013-11-01 13:49:54 +02:00

23 lines
381 B
JSON

{
"fields": {
"name": {
"maxLength": 150,
"required": true
}
},
"links": {
"users": {
"type": "hasMany",
"entity": "User"
},
"teams": {
"type": "hasMany",
"entity": "Team"
}
},
"collection": {
"sortBy": "name",
"asc": true
}
}