How to create field like "email" or "phone"
Collapse
X
-
Hi,
not working.
"description":{
"type": "text",
"view": "Fields.Wysiwyg",
"isHtml":true
},Leave a comment:
-
1. Take a look to Espo\Core\ORM\Repositiries\RDB class. There are handleEmailAddressParams and handleEmailAddressSave. You need to create your own Repository for your entity (or extend in custom namespace if italready exists) and define methods handleWebAddressParams and handleWebAddressSave.
2. Maybe there is dependency on 'isHtml' bool field. Not sure. Try add isHtml field that equals true. If yes, then I will fix in the next version.
Leave a comment:
-
ok. i can try! just give me direction. thanks
another thing about fields.
i have change description field in new entity "projects" in entityDefs to this code: to show "Wysiwyg" field and not the regular text field. but this seems not working. i still see the the regular text field
"description": {
"type": "text",
"view": "Fields.Wysiwyg"
}Leave a comment:
-
How to create field like "email" or "phone"
How to create field like "email" or "phone" i want to be able to create multi website field for account.
because one customer can have more than one website.
ThanksTags: None

Leave a comment: