Name of call

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • peterberlin
    Active Community Member
    • Mar 2015
    • 1004

    Name of call

    Hi,
    How can one convert / to chance the field name in to an enum field?
    peter
  • yuri
    Member
    • Mar 2014
    • 8467

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

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

    Clear Cache.

    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • peterberlin
      Active Community Member
      • Mar 2015
      • 1004

      #3
      thank

      Comment

      Working...