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.
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.
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
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.
Comment