Hi, i want to expand the name field in detail view with formalTitleName and middleName. And I want that PersonName is shown as salutationName + firstName + lastName in the header and in the list view.
concerning to several topics in the forum
I customized the view of person name. I modified PersonName.json and put it in \custom\espo\custom\resources\metadata\fields\
I customized person-name.js and put it in client\custom\src\views\fields\
I customized detail.tpl and edit.tpl and stored it in client\custom\res\templates\fields\person-name\
I customized person.php and stored it in \custom\Espo\custom\entities\
But nothing changed. What was going wrong?
concerning to several topics in the forum
I customized the view of person name. I modified PersonName.json and put it in \custom\espo\custom\resources\metadata\fields\
I customized person-name.js and put it in client\custom\src\views\fields\
I customized detail.tpl and edit.tpl and stored it in client\custom\res\templates\fields\person-name\
I customized person.php and stored it in \custom\Espo\custom\entities\
But nothing changed. What was going wrong?
Comment