If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
Hi I've created several new entities but I can't add any phone (with the work, home, mobile options...) or email fields in thoses.
Is there any way to add them?
Hello
If you create entity with type Company or Person - these fields are included.
These fields are not available for creation in Entity Manager.
You can do it only manually.
use application/Espo/Modules/Crm/Resources/metadata/entityDefs/Account.json (or Contact.json) as example
I'm trying to do this with Opportunity, I Inserted the code the json file in the custom folder accordingly but the email field is not working.
I have cleared the backend cache, my local cache and restarted apache just to make sure to no avail. Not sure what I am missing.
I'm also trying this and running into a little trouble. I have defined two new fields on my custom entity and manually changed the type in the JSON file:
The UI renders the fields properly but when I try to submit an edit nothing gets saved on the back end and there are no errors. No data has been put in entity_phone_number for this entity. Is it perhaps required that I call the fields emailAddress and phoneNumber for this to work correctly?
It looks like that might have been it -- when I use emailAddress and phoneNumber as the names it works fine. I'll work around this with labels, but it does appear you can only have a single email or phone field on an entity because of this. That won't get in my way but might be worth improving.
Hi, added a phone field, but if I am clicking on it, it does not brings up the espo dialer, it offers me to call through my FaceTime instead, what would be the workaround? Thanks
If you added a field with the Phone type to a custom entity or some other entity that initially did not have a field with the Phone type when it was created, you will most likely need the following instructions for modifying the EspoCRM code: https://docs.espocrm.com/extensions/...-custom-entity.
Comment