Announcement

Collapse
No announcement yet.

Can't add more than 255 characters to field "Monitored Folders"

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

  • Can't add more than 255 characters to field "Monitored Folders"

    Hi,
    I can't add more than 255 characters to field "Monitored Folders" (personal emial). How to change type of this field?
    Thank you in advance.

  • #2
    Hi,
    you can change the field tyoe from varchar to text
    custom/Espo/Custom/Resources/metadata/entityDefs/EmailAccount.json

    {
    "fields": {
    "monitoredFolders": {
    "type":"text"
    }
    }
    }

    Comment


    • #3
      Thank You!

      Comment

      Working...
      X