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

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • LuckyLouie
    Senior Member
    • Nov 2017
    • 172

    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.
  • tanya
    Senior Member
    • Jun 2014
    • 4308

    #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

    • LuckyLouie
      Senior Member
      • Nov 2017
      • 172

      #3
      Thank You!

      Comment

      Working...