Announcement

Collapse
No announcement yet.

Name of call

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

  • Name of call

    Hi,
    How can one convert / to chance the field name in to an enum field?
    peter

  • #2
    custom/Espo/Custom/Resources/metadata/entityDefs/Call.json

    {
    ...
    "fields" {
    "name": {
    "type": "enum",
    "options": ["Test", "Hello", ... "Yo"]
    }
    }
    ...
    }

    Clear Cache.

    Comment


    • #3
      thank

      Comment

      Working...
      X