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/Resources/metadata/entityDefs/NextNumber.json
T
Yuri Kuznetsov e2bd509aeb hooksDisabled
2024-03-02 18:51:18 +02:00

24 lines
468 B
JSON

{
"fields": {
"entityType": {
"type": "varchar",
"index": true,
"maxLength": 100
},
"fieldName": {
"type": "varchar",
"maxLength": 100
},
"value": {
"type": "int",
"default": 1
}
},
"indexes": {
"entityTypeFieldName": {
"columns": ["entityType", "fieldName"]
}
},
"hooksDisabled": true
}