Announcement

Collapse
No announcement yet.

New type of PhoneNumber field

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

  • 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"
    },

  • #2

    Screenshot:
    Click image for larger version

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

    Comment


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

      Comment

      Working...
      X