custom field like email body

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Frank
    Member
    • Aug 2015
    • 64

    custom field like email body

    hello!

    how can i create custom text - field like body email?
  • yuri
    Member
    • Mar 2014
    • 8467

    #2
    entityDefs:

    "yourField": {
    "type": "text",
    "view": "Fields.Wysiwyg"
    }
    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

    • Frank
      Member
      • Aug 2015
      • 64

      #3
      thx

      Comment

      Working...