Hi all.
i want to add new type of phone number in Account Entity. This Entity have default types: "typeList": ["Office", "Mobile", "Fax", "Other"], in espocrm/Application directory. I want to add new type of this field in Espo/Custom directory to protect that change from upgrades.
How can i do this?
I should add in custom directory this ? :
"phoneNumber": {
"type": "phone",
"typeList": ["New_type"],
"defaultType": "Office"
},
i want to add new type of phone number in Account Entity. This Entity have default types: "typeList": ["Office", "Mobile", "Fax", "Other"], in espocrm/Application directory. I want to add new type of this field in Espo/Custom directory to protect that change from upgrades.
How can i do this?
I should add in custom directory this ? :
"phoneNumber": {
"type": "phone",
"typeList": ["New_type"],
"defaultType": "Office"
},
Comment