How can I change field type of "name" in contact - from personName to Varchar?
Change field type
Collapse
X
-
Tags: None
-
Create custom/Espo/Custom/Resources/metadata/entityDefs/Contact.json
PHP Code:{ "fields": { "name": { "type": "varchar" } } }
I've not tested it. Not sure if it won't cause problems.If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks. -
Comment