New type of PhoneNumber field

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • emillod
    Active Community Member
    • Apr 2017
    • 1405

    New type of PhoneNumber field

    Hi all.
    i want to add new type of phone number in Account Entity. This Entity have default types: "typeList": ["Office", "Mobile", "Fax", "Other"], in espocrm/Application directory. I want to add new type of this field in Espo/Custom directory to protect that change from upgrades.
    How can i do this?
    I should add in custom directory this ? :

    "phoneNumber": {
    "type": "phone",
    "typeList": ["New_type"],
    "defaultType": "Office"
    },
  • bradaks
    Active Community Member
    • Aug 2017
    • 251

    #2

    Screenshot:
    Click image for larger version

Name:	Capture.PNG
Views:	280
Size:	34.6 KB
ID:	34741

    Comment

    • emillod
      Active Community Member
      • Apr 2017
      • 1405

      #3
      Yep! I saw that today haha But thanks for reply

      Comment

      Working...