Announcement

Collapse
No announcement yet.

Create custom type with two or more fields

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Create custom type with two or more fields

    How can I create custom type, like phone, where I can choose type of phone and enter phone number ?

  • #2
    An example in the files:
    application/Espo/Resources/metadata/fields/phone.json
    client/src/views/fields/phone.json
    application/Espo/Core/Utils/Database/Orm/Fields/Phone.php
    Job Offers and Requests

    Comment


    • #3
      Can I inject new one directly or must make an extension ?

      Comment


      • #4
        The best way is to create an extension.
        Job Offers and Requests

        Comment

        Working...
        X