Announcement
Collapse
No announcement yet.
Entity Creation
Collapse
X
-
Hello,
You need to add them manually. Please investigate how these fields are defined in the ./application/Espo/Modules/Crm/Resources/metadata/entityDefs/Contact.json file. Example:
Code:"emailAddress": { "type": "email", "isPersonalData": true }, "phoneNumber": { "type": "phone", "typeList": ["Mobile", "Office", "Home", "Fax", "Other"], "defaultType": "Mobile", "isPersonalData": true },
- Likes 1
Leave a comment:
-
Entity Creation
In Entity creation I have to add Email and phone fields?
It is not passable to add the Fields in base type entity creation only person type Entity creation is available Email and Phone Fields. As I am wanted Email and Phone Fields in Base Type Entity CreationTags: None
Leave a comment: