Create custom type with two or more fields

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sergeyyy
    Junior Member
    • May 2017
    • 11

    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 ?
  • tarasm
    Super Moderator
    • Mar 2014
    • 573

    #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

    • sergeyyy
      Junior Member
      • May 2017
      • 11

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

      Comment

      • tarasm
        Super Moderator
        • Mar 2014
        • 573

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

        Comment

        Working...