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/fields/personName.json
T
2015-04-28 11:59:05 +03:00

26 lines
385 B
JSON

{
"actualFields":[
"salutation",
"first",
"last"
],
"fields":{
"salutation":{
"type":"enum"
},
"first":{
"type":"varchar"
},
"last":{
"type":"varchar"
}
},
"naming":"prefix",
"mergable":false,
"notCreatable": true,
"filter": true,
"fieldDefs":{
"notStorable":true
}
}